Commit Graph

14164 Commits (ba09403113b0c0549da116d58d99c8669aed7356)
 

Author SHA1 Message Date
Nicola Cocchiaro abe4159cb5
params: remove deprecated bootnodes (#26530) 2 years ago
Felix Lange 34115c8f63
params: fix timestamp display in fork banner (#26553) 2 years ago
Marius van der Wijden 2fecac6041
eth/catalyst: implement exchangeCapabilities method (#26555) 2 years ago
Marius van der Wijden 245cff0a1a
eth/catalyst: error on nil withdrawals post-shanghai (#26549) 2 years ago
Felix Lange 55f41d198c
cmd/utils: fix error at geth startup in --dev mode (#26550) 2 years ago
Marius van der Wijden 2a2b0419fb
all: implement withdrawals (EIP-4895) (#26484) 2 years ago
Martin Holst Swende 2b57a27d9e
all: make timestamp-based fork checks based on uint64 (#26474) 2 years ago
Felix Lange 59a48e0289
cmd/utils: improve parsing of --miner.etherbase address (#26541) 2 years ago
Shude Li 163e996d0e
all: use http package to replace http method names (#26535) 2 years ago
ucwong e4fa2cf5e3
go.sum: go mod tidy (#26536) 2 years ago
Sina Mahmoodi d36e6fc49d
go.mod: upgrade to latest goja (#26523) 2 years ago
rjl493456442 2b44ef5f93
miner, cmd, eth: require explicit etherbase address (#26413) 2 years ago
Martin Holst Swende 4f4a25d79f
signer/core: don't require capital lettered reference types (#26462) 2 years ago
rjl493456442 50e65392aa
params: define cancun and prague as timestamp based forks (#26481) 2 years ago
ucwong 3f544ce8eb
.travis.yml: go1.19.5 for android builds (#26524) 2 years ago
ucwong 87489723ac
go.sum: tidy (#26525) 2 years ago
meehow 24c7023df6
go.mod: upgrade to go-bip39 v1.1.0 (#26527) 2 years ago
Sina Mahmoodi 2d2c069ffe
console, internal/jsre: fix autocomplete issues (#26518) 2 years ago
Zachinquarantine 690338f0fa
all: remove Kiln testnet (#26522) 2 years ago
Marius van der Wijden a35b654f25
core/txpool: check if initcode size is exceeded (#26504) 2 years ago
ucwong 4a3fb585dd
les/fetcher : fix requestTimer leak (#26514) 2 years ago
Paul 97401b6c63
eth/filters: fix typo in comment (#26515) 2 years ago
ucwong 297ec0669d
metrics/influxdb: fix time ticker leaks (#26507) 2 years ago
ucwong f2758a8dac
cmd/evm: typo fix in docs (#26506) 2 years ago
Marius Kjærstad 8d4c81dab1
build: upgrade -dlgo version to Go 1.19.5 (#26472) 2 years ago
Ikko Ashimine c858da555d
cmd/evm: fix typo in README.md (#26500) 2 years ago
Seungbae Yu d345a4a3c6
cmd/bootnode, cmd/utils: add 'pmp:<IP>' to --nat flag description (#26381) 2 years ago
ucwong 55c3b6fc37
swarm: fix outdated link (#26501) 2 years ago
Zachinquarantine 554c8d77c5
cmd/utils: update Rinkeby deprecation message (#26496) 2 years ago
Martin Holst Swende 0b53b29078
core/rawdb: fix cornercase shutdown behaviour in freezer (#26485) 2 years ago
David Hwang 450d771bee
readme: fix broken link to installation instructions (#26497) 2 years ago
Marius van der Wijden 0e486a56c9
Use filepath.clean instead of path.clean (#26404) 2 years ago
rjl493456442 e04d63ebd3
core/rawdb: fsync head data file before closing it (#26490) 2 years ago
rjl493456442 a21e963ac2
eth/catalyst: trigger beacon sync directly with provided chain head (#26489) 2 years ago
Felix Lange d379e3f605
ethclient/gethclient: ensure getProof keys parameter is not null (#26409) 2 years ago
rjl493456442 b748709a11
eth/downloader: fix cornercase when clean stale beacon headers (#26441) 2 years ago
lightclient 6f858fa806
rpc: fix setting client in DialHTTPWithClient (#26470) 2 years ago
Andrew Ashikhmin c125e6e00c
core/vm: enable EIP-3855 (PUSH0) in Shanghai (#26475) 2 years ago
Andrei Maiboroda 793f0f9ec8
core/vm: implement EIP-3860: Limit and meter initcode (#23847) 2 years ago
Péter Szilágyi 452a12aa79
eth/downloader: move the pivot in beacon sync mode too (#26453) 2 years ago
Martin Holst Swende 2c6dda5ad7
eth/tracers: use non-threaded tracechain (#24283) 2 years ago
Martin Holst Swende 7a489623ac
core/state: remove notion of fake storage (#24916) 2 years ago
Martin Holst Swende 4ada314fff
tests: fix DIFFICULTY error in state executor (#26465) 2 years ago
Joseph Cook b8bc8c2465
README.md: add website contribution instructions (#26442) 2 years ago
jwasinger faff980d97
crypto/bls12381: use worst case scalar for input to G1/G2 mul benchmarks (#26447) 2 years ago
Mario Vega ccacb9930e
cmd/evm: support shanghai in tests + evm t8n (#26458) 2 years ago
Péter Szilágyi 43692c84d1
Merge pull request #26451 from rjl493456442/fix-beacon-sync-2 2 years ago
Péter Szilágyi 71f7988b0f
eth/downloader: create repro testcase for beacon header loss 2 years ago
Gary Rong 686f7438d3 eth/downloader: fix unexpected skeleton header deletion 2 years ago
Péter Szilágyi 2189773093
Merge pull request #25878 from MariusVanDerWijden/shanghai-by-time 2 years ago