Commit Graph

  • f0328f241b eth/downloader: resolve local header by hash for beacon sync (#24691) master rjl493456442 2022-04-14 14:49:23 +08:00
  • 9f7bcb9d76 build: upgrade -dlgo version to Go 1.18.1 (#24689) Marius Kjærstad 2022-04-14 07:45:04 +02:00
  • 86216189a5 eth/downloader: remove stale beacon headers as backfilling progresses (#24670) Péter Szilágyi 2022-04-13 20:31:08 +03:00
  • ca298a2821 cmd/geth: support bigints for --override.terminaltotaldifficulty (#24646) Marius van der Wijden 2022-04-13 11:28:23 +02:00
  • 9c82c646e4 eth/tracers: make txhash blockhash accessible to native tracers (#24679) Sina Mahmoodi 2022-04-12 21:09:27 +02:00
  • d49528729b getting-started: fix typo (#24686) gh-pages LG 2022-04-12 19:25:25 +01:00
  • d4d288e3f1 build: add imports for go generate tools (#24682) ucwong 2022-04-13 02:24:02 +08:00
  • eb69f490ed abi/base: return error for pending call error (#24649) JoeGruffins 2022-04-12 17:36:29 +09:00
  • 195c979168 core: fix benchmark panic (#24657) rjl493456442 2022-04-12 16:34:07 +08:00
  • c40943a167 cmd: set DefaultGasLimit to 30M (#24680) Marius van der Wijden 2022-04-12 07:48:03 +02:00
  • 59f0e8ae60 core/types: make "miner" optional in Header JSON (#24666) Felix Lange 2022-04-11 20:19:13 +02:00
  • 40b736463a build/deb: update Debian control file to remove unencrypted git protocol (#24676) Vaibhaw 2022-04-11 23:34:08 +05:30
  • 6c3fea0fc9 log: modify lock defer unlock order in sync handler (#24667) aaronbuchwald 2022-04-08 10:02:16 -04:00
  • c1b69bd121 les: fix panic in ultralight client sync (#24641) rjl493456442 2022-04-08 21:48:52 +08:00
  • 8d066f1f42 all: use T.TempDir to create temporary test directories (#24633) Eng Zer Jun 2022-04-08 21:44:55 +08:00
  • bf5cacfb8f accounts/abi: handle tuple arrays in ParseSelector (#24587) Tangui Clairet 2022-04-08 15:38:23 +02:00
  • 92e3c56e7b cmd/geth: inspect snapshot dangling storage (#24643) Martin Holst Swende 2022-04-08 15:08:46 +02:00
  • 6884134935 doc: add page on light clients (#24647) Sina Mahmoodi 2022-04-08 00:15:47 +02:00
  • 9fd8825d5a Merge pull request #24659 from karalabe/snapshot-remove-noo Péter Szilágyi 2022-04-07 12:58:44 +03:00
  • f6891ba40d core/state/snapshot: remove noop map item assignment Péter Szilágyi 2022-04-07 09:36:44 +03:00
  • 65825cd134 README: remove mentions of fast sync (#24656) Tbnoapi 2022-04-07 13:23:55 +07:00
  • 111a1b73cf Merge pull request #24652 from karalabe/block-fetcher-timeouts Péter Szilágyi 2022-04-06 10:43:18 +03:00
  • fb3a081c7e eth/tracers: refactor traceTx to separate out struct logging (#24326) Sina Mahmoodi 2022-04-06 09:34:18 +02:00
  • 7e2bbb9cbb eth/fetcher: if peers never respond, drop them Péter Szilágyi 2022-04-06 10:18:57 +03:00
  • 0654014652 rpc: fixed a typo (#24642) Tatsuya Shimoda 2022-04-05 16:45:20 +09:00
  • aa123939c2 README: update free space required (#24636) John Adler 2022-04-05 01:45:13 -04:00
  • 28ec26094b eth/downloader: retrieve pivot header from local chain if necessary (#24610) rjl493456442 2022-04-04 15:10:16 +08:00
  • 19a364cbe8 Update peer-to-peer.md (#24621) Zachinquarantine 2022-03-31 16:38:33 -04:00
  • 1e973a96b4 eth: clarify the error string on getlogs failure (#24617) Martin Holst Swende 2022-03-31 21:16:03 +02:00
  • 3fd16af5a9 core,eth: implement tx-level hooks for tracers (#24510) Sina Mahmoodi 2022-03-31 11:51:44 +02:00
  • da16d089c0 trie, les, tests, core: implement trie tracer (#24403) rjl493456442 2022-03-31 15:28:32 +08:00
  • 127dc5982e eth: change snapshot extension registration failure to warning instead of error (#24475) Nic Jansma 2022-03-30 04:28:27 -04:00
  • 8cacb42278 core: verify genesis extradata for clique (#24470) Guruprasad Kamath 2022-03-30 10:27:25 +02:00
  • f4a1091a71 Update CLI flags for Geth v1.10.17 (#24608) Zachinquarantine 2022-03-30 04:18:17 -04:00
  • 9f75994b5e common/compiler: add extra include paths to solidity compiler (#24541) zhiqiangxu 2022-03-30 04:38:59 +08:00
  • 67c070c379 eth/tracers/logger: use omitempty to reduce log bloat (#24547) Martin Holst Swende 2022-03-29 22:36:55 +02:00
  • b5a129ea24 internal/ethapi: add refund to StructLogRes (#24567) Zhang Zhuo 2022-03-30 04:34:10 +08:00
  • 763b3f8d1f go.mod : upnp 1.0.3 stable version (#24573) ucwong 2022-03-30 04:33:19 +08:00
  • 25bd17d725 core/state/snapshot: clean up the generation code (#24479) rjl493456442 2022-03-30 02:37:35 +08:00
  • 33022c2e7d rlp: fix typo in comment (#24595) flowerofdream 2022-03-30 02:30:09 +08:00
  • 8ec8b81b29 params: begin v1.10.18 release cycle Martin Holst Swende 2022-03-29 19:19:40 +02:00
  • 25c9b49fdb params: go-ethereum v1.10.17 stable v1.10.17 release/1.10 Martin Holst Swende 2022-03-29 19:18:26 +02:00
  • de6a113f84 eth/catalyst: only apply block if we actually have the state (#24598) Marius van der Wijden 2022-03-29 18:26:18 +02:00
  • b502b6ac97 cmd/geth: change to non-fatal error message when legacy receipt storage is not implemented (#24603) jwasinger 2022-03-28 22:40:42 -10:00
  • 1027cb52c4 Merge pull request #24605 from karalabe/revert-setting-ttd Péter Szilágyi 2022-03-29 11:39:45 +03:00
  • b06e8c4a8a core/vm: fix sstore gas comment type (#24583) Zhang Zhuo 2022-03-29 16:21:11 +08:00
  • b45d82e94a core: set ttd override on all chain variations Péter Szilágyi 2022-03-29 10:44:09 +03:00
  • 0fffd3acbd build: close sftp connection when done (#24593) Martin Holst Swende 2022-03-27 13:21:36 +02:00
  • eb3ebceaa1 internal/build: exit sftp upload (#24590) Martin Holst Swende 2022-03-25 16:46:31 +01:00
  • d1c243f841 internal/build: prevent travis timeout during ppa upload (#24589) Martin Holst Swende 2022-03-25 15:43:07 +01:00
  • 19b9cf714f internal/build: show ppa upload process stdout on stdout (#24588) Martin Holst Swende 2022-03-25 15:06:29 +01:00
  • 6a44bf6826 build: upgrade to golangci-lint v1.45.2 (#24586) Martin Holst Swende 2022-03-25 13:46:33 +01:00
  • a8040bc2c5 node: allow JWT pass by file only (#24579) Marius van der Wijden 2022-03-24 15:04:47 +01:00
  • 535f25d65f eth/catalyst: fix log message (#24574) Marius van der Wijden 2022-03-23 21:00:26 +01:00
  • f252154599 eth/downloader: fix flakey test (#24576) Martin Holst Swende 2022-03-23 20:57:53 +01:00
  • fd4f60f49b core/rawdb: simple legacy receipt converter (#24028) Sina Mahmoodi 2022-03-23 20:57:32 +01:00
  • e0e8bf31c5 eth/downloader: ignore zero size header batch for importing (#24569) rjl493456442 2022-03-23 01:58:05 +08:00
  • 7ae6c4a790 core: store genesis allocation and recommit them if necessary (#24460) rjl493456442 2022-03-22 17:53:22 +08:00
  • 34501ed235 crypto/bls12381: go format ucwong 2022-03-22 17:32:13 +08:00
  • 6afb717be5 core/rawdb: fix db commands (#24540) rjl493456442 2022-03-22 17:19:04 +08:00
  • 51de2bc9dc eth/downloader: terminate beacon sync early when linked to local chain (#24550) Péter Szilágyi 2022-03-21 10:43:54 +02:00
  • 8061a1909f Fix Data Directory Location (#24566) Gun Gun Febrianza 2022-03-20 18:15:02 +07:00
  • afe9558bba docs/postmortems: fix spelling (#24558) alvaroahp11 2022-03-18 11:39:11 +01:00
  • 667e1c038e core, params: add kiln flag (#24548) Marius van der Wijden 2022-03-17 16:34:22 +01:00
  • 4f4622bc8b core: eth: implement Kiln-v2 spec (#24506) Marius van der Wijden 2022-03-17 16:20:03 +01:00
  • 830231c1c4 crypto: use btcec/v2 for no-cgo (#24533) Jonathan Chappelow 2022-03-16 08:23:14 -05:00
  • 7a80cf6543 les, tests: fix vflux fuzzer by removing unnecessary panic (#24537) rjl493456442 2022-03-16 18:13:10 +08:00
  • 8d99fedeae Merge pull request #24544 from karalabe/go-1.18 Péter Szilágyi 2022-03-16 09:01:45 +02:00
  • 2352c72229 Merge pull request #24545 from karalabe/beacon-sync-fix-test Péter Szilágyi 2022-03-16 09:01:04 +02:00
  • 6b8718c374 eth/downloader: fix off-by-one error in test causing 50% fails Péter Szilágyi 2022-03-16 08:57:00 +02:00
  • be7eb8ae17 build, Dockerfile: bump Go to 1.18 Péter Szilágyi 2022-03-16 08:27:16 +02:00
  • dbfd397262 cmd/geth: rename --whitelist to --eth.requiredblocks (#24505) Ryan Schneider 2022-03-15 04:20:03 -07:00
  • 6cd72660d0 cmd/geth: set EnableBashCompletion = true (#24313) ligi 2022-03-15 10:38:23 +01:00
  • 85042b7090 eth/tracers: use hex encoding for debug_traceBlock argument (#24517) Guifel 2022-03-15 10:27:30 +01:00
  • a6bf2487d1 build: fix linter install on windows (#24523) ligi 2022-03-15 10:24:45 +01:00
  • fb2ae8e995 trie: fix two issues in trie iterator (#24539) rjl493456442 2022-03-15 17:23:37 +08:00
  • c3701b265e core/rawdb: add specified key length iterator (#24535) aaronbuchwald 2022-03-15 04:28:26 -04:00
  • 70da74e73a Merge pull request #24515 from karalabe/pending-statedb-accesslist-init Péter Szilágyi 2022-03-14 10:51:32 +02:00
  • 279409a98e go.mod: upgrade upnp dependency (#24536) ucwong 2022-03-14 16:12:51 +08:00
  • 496f05cf52 rpc: fix defer in test (#24490) s7v7nislands 2022-03-11 23:24:13 +08:00
  • 8f66ea3786 eth/downloader: implement beacon sync (#23982) Péter Szilágyi 2022-03-11 14:14:45 +02:00
  • 1b58e42802 Merge pull request #24529 from holiman/fix_inf Péter Szilágyi 2022-03-11 10:40:55 +02:00
  • 7d3ecca451 eth/protocols/snap: a little typo Merkel -> Merkle (#24530) 沉风 2022-03-11 16:32:08 +08:00
  • 57cec89253 graphql: fee history fields (#24452) Sina Mahmoodi 2022-03-10 13:59:22 +01:00
  • 658415960e eth/protocols/snap: avoid estimating infinite percentage Martin Holst Swende 2022-03-10 12:46:48 +01:00
  • 538a868384 core/rawdb, cmd, ethdb, eth: implement freezer tail deletion (#23954) rjl493456442 2022-03-10 16:37:23 +08:00
  • 8c8a9e5ca1 core, ethdb, tests, trie: introduce database snapshot (#24486) rjl493456442 2022-03-10 16:35:22 +08:00
  • 5079e3c6e5 cmd/geth: make authrpc listening address settable from command line (#24522) Felix Lange 2022-03-09 14:45:39 +01:00
  • 65ed1a6871 rlp, trie: faster trie node encoding (#24126) Qian Bin 2022-03-09 21:45:17 +08:00
  • d1f6a9f544 core/types: improve error for too short transaction / receipt encoding (#24256) Justus 2022-03-09 03:44:53 -06:00
  • 19c2c60bbe mobile: remove deprecated Stop function (#24369) Zachinquarantine 2022-03-08 18:42:14 -05:00
  • 8401e4277a core/rawdb: add HasCode, HashTrieNode and use them where possible (#24454) Ceyhun Onur 2022-03-09 02:39:34 +03:00
  • ec64358ac9 crypto/bn256/cloudflare: fix asm for dynamic linking (#24476) uji 2022-03-09 08:23:13 +09:00
  • 48605b5f61 core/statedb: always clear out access list when setting a new one Péter Szilágyi 2022-03-08 12:00:29 +02:00
  • 0a4ec1dde5 crypto/bls12381: fix typo in comment (#24509) Ikko Ashimine 2022-03-08 18:48:25 +09:00
  • 870b4505a0 p2p: define DiscReason as uint8 (#24507) Felix Lange 2022-03-07 18:25:45 +01:00
  • a79afd9ac3 cmd: allow file descriptor limit to be set via CLI (#24477) Olivier H 2022-03-07 09:21:06 +01:00
  • 4860e50e05 cmd/geth, node, rpc: implement jwt tokens (#24364) Martin Holst Swende 2022-03-07 08:30:27 +01:00
  • 37f9d25ba0 signer/fourbyte: add support for nested types in selectors (#24407) Daniel Perez 2022-03-04 13:39:09 +01:00
  • d3eb320477 Merge pull request #24504 from samlaf/patch-2 Sina Mahmoodi 2022-03-04 13:00:28 +01:00