Commit Graph

  • b8ea9042e5 accounts/abi: accounts/abi/bind: Move topics to abi package (#21057) Marius van der Wijden 2020-05-12 12:21:40 +02:00
  • 7b7e5921a4 miner: support disabling empty blockprecommits form the Go API (#20736) gary rong 2020-05-12 18:11:34 +08:00
  • 7540c53e72 core/rawdb: remove unused math (#21065) ucwong 2020-05-12 17:19:15 +08:00
  • aaede53738 core/rawdb : log format fix for Unindexing transaction (#21064) ucwong 2020-05-12 16:46:35 +08:00
  • 53cac027d0 les: drop the message if the entire p2p connection is stuck (#21033) gary rong 2020-05-12 16:02:15 +08:00
  • 7ace5a3a8b core: fixup blockchain tests (#21062) Martin Holst Swende 2020-05-12 07:46:10 +02:00
  • 40859a2441 Merge pull request #21061 from karalabe/cht-1.9.14 Péter Szilágyi 2020-05-11 19:05:47 +03:00
  • 4535230059 cmd, core, eth: background transaction indexing (#20302) Martin Holst Swende 2020-05-11 17:58:43 +02:00
  • 126ac94f36 params: bump CHTs for the v1.9.14 release Péter Szilágyi 2020-05-11 18:56:09 +03:00
  • 6f54ae24cd p2p: add 0 port check in dialer (#21008) Felix Lange 2020-05-11 17:11:17 +02:00
  • 069a7e1f8a core/rawdb: stop freezer process as part of freezer.Close() (#21010) AusIV 2020-05-11 07:11:17 -05:00
  • bd60295de5 console: fix some crashes/errors in the bridge (#21050) Martin Holst Swende 2020-05-11 11:59:21 +02:00
  • 930e82d7f4 params, cmd/utils: remove outdated discv5 bootnodes, deprecate flags (#20949) Marius van der Wijden 2020-05-11 10:16:32 +02:00
  • 37877e86ed Merge pull request #21056 from karalabe/statedb-simpler-code Péter Szilágyi 2020-05-11 11:09:25 +03:00
  • 263622f44f accounts/abi/bind/backend, internal/ethapi: recap gas limit with balance (#21043) gary rong 2020-05-11 16:08:20 +08:00
  • 0b2edf05bb core/state: make GetCodeSize mirror GetCode implementation wise Péter Szilágyi 2020-05-11 10:14:49 +03:00
  • e29e4c2376 build: fix CLI params for windows LNK files (#21055) ligi 2020-05-11 09:05:37 +02:00
  • 82f9ed49fa core/state: avoid statedb.dbErr due to emptyCode (#21051) Martin Holst Swende 2020-05-08 20:52:20 +02:00
  • b0b65d017f core/state: abort commit if read errors have occurred (#21039) Martin Holst Swende 2020-05-07 15:13:34 +02:00
  • 1152f45849 core/state: include zero-address in state dump if present (#21038) Martin Holst Swende 2020-05-07 15:06:31 +02:00
  • dd88bd82c9 accounts/abi/bind: add void if no return args specified (#21002) Marius van der Wijden 2020-05-07 09:24:10 +02:00
  • 85944c2561 core/state/snapshot: fix typo (#21037) gary rong 2020-05-07 15:07:59 +08:00
  • 87c463c47a Merge pull request #21036 from karalabe/snapshot-storage-leak Péter Szilágyi 2020-05-06 18:11:15 +03:00
  • 90af6dae6e core/state/snapshot: don't create storage list for non-existing accounts Péter Szilágyi 2020-05-06 17:22:38 +03:00
  • 39c64d85a2 core: avoid double-lock in tx_pool_test (#20984) Boqin Qin 2020-05-06 21:47:59 +08:00
  • 234cc8e77f eth/downloader: minor typo fixes in comments (#21035) Guillaume Ballet 2020-05-06 15:35:04 +02:00
  • 5cdc2dffda trie: fix TestBadRangeProof unit test (#21034) gary rong 2020-05-06 21:33:57 +08:00
  • c2147ee154 eth: don't inadvertently enable snapshots in archive nodes (#21025) ploui 2020-05-06 06:01:01 -04:00
  • b98259868b Merge pull request #21032 from karalabe/skip-announce-goroutine-eth64 Péter Szilágyi 2020-05-06 12:59:33 +03:00
  • 292570ad6c Merge pull request #21028 from karalabe/memfix-32bit-arch Péter Szilágyi 2020-05-06 12:58:51 +03:00
  • 34ed2d834a eth: skip transaction announcer goroutine on eth<65 Péter Szilágyi 2020-05-06 12:47:27 +03:00
  • 933acf3389 account/abi: remove superfluous type checking (#21022) Marius van der Wijden 2020-05-05 16:30:43 +02:00
  • 44a3b8c04c Merge pull request #21026 from karalabe/disable-highmem-test Péter Szilágyi 2020-05-05 15:11:40 +03:00
  • a52511e692 build: raise test timeout back to 10 mins (#21027) Péter Szilágyi 2020-05-05 15:11:00 +03:00
  • 8f8ff8d601 cmd/geth: handle memfixes on 32bit arch with large RAM Péter Szilágyi 2020-05-05 13:25:56 +03:00
  • 4515772993 tests: skip consensus test using 1GB RAM Péter Szilágyi 2020-05-05 12:27:09 +03:00
  • c989bca173 cmd/utils: renames flags related to http-rpc server (#20935) rene 2020-05-05 10:19:17 +02:00
  • 587656619d Merge pull request #21023 from karalabe/snapshot-verify-iterator-release Péter Szilágyi 2020-05-04 17:10:17 +03:00
  • da59147014 core/state/snapshot: release iterator after verification Péter Szilágyi 2020-05-04 15:14:08 +03:00
  • 5e45db7610 Merge pull request #21021 from karalabe/tests-snapshot-gen-cleanup Péter Szilágyi 2020-05-04 15:12:35 +03:00
  • ab72803e6f accounts/abi: move U256Bytes to common/math (#21020) Marius van der Wijden 2020-05-04 14:09:14 +02:00
  • e872083d44 accounts/abi: removed Kind from Type struct (#21009) Marius van der Wijden 2020-05-04 13:20:20 +02:00
  • 65cd28aa0e tests: cleanup snapshot generator goroutine leak Péter Szilágyi 2020-05-04 11:54:24 +03:00
  • 510b6f90db accounts/external: convert signature v value to 0/1 (#20997) Martin Holst Swende 2020-05-01 13:52:41 +02:00
  • c43be6cf87 les: remove invalid use of t.Fatal in TestHandshake (#21012) Boqin Qin 2020-05-01 19:48:52 +08:00
  • 7e4d1925f0 go.sum: run go mod tidy (#21014) Felix Lange 2020-05-01 12:51:04 +02:00
  • d2d3166f35 accounts/external: fill account-cache if that hasn't already been done, fixes #20995 (#20998) Martin Holst Swende 2020-04-30 18:57:06 +02:00
  • 2337aa64eb core/state/snapshot: fix trie generator reporter (#21004) gary rong 2020-04-30 15:43:50 +08:00
  • 3cebfb6664 Merge pull request #21003 from karalabe/snapshot-journal-nilfix Péter Szilágyi 2020-04-30 10:26:25 +03:00
  • 4b6f6ffe23 core/state/snapshot: fix journal nil deserialziation Péter Szilágyi 2020-04-29 18:00:29 +03:00
  • 26d271dfbb core/state/snapshot: implement storage iterator (#20971) gary rong 2020-04-29 17:53:08 +08:00
  • 1264c19f11 go.mod : goupnp v1.0.0 upgrade (#20996) ucwong 2020-04-28 19:57:07 +08:00
  • 7f95a85fd4 signer, log: properly escape character sequences (#20987) Martin Holst Swende 2020-04-28 13:28:38 +02:00
  • 0708b573bc event, whisper/whisperv6: use defer where possible (#20940) ucwong 2020-04-28 16:53:08 +08:00
  • 9887edd580 rpc: add explicit 200 response for empty HTTP GET (#20952) Steven E. Harris 2020-04-28 04:43:21 -04:00
  • 1893266c59 go.mod: upgrade to golang-lru v0.5.4 (#20992) ucwong 2020-04-28 16:22:23 +08:00
  • 92a7538ed3 core: improve TestLogRebirth (#20961) Felix Lange 2020-04-28 10:06:49 +02:00
  • 5c3993444d rpc: make ExampleClientSubscription work with the geth API (#19483) Julian Y 2020-04-27 08:25:24 -07:00
  • ba068d40dd core: add check in AddChildIndexer to avoid double lock (#20982) Boqin Qin 2020-04-27 21:16:30 +08:00
  • e32ee6ac05 accounts/abi: added abi test cases, minor bug fixes (#20903) Marius van der Wijden 2020-04-27 15:07:33 +02:00
  • 40283d0522 node: shut down all node-related HTTP servers gracefully (#20956) Steven E. Harris 2020-04-27 05:16:00 -04:00
  • a070e23178 Merge pull request #20988 from karalabe/catchup-shutdown Péter Szilágyi 2020-04-27 12:02:13 +03:00
  • b0bbd47185 eth: fix shutdown regression to abort downloads, not just cancel Péter Szilágyi 2020-04-27 11:22:15 +03:00
  • 1aa83290f5 p2p/enode: update code comment (#20972) tgyKomgo 2020-04-24 16:50:03 +02:00
  • 8a2e8faadd core/state/snapshot: fix binary iterator (#20970) gary rong 2020-04-24 19:43:49 +08:00
  • 44ff3f3dc9 trie: initial implementation for range proof (#20908) gary rong 2020-04-24 19:37:56 +08:00
  • 38aab0aa83 accounts/keystore: fix double import race (#20915) Marius van der Wijden 2020-04-22 11:52:29 +02:00
  • 2ec7232191 core: mirror full node reorg logic in light client too (#20931) icodezjb 2020-04-22 16:27:47 +08:00
  • b9df7ecdc3 all: seperate consensus error and evm internal error (#20830) gary rong 2020-04-22 16:25:36 +08:00
  • c60c0c97e7 go.mod : update fastcache to 1.5.7 (#20936) ucwong 2020-04-22 15:31:32 +08:00
  • 870d4c4970 Merge pull request #20953 from holiman/fixdlseek Péter Szilágyi 2020-04-22 09:50:01 +03:00
  • 6c458f32f8 p2p: defer wait group done in protocol start (#20951) ucwong 2020-04-21 22:42:18 +08:00
  • c036fe35a8 core/state/snapshot: make difflayer account iterator seek operation inclusive Martin Holst Swende 2020-04-21 16:26:02 +02:00
  • 7599999dcd snapshot: add Unlock before return (#20948) Boqin Qin 2020-04-21 16:11:38 +08:00
  • 79b68dd78d Merge pull request #20923 from holiman/fix_seckeybuf Péter Szilágyi 2020-04-20 16:52:04 +03:00
  • 648b0cb714 cmd, core: remove override muir glacier and override istanbul (#20942) rene 2020-04-20 11:46:38 +02:00
  • ac9c03f910 accounts/abi: Prevent recalculation of internal fields (#20895) Marius van der Wijden 2020-04-20 09:01:04 +02:00
  • ca22d0761b event: fix inconsistency in Lock and Unlock (#20933) Boqin Qin 2020-04-17 20:51:38 +08:00
  • 7a63faf734 p2p/discover: add helper methods to UDPv5 (#20918) Nishant Das 2020-04-16 21:58:37 +08:00
  • 3bf1054a13 params: begin v1.9.14 release cycle Péter Szilágyi 2020-04-16 10:41:32 +03:00
  • cbc4ac264e params: release Geth v1.9.13 Péter Szilágyi 2020-04-16 10:39:22 +03:00
  • 359d9c3f0a Merge pull request #20925 from karalabe/cht-1.9.13 Péter Szilágyi 2020-04-15 18:25:54 +03:00
  • d77d35a4a9 params: update CHTs for the 1.9.13 release Péter Szilágyi 2020-04-15 18:03:10 +03:00
  • 6402c42b67 all: simplify and fix database iteration with prefix/start (#20808) Martin Holst Swende 2020-04-15 13:08:53 +02:00
  • af4080b4b7 trie: fix concurrent usage of secKeyBuf, ref #20920 Martin Holst Swende 2020-04-15 11:07:29 +02:00
  • 00064ddcfb accounts/abi: implement new fallback functions (#20764) gary rong 2020-04-15 15:23:58 +08:00
  • 2a836bb259 core/rawdb: fix data race between Retrieve and Close (#20919) Marius van der Wijden 2020-04-14 17:13:47 +02:00
  • eb2fd823b2 travis, appveyor, build, Dockerfile: bump Go to 1.14.2 (#20913) Péter Szilágyi 2020-04-14 14:03:18 +03:00
  • 5a20cc0de6 README: update min go version to 1.13 (#20911) ligi 2020-04-14 10:08:27 +02:00
  • 0851646e48 les, les/lespay/client: add service value statistics and API (#20837) Felföldi Zsolt 2020-04-09 11:55:32 +02:00
  • 15540ae992 cmd: deprecate --testnet, use named networks instead (#20852) Raw Pong Ghmoa 2020-04-09 11:09:58 +02:00
  • 023b87b9d1 accounts/abi/bind: fixed erroneous filtering of negative ints (#20865) Marius van der Wijden 2020-04-09 10:54:57 +02:00
  • 1bad861222 changed date of rpcstack.go since new file (#20904) rene 2020-04-08 16:58:27 +02:00
  • fe9ffa5953 crypto: improve error messages in LoadECDSA (#20718) Adam Schmideg 2020-04-08 16:01:11 +02:00
  • 07d909ff32 node: allow websocket and HTTP on the same port (#20810) rene 2020-04-08 13:33:12 +02:00
  • 5065cdefff accounts/abi/bind: Refactored topics (#20851) Marius van der Wijden 2020-04-08 12:00:10 +02:00
  • 6975172d01 whisper/mailserver : recover corrupt db files before opening (#20891) ucwong 2020-04-08 17:26:16 +08:00
  • c8e9a91672 build: upgrade to golangci-lint 1.24.0 (#20901) Felix Lange 2020-04-08 10:07:29 +02:00
  • b7394d7942 p2p/discover: add initial discovery v5 implementation (#20750) Felix Lange 2020-04-08 09:57:23 +02:00
  • 671f22be38 couple of fixes to docs in clef (#20900) rene 2020-04-07 14:37:24 +02:00