Releases: covalenthq/bsp-geth
Releases · covalenthq/bsp-geth
v1.8.2-bsp
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)
- deps: bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #211 (dependabot[bot])
- deps: bump github.com/urfave/cli/v2 from 2.25.7 to 2.27.2 #211 (dependabot[bot])
- deps: bump golang from 1.21-alpine to 1.22-alpine #211 (dependabot[bot])
- deps: bump alpine from 3.19 to 3.20 #211 (dependabot[bot])
- deps: bump github.com/hashicorp/go-retryablehttp #211 (dependabot[bot])
Continuous Integration
Commits
- 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 when CGO_ENABLED=0 (#28653) (Guillaume Ballet) #179
- fix ns/µs mismatch in metrics (#28649) #179 (Martin HS)
- 1048e2d: cmd/evm: fix dump after state-test exec (#28650) (Martin HS) #179
- fff843c: beacon/light: add CommitteeChain (#27766) (Felföldi Zsolt) #179
- d98d70f: cmd/utils, eth: disallow invalid snap sync / snapshot flag combos (#28657) (Péter Szilágyi) #179
- remove inconsistent trie nodes during sync in path mode (#28595) #179 (rjl493456442)
- a3ca1b2: cmd/utils: fix HTTPHost, WSHost flag priority (#28669) (Ng Wei Han) #179
- 17c2b3c: eth/protocols/eth: fix typos in comments (#28652) (Ford) #179
- 81fd1b3: core/txpool : small cleanup refactors (#28654) (ucwong) #179
- d69e2a4: Merge branch 'main' into dependabot/go_modules/github.com/docker/docker-24.0.7incompatible (Pranay Valson) #171
- b2ced97: eth/fetcher, eth/gasestimator: fix typos in comments (#28675) (Ursulafe) #179
- fix typos in comments (#28662) #179 (Elias Rad)
- eliminate the dead loop possibility for
newWorkLoop
andmainLoop
(#28677) #179 (FletcherMan) - fix typos in comments (#28682) #179 (alex)
- 5b22a47: p2p/discover: add liveness check in collectTableNodes (#28686) (Felix Lange) #179
- 02766d3: internal/flags: add missing flag types for auto-env-var generation (#28692) (Sebastian Stammler) #179
- 05bbc56: cmd/evm: default to mirror mainnet forks enabled (#28691) (jwasinger) #179
- 553bafc: cmd/evm, cmd/clef, cmd/bootnode: fix / unify logging (#28696) (Martin HS) #179
- c18c5c3: cmd/evm: t8n support custom tracers (#28557) (Delweng) #179
- release go-ethereum v1.13.6 stable #179 (Felix Lange)
- 5ba3d57: Merge branch 'release/1.13' into release-1.13.6 (Felix Lange) #179
- release go-ethereum v1.13.6 #179 (Felix Lange)
- begin v1.13.7 release cycle #179 (Felix Lange)
- 54a400e: internal/ethapi: ethSendTransaction check baseFee (#27834) (Delweng) #179
- cd58897: core/rawdb: implement size reporting for live items in freezer_table (#28525) (wangyifan) #179
- 5a9dda6: .travis: set lower GOGC value (#28705) (Martin HS) #179
- go-ethereum v1.13.7 stable #179 (Felix Lange)
- release go-ethereum v1.13.7 #179 (Felix Lange)
- begin go-ethereum v1.13.8 release cycle #179 (Felix Lange)
- 7124057: internal/build: fix crash in MustRunCommandWithOutput (#28709) (Felix Lange) #179
- properly close managed wallets when closing manager (#28710) [#179](#179...
v1.8.1-bsp
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
- 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 when CGO_ENABLED=0 (#28653) (Guillaume Ballet) #179
- fix ns/µs mismatch in metrics (#28649) #179 (Martin HS)
- 1048e2d: cmd/evm: fix dump after state-test exec (#28650) (Martin HS) #179
- fff843c: beacon/light: add CommitteeChain (#27766) (Felföldi Zsolt) #179
- d98d70f: cmd/utils, eth: disallow invalid snap sync / snapshot flag combos (#28657) (Péter Szilágyi) #179
- remove inconsistent trie nodes during sync in path mode (#28595) #179 (rjl493456442)
- a3ca1b2: cmd/utils: fix HTTPHost, WSHost flag priority (#28669) (Ng Wei Han) #179
- 17c2b3c: eth/protocols/eth: fix typos in comments (#28652) (Ford) #179
- 81fd1b3: core/txpool : small cleanup refactors (#28654) (ucwong) #179
- d69e2a4: Merge branch 'main' into dependabot/go_modules/github.com/docker/docker-24.0.7incompatible (Pranay Valson) #171
- b2ced97: eth/fetcher, eth/gasestimator: fix typos in comments (#28675) (Ursulafe) #179
- fix typos in comments (#28662) #179 (Elias Rad)
- eliminate the dead loop possibility for
newWorkLoop
andmainLoop
(#28677) #179 (FletcherMan) - fix typos in comments (#28682) #179 (alex)
- 5b22a47: p2p/discover: add liveness check in collectTableNodes (#28686) (Felix Lange) #179
- 02766d3: internal/flags: add missing flag types for auto-env-var generation (#28692) (Sebastian Stammler) #179
- 05bbc56: cmd/evm: default to mirror mainnet forks enabled (#28691) (jwasinger) #179
- 553bafc: cmd/evm, cmd/clef, cmd/bootnode: fix / unify logging (#28696) (Martin HS) #179
- c18c5c3: cmd/evm: t8n support custom tracers (#28557) (Delweng) #179
- release go-ethereum v1.13.6 stable #179 (Felix Lange)
- 5ba3d57: Merge branch 'release/1.13' into release-1.13.6 (Felix Lange) #179
- release go-ethereum v1.13.6 #179 (Felix Lange)
- begin v1.13.7 release cycle #179 ([Felix Lange](4410...
v1.8.0-bsp (Ethereum Staking Migration with Full Blob Support)
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
- 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 when CGO_ENABLED=0 (#28653) (Guillaume Ballet) #179
- fix ns/µs mismatch in metrics (#28649) #179 (Martin HS)
- 1048e2d: cmd/evm: fix dump after state-test exec (#28650) (Martin HS) #179
- fff843c: beacon/light: add CommitteeChain (#27766) (Felföldi Zsolt) #179
- d98d70f: cmd/utils, eth: disallow invalid snap sync / snapshot flag combos (#28657) (Péter Szilágyi) #179
- remove inconsistent trie nodes during sync in path mode (#28595) #179 (rjl493456442)
- a3ca1b2: cmd/utils: fix HTTPHost, WSHost flag priority (#28669) (Ng Wei Han) #179
- 17c2b3c: eth/protocols/eth: fix typos in comments (#28652) (Ford) #179
- 81fd1b3: core/txpool : small cleanup refactors (#28654) (ucwong) #179
- d69e2a4: Merge branch 'main' into dependabot/go_modules/github.com/docker/docker-24.0.7incompatible (Pranay Valson) #171
- b2ced97: eth/fetcher, eth/gasestimator: fix typos in comments (#28675) (Ursulafe) #179
- fix typos in comments (#28662) [#179](https://github.com/covalenthq/b...
v1.7.0-bsp (Dencun upgrade)
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
- run tests in parallel (#28536) #179 (Håvard Anda Estensen)
- a737482: accounts, cmd: fix typos (#28526) (levisyin) #179
- 14a1e96: core/txpool/legacypool: respect nolocals-setting (#28435) (jp-imx) #179
- run tests in parallel (#28546) #179 (Håvard Anda Estensen)
- 661bd45: core/state/snapshot: print correct error from trie iterator (#28560) (rjl493456442) #179
- 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åvar...
v1.6.0-bsp
Bug Fixes
- broken url link (#28342) #179 (phenix3443)
Builds
- move version-info into checksum file (#28324) #179 (Martin Holst Swende)
- upgrade -dlgo version to Go 1.21.4 (#28505) #179 (Marius Kjærstad)
- 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)
Continuous Integration
Commits
- release Geth v1.13.2 #179 (Péter Szilágyi)
- begin v1.13.3 release cycle #179 (Péter Szilágyi)
- update 4788 beacon roots contract addr (#28205) #179 (lightclient)
- 46c850a: internal/ethapi: compact db missing key starts with 0xff (#28207) (Delweng) #179
- b9450bf: core, eth: typos and some code formatting (#28201) (phenix3443) #179
- f988b23: ethdb, internal/ethapi: support exposing Pebble stats too, beside LevelDB (#28224) (Péter Szilágyi) #179
- fix typos (#28218) #179 (0xbstn)
- infer blobGasUsed in chain maker (#28212) #179 (Sina Mahmoodi)
- c5ff839: core/state: small trie prefetcher nits (#28183) (aaronbuchwald) #179
- remove address.Hash footgun (#28228) #179 (Péter Szilágyi)
- 22dcb7a: ethdb/pebble: upgrade pebble to master (aa077af62593) (#28070) (rjl493456442) #179
- 966e50b: ethdb/pebble: luv you linter (Péter Szilágyi) #179
- a408e37: eth/catalyst: add validation error in new paylaod hash mismatch (#28226) (lightclient) #179
- 7b6ff52: cmd, eth: switch the dev synctarget to hash from block (#28209) (Péter Szilágyi) #179
- implement BLOBBASEFEE opcode (0x4a) (#28098) #179 (Marius van der Wijden)
- 705a51e: eth, rpc: add configurable option for wsMessageSizeLimit (#27801) (tylerni7) #179
- 07dec7a: cmd/evm: cancun-updates for b11r and t8n -tools (#28195) (lightclient) #179
- fix typos (#28238) #179 (0xbstn)
- fix benchmark by ensuring key immutability (#28221) #179 (Chirag Garg)
- fix erroneous error-message in test (#28227) #179 (hyunchel)
- bc6d184: cmd/devp2p, eth: drop eth/66 (#28239) (Péter Szilágyi) #179
- a8a9c8e: core, eth, miner: start propagating and consuming blob txs (#28243) (Péter Szilágyi) #179
- when snap is complaining for missing eth, be verbose about the details (#28249) #179 (Péter Szilágyi)
- 052355f: cmd/evm/internal/t8ntoo: tiny bugfix for difficulty field (#28245) (tactical_retreat) #179
- 4e1e373: core/txpool/legacypool: fix typo (#28258) (hyunchel) #179
- refactor stacktrie (#28233) #179 (Martin Holst Swende)
- fix typos (#28255) #179 (0xbstn)
- db9afae: eth, params: fix typos (#28286) (hyunchel) #179
- move light.NodeSet to trienode.ProofSet (#28287) #179 (Martin Holst Swende)
- fix a typo, use correct docstrings (#28302) #179 (Brandon Liu)
- enforce announcement metadatas and drop peers violating the protocol (#28261) #179 (Péter Szilágyi)
- ignore tests/spec-tests folder (#28254) #179 (lightclient)
- 2c007cf: accounts/abi/bind/backend: use requested header for gas prices and gas limits (#28280) (Péter Szilágyi) #179
- remove owner and binary marshaling from stacktrie (#28291) #179 (Martin Holst Swende)
- 7776a32: ethdb/pebble: add level file metrics (#28271) (rjl493456442) #179
- a6deb2d: eth/fetcher: throttle tx fetches to 128KB responses (#28304) (Péter Szilágyi) #179
- 13d1d42: eth/fetcher: fix typo (Péter Szilágyi) #179
- eeb5dc3: cmd, core: resolve scheme from a read-write database (#28313) (rjl493456442) #179
- 0004c6b: accounts, cmd: fix typos (#28300) (vuittont60) #179
- d2c0bed: cmd/geth: fix failing test (#28322) (Martin Holst Swende) #179
- release Geth v.1.13.3 #179 (Péter Szilágyi)
- begin v1.13.4 release cycle #179 (Péter Szilágyi)
- 1cb3b6a: eth/protocols/snap: fix snap sync failure on empty storage range (#28306) (rjl493456442) #179
- 1f30cae: go.mod, internal/build: update Azure dependencies (#28329) (Péter Szilágyi) [#179](https://github.com/covalenthq/bsp-ge...
v1.5.1-bsp
Builds
- use slices package for sorting (#27486) #164 (Dan Laine)
- upgrade -dlgo version to Go 1.20.6 (#27708) #164 (Marius Kjærstad)
- upgrade -dlgo version to Go 1.20.7 (#27835) #164 (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])
Commits
- use atomic types (#27214) #164 (s7v7nislands)
- 79a57d4: eth/downloader: fix error aggregator (#27217) (rjl493456442) #164
- ba09403: core/txpool : fix map size avoid resizing (#27221) (ucwong) #164
- 604e215: eth/tracers: add
txHash
field on txTraceResult (#27183) (sjlee1125) #164 - cc8d40c: core/state: initialize maps with known size (#27222) (ucwong) #164
- 7ac08ba: cmd/geth: rename variable 'extapi' (#27223) (joohhnnn) #164
- report error when ctx key is non-string (#27226) #164 (ucwong)
- port boring changes from pbss (#27176) #164 (rjl493456442)
- initialize maps with capacity (#27228) #164 (ucwong)
- c62da24: cmd/utils: report the blocknumber when block import fails (#27213) (Guillaume Ballet) #164
- initialize maps with known size (#27233) #164 (ucwong)
- fix typos in comments (#27236) #164 (Seungbae Yu)
- initialize maps with known size (#27229) #164 (ucwong)
- 2169fa3: crypto/kzg4844: pull in the C and Go libs for KZG cryptography (#27155) (Péter Szilágyi) #164
- acquire the rpc.Client (#27246) #164 (Delweng)
- d17ec0e: ethdb/memorydb: init map with known size (#27241) (ucwong) #164
- 7577b9c: core/state: unexport NodeIterator (#27239) (Guillaume Ballet) #164
- new empty trie with types.EmptyRootHash instead of null (#27230) #164 (rjl493456442)
- use sync.map in registry (#27159) #164 (Exca-DK)
- 0b66d47: internal/ethapi: make EstimateGas use
latest
block by default (#24363) (zhiqiangxu) #164 - dffd804: internal/ethapi: remove unused err-return (#27240) (makcandrov) #164
- 1982437: core/types: un-ssz blob txs, add json marshalling and tweaks (#27256) (Péter Szilágyi) #164
- 9ca84e6: crypto/kzg4844: upgrade c-kzg-4844 to v0.2.0 (#27257) (Justin Traglia) #164
- websocket should respect the "HTTP_PROXY" by default (#27264) #164 (oseau)
- c2148c6: core/asm: remove unused return value (#27272) (joohhnnn) #164
- 6e3aa86: internal/ethapi: minor refactor in block serialization (#27268) (Delweng) #164
- d46f69d: tests/fuzzers/bn256: add PairingCheck fuzzer (#27252) (Marius van der Wijden) #164
- eb83e7c: core/state/snapshot: check difflayer staleness early (#27255) (Martin Holst Swende) #164
- 2f2959d: core/state/pruner: remove unused error-return (#27273) (John Chase) #164
- ae1d90e: internal/ethapi: make NewAccount return EIP-55 format (#26973) (Alex Mylonas) #164
- more accurate checking of handler method signatures (#27287) #164 (Stephen Guo)
- 41fafa4: go.mod: upgrade gencodec (#27288) (Felix Lange) #164
- c08dc59: beacon/types: add beacon chain data types (#27292) (Felföldi Zsolt) #164
- 6a6318b: go.mod: use
gopkg.in/yaml.v3
instead ofgithub.com/go-yaml/yaml
(#27295) (Shude Li) #164 - tie timestamp based forks to the passage of London (#27279) #164 (Péter Szilágyi)
- 99394ad: ethdb/pebble: prevent shutdown-panic (#27238) (Martin Holst Swende) #164
- 3223950: cmd/utils: do not check free disk space in dev mode (#27281) (Shude Li) #164
- 944e1a0: beacon/types: auto-generate SyncCommittee marshaling methods (#27296) (Felix Lange) #164
- 6fe0252: rpc, internal/cmdtest: increase timeout in tests (#27083) (Delweng) #164
- upgrade UI to v2 (#27294) #164 (Sina Mahmoodi)
- 5b792e0: accounts/abi: add ErrorById (#27277) (Chawin Aiemvaravutigul) #164
- a190da9: eth/tracers: fix flatCallTracer crasher (#27304) (minh-bq) #164
- bfded65: core/state: do not ignore null addr while iterative dump (#27320) (Park Changwan) #164
- 1a18283: cmd/evm: make batched state-test execution possible (#27318) (Martin Holst Swende) #164
- change BlockNumber constant values to match ethclient (#27219) #164 (Martin Holst Swende)
- use errrors.New instead of empty fmt.Errorf (#27329) #164 (Delweng)
- b0095ee: ethclient,event: replace noarg fmt.Errorf with errors.New (#27334) (Delweng) #164
- replace noarg fmt.Errorf with errors.New (#27333) #164 (Delweng)
- dd25a4f: les, signer, light: replace noarg fmt.Errorf with errors.New (#27336) (Delweng) #164
- b21ba66: internal,tests: replace noarg fmt.Errorf with errors.New (#27335) (Delweng) #164
- 8a78a4f: eth,consensus: replace noarg fmt.Errorf with errors.New (#27330) (Delweng) #164
- 33fdd03: ethdb/pebble: fix NewBatchWithSize to set db (#27350) (Martin Holst Swende) #164
- go-ethereum v1.12.0 stable #164 (Martin Holst Swende)
- begin v1.12.1 release cycle #164 ([Martin Holst Swende](6...
v1.5.0-bsp
Builds
- use slices package for sorting (#27486) #164 (Dan Laine)
- upgrade -dlgo version to Go 1.20.6 (#27708) #164 (Marius Kjærstad)
- upgrade -dlgo version to Go 1.20.7 (#27835) #164 (Marius Kjærstad)
Commits
- ae66009: internal/ethapi: add block overrides to eth_call (#26414) (Sina Mahmoodi) #164
- a9d7cda: core/types: go generate (#27196) (ucwong) #164
- 7d1ebe5: p2p/discover: fix lint nit (#27206) (Martin Holst Swende) #164
- remove unused ContractCode method from BlockChain (#27186) #164 (Guillaume Ballet)
- 29c33d9: graphql, internal: fix typos in comments (#27184) (David Dzhalaev) #164
- ac3418d: accounts/abi: resolve name conflict for methods starting with a number (#26999) (Marius van der Wijden) #164
- remove ethash pow, only retain shims needed for consensus and tests (#27178) #164 (Péter Szilágyi)
- use atomic types (#27214) #164 (s7v7nislands)
- 79a57d4: eth/downloader: fix error aggregator (#27217) (rjl493456442) #164
- ba09403: core/txpool : fix map size avoid resizing (#27221) (ucwong) #164
- 604e215: eth/tracers: add
txHash
field on txTraceResult (#27183) (sjlee1125) #164 - cc8d40c: core/state: initialize maps with known size (#27222) (ucwong) #164
- 7ac08ba: cmd/geth: rename variable 'extapi' (#27223) (joohhnnn) #164
- report error when ctx key is non-string (#27226) #164 (ucwong)
- port boring changes from pbss (#27176) #164 (rjl493456442)
- initialize maps with capacity (#27228) #164 (ucwong)
- c62da24: cmd/utils: report the blocknumber when block import fails (#27213) (Guillaume Ballet) #164
- initialize maps with known size (#27233) #164 (ucwong)
- fix typos in comments (#27236) #164 (Seungbae Yu)
- initialize maps with known size (#27229) #164 (ucwong)
- 2169fa3: crypto/kzg4844: pull in the C and Go libs for KZG cryptography (#27155) (Péter Szilágyi) #164
- acquire the rpc.Client (#27246) #164 (Delweng)
- d17ec0e: ethdb/memorydb: init map with known size (#27241) (ucwong) #164
- 7577b9c: core/state: unexport NodeIterator (#27239) (Guillaume Ballet) #164
- new empty trie with types.EmptyRootHash instead of null (#27230) #164 (rjl493456442)
- use sync.map in registry (#27159) #164 (Exca-DK)
- 0b66d47: internal/ethapi: make EstimateGas use
latest
block by default (#24363) (zhiqiangxu) #164 - dffd804: internal/ethapi: remove unused err-return (#27240) (makcandrov) #164
- 1982437: core/types: un-ssz blob txs, add json marshalling and tweaks (#27256) (Péter Szilágyi) #164
- 9ca84e6: crypto/kzg4844: upgrade c-kzg-4844 to v0.2.0 (#27257) (Justin Traglia) #164
- websocket should respect the "HTTP_PROXY" by default (#27264) #164 (oseau)
- c2148c6: core/asm: remove unused return value (#27272) (joohhnnn) #164
- 6e3aa86: internal/ethapi: minor refactor in block serialization (#27268) (Delweng) #164
- d46f69d: tests/fuzzers/bn256: add PairingCheck fuzzer (#27252) (Marius van der Wijden) #164
- eb83e7c: core/state/snapshot: check difflayer staleness early (#27255) (Martin Holst Swende) #164
- 2f2959d: core/state/pruner: remove unused error-return (#27273) (John Chase) #164
- ae1d90e: internal/ethapi: make NewAccount return EIP-55 format (#26973) (Alex Mylonas) #164
- more accurate checking of handler method signatures (#27287) #164 (Stephen Guo)
- 41fafa4: go.mod: upgrade gencodec (#27288) (Felix Lange) #164
- c08dc59: beacon/types: add beacon chain data types (#27292) (Felföldi Zsolt) #164
- 6a6318b: go.mod: use
gopkg.in/yaml.v3
instead ofgithub.com/go-yaml/yaml
(#27295) (Shude Li) #164 - tie timestamp based forks to the passage of London (#27279) #164 (Péter Szilágyi)
- 99394ad: ethdb/pebble: prevent shutdown-panic (#27238) (Martin Holst Swende) #164
- 3223950: cmd/utils: do not check free disk space in dev mode (#27281) (Shude Li) #164
- 944e1a0: beacon/types: auto-generate SyncCommittee marshaling methods (#27296) (Felix Lange) #164
- 6fe0252: rpc, internal/cmdtest: increase timeout in tests (#27083) (Delweng) #164
- upgrade UI to v2 (#27294) #164 (Sina Mahmoodi)
- 5b792e0: accounts/abi: add ErrorById (#27277) (Chawin Aiemvaravutigul) #164
- a190da9: eth/tracers: fix flatCallTracer crasher (#27304) (minh-bq) #164
- bfded65: core/state: do not ignore null addr while iterative dump (#27320) (Park Changwan) #164
- 1a18283: cmd/evm: make batched state-test execution possible (#27318) (Martin Holst Swende) #164
- change BlockNumber constant values to match ethclient (#27219) #164 (Martin Holst Swende)
- use errrors.New instead of empty fmt.Errorf (#27329) #164 (Delweng)
- b0095ee: ethclient,event: replace noarg fmt.Errorf with errors.New (#27334) (Delweng) #164
- replace noarg fmt.Errorf with errors.New (#27333) #164 (Delweng)
- dd25a4f: les, signer, light: replace noarg fmt.Errorf with errors.New (#27336) (Delweng) #164
- b21ba66: internal,tests: replace noarg fmt.Errorf with errors.New (#27335) (Delweng) #164
- 8a78a4f: eth,consensus: replace noarg fmt.Errorf with errors.New (#27330) (Delweng) [#164](https://github.com/covalenthq/bsp-get...
v1.4.5-bsp
Builds
- upgrade to golangci-lint v1.51.1 (#26618) #118 (Felix Lange)
- ship bootstrapper Go along with builder for PPA (#26731) #118 (Péter Szilágyi)
- fix setting env var, temp early exit #118 (Péter Szilágyi)
- fix gobootstrap path for the PPA #118 (Péter Szilágyi)
- add some PPA debug logs, sigh #118 (Péter Szilágyi)
- yet another weird PPA fix #118 (Péter Szilágyi)
- fix (finaly?) the PPA env vars for Go bootstrapping #118 (Péter Szilágyi)
- fix Go 1.19.0 bootstrapper issues on 386 PPA #118 (Péter Szilágyi)
- enable Lunar Lobster PPA builds #118 (Péter Szilágyi)
- deps: bump github.com/urfave/cli/v2 from 2.10.2 to 2.24.4 #106 (dependabot[bot])
- deps: bump github.com/stretchr/testify from 1.7.2 to 1.8.2 #109 (dependabot[bot])
- deps: bump golang.org/x/text from 0.3.7 to 0.7.0 #110 (dependabot[bot])
- deps: bump golang.org/x/net #108 (dependabot[bot])
- deps: bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 #95 (dependabot[bot])
- deps: bump github.com/rs/cors from 1.7.0 to 1.8.3 #102 (dependabot[bot])
- deps: bump golang.org/x/crypto #111 (dependabot[bot])
- deps: bump github.com/prometheus/tsdb from 0.7.1 to 0.10.0 #89 (dependabot[bot])
- deps: bump github.com/consensys/gnark-crypto #116 (dependabot[bot])
- update to go 1.20.2 (#26824) #129 (Felix Lange)
- deps: bump github.com/supranational/blst #117 (dependabot[bot])
- deps: bump github.com/fatih/color from 1.7.0 to 1.15.0 (#123) #123 (dependabot[bot])
- deps: bump github.com/docker/docker #115 (dependabot[bot])
- deps: bump github.com/golang/protobuf from 1.5.2 to 1.5.3 #130 (dependabot[bot])
- deps: bump github.com/docker/docker #137 (dependabot[bot])
- deps: bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.0 #113 (dependabot[bot])
- deps: bump gopkg.in/natefinch/lumberjack.v2 from 2.0.0 to 2.2.1 #151 (dependabot[bot])
Continuous Integration
- disable coverage reporting in appveyor and travis #129 (Martin Holst Swende)
Commits
- 8748972: go.sum: tidy (#26525) (ucwong) #118
- 3f544ce: .travis.yml: go1.19.5 for android builds (#26524) (ucwong) #118
- define cancun and prague as timestamp based forks (#26481) #118 (rjl493456442)
- 4f4a25d: signer/core: don't require capital lettered reference types (#26462) (Martin Holst Swende) #118
- 2b44ef5: miner, cmd, eth: require explicit etherbase address (#26413) (rjl493456442) #118
- d36e6fc: go.mod: upgrade to latest goja (#26523) (Sina Mahmoodi) #118
- typos #101 (omahs)
- e4fa2cf: go.sum: go mod tidy (#26536) (ucwong) #118
- use http package to replace http method names (#26535) #118 (Shude Li)
- 59a48e0: cmd/utils: improve parsing of --miner.etherbase address (#26541) (Felix Lange) #118
- make timestamp-based fork checks based on uint64 (#26474) #118 (Martin Holst Swende)
- implement withdrawals (EIP-4895) (#26484) #118 (Marius van der Wijden)
- 55f41d1: cmd/utils: fix error at geth startup in --dev mode (#26550) (Felix Lange) #118
- 245cff0: eth/catalyst: error on nil withdrawals post-shanghai (#26549) (Marius van der Wijden) #118
- 2fecac6: eth/catalyst: implement exchangeCapabilities method (#26555) (Marius van der Wijden) #118
- fix timestamp display in fork banner (#26553) #118 (Felix Lange)
- remove deprecated bootnodes (#26530) #118 (Nicola Cocchiaro)
- a63875b: go.mod: gnark-crypto upgrade (#26545) (ucwong) #118
- 90f15a0: cmd/evm: add blocktest subcommand to evm (#26526) (Mario Vega) #118
- df52967: eth/catalyst: fix panic in TestWithdrawals (#26563) (Felix Lange) #118
- fix typo in comment (#26569) #118 (ucwong)
- 3ff3d07: cmd/devp2p: fix broken link in readme(#26576) (Pascal Marco Caversaccio) #118
- 6d1de15: update bsp-geth version (Pranay Valson)
- better sanitation (#26556) #118 (Martin Holst Swende)
- 63a2d57: update client identifier (Pranay Valson) #104
- 78d089b: ethclient/gethclient: fix typo (#26580) (Mio) #118
- efbd508: eth/tracer: rename to revertReason (#26574) (rjl493456442) #118
- bd6a05e: internal/ethapi: always return block withdrawals if present (#26565) (lightclient)...
v1.4.4-bsp
Builds
- upgrade to golangci-lint v1.51.1 (#26618) #118 (Felix Lange)
- ship bootstrapper Go along with builder for PPA (#26731) #118 (Péter Szilágyi)
- fix setting env var, temp early exit #118 (Péter Szilágyi)
- fix gobootstrap path for the PPA #118 (Péter Szilágyi)
- add some PPA debug logs, sigh #118 (Péter Szilágyi)
- yet another weird PPA fix #118 (Péter Szilágyi)
- fix (finaly?) the PPA env vars for Go bootstrapping #118 (Péter Szilágyi)
- fix Go 1.19.0 bootstrapper issues on 386 PPA #118 (Péter Szilágyi)
- enable Lunar Lobster PPA builds #118 (Péter Szilágyi)
- deps: bump github.com/urfave/cli/v2 from 2.10.2 to 2.24.4 #106 (dependabot[bot])
- deps: bump github.com/stretchr/testify from 1.7.2 to 1.8.2 #109 (dependabot[bot])
- deps: bump golang.org/x/text from 0.3.7 to 0.7.0 #110 (dependabot[bot])
- deps: bump golang.org/x/net #108 (dependabot[bot])
- deps: bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 #95 (dependabot[bot])
- deps: bump github.com/rs/cors from 1.7.0 to 1.8.3 #102 (dependabot[bot])
- deps: bump golang.org/x/crypto #111 (dependabot[bot])
- deps: bump github.com/prometheus/tsdb from 0.7.1 to 0.10.0 #89 (dependabot[bot])
- deps: bump github.com/consensys/gnark-crypto #116 (dependabot[bot])
- update to go 1.20.2 (#26824) #129 (Felix Lange)
- deps: bump github.com/supranational/blst #117 (dependabot[bot])
- deps: bump github.com/fatih/color from 1.7.0 to 1.15.0 (#123) #123 (dependabot[bot])
- deps: bump github.com/docker/docker #115 (dependabot[bot])
- deps: bump github.com/golang/protobuf from 1.5.2 to 1.5.3 #130 (dependabot[bot])
- deps: bump github.com/docker/docker #137 (dependabot[bot])
- deps: bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.0 #113 (dependabot[bot])
Continuous Integration
- disable coverage reporting in appveyor and travis #129 (Martin Holst Swende)
Commits
- 97401b6: eth/filters: fix typo in comment (#26515) (Paul) #118
- 4a3fb58: les/fetcher : fix requestTimer leak (#26514) (ucwong) #118
- a35b654: core/txpool: check if initcode size is exceeded (#26504) (Marius van der Wijden) #118
- remove Kiln testnet (#26522) #118 (Zachinquarantine)
- 2d2c069: console, internal/jsre: fix autocomplete issues (#26518) (Sina Mahmoodi) #118
- 24c7023: go.mod: upgrade to go-bip39 v1.1.0 (#26527) (meehow) #118
- 8748972: go.sum: tidy (#26525) (ucwong) #118
- 3f544ce: .travis.yml: go1.19.5 for android builds (#26524) (ucwong) #118
- define cancun and prague as timestamp based forks (#26481) #118 (rjl493456442)
- 4f4a25d: signer/core: don't require capital lettered reference types (#26462) (Martin Holst Swende) #118
- 2b44ef5: miner, cmd, eth: require explicit etherbase address (#26413) (rjl493456442) #118
- d36e6fc: go.mod: upgrade to latest goja (#26523) (Sina Mahmoodi) #118
- typos #101 (omahs)
- e4fa2cf: go.sum: go mod tidy (#26536) (ucwong) #118
- use http package to replace http method names (#26535) #118 (Shude Li)
- 59a48e0: cmd/utils: improve parsing of --miner.etherbase address (#26541) (Felix Lange) #118
- make timestamp-based fork checks based on uint64 (#26474) #118 (Martin Holst Swende)
- implement withdrawals (EIP-4895) (#26484) #118 (Marius van der Wijden)
- 55f41d1: cmd/utils: fix error at geth startup in --dev mode (#26550) (Felix Lange) #118
- 245cff0: eth/catalyst: error on nil withdrawals post-shanghai (#26549) (Marius van der Wijden) #118
- 2fecac6: eth/catalyst: implement exchangeCapabilities method (#26555) (Marius van der Wijden) #118
- fix timestamp display in fork banner (#26553) #118 (Felix Lange)
- remove deprecated bootnodes (#26530) #118 (Nicola Cocchiaro)
- a63875b: go.mod: gnark-crypto upgrade (#26545) (ucwong) #118
- 90f15a0: cmd/evm: add blocktest subcommand to evm (#26526) (Mario Vega) #118
- df52967: eth/catalyst: fix panic in TestWithdrawals (#26563) (Felix Lange) #118
- fix typo in comment (#26569) #118 (ucwong)
- 3ff3d07: cmd/devp2p: fix broken link in readme(#26576) (Pascal Marco Caversaccio) #118
- 6d1de15: update bsp-geth version (Pranay Valson)
- better sanitation (#26556) [...
v1.4.3-bsp - Geth v1.11.5-stable
Builds
- upgrade -dlgo version to Go 1.19.5 (#26472) #118 (Marius Kjærstad)
- upgrade to golangci-lint v1.51.1 (#26618) #118 (Felix Lange)
- ship bootstrapper Go along with builder for PPA (#26731) #118 (Péter Szilágyi)
- fix setting env var, temp early exit #118 (Péter Szilágyi)
- fix gobootstrap path for the PPA #118 (Péter Szilágyi)
- add some PPA debug logs, sigh #118 (Péter Szilágyi)
- yet another weird PPA fix #118 (Péter Szilágyi)
- fix (finaly?) the PPA env vars for Go bootstrapping #118 (Péter Szilágyi)
- fix Go 1.19.0 bootstrapper issues on 386 PPA #118 (Péter Szilágyi)
- enable Lunar Lobster PPA builds #118 (Péter Szilágyi)
- deps: bump github.com/urfave/cli/v2 from 2.10.2 to 2.24.4 #106 (dependabot[bot])
- deps: bump github.com/stretchr/testify from 1.7.2 to 1.8.2 #109 (dependabot[bot])
- deps: bump golang.org/x/text from 0.3.7 to 0.7.0 #110 (dependabot[bot])
- deps: bump golang.org/x/net #108 (dependabot[bot])
- deps: bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 #95 (dependabot[bot])
- deps: bump github.com/rs/cors from 1.7.0 to 1.8.3 #102 (dependabot[bot])
- deps: bump golang.org/x/crypto #111 (dependabot[bot])
- deps: bump github.com/prometheus/tsdb from 0.7.1 to 0.10.0 #89 (dependabot[bot])
- deps: bump github.com/consensys/gnark-crypto #116 (dependabot[bot])
- update to go 1.20.2 (#26824) #129 (Felix Lange)
- deps: bump github.com/fatih/color from 1.7.0 to 1.15.0 (#123) #123 (dependabot[bot])
- deps: bump github.com/docker/docker #115 (dependabot[bot])
Continuous Integration
- disable coverage reporting in appveyor and travis #129 (Martin Holst Swende)
Commits
- d379e3f: ethclient/gethclient: ensure getProof keys parameter is not null (#26409) (Felix Lange) #118
- a21e963: eth/catalyst: trigger beacon sync directly with provided chain head (#26489) (rjl493456442) #118
- e04d63e: core/rawdb: fsync head data file before closing it (#26490) (rjl493456442) #118
- 0e486a5: Use filepath.clean instead of path.clean (#26404) (Marius van der Wijden) #118
- fix broken link to installation instructions (#26497) #118 (David Hwang)
- 0b53b29: core/rawdb: fix cornercase shutdown behaviour in freezer (#26485) (Martin Holst Swende) #118
- 554c8d7: cmd/utils: update Rinkeby deprecation message (#26496) (Zachinquarantine) #118
- fix outdated link (#26501) #118 (ucwong)
- d345a4a: cmd/bootnode, cmd/utils: add 'pmp:' to --nat flag description (#26381) (Seungbae Yu) #118
- c858da5: cmd/evm: fix typo in README.md (#26500) (Ikko Eltociear Ashimine) #118
- f2758a8: cmd/evm: typo fix in docs (#26506) (ucwong) #118
- 297ec06: metrics/influxdb: fix time ticker leaks (#26507) (ucwong) #118
- 97401b6: eth/filters: fix typo in comment (#26515) (Paul) #118
- 4a3fb58: les/fetcher : fix requestTimer leak (#26514) (ucwong) #118
- a35b654: core/txpool: check if initcode size is exceeded (#26504) (Marius van der Wijden) #118
- remove Kiln testnet (#26522) #118 (Zachinquarantine)
- 2d2c069: console, internal/jsre: fix autocomplete issues (#26518) (Sina Mahmoodi) #118
- 24c7023: go.mod: upgrade to go-bip39 v1.1.0 (#26527) (meehow) #118
- 8748972: go.sum: tidy (#26525) (ucwong) #118
- 3f544ce: .travis.yml: go1.19.5 for android builds (#26524) (ucwong) #118
- define cancun and prague as timestamp based forks (#26481) #118 (rjl493456442)
- 4f4a25d: signer/core: don't require capital lettered reference types (#26462) (Martin Holst Swende) #118
- 2b44ef5: miner, cmd, eth: require explicit etherbase address (#26413) (rjl493456442) #118
- d36e6fc: go.mod: upgrade to latest goja (#26523) (Sina Mahmoodi) #118
- typos #101 (omahs)
- e4fa2cf: go.sum: go mod tidy (#26536) (ucwong) #118
- use http package to replace http method names (#26535) #118 (Shude Li)
- 59a48e0: cmd/utils: improve parsing of --miner.etherbase address (#26541) (Felix Lange) #118
- make timestamp-based fork checks based on uint64 (#26474) #118 (Martin Holst Swende)
- implement withdrawals (EIP-4895) (#26484) #118 (Marius van der Wijden)
- 55f41d1: cmd/utils: fix error at geth startup in --dev mode (#26550) (Felix Lange) #118
- 245cff0: eth/catalyst: error on nil withdrawals post-shanghai (#26549) (Marius van der Wijden) #118
- 2fecac6: eth/catalyst: implement exchangeCapabilities method (#26555) (Marius van der Wijden) [#118](https://github.com/covalenthq/bs...