Commit graph

  • 0e4aa14eaa
    fix docker file Jaynti Kanani 2020-03-19 14:23:11 +0530
  • 4e6427d076
    fix abigen to create pure/view methods Jaynti Kanani 2020-03-19 14:20:02 +0530
  • 175f236016
    remove env.sh Jaynti Kanani 2020-03-19 14:18:51 +0530
  • 0e6ea9199c
    Merge pull request #20781 from karalabe/fix-clique-console-apis Péter Szilágyi 2020-03-19 10:06:44 +0200
  • 36e93d2dd8
    Merge pull request #20779 from meowsbits/patch-3 Péter Szilágyi 2020-03-18 16:30:58 +0200
  • e6ca1958d3
    internal/web3ext: fix clique console apis to work on missing arguments Péter Szilágyi 2020-03-18 15:23:16 +0200
  • 4655b60999
    Merge pull request #20780 from karalabe/fix-eth-mine-sync-race Péter Szilágyi 2020-03-18 15:08:06 +0200
  • dc6e98d2a8
    eth: when triggering a sync, check the head header TD, not block Péter Szilágyi 2020-03-18 14:17:12 +0200
  • 6283391c99
    core/rawdb: improve table database (#20703) gary rong 2020-03-18 20:15:49 +0800
  • 20a092fb9f
    core/rawdb: fix freezer table test error check meowsbits 2020-03-18 06:55:30 -0500
  • 5dd0cd12ec
    go.mod: update duktape to fix sprintf warnings (#20777) Alex Willmer 2020-03-18 09:52:07 +0000
  • c69ad1342b
    Merge pull request #24 from maticnetwork/dev-test-commit-span Arpit Agarwal 2020-03-18 14:58:21 +0530
  • bd95198168 Remove Test section from README atvanguard 2020-03-18 14:56:30 +0530
  • de889c13ed Add testify/mock modules and Add make test to circle config atvanguard 2020-03-18 14:55:00 +0530
  • d56c75d90a Test isValidatorAction after span changes atvanguard 2020-03-17 16:58:47 +0530
  • 2ea69833dd Cleanup debug statements atvanguard 2020-03-16 20:52:09 +0530
  • e6de60b80e TestCommitSpan finally works atvanguard 2020-03-16 20:17:48 +0530
  • 2d0b9ea63d try to use same statedb atvanguard 2020-03-11 21:25:25 +0530
  • 9dd4e4b0f9 Refactor HeimdallClient + commitSpan test 🚧 atvanguard 2020-03-11 15:31:38 +0530
  • 57ccdb5482 Revert unintended changes atvanguard 2020-03-05 11:38:44 +0530
  • f7e58d6030 Test for IsValidatorAction atvanguard 2020-03-05 11:35:43 +0530
  • 1d5b263362 WIP atvanguard 2020-03-04 15:43:29 +0530
  • a3e01638a4 Test isValidatorAction 🚧 atvanguard 2020-03-03 11:44:45 +0530
  • 27fc66ef24 Add bor.isValidatorAction and call it while validating underpriced tx atvanguard 2020-02-27 16:54:01 +0530
  • efd92d81a9
    cmd/checkpoint-admin: add some documentation (#20697) gary rong 2020-03-18 17:18:14 +0800
  • e189cb8215
    Switch to using go modules (#28) Arpit Agarwal 2020-03-18 14:45:20 +0530
  • bbeb209570
    [DOCS] fix typo of syncing mode "fast" -> "full" (#20775) TaurusLu 2020-03-18 04:14:57 -0500
  • 499a56bc4e go.mod: update gopkg.in/olebedev/go-duktape to fix sprintf warnings Alex Willmer 2020-03-17 23:23:42 +0000
  • fa547bd18b
    core/vm/runtime: benchmark Martin Holst Swende 2020-03-17 22:20:15 +0100
  • 6cf13c5e76
    rpc: dont log an error if user configures --rpcapi=rpc... meows 2020-03-17 15:59:26 -0500
  • b4916e646a Use string literals, no magic Adam Schmideg 2020-03-17 21:55:09 +0100
  • 7e184a0a4b
    typo of syncing mode TaurusLu 2020-03-17 13:05:06 -0500
  • 3d3d5bbd25 Formatting, oh my Adam Schmideg 2020-03-17 14:17:02 +0100
  • 969c6712ce Use canonical table-driven test format Adam Schmideg 2020-03-17 14:07:51 +0100
  • 1e63f2dec1
    rpc: add 'rpc' as always-available module meows 2020-03-16 08:42:58 -0500
  • 7adacd1bd2
    fix MatchFilterHandler bitterlox 2020-03-16 14:38:25 +0100
  • 1fc5827618
    Merge branch 'master' of github.com:ethereum/go-ethereum renaynay 2020-03-16 13:21:44 +0100
  • 8d7aa9078f
    params: begin v1.9.13 release cycle Péter Szilágyi 2020-03-16 13:44:58 +0200
  • b6f1c8dcc0
    params: release Geth v1.9.12 v1.9.12 Péter Szilágyi 2020-03-16 13:39:04 +0200
  • 97243f3a76
    geth retesteth: increase retesteth default http timeouts (#20767) winsvega 2020-03-16 12:33:32 +0300
  • 1f7c7d0bf7
    Merge branch 'master' of github.com:ethereum/go-ethereum renaynay 2020-03-16 10:28:02 +0100
  • 0cd13dda7f increase geth retesteth default http timeouts Dimitry Kh 2020-03-16 03:53:55 +0300
  • 791c584042 consensus: add benchmarks for mmap with/with lock Hanjiang Yu 2020-03-14 22:16:24 +0800
  • 2b98d3c22c cmd, consensus: add option to disable mmap for DAG caches/datasets Hanjiang Yu 2019-12-26 18:35:10 +0800
  • 241b283690
    Merge pull request #20747 from karalabe/update-crypto-deps Péter Szilágyi 2020-03-14 14:23:58 +0200
  • 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 +0200
  • 68b4b74682
    Merge pull request #20762 from karalabe/fix-txprop-leak Péter Szilágyi 2020-03-14 13:52:46 +0200
  • e431a23c09
    core/vm: fix tests Martin Holst Swende 2020-03-14 09:19:35 +0100
  • 270fbfba4b
    eth: fix transaction announce/broadcast goroutine leak Péter Szilágyi 2020-03-13 23:47:15 +0200
  • 69459f6bfd
    core/vm: use a callcontext struct Martin Holst Swende 2020-03-13 16:15:04 +0100
  • 40560a963a
    Update docs/_getting-started/creating-private-network-puppeth.md Chris Chinchilla 2020-03-13 12:12:09 +0100
  • 1a1aaaf1c9
    Merge branch 'master' of github.com:ethereum/go-ethereum renaynay 2020-03-12 15:41:24 +0100
  • 89778cc947 les: ban bad light client rjl493456442 2020-03-12 20:32:24 +0800
  • 13712f52d8 p2p: add ban peer feature rjl493456442 2020-03-12 16:19:20 +0800
  • 92f3405dae
    eth, les: fix time sensitive unit tests (#20741) gary rong 2020-03-12 18:25:52 +0800
  • b1efff659e
    rpc: improve cancel test (#20752) Felix Lange 2020-03-12 11:24:36 +0100
  • 94e2d2a803
    Merge branch 'master' of github.com:ethereum/go-ethereum renaynay 2020-03-11 12:56:38 +0100
  • 8af579824c
    les: use time.After Felix Lange 2020-03-11 11:34:21 +0100
  • 1491c498a3 rpc: fix server test Felix Lange 2020-03-11 11:27:28 +0100
  • 6cf71d6ab4 rpc: improve cancel test Felix Lange 2020-03-10 12:35:16 +0100
  • 51881bf76f les: fix linter rjl493456442 2020-03-10 18:11:58 +0800
  • 0bdb21f0cb
    tests: update tests/testdata@develop, include EIP2384 config (#20746) meowsbits 2020-03-10 04:55:27 -0500
  • f7ed908d4a
    tests: update tests/testdata@develop, include EIP2384 config meows 2020-03-06 08:56:26 -0600
  • 7b3ed2a157
    core/rawdb: rewind KV to Ancient in case chain gap detected meows 2020-03-06 06:42:02 -0600
  • e3f1e51ae6
    Merge pull request #23 from maticnetwork/dev-fix-log Jaynti Kanani 2020-03-06 16:04:45 +0530
  • 5f96b06add Send key while logging error msg atvanguard 2020-03-06 16:00:04 +0530
  • 15b162b450 Remove unwanted log atvanguard 2020-03-06 15:28:13 +0530
  • 0cd63004f8 les: add atomicWriteLock to client db Zsolt Felfoldi 2020-03-05 15:13:24 +0100
  • 4423a1d13e les: minor cleanup Zsolt Felfoldi 2020-03-05 01:00:22 +0100
  • d0c20a92bd
    Merge pull request #4 from rjl493456442/zsolt-les4-part-1 Felföldi Zsolt 2020-03-04 21:17:57 +0100
  • 3db06e4b20 More idiomatic way to check for trailing whitespace Adam Schmideg 2020-03-04 14:21:15 +0100
  • fab0ee3bfa
    core/state/snapshot: fix various iteration issues due to destruct set Péter Szilágyi 2020-03-04 15:06:04 +0200
  • bc5d742c66
    core: more blockchain tests Martin Holst Swende 2020-03-04 13:39:27 +0100
  • eff7cfbb03
    core/state/snapshot: handle deleted accounts in fast iterator Martin Holst Swende 2020-03-04 13:38:55 +0100
  • fe0bc499bb Allow newline after account Adam Schmideg 2020-03-04 12:56:31 +0100
  • 14174a69e9 all: integrate CDN idea into light client rjl493456442 2019-10-25 11:37:52 +0800
  • b3db322e89 lescdn: make crawling a bit smarter and report per-depth tile stats Péter Szilágyi 2019-09-09 13:20:05 +0300
  • f6b3728f2f LES CDN prototype Péter Szilágyi 2019-09-07 00:27:10 +0300
  • 328de180a7
    core/state: fix resurrection state clearing and access Péter Szilágyi 2020-03-04 10:19:53 +0200
  • 6e85f25f6c les: fix unit test rjl493456442 2020-03-04 16:19:50 +0800
  • ea82a6d0eb eth: increase timeout allowance rjl493456442 2020-03-04 14:42:59 +0800
  • dcb22a9f99
    core/state: fix account root hash update point Péter Szilágyi 2020-03-03 16:55:06 +0200
  • a4cf279494
    core/state: extend snapshotter to handle account resurrections Péter Szilágyi 2020-03-03 15:52:00 +0200
  • 139d94d9f7 les: add fixes rjl493456442 2020-03-03 20:58:32 +0800
  • a66d88ea2c Improve wording of error message Adam Schmideg 2020-03-03 10:38:54 +0100
  • ae3c77b82b Check file size before reading it into memory Adam Schmideg 2020-03-03 10:34:52 +0100
  • 5c715b382a
    cmd/geth: enable metrics for geth import command Martin Holst Swende 2020-02-05 16:19:11 +0100
  • 6e05ccd845
    core/state/snapshot, tests: sync snap gen + snaps in consensus tests Péter Szilágyi 2020-03-03 09:10:23 +0200
  • ef72fa7c9d whisper: Improve traces to investigate travis build error Guillaume Ballet 2020-03-02 18:38:55 +0100
  • 556888c4a9
    core/vm: fix method doc (#20730) Ali Atiia 2020-03-02 12:20:27 -0500
  • fe8347ea8a
    squashme Martin Holst Swende 2020-03-02 14:06:44 +0100
  • c4a73900c6
    "eth attach" should be "geth attach" (#20732) architect.bian 2020-03-02 20:47:46 +0800
  • 361a6f08ac
    core/tests: test for destroy+recreate contract with storage Martin Holst Swende 2020-03-02 13:46:56 +0100
  • 3d99858372 les: use fixed64 rjl493456442 2020-03-02 17:35:21 +0800
  • 8911212a2c
    correcting typos in documentation for subscription.go renaynay 2020-03-01 16:35:44 +0100
  • 7b81c6c0e4
    Merge branch 'master' of github.com:ethereum/go-ethereum renaynay 2020-03-01 16:26:19 +0100
  • 6714ac0933 les: move priceFactors notion into balance tracker rjl493456442 2020-02-24 13:32:52 +0800
  • 45bc1f2a35 les: stash rjl493456442 2020-02-24 09:47:28 +0800
  • 55d5cf8d97 les: rework client db rjl493456442 2020-02-21 16:50:14 +0800
  • 095b052ecb les: rework expired value rjl493456442 2020-02-21 13:24:26 +0800