Commit Graph

  • 08bf8a60c3 core: check genesis state presence by disk read (#26703) rjl493456442 2023-02-16 18:09:41 +08:00
  • 5ccc99b258 travis, build: update Go to 1.20.1 (#26653) Péter Szilágyi 2023-02-16 09:00:45 +02:00
  • 194b5c9152 params: begin v1.11.1 release cycle Martin Holst Swende 2023-02-15 19:15:31 +01:00
  • 18b641b064 params: go-ethereum v1.11.0 stable v1.11.0 Martin Holst Swende 2023-02-15 19:14:20 +01:00
  • 7fb42e6db2 eth/downloader: handle missing withdrawals if empty list is expected (#26675) Marius van der Wijden 2023-02-15 13:23:07 +01:00
  • 5967a2290a ethdb/pebble: Fix MemTableStopWritesThreshold (#26692) Patrick O'Grady 2023-02-15 00:27:52 -08:00
  • dbd6c1324d eth/catalyst: return error if withdrawals are nil post-shanghai (#26691) Marius van der Wijden 2023-02-14 19:39:00 +01:00
  • 101587b3f4 p2p/dnsdisc: fix tests with Go 1.20 (#26690) Felix Lange 2023-02-14 14:58:43 +01:00
  • ff38c9ee2e eth/filters: replace atomic pointer with value (#26689) Sina Mahmoodi 2023-02-14 16:48:22 +03:00
  • f44ebc4838 params: update mainnet + rinkeby CHT (#26677) Martin Holst Swende 2023-02-14 04:12:34 -05:00
  • 1c5fa40a78 cmd/devp2p: reduce output of node crawler (#26674) Martin Holst Swende 2023-02-14 03:08:06 -05:00
  • 03585ed7a9 tests/fuzzers: supply gnark multiexp config, fixes #26669 (#26670) Martin Holst Swende 2023-02-13 08:14:34 -05:00
  • 7d29fff415 eth/tracers: more fork overrides in traceBlockToFile (#26655) Darioush Jalali 2023-02-13 02:01:35 -08:00
  • 2def62b99b eth/filters: avoid block body retrieval when no matching logs (#25199) Sina Mahmoodi 2023-02-13 10:59:27 +01:00
  • 241cf62b5c params: schedule shanghai fork on sepolia (#26662) Marius van der Wijden 2023-02-10 12:34:45 +01:00
  • 0ea65d4020 ethdb: add benchmark test suite (#26659) rjl493456442 2023-02-10 17:35:00 +08:00
  • b0cd8c4a5c core/vm: set tracer-observable value of a delegatecall to match parent value (#26632) Chris Ziogas 2023-02-10 11:26:43 +02:00
  • 77380b9629 go.mod: update pebble to latest master (#26654) Péter Szilágyi 2023-02-09 19:01:31 +02:00
  • 22c3ad1d12 core/state, trie: remove unused error-return from trie Commit operation (#26641) Martin Holst Swende 2023-02-09 08:56:59 -05:00
  • 3086c256c9 eth/downloader: fix timeout resurrection panic (#26652) Péter Szilágyi 2023-02-09 14:56:15 +02:00
  • da3c974c36 ethdb/pebble: fix nil callbacks (#26650) Péter Szilágyi 2023-02-09 13:31:42 +02:00
  • bf1798e04e common/prque: generic priority queue (#26290) Péter Szilágyi 2023-02-09 13:03:54 +02:00
  • 6a148dd5c3 eth/catalyst: disallow forkchoiceupdate v1 post-shanghai (#26645) Marius van der Wijden 2023-02-09 09:53:22 +01:00
  • ed51b8c5d3 ethdb: pebble backend (64bit platforms only) (#26517) Martin Holst Swende 2023-02-09 03:48:34 -05:00
  • 095e365fac all: remove support for Ropsten (#26644) Péter Szilágyi 2023-02-09 10:03:00 +02:00
  • 0c9eb8c9a4 eth/catalyst: make getPayloadBodiesByRange take hex inputs (#26624) jwasinger 2023-02-08 07:04:40 -08:00
  • 9842301376 all: remove database commit callback, rework noderesolver (#26637) rjl493456442 2023-02-08 19:14:34 +08:00
  • 8c18b48bf1 log: allow tabs in log messages (#26630) Felix Lange 2023-02-08 10:39:17 +01:00
  • 00a9b80b5c light: fix receiver name from Python style to Go (#26631) halilylm 2023-02-08 12:37:33 +03:00
  • 2f73f4f028 eth/catalyst,miner: include withdrawals in payload id calculation (#26554) Marius van der Wijden 2023-02-07 19:16:53 +01:00
  • 31d401ea68 rpc: remove DecimalOrHex type (#26629) Felix Lange 2023-02-07 15:44:27 +01:00
  • cefc0fa00f accounts/abi: fix integer encoding/decoding (#26568) zhiqiangxu 2023-02-07 21:32:27 +08:00
  • 91cb6f863a tests: update (#26548) Martin Holst Swende 2023-02-06 14:52:51 -05:00
  • 37e3208e33 build: upgrade to golangci-lint v1.51.1 (#26618) Felix Lange 2023-02-06 18:15:13 +01:00
  • 3a5aceed8f beacon/engine: move core/beacon to beacon/engine (#26616) Felföldi Zsolt 2023-02-06 16:37:58 +01:00
  • 8860b39754 all: prepare for path-based trie storage (#26603) Martin Holst Swende 2023-02-06 10:28:40 -05:00
  • 10c14847af README: remove text about GPU mining (#26609) Marius Kjærstad 2023-02-06 15:10:46 +01:00
  • 918aed4e31 core/vm: add bn256ScalarMul testcase for zero scalar value (#26607) raulk 2023-02-06 12:41:29 +00:00
  • 8e92881a3d rpc: fix off-by-one in ipc endpoint length check (#26614) Martin Holst Swende 2023-02-06 07:25:42 -05:00
  • bd726f86b8 readme: fix broken link (#26612) delihiros 2023-02-06 19:18:50 +09:00
  • 9826cd65bc eth/catalyst: implement engine_getPayloadBodiesByHash/Range methods (#26232) Marius van der Wijden 2023-02-06 10:21:40 +01:00
  • 877d2174fb core/vm: improve EVM instance reusability (#26341) lmittmann 2023-02-05 15:11:25 +01:00
  • 3a79a99f80 Merge pull request #26599 from karalabe/mobile-nuke Péter Szilágyi 2023-02-03 12:52:10 +02:00
  • d9699c8238 accounts, build, mobile: remove Andriod and iOS support Péter Szilágyi 2023-02-03 12:26:29 +02:00
  • d0a4989a8d cmd, eth, node: deprecate personal namespace (#26390) Marius van der Wijden 2023-02-02 12:52:19 +01:00
  • a8cf4399a9 eth/catalyst: return invalid params instead of invalid payload params (#26591) Marius van der Wijden 2023-02-02 10:52:26 +01:00
  • 5d8bff1d72 Merge pull request #26581 from holiman/nuke_puppet Péter Szilágyi 2023-02-02 10:00:23 +02:00
  • 5c8cc10d1e core: improve ambiguous block validation message (#26582) Martin Holst Swende 2023-02-01 10:08:25 -05:00
  • 8ded6a9fcd cmd/puppeth: remove puppeth Martin Holst Swende 2023-01-31 10:16:30 +01:00
  • bd6a05e1ee internal/ethapi: always return block withdrawals if present (#26565) lightclient 2023-01-31 01:34:03 -07:00
  • efbd508d21 eth/tracer: rename to revertReason (#26574) rjl493456442 2023-01-31 16:29:17 +08:00
  • 78d089b5b7 ethclient/gethclient: fix typo (#26580) Mio 2023-01-31 16:28:32 +08:00
  • 17017b2516 log: better sanitation (#26556) Martin Holst Swende 2023-01-30 12:43:12 -05:00
  • 3ff3d07e2c cmd/devp2p: fix broken link in readme(#26576) Pascal Marco Caversaccio 2023-01-30 15:12:55 +01:00
  • fd4230f695 log: fix typo in comment (#26569) ucwong 2023-01-30 07:33:03 -06:00
  • df52967ff6 eth/catalyst: fix panic in TestWithdrawals (#26563) Felix Lange 2023-01-27 15:33:28 +01:00
  • 90f15a0230 cmd/evm: add blocktest subcommand to evm (#26526) Mario Vega 2023-01-27 07:30:13 -06:00
  • a63875bf4d go.mod: gnark-crypto upgrade (#26545) ucwong 2023-01-27 06:39:26 -06:00
  • abe4159cb5 params: remove deprecated bootnodes (#26530) Nicola Cocchiaro 2023-01-27 04:32:24 -08:00
  • 34115c8f63 params: fix timestamp display in fork banner (#26553) Felix Lange 2023-01-27 12:03:34 +01:00
  • 2fecac6041 eth/catalyst: implement exchangeCapabilities method (#26555) Marius van der Wijden 2023-01-27 12:03:03 +01:00
  • 245cff0a1a eth/catalyst: error on nil withdrawals post-shanghai (#26549) Marius van der Wijden 2023-01-27 11:42:14 +01:00
  • 55f41d198c cmd/utils: fix error at geth startup in --dev mode (#26550) Felix Lange 2023-01-26 10:07:20 +01:00
  • 2a2b0419fb all: implement withdrawals (EIP-4895) (#26484) Marius van der Wijden 2023-01-25 15:32:25 +01:00
  • 2b57a27d9e all: make timestamp-based fork checks based on uint64 (#26474) Martin Holst Swende 2023-01-25 06:12:28 -05:00
  • 59a48e0289 cmd/utils: improve parsing of --miner.etherbase address (#26541) Felix Lange 2023-01-24 11:11:33 +01:00
  • 163e996d0e all: use http package to replace http method names (#26535) Shude Li 2023-01-24 17:12:25 +08:00
  • e4fa2cf5e3 go.sum: go mod tidy (#26536) ucwong 2023-01-23 17:59:57 -06:00
  • d36e6fc49d go.mod: upgrade to latest goja (#26523) Sina Mahmoodi 2023-01-23 17:59:25 +01:00
  • 2b44ef5f93 miner, cmd, eth: require explicit etherbase address (#26413) rjl493456442 2023-01-21 00:26:01 +08:00
  • 4f4a25d79f signer/core: don't require capital lettered reference types (#26462) Martin Holst Swende 2023-01-20 05:01:33 -05:00
  • 50e65392aa params: define cancun and prague as timestamp based forks (#26481) rjl493456442 2023-01-20 17:57:50 +08:00
  • 3f544ce8eb .travis.yml: go1.19.5 for android builds (#26524) ucwong 2023-01-20 03:54:53 -06:00
  • 87489723ac go.sum: tidy (#26525) ucwong 2023-01-20 03:53:24 -06:00
  • 24c7023df6 go.mod: upgrade to go-bip39 v1.1.0 (#26527) meehow 2023-01-20 10:33:41 +01:00
  • 2d2c069ffe console, internal/jsre: fix autocomplete issues (#26518) Sina Mahmoodi 2023-01-19 19:43:29 +01:00
  • 690338f0fa all: remove Kiln testnet (#26522) Zachinquarantine 2023-01-19 04:49:48 -05:00
  • a35b654f25 core/txpool: check if initcode size is exceeded (#26504) Marius van der Wijden 2023-01-18 09:47:42 +01:00
  • 4a3fb585dd les/fetcher : fix requestTimer leak (#26514) ucwong 2023-01-18 02:46:32 -06:00
  • 97401b6c63 eth/filters: fix typo in comment (#26515) Paul 2023-01-17 16:29:08 -06:00
  • 297ec0669d metrics/influxdb: fix time ticker leaks (#26507) ucwong 2023-01-17 06:45:35 -06:00
  • f2758a8dac cmd/evm: typo fix in docs (#26506) ucwong 2023-01-16 12:14:21 -06:00
  • 8d4c81dab1 build: upgrade -dlgo version to Go 1.19.5 (#26472) Marius Kjærstad 2023-01-16 14:24:11 +01:00
  • c858da555d cmd/evm: fix typo in README.md (#26500) Ikko Eltociear Ashimine 2023-01-16 19:23:24 +09:00
  • d345a4a3c6 cmd/bootnode, cmd/utils: add 'pmp:<IP>' to --nat flag description (#26381) Seungbae Yu 2023-01-16 19:21:41 +09:00
  • 55c3b6fc37 swarm: fix outdated link (#26501) ucwong 2023-01-16 04:00:55 -06:00
  • 554c8d77c5 cmd/utils: update Rinkeby deprecation message (#26496) Zachinquarantine 2023-01-16 04:57:35 -05:00
  • 0b53b29078 core/rawdb: fix cornercase shutdown behaviour in freezer (#26485) Martin Holst Swende 2023-01-16 03:57:27 -05:00
  • 450d771bee readme: fix broken link to installation instructions (#26497) David Hwang 2023-01-15 03:23:58 -05:00
  • 0e486a56c9 Use filepath.clean instead of path.clean (#26404) Marius van der Wijden 2023-01-13 15:48:42 +01:00
  • e04d63ebd3 core/rawdb: fsync head data file before closing it (#26490) rjl493456442 2023-01-13 18:55:50 +08:00
  • a21e963ac2 eth/catalyst: trigger beacon sync directly with provided chain head (#26489) rjl493456442 2023-01-13 15:13:27 +08:00
  • d379e3f605 ethclient/gethclient: ensure getProof keys parameter is not null (#26409) Felix Lange 2023-01-12 11:31:21 +01:00
  • b748709a11 eth/downloader: fix cornercase when clean stale beacon headers (#26441) rjl493456442 2023-01-12 18:19:16 +08:00
  • 6f858fa806 rpc: fix setting client in DialHTTPWithClient (#26470) lightclient 2023-01-12 03:04:34 -07:00
  • c125e6e00c core/vm: enable EIP-3855 (PUSH0) in Shanghai (#26475) Andrew Ashikhmin 2023-01-12 11:00:08 +01:00
  • 793f0f9ec8 core/vm: implement EIP-3860: Limit and meter initcode (#23847) Andrei Maiboroda 2023-01-11 10:05:47 +01:00
  • 452a12aa79 eth/downloader: move the pivot in beacon sync mode too (#26453) Péter Szilágyi 2023-01-10 19:16:54 +02:00
  • 2c6dda5ad7 eth/tracers: use non-threaded tracechain (#24283) Martin Holst Swende 2023-01-10 09:11:53 -05:00
  • 7a489623ac core/state: remove notion of fake storage (#24916) Martin Holst Swende 2023-01-10 08:24:30 -05:00