Commit Graph

  • 79738dbd1d Fix a few bugs in the stack trie (#9) Guillaume Ballet 2020-03-04 13:25:11 +01:00
  • ef80eea7b6 core/state/snapshot: better test coverage Martin Holst Swende 2020-02-18 14:04:14 +01:00
  • a9d922faba core/state/snapshot, trie: stack-based trie implementation Guillaume Ballet 2020-02-17 14:47:08 +01:00
  • 20d63cdb48 core/state/snapshot tests: fix testcase panic Martin Holst Swende 2020-02-11 16:23:05 +01:00
  • 3c8ce87048 core/state/snapshot, trie: build the hash as leaves come, don't hash small leaves Guillaume Ballet 2020-02-05 18:27:51 +01:00
  • 316c809568 core/state/snapshot: initial wip on trie generators Martin Holst Swende 2020-02-04 17:36:37 +01:00
  • b63bffe820
    les, p2p/simulations/adapters: fix issues found while simulating les (#21761) gary rong 2020-10-31 01:04:38 +08:00
  • 77fd6def3c
    core/types, rlp: improve RLP PutInt handling Martin Holst Swende 2020-10-30 09:29:18 +01:00
  • b63e3c37a6
    core: improve snapshot journal recovery (#21594) gary rong 2020-10-30 03:01:58 +08:00
  • 3d01d79c87
    core: small docs for the test cases Péter Szilágyi 2020-10-29 17:15:29 +02:00
  • 99ac24076d
    internal/ethapi: add defensive check Trung Nguyen 2020-10-29 10:24:40 -04:00
  • 7d07c2a3ea Add the missing Capture functions to CallCode, DelegateCall, StaticCall Horacio Mijail Anton Quiles 2020-10-29 18:06:00 +10:00
  • 8e690894e3 les, p2p: add fixes rjl493456442 2020-10-29 14:38:06 +08:00
  • c12218b2a2 all: implement lottery book payment rjl493456442 2020-10-20 14:43:06 +08:00
  • 61cbf7f7c9 cmd/devp2p: enable TAP output from test suites Felix Lange 2020-10-28 14:37:00 +01:00
  • 643f0cc447 internal/utesting: print summary line in console output Felix Lange 2020-10-28 14:16:44 +01:00
  • 64b5566083 core: fix setHead cornercase where the threshold root has state Péter Szilágyi 2020-10-07 21:22:36 +03:00
  • ff3dc395ae core: avoid callbacks in SetHead Péter Szilágyi 2020-10-07 19:09:15 +03:00
  • de9e24e3d7 core/state/snapshot: fix snapshot rjl493456442 2020-10-28 20:46:57 +08:00
  • f78092a11f internal/utesting: add TAP output support Felix Lange 2020-10-28 13:42:03 +01:00
  • 6d1f63db7e core: remove log rjl493456442 2020-10-28 20:02:03 +08:00
  • 64faa3b68c core: fix tests rjl493456442 2020-10-28 19:50:46 +08:00
  • e6355e254b core/rawdb: fix imports rjl493456442 2020-09-24 20:27:53 +08:00
  • 95bf1a4cfc core: add restart after start-after-crash tests rjl493456442 2020-09-24 20:25:01 +08:00
  • 84af27ee6e core: add recovery flag for snapshot rjl493456442 2020-09-24 15:55:54 +08:00
  • 959f3931dc core/state: fix comment rjl493456442 2020-09-24 14:40:43 +08:00
  • 211407e36e core: add more blockchain tests for snapshot recovery rjl493456442 2020-09-23 20:22:16 +08:00
  • 103c3ea453 core: polish rjl493456442 2020-09-23 14:36:56 +08:00
  • d05d8954aa core, tests: fix tests and special recovery case rjl493456442 2020-09-22 19:39:47 +08:00
  • 5b23601276 core/state/snapshot: add debug logs rjl493456442 2020-09-22 15:21:27 +08:00
  • abe54d9a6a core/state/snapshot: forcibly ensure the legacy snapshot is matched rjl493456442 2020-09-22 14:36:27 +08:00
  • 08bc64ecca core/state/snapshot: improve logging rjl493456442 2020-09-15 19:32:08 +08:00
  • c37009fedf core: persist the disk layer generator periodically rjl493456442 2020-09-14 15:21:34 +08:00
  • c0d3cce135 core: update the disk layer in an atomic way rjl493456442 2020-09-14 14:50:36 +08:00
  • 5a058deb32 core/state/snapshot: introduce snapshot journal version rjl493456442 2020-09-11 15:27:39 +08:00
  • 43c278cdf9
    core/state: disable snapshot iteration if it's not fully constructed (#21682) gary rong 2020-10-28 20:27:37 +08:00
  • ae29aafa5b core/state: panic for undefined layer rjl493456442 2020-10-28 20:07:43 +08:00
  • 18145adf08
    core/state: maintain one more diff layer (#21730) gary rong 2020-10-28 20:00:22 +08:00
  • 7615ac82a2 internal/utesting: print RUN lines and indent output Felix Lange 2020-10-28 12:36:04 +01:00
  • 296a27d106
    accounts/abi/bind: restore error functionality (#21743) Marius van der Wijden 2020-10-27 17:22:44 +01:00
  • 7721a9ae6a
    Update accounts/abi/bind/base.go Marius van der Wijden 2020-10-27 13:25:21 +01:00
  • b573180517 core/state: address comment rjl493456442 2020-10-27 11:10:15 +08:00
  • b33f95e1c7 les: atomic database access for services Zsolt Felfoldi 2020-10-14 20:53:15 +02:00
  • 33e7a4646a les: add pre-negotiation query to server pool Zsolt Felfoldi 2020-10-12 19:47:35 +02:00
  • 7d185ce010 les: implemented capacity query Zsolt Felfoldi 2020-10-01 15:26:32 +02:00
  • ae1f527cdc les/lespay/server: implemented lespay command server Zsolt Felfoldi 2020-09-27 04:03:03 +02:00
  • e134fcb16d les/utils: implemented CostFilter and Limiter Zsolt Felfoldi 2020-09-26 00:23:21 +02:00
  • fc4f31cc84 p2p/discover: add source id and address to talk request handler Zsolt Felfoldi 2020-09-26 11:50:42 +02:00
  • 64896665a9 les, p2p: use new discv5 Zsolt Felfoldi 2020-09-16 16:15:58 +02:00
  • 1a55e20d35
    cmd/geth: fix dir path in geth attach for yolov2 network (#21749) James Prestwich 2020-10-26 05:45:08 -07:00
  • 0fdedea652 ethclient: add GetProof method p4u 2020-10-25 12:19:27 +01:00
  • 48b2d3ac2e
    use highest UsedGas possible in a call Ricardo Guilherme Schmidt 2020-10-25 02:10:15 -03:00
  • 0239dfb13f
    bug: fix dir path in geth attach for yolov2 network James Prestwich 2020-10-23 13:27:44 -07:00
  • 7b748e550a
    Merge pull request #21747 from holiman/yolov2update Péter Szilágyi 2020-10-23 17:48:43 +03:00
  • 68ac4eb796
    params: update yolov2 bootnode with elastic ip Martin Holst Swende 2020-10-23 16:47:26 +02:00
  • 8a94aa91fb
    Merge pull request #21745 from holiman/yolov2_bootnodes Péter Szilágyi 2020-10-23 16:42:08 +03:00
  • f5182c7b9c
    utils, params: add yolov2 bootnode Martin Holst Swende 2020-10-23 15:40:48 +02:00
  • 95f720fffc
    cmd/devp2p/internal/ethtest: update test chain (#21742) Felix Lange 2020-10-23 13:34:44 +02:00
  • 1b5ae37738 accounts/abi/bind: restore error functionality Marius van der Wijden 2020-10-23 12:30:38 +02:00
  • 2f701cb0c2 cmd/devp2p/internal/ethtest: update test chain Felix Lange 2020-10-23 12:22:47 +02:00
  • e3e7630753 cmd/devp2p/internal/ethtest: add socket deadlines Felix Lange 2020-10-23 12:21:56 +02:00
  • f1294d9c41 cmd/devp2p/internal/ethtest: use network ID from genesis Felix Lange 2020-10-23 11:26:08 +02:00
  • 2c99023b68
    core/vm: fix review concerns Martin Holst Swende 2020-10-20 16:25:47 +02:00
  • 4188dcbd4f
    core/vm, protocol_params: implement eip-2565 modexp repricing Martin Holst Swende 2020-09-08 16:17:32 +02:00
  • 6487c002f6
    all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 (#21509) Martin Holst Swende 2020-10-23 08:26:57 +02:00
  • 0efc69a97e
    core/state/tests: golinter nitpicks Martin Holst Swende 2020-10-22 20:14:15 +02:00
  • 2e177d5079
    core, params: use a proper new genesis for yolov2 Martin Holst Swende 2020-10-22 18:59:42 +02:00
  • a31b156023
    params/config: use correct yolov2 chainid for config Martin Holst Swende 2020-10-22 18:50:43 +02:00
  • e429b7373d
    core/vm: renaming Martin Holst Swende 2020-10-22 18:43:06 +02:00
  • d8bf9eaed1
    core/vm/runtime: fix renaming-err leftovers Martin Holst Swende 2020-10-22 18:41:35 +02:00
  • 23f511e4dc [ethapi] Expose overrides to eth client as well Edgar Aroutiounian 2020-10-22 11:08:34 -04:00
  • 032e6733ce
    core/vm/runtime: fix compilation flaw Martin Holst Swende 2020-10-22 14:42:26 +02:00
  • 014f98dabd
    core/vm: fix typo Martin Holst Swende 2020-10-20 14:35:07 +02:00
  • 9cb1204e31
    core/vm: unify sload cost as fully dynamic Martin Holst Swende 2020-10-20 14:15:00 +02:00
  • c068e4c778 fixing up comments Steve Ruckdashel 2020-10-21 13:18:14 -05:00
  • c67132704f go vendoring dummy files Steve Ruckdashel 2020-10-21 13:09:24 -05:00
  • fb2c79df19
    accounts/usbwallet: fix ledger version check (#21733) Kristofer Peterson 2020-10-21 15:56:45 +01:00
  • 91c4607979
    core: fix blockchain insert report time interval calculation (#21723) hwanjo 2020-10-21 23:53:30 +09:00
  • 12868f6fad When checking Ledger version X.Y.Z against 1.0.3, check all three numbers including Y so that v1.4.0 is considered newer than v1.0.3 Kristofer Peterson 2020-10-21 14:22:06 +01:00
  • 85d81b2cdd
    les: remove clientPeerSet and serverSet (#21566) Felföldi Zsolt 2020-10-21 10:56:33 +02:00
  • c9228498dd core/state: maintain one more diff layer rjl493456442 2020-10-21 16:18:08 +08:00
  • 933ea6b56e les: removed unused parameter, fixed tests Zsolt Felfoldi 2020-10-15 11:59:41 +02:00
  • b1aab39d5e les: added comments and fixed signed broadcasts Zsolt Felfoldi 2020-10-12 22:26:13 +02:00
  • 2d02986cc4 les: disconnect all peers at ns.Stop() Zsolt Felfoldi 2020-10-12 22:04:55 +02:00
  • dab3a297df les: fixed --nodiscover option Zsolt Felfoldi 2020-09-16 21:27:43 +02:00
  • 65f1164cbd les: fixed panic Zsolt Felfoldi 2020-09-16 21:21:23 +02:00
  • 1f1b9df02f les: remove clientPeerSet and serverSet Zsolt Felfoldi 2020-09-11 13:54:39 +02:00
  • a335e25ebc les: peerCommons.headInfo always contains last announced head Zsolt Felfoldi 2020-09-06 14:29:06 +02:00
  • 00e0c040a5 les: new header broadcaster Zsolt Felfoldi 2020-09-06 13:46:35 +02:00
  • 3ec32a7bf2 les: move NodeStateMachine from clientPool to LesServer Zsolt Felfoldi 2020-09-04 23:25:36 +02:00
  • 791f127150
    fix: update txpool inspect docs (#21720) Georgios Konstantopoulos 2020-10-21 10:41:57 +03:00
  • ae8ccf5823
    core/types, rlp: optimize derivesha Martin Holst Swende 2020-10-21 09:29:02 +02:00
  • 3e82c9ef67
    eth/api: fix potential nil deref in AccountRange (#21710) aaronbuchwald 2020-10-20 14:19:21 -04:00
  • 9d25f34263
    core: track and improve tx indexing/unindexing (#21331) gary rong 2020-10-20 22:34:50 +08:00
  • f66f4e5af8
    core/vm: better documentation Martin Holst Swende 2020-10-20 13:30:45 +02:00
  • e4cd1502d6
    core/vm: address review concerns Martin Holst Swende 2020-10-20 13:24:10 +02:00
  • 6e7137103c
    miner: fixed race condition in tests (#21664) Marius van der Wijden 2020-10-20 10:58:26 +02:00
  • cef3e2dc5a
    console: don't exit on ctrl-c, only on ctrl-d (#21660) rene 2020-10-20 10:56:51 +02:00
  • 6bf2551750 core/rawdb: fix linter rjl493456442 2020-10-20 16:37:17 +08:00
  • 48eaa986eb
    Merge 10b440962fc5cbc0447ebbf5b1901e8497c749a0 into b305591e1491229c35a4551f18bd5e745405700f cheryl arcand 2020-10-19 18:24:02 -04:00