Commit Graph

  • 4ada314fff tests: fix DIFFICULTY error in state executor (#26465) Martin Holst Swende 2023-01-10 08:22:43 -05:00
  • b8bc8c2465 README.md: add website contribution instructions (#26442) Joseph Cook 2023-01-10 13:20:47 +00:00
  • faff980d97 crypto/bls12381: use worst case scalar for input to G1/G2 mul benchmarks (#26447) jwasinger 2023-01-10 00:16:17 -08:00
  • ccacb9930e cmd/evm: support shanghai in tests + evm t8n (#26458) Mario Vega 2023-01-10 02:04:21 -06:00
  • 43692c84d1 Merge pull request #26451 from rjl493456442/fix-beacon-sync-2 Péter Szilágyi 2023-01-09 12:55:51 +02:00
  • 71f7988b0f eth/downloader: create repro testcase for beacon header loss Péter Szilágyi 2023-01-09 12:12:25 +02:00
  • 686f7438d3 eth/downloader: fix unexpected skeleton header deletion Gary Rong 2023-01-09 15:07:08 +08:00
  • 2189773093 Merge pull request #25878 from MariusVanDerWijden/shanghai-by-time Péter Szilágyi 2023-01-06 16:10:12 +02:00
  • b56c796220 cmd, core, eth, els, params: disallow setheads below genesis, tweaks Péter Szilágyi 2023-01-06 15:07:38 +02:00
  • fcf3d00488 eth, les: polish forkid a bit, fix races and transition validation Péter Szilágyi 2023-01-03 13:06:32 +02:00
  • f426805fdd build: upgrade -dlgo version to Go 1.19.4 (#26440) Marius Kjærstad 2023-01-06 12:25:58 +01:00
  • 6c149fd4ad core, eth, trie, light: clean up trie interface (#26388) rjl493456442 2023-01-03 21:41:40 +08:00
  • 41fe9d646c cmd/evm: update documentation (#26385) Martin Holst Swende 2023-01-03 12:37:48 +01:00
  • a251bca67c p2p/discover: add more packet information in logs (#26307) Felix Lange 2023-01-03 12:36:38 +01:00
  • 9e6a1c3834 common/mclock: add Alarm (#26333) Felix Lange 2023-01-03 12:10:48 +01:00
  • d021157820 core, les, light: implement timestamp based sethead and genesis rewinds Péter Szilágyi 2022-12-16 14:06:22 +02:00
  • 08481028fe core, les, params: add timestamp based fork compatibility checks Péter Szilágyi 2022-12-15 09:40:33 +02:00
  • a4e19c5ca3 all: implement forkid changes for shanghai Marius van der Wijden 2022-11-10 15:25:32 +01:00
  • efc9409ca9 params: core: enable shanghai based on timestamps Marius van der Wijden 2022-09-27 13:42:57 +02:00
  • c6a2f77c2e cmd/devp2p/internal/v4test: add pong validation in bond (#26400) strykerin 2023-01-03 07:30:34 -03:00
  • dad92500e7 cmd, internal: update copyright year to 2023 (#26382) Marius Kjærstad 2023-01-03 10:04:54 +01:00
  • 9d38466437 eth/downloader: fix some typos (#26396) Ha DANG 2023-01-03 16:03:44 +07:00
  • db82ea2ee3 core: reset txpool on sethead (#26392) Marius van der Wijden 2022-12-29 13:24:34 +01:00
  • c87f321b8f core/state: maintain destruction flag by default (#26371) rjl493456442 2022-12-28 21:53:43 +08:00
  • 9921ca0f0a miner: allow for extradata in post-merge blocks (#26387) Marius van der Wijden 2022-12-28 09:48:26 +01:00
  • 577db2edf7 build: add support for Ubuntu 22.10 (Kinetic Kudu) (#26379) Zachinquarantine 2022-12-27 02:52:29 -05:00
  • 01808421e2 core/state: return error when storage trie can't be opened (#26350) rjl493456442 2022-12-21 17:21:21 +08:00
  • b818e73ef3 tests: update tests (#26314) Martin Holst Swende 2022-12-20 09:56:52 -05:00
  • 79a478bb61 core/rawdb: implement resettable freezer (#26324) rjl493456442 2022-12-19 17:59:12 +08:00
  • d3411b9f67 trie: wrap deletion in case trie.root is nil (#26365) rjl493456442 2022-12-19 17:56:13 +08:00
  • f53ff0ff4a eth/filters, eth/tracers: add request cancellation checks (#26320) Felix Lange 2022-12-15 13:52:07 +01:00
  • f51f6edb40 core: fix typo in blockchain_snapshot_test.go (#26357) Ikko Ashimine 2022-12-14 18:48:12 +09:00
  • 502fa829a6 signer/core: handle gnosis safe problem with missing chain id (#26309) Martin Holst Swende 2022-12-14 04:33:57 -05:00
  • fa97788c75 eth/tracers/native: fix possible crash in prestate tracer (#26351) Martin Holst Swende 2022-12-13 08:32:29 -05:00
  • cda051eba7 core, cmd: fill blockNumber in logs (#26345) rjl493456442 2022-12-13 20:54:16 +08:00
  • 250a80a50e core: fix comment about recipient for contract creation (#26349) Alex Stokes 2022-12-13 01:33:40 -07:00
  • 262bd38fce eth/tracers: return proper error from debug_TraceTransaction when tx not found (#26211) Michael de Hoog 2022-12-10 07:34:43 -06:00
  • 3775e198df event: add FeedOf[T] (#26310) Felix Lange 2022-12-09 16:20:46 +01:00
  • 3315bad256 core: pass block into collectLogs (#26335) Felix Lange 2022-12-09 16:14:33 +01:00
  • 711afbc7fd core,eth: add debug_setTrieFlushInterval to change trie flush frequency (#24785) Sina Mahmoodi 2022-12-09 13:40:17 +01:00
  • 890e2efca2 eth, cmd: remove syncTarget from eth config (#26330) rjl493456442 2022-12-08 21:40:43 +08:00
  • a9dfac0332 p2p/discover: improve nodesByDistance.push code (#26019) zhiqiangxu 2022-12-08 06:31:47 +08:00
  • 6891288787 core: fix state flushing for catalyst mode (#26319) Sina Mahmoodi 2022-12-07 17:36:54 +01:00
  • 42212808f0 p2p/nat: handle responses with alternative port in NAT-PMP (#26321) Seungbae Yu 2022-12-08 00:22:04 +09:00
  • f20eba426a graphql, node, rpc: improve HTTP write timeout handling (#25457) Sina Mahmoodi 2022-12-07 14:02:14 +01:00
  • b44abf56a9 cmd/devp2p: add --extaddr flag (#26312) Felix Lange 2022-12-06 16:25:53 +01:00
  • 01953b3470 cmd/geth: fix typo in comment (#26308) qiuhaohao 2022-12-06 01:59:00 +08:00
  • 41306b0af3 cmd/evm: output stateroot in statetest result (#26297) Martin Holst Swende 2022-12-05 18:58:32 +01:00
  • 1f35988a00 eth/tracers, core/vm: remove time from trace output and tracing interface (#26291) Martin Holst Swende 2022-12-05 16:57:47 +01:00
  • 06632da2bb all: assign zero after resize in implementations of heap.Interface (#26296) Håvard Anda Estensen 2022-12-05 13:49:54 +01:00
  • 10347c6b54 core: drop legacy receipt types (#26225) Sina Mahmoodi 2022-12-03 21:42:11 +01:00
  • e24d6003b1 miner: fix potential goroutine leak in test (#26281) Oskar Haarklou Veileborg 2022-12-02 12:26:52 +01:00
  • c1aa1db69e p2p/discover: add config option for discv5 protocol ID (#26041) RichΛrd 2022-11-30 17:03:34 -04:00
  • 1b8a392153 console: use default APIs when server doesn't have rpc_modules (#26267) Felix Lange 2022-11-28 20:27:01 +01:00
  • 743e404906 core, eth, les, tests, trie: abstract node scheme (#25532) rjl493456442 2022-11-28 21:31:28 +08:00
  • 0e06735201 internal/web3ext: fix eth_call in console, part III (#26268) Sina Mahmoodi 2022-11-28 11:30:05 +01:00
  • 63ffda3251 internal/web3ext: fix eth.call regression in console (#26266) Sina Mahmoodi 2022-11-28 11:15:34 +01:00
  • eb01927e46 tests: update evm-benchmarks (#26255) Paweł Bylica 2022-11-28 11:13:41 +01:00
  • 0dc9b01c11 core: clarify code in forkchoice (#26257) setunapo 2022-11-28 18:07:25 +08:00
  • 1325fef102 internal/web3ext: fix eth_call stateOverrides in console (#26265) Sina Mahmoodi 2022-11-28 11:03:20 +01:00
  • 53d1ae096a p2p/nat: use IP.IsPrivate (#26252) Seungbae Yu 2022-11-26 00:30:07 +09:00
  • 8c6e74eed4 rpc: decrease websocket ping interval (#26253) Wihan de Beer 2022-11-25 17:29:38 +02:00
  • 6a4e05c93a signer: enable typed data signing from signer rpc (#26241) Martin Holst Swende 2022-11-25 09:13:45 +01:00
  • add1bff13f core/rawdb: fix freezer validation (#26251) rjl493456442 2022-11-25 16:10:31 +08:00
  • c5dc61c62d cmd/utils: gofmt Felix Lange 2022-11-24 13:03:38 +01:00
  • e76813eb13 signer/core/apitypes: deep convert types in slice (#26203) 6xiaowu9 2022-11-24 18:45:20 +08:00
  • 8846c07d04 cmd/utils: print warning when --metrics.port set without --metrics.addr (#26248) Felix Lange 2022-11-24 11:37:58 +01:00
  • 193f350eb9 core/rawdb: improve freezerTable.Sync (#26245) Felix Lange 2022-11-24 10:50:28 +01:00
  • ec2ec2d08e core: implement EIP-3651, warm coinbase (#25819) Marius van der Wijden 2022-11-22 22:39:52 +01:00
  • 64dccf7aa4 cmd/utils: log path used when checking disk space (#26212) kumavis 2022-11-20 23:18:18 -10:00
  • 6975f09998 eth/catalyst: make tests less time-sensitive (#26201) Martin Holst Swende 2022-11-21 09:52:12 +01:00
  • c2e0abce2e ethstats: set readlimit on ethstats server connection (#26207) Martin Holst Swende 2022-11-17 15:33:03 +01:00
  • 97c563e055 rpc, internal/guide: speed up tests a bit (#26193) Martin Holst Swende 2022-11-17 15:30:53 +01:00
  • 722bb210bf rlp: improve tests for Split functions (#26200) therainisme 2022-11-17 21:19:03 +08:00
  • 12df45662a all: remove remaining uses of untyped golang-lru (#26194) Felix Lange 2022-11-17 11:15:28 +01:00
  • c3b42683b3 Dockerfile: upgrade to Go 1.19 (#26195) Felix Lange 2022-11-17 10:54:28 +01:00
  • 64067fbdc4 eth/tracers: small refactor for native tracers (#26196) Sina Mahmoodi 2022-11-17 09:27:48 +01:00
  • add337e0f7 rpc: support injecting HTTP headers through context (#26023) storyicon 2022-11-16 22:22:12 +08:00
  • b4ea2bf7dd all: implement EIP-1153 transient storage (#26003) Mark Tyneway 2022-11-16 01:18:52 -08:00
  • bc90a88263 ethclient: docs, fix misleading comment (#26189) ligi 2022-11-16 08:44:54 +01:00
  • ae42148093 rpc: fix connection tracking set in Server (#26180) Felix Lange 2022-11-15 14:05:16 +01:00
  • 9afc6816d2 common/lru: add generic LRU implementation (#26162) Felix Lange 2022-11-14 15:41:56 +01:00
  • f58ebd9696 all: use github.com/deckarep/golang-set/v2 (generic set) (#26159) Jolly Zhao 2022-11-14 22:16:52 +08:00
  • 8c5ce1107b eth/filters: send rpctransactions in pending-subscription (#26126) Martin Holst Swende 2022-11-14 14:48:01 +01:00
  • e34e540e4c accounts/keystore: replace inotify with fsnotify (#26176) Martin Holst Swende 2022-11-14 12:38:10 +01:00
  • 8334b5f51a common/lru: fix race in lru (#26164) Martin Holst Swende 2022-11-11 19:48:36 +01:00
  • ea65edaa28 eth, catalyst: fix flaky tests (#26153) Martin Holst Swende 2022-11-11 13:22:54 +01:00
  • c539bda166 metrics: improve reading Go runtime metrics (#25886) Felix Lange 2022-11-11 13:16:13 +01:00
  • 62c973eba6 go.mod: minimum Go version 1.18 (#26160) Felix Lange 2022-11-11 13:11:24 +01:00
  • 5b4c149f97 internal/debug: add --log.file option (#26149) Felix Lange 2022-11-11 11:33:18 +01:00
  • 0ad2014026 go.mod: update status-im/keycard-go (#26141) protolambda 2022-11-10 01:32:02 +01:00
  • 093b2ac32a eth/filters: fix failing benchmark-test (#26144) Martin Holst Swende 2022-11-09 09:49:42 +01:00
  • dffd93b475 cmd/evm: slight change in how t8n handles coinbase pre eip-158 (#26139) Martin Holst Swende 2022-11-09 09:34:42 +01:00
  • 5fded04037 core/state: replace fastcache code cache with gc-friendly structure (#26092) Martin Holst Swende 2022-11-09 08:06:02 +01:00
  • 7dc5e785a8 core/vm: deepcopy jumptable when enabling extra eips (#26137) yihuang 2022-11-09 14:52:13 +08:00
  • 6685f88455 cmd/clef: only print first N accounts on startup (#26128) Joseph Cook 2022-11-08 20:17:12 +00:00
  • ee9ff06469 graphql: add query timeout (#26116) Ahmet Avci 2022-11-08 15:14:14 +03:00
  • 913973436b cmd/devp2p: add more nodekey commands (#26129) Felix Lange 2022-11-08 12:15:32 +01:00
  • a609e7b81f common/types: add Address.Big (#26132) Mark Tyneway 2022-11-08 03:14:11 -08:00
  • 4cb1fca43d p2p/enode: implement per-source timeout in FairMix (#25962) zhiqiangxu 2022-11-08 19:12:36 +08:00