Commit Graph

  • 6a3daa2a4e .github: change gitter reference to discord link in issue template (#20896) Adam Schmideg 2020-04-07 12:16:35 +02:00
  • 094996b8c9 docs/audits: add discv5 protocol audits from LA and C53 (#20898) Martin Holst Swende 2020-04-07 12:15:28 +02:00
  • 8dc8941551 core/vm: use a callcontext struct (#20761) Martin Holst Swende 2020-04-07 11:45:21 +02:00
  • 0bec6a43f6 cmd/geth: enable metrics for geth import command (#20738) Martin Holst Swende 2020-04-07 10:23:57 +02:00
  • f0b5eb09eb eth, les: fix flaky tests (#20897) gary rong 2020-04-07 14:16:21 +08:00
  • 3cf7d2e9a6 internal/ethapi: add CallArgs.ToMessage method (#20854) William Morriss 2020-04-03 11:10:53 -07:00
  • be6078ad83 all: fix a bunch of inconsequential goroutine leaks (#20667) Boqin Qin 2020-04-04 02:07:22 +08:00
  • 98eab2dbe7 mobile: use bind.NewKeyedTransactor instead of duplicating (#20888) Marius van der Wijden 2020-04-03 14:11:04 +02:00
  • be9172a7ac rpc: metrics for JSON-RPC method calls (#20847) gary rong 2020-04-03 18:36:44 +08:00
  • 462ddce5b2 crypto/ecies: improve concatKDF (#20836) Luke Champine 2020-04-03 05:57:24 -04:00
  • f7b29ec942 rpc: add missing timer.Stop calls in websocket tests (#20863) ucwong 2020-04-03 04:08:45 +08:00
  • f98cabad7c core: add missing Timer.Stop call in TestLogReorgs (#20870) ucwong 2020-04-02 22:04:45 +08:00
  • 0c359e4b9a p2p/discv5, p2p/testing: add missing Timer.Stop calls in tests (#20869) ucwong 2020-04-02 22:03:40 +08:00
  • 37d6357806 ethstats: add missing Ticker.Stop call (#20867) ucwong 2020-04-02 22:02:10 +08:00
  • 53e034ce0b metrics: add missing calls to Ticker.Stop in tests (#20866) ucwong 2020-04-02 22:01:18 +08:00
  • 0893ee6d51 event: add missing timer.Stop call in TestFeed (#20868) ucwong 2020-04-02 21:56:25 +08:00
  • 4d891f23b5 les: add missing Ticker.Stop call (#20864) ucwong 2020-04-02 21:54:59 +08:00
  • 66ed58bfcc eth/fetcher: add missing timer.Stop calls (#20861) ucwong 2020-04-02 18:32:45 +08:00
  • 47f7c736cb eth/filters: add missing Ticker.Stop call (#20862) ucwong 2020-04-02 18:31:50 +08:00
  • 228a297056 cmd/geth: fix bad genesis test (#20860) Martin Holst Swende 2020-04-02 12:27:44 +02:00
  • ad4b60efdd miner/worker: add missing timer.Stop call (#20857) ucwong 2020-04-02 16:40:38 +08:00
  • c87cdd3053 p2p/discv5: add missing Timer.Stop calls (#20853) ucwong 2020-04-02 16:11:16 +08:00
  • f15849cf00 accounts/abi faster unpacking of int256 (#20850) Marius van der Wijden 2020-04-01 18:46:53 +02:00
  • bf35e27ea7 p2p/server: add UDP port mapping goroutine to wait group (#20846) ucwong 2020-04-02 00:00:33 +08:00
  • 1e2e1b41f8 cmd/devp2p, cmd/wnode, whisper: add missing calls to Timer.Stop (#20843) ucwong 2020-04-01 22:12:01 +08:00
  • d56dc038d2 cmd/evm: Rework execution stats (#20792) Paweł Bylica 2020-04-01 12:40:07 +02:00
  • a5a9feab21 whisper: fix whisper go routine leak with sync wait group (#20844) ucwong 2020-04-01 17:35:26 +08:00
  • f0be151349 README: update private network genesis spec with istanbul (#20841) Jeff Wentworth 2020-04-01 01:14:42 +09:00
  • f78ffc0545 les: create utilities as common package (#20509) gary rong 2020-03-31 23:17:24 +08:00
  • 32d31c31af metrics: improve TestTimerFunc (#20818) Martin Holst Swende 2020-03-31 15:01:16 +02:00
  • 3b69c14f5d whisper/whisperv6: decrease pow requirement in tests (#20815) Martin Holst Swende 2020-03-31 12:10:34 +02:00
  • 300c35b854 travis: allow cocoapods deploy to fail (#20833) Adam Schmideg 2020-03-31 12:09:45 +02:00
  • 03fe9de2cb eth: add debug_accountRange API (#19645) Wenbiao Zheng 2020-03-31 18:08:44 +08:00
  • c56f4fa808 cmd/clef: add newaccount command (#20782) Martin Holst Swende 2020-03-31 12:03:48 +02:00
  • 8f05cfa122 cmd, consensus: add option to disable mmap for DAG caches/datasets (#20484) Hanjiang Yu 2020-03-31 16:44:04 +08:00
  • 76eed9e50d snapshotter/tests: verify snapdb post-state against trie (#20812) Martin Holst Swende 2020-03-31 10:25:41 +02:00
  • 84f4975520 Merge pull request #20835 from holiman/bump Péter Szilágyi 2020-03-30 12:14:53 +03:00
  • 55a73f556a core: bump txpool tx max size to 128KB Martin Holst Swende 2020-03-30 10:46:05 +02:00
  • 5d7e5b00be eth/filters: fix typo on unindexedLogs function's comment (#20827) Ha ĐANG 2020-03-27 22:33:14 +07:00
  • 62cd943c7b les: fix dead lock (#20828) gary rong 2020-03-27 23:21:58 +08:00
  • d6c5f2417c eth: improve shutdown synchronization (#20695) Felix Lange 2020-03-27 14:03:20 +01:00
  • d7851e6359 graphql, node, rpc: fix typos in comments (#20824) rene 2020-03-27 13:52:53 +01:00
  • d3c1e654f0 cmd/devp2p: be very correct about route53 change splitting (#20820) Felix Lange 2020-03-26 23:55:33 +01:00
  • 87a411b839 cmd/devp2p: lower route53 change limit again (#20819) Felix Lange 2020-03-26 16:39:56 +01:00
  • 1583e7d274 cmd/devp2p: tweak DNS TTLs (#20801) Felix Lange 2020-03-26 12:51:50 +01:00
  • 4690912ac9 Merge pull request #20816 from karalabe/disable-gosigar-ios Péter Szilágyi 2020-03-26 13:15:43 +02:00
  • 42e02ac03b metrics: disable CPU stats (gosigar) on iOS Péter Szilágyi 2020-03-26 11:24:01 +02:00
  • 39f502329f internal/ethapi: don't set sender-balance to maxuint, fixes #16999 (#20783) Martin Holst Swende 2020-03-23 18:21:23 +01:00
  • 0734c4b820 node, cmd/clef: report actual port used for http rpc (#20789) Martin Holst Swende 2020-03-23 16:26:56 +01:00
  • a75c0610b7 core/blockchain: simplify atomic store after writeBlockWithState (#20798) meowsbits 2020-03-23 09:05:15 -05:00
  • 613af7ceea Merge pull request #20152 from karalabe/snapshot-5 Péter Szilágyi 2020-03-23 12:57:31 +02:00
  • 074efe6c8d core: fix two snapshot iterator flaws, decollide snap storage prefix Martin Holst Swende 2020-03-06 13:05:44 +01:00
  • 93ffb85b3d rpc: dont log an error if user configures --rpcapi=rpc... (#20776) meowsbits 2020-03-21 09:28:27 -05:00
  • e943f07a85 whisper/whisperv6: delete failing tests (#20788) Guillaume Ballet 2020-03-20 09:37:53 +01:00
  • 0e6ea9199c Merge pull request #20781 from karalabe/fix-clique-console-apis Péter Szilágyi 2020-03-19 10:06:44 +02:00
  • 36e93d2dd8 Merge pull request #20779 from meowsbits/patch-3 Péter Szilágyi 2020-03-18 16:30:58 +02:00
  • e6ca1958d3 internal/web3ext: fix clique console apis to work on missing arguments Péter Szilágyi 2020-03-18 15:23:16 +02:00
  • 4655b60999 Merge pull request #20780 from karalabe/fix-eth-mine-sync-race Péter Szilágyi 2020-03-18 15:08:06 +02:00
  • dc6e98d2a8 eth: when triggering a sync, check the head header TD, not block Péter Szilágyi 2020-03-18 14:17:12 +02:00
  • 6283391c99 core/rawdb: improve table database (#20703) gary rong 2020-03-18 20:15:49 +08:00
  • 20a092fb9f core/rawdb: fix freezer table test error check meowsbits 2020-03-18 06:55:30 -05:00
  • 5dd0cd12ec go.mod: update duktape to fix sprintf warnings (#20777) Alex Willmer 2020-03-18 09:52:07 +00:00
  • efd92d81a9 cmd/checkpoint-admin: add some documentation (#20697) gary rong 2020-03-18 17:18:14 +08:00
  • 8d7aa9078f params: begin v1.9.13 release cycle Péter Szilágyi 2020-03-16 13:44:58 +02:00
  • b6f1c8dcc0 params: release Geth v1.9.12 Péter Szilágyi 2020-03-16 13:39:04 +02:00
  • 97243f3a76 geth retesteth: increase retesteth default http timeouts (#20767) winsvega 2020-03-16 12:33:32 +03:00
  • 241b283690 Merge pull request #20747 from karalabe/update-crypto-deps Péter Szilágyi 2020-03-14 14:23:58 +02:00
  • 466b009135 go.mod: update golang.org/x/crypto to fix a Go 1.14 race rejection Péter Szilágyi 2020-03-06 17:14:47 +02:00
  • 68b4b74682 Merge pull request #20762 from karalabe/fix-txprop-leak Péter Szilágyi 2020-03-14 13:52:46 +02:00
  • 270fbfba4b eth: fix transaction announce/broadcast goroutine leak Péter Szilágyi 2020-03-13 23:47:15 +02:00
  • 92f3405dae eth, les: fix time sensitive unit tests (#20741) gary rong 2020-03-12 18:25:52 +08:00
  • b1efff659e rpc: improve cancel test (#20752) Felix Lange 2020-03-12 11:24:36 +01:00
  • 0bdb21f0cb tests: update tests/testdata@develop, include EIP2384 config (#20746) meowsbits 2020-03-10 04:55:27 -05:00
  • fab0ee3bfa core/state/snapshot: fix various iteration issues due to destruct set Péter Szilágyi 2020-03-04 15:06:04 +02:00
  • bc5d742c66 core: more blockchain tests Martin Holst Swende 2020-03-04 13:39:27 +01:00
  • eff7cfbb03 core/state/snapshot: handle deleted accounts in fast iterator Martin Holst Swende 2020-03-04 13:38:55 +01:00
  • 328de180a7 core/state: fix resurrection state clearing and access Péter Szilágyi 2020-03-04 10:19:53 +02:00
  • dcb22a9f99 core/state: fix account root hash update point Péter Szilágyi 2020-03-03 16:55:06 +02:00
  • a4cf279494 core/state: extend snapshotter to handle account resurrections Péter Szilágyi 2020-03-03 15:52:00 +02:00
  • 6e05ccd845 core/state/snapshot, tests: sync snap gen + snaps in consensus tests Péter Szilágyi 2020-03-03 09:10:23 +02:00
  • 556888c4a9 core/vm: fix method doc (#20730) Ali Atiia 2020-03-02 12:20:27 -05:00
  • fe8347ea8a squashme Martin Holst Swende 2020-03-02 14:06:44 +01:00
  • 361a6f08ac core/tests: test for destroy+recreate contract with storage Martin Holst Swende 2020-03-02 13:46:56 +01:00
  • 01d92531ee rpc: correct typo and reword comment for consistency (#20728) rene 2020-02-28 14:43:04 +01:00
  • 92ec07d63b core/state: fix an account resurrection issue Péter Szilágyi 2020-02-27 15:03:10 +02:00
  • 1e1b18637e p2p/discv5: fix test on go 1.14 (#20724) Felix Lange 2020-02-27 13:10:28 +01:00
  • f1a7997af3 crypto/bn256: fix import line (#20723) Adam Schmideg 2020-02-27 12:59:00 +01:00
  • cec1f292f0 mobile: add CallOpts.SetFrom (#20721) Felix Lange 2020-02-27 11:16:51 +01:00
  • 4fabd9cbd2 les: separate peer into clientPeer and serverPeer (#19991) gary rong 2020-02-26 17:41:24 +08:00
  • fadf84a752 internal/ethapi: default to zero address for calls (#20702) Martin Holst Swende 2020-02-25 17:57:06 +01:00
  • 06d4470b41 core: fix broken tests due to API changes + linter Péter Szilágyi 2020-02-24 13:26:34 +02:00
  • 19099421dc core/state/snapshot: faster account iteration, CLI integration Martin Holst Swende 2020-01-19 20:57:56 +01:00
  • 6ddb92a089 core/state/snapshot: full featured account iteration Péter Szilágyi 2019-12-10 11:00:03 +02:00
  • e570835356 core/state/snapshot: implement iterator priority for fast direct data lookup Martin Holst Swende 2019-12-06 23:27:18 +01:00
  • e567675473 core/state/snapshot: move iterator out into its own files Péter Szilágyi 2019-12-05 15:37:25 +02:00
  • 7e38996301 core/state/snapshot: implement snapshot layer iteration Martin Holst Swende 2019-11-05 19:06:37 +01:00
  • 22c494d399 core/state/snapshot: bloom, metrics and prefetcher fixes Péter Szilágyi 2019-12-03 10:00:26 +02:00
  • 3ad4335acc core/state/snapshot: node behavioural difference on bloom content Martin Holst Swende 2019-12-02 09:31:07 +01:00
  • fd39f722a3 core: journal the snapshot inside leveldb, not a flat file Péter Szilágyi 2019-12-02 13:27:20 +02:00
  • d5d7c0c24b core/state/snapshot: fix difflayer origin-initalization after flatten Martin Holst Swende 2019-12-01 20:49:00 +01:00