Releases: 1kx-network/bsp-geth
Releases · 1kx-network/bsp-geth
v2.0.1
v2.0.0
Bug Fixes
- update outdated link to trezor docs (#28966) #189 (Peter Straus)
Documentation
- fix badge in README (#28796) #189 (drstevenbrule)
- remove reference to being official (#28858) #189 (Martin HS)
Builds
- upgrade -dlgo version to Go 1.21.5 (#28648) #179 (Marius Kjærstad)
- deps: bump golang.org/x/net from 0.10.0 to 0.17.0 #170 (dependabot[bot])
- deps: bump github.com/docker/docker #171 (dependabot[bot])
- deps: bump github.com/consensys/gnark-crypto #172 (dependabot[bot])
- make linter emit output (#28704) #179 (Martin HS)
- deps: bump golang.org/x/crypto from 0.15.0 to 0.17.0 (#28702) #179 (dependabot[bot])
- upgrade to golangci-lint v1.55.2 (#28712) #179 (Felix Lange)
- add support for ubuntu 23.10 (mantic minotaur) (#28728) #179 (Martin HS)
- fix typo in comment (#28800) #189 (drstevenbrule)
- upgrade -dlgo version to Go 1.21.6 (#28836) #189 (Marius Kjærstad)
- fix problem with windows line-endings in CI download (#28900) #189 (Martin HS)
- remove ubuntu 'lunar' build (#28962) #189 (Martin HS)
Continuous Integration
Commits
- ad16f11: cmd/evm: capitalize evm commands (#28569) (Haotian) #179
- 525db7b: accounts/abi: context info on unpack-errors (#28529) (levisyin) #179
- 146e8d9: core, trie, rpc: speed up tests (#28461) (Marius van der Wijden) #179
- 6489a0d: ethdb/pebble: don't double-close iterator inside pebbleIterator (#28566) (Maciej Kulawik) #179
- e9f59b5: eth/filters: reuse error msg for invalid block range (#28479) (ucwong) #179
- 347fecd: core/types: make 'v' optional for DynamicFeeTx and BlobTx (#28564) (Mario Vega) #179
- improve performance of subscription notification encoding (#28328) #179 (Delweng)
- 104dbf7: cmd/utils: validate pre-existing genesis in --dev mode (#28468) (jwasinger) #179
- 3cfcd25: cmd/geth: add support for --dev flag in dumpgenesis (#28463) (jwasinger) #179
- 5ff929c: les/vflux: run tests in parallel (#28524) (Håvard Anda Estensen) #179
- d468c33: cmd/{geth,utils}: add cmd to export preimages in snap enumeration order (#28256) (Guillaume Ballet) #179
- 63127f5: cmd/geth: fix build error (#28585) (Felix Lange) #179
- eec37e3: cmd/devp2p/internal/ethtest: undo debug-hack (#28588) (Martin Holst Swende) #179
- update discV5 bootnodes (#28562) #179 (Mikel Cortes)
- bdf5e38: cmd, les, tests: remove light client code (#28586) (Marius van der Wijden) #179
- 2a20130: eth, internal/ethapi: drop some weird indirection (#28597) (Péter Szilágyi) #179
- fix random test generator early terminate (#28590) #179 (Ng Wei Han)
- 1e28e0b: eth/gasestimator, internal/ethapi: move gas estimator out of rpc (#28600) (Péter Szilágyi) #179
- 5b57727: go.mod: update uint256 to v1.2.4 (#28612) (Martin Holst Swende) #179
- 71817f3: eth/catalyst, eth/downloader: expose more sync information (#28584) (rjl493456442) #179
- remove package light(#28614) #179 (lightclient)
- 63979bc: cmd/evm, core/state: fix post-exec dump of state (statetests, blockchaintests) (#28504) (Martin Holst Swende) #179
- remove TODO comment about subscription (#28609) #179 (Shivam Sandbhor)
- bbc5db8: eth/tracers/js: fix type inconsistencies (#28488) (Sina Mahmoodi) #179
- 34dcd74: crypto/secp256k1: fix 32-bit tests when CGO_ENABLED=0 (#28602) (Guillaume Ballet) #179
- verify the nonexistence of shanghai- and cancun-specific header fields (#28605) #179 (Jakub Freebit)
- 61b844f: eth/gasestimator: allow slight estimation error in favor of less iterations (#28618) (Péter Szilágyi) #179
- replace log15 with slog (#28187) #179 (jwasinger)
- ab0eb46: core/state: make stateobject.create selfcontain (#28459) (rjl493456442) #179
- fa0df76: trie/triedb/hashdb: take lock around access to dirties cache (#28542) (Maciej Kulawik) #179
- f2b509d: accounts/abi/bind: fix typo (#28630) (BorkBorked) #179
- faster and less memory-consumption (#28621) #179 (Martin Holst Swende)
- 5fb8ebc: eth/tracers: tx-level state in debug_traceCall (#28460) (Delweng) #179
- 6e488c2: cmd/evm: fix Env struct json tag (#28635) (ddl) #179
- f04e5bd: accounts/abi/bind: fixed typos (#28634) (BorkBorked) #179
- 70fd0b6: eth/fetcher: fix invalid tracking of received at time for block (#28637) (Manav Darji) #179
- run tests in parallel (#28544) #179 (Håvard Anda Estensen)
- 3dc071e: eth/tracers/logger: make structlog/json-log stack hex again (#28628) (Martin Holst Swende) #179
- remove lazy, remove unused interfaces, unexport methods (#28622) #179 (Martin Holst Swende)
- 69576df: .github: use github actions to run 32-bit linux tests (#28549) (Guillaume Ballet) #179
- 55b483d: ethdb/pebble: remove a dependency (#28627) (Marius van der Wijden) #179
- a113497: tests/fuzzers/bls12381: deactivate BLS fuzzer wh...