Commit Graph

19 Commits (c60c0c97e77ef28086c851fd2d8499e9e1574ac3)

Author SHA1 Message Date
Wenbiao Zheng 03fe9de2cb
eth: add debug_accountRange API (#19645) 5 years ago
Felix Lange dd21f079e8
core/state: fix staticcheck warnings (#20357) 5 years ago
gary rong df6c08a485 core, trie: decode the value for storage dump (#19943) 5 years ago
Martin Holst Swende 1da5e0ebb0 core/state, cmd/geth: streaming json output for dump command (#15475) 5 years ago
Martin Holst Swende 958ed4f3d9
core/state: rework dirty handling to avoid quadratic overhead 7 years ago
Felix Lange 9e5f03b6c4 core/state: access trie through Database interface, track errors (#14589) 7 years ago
Felix Lange 4047ccad2f trie: add start key to NodeIterator constructors 8 years ago
Felix Lange a13e920af0 trie: clean up iterator constructors 8 years ago
Felix Lange 1f1ea18b54 core/state: implement reverts by journaling all changes 8 years ago
Felix Lange a59a93f476 core/state: track all accounts in canon state 8 years ago
Felix Lange 68c755a238 core/state: fix TestDump 9 years ago
Jeffrey Wilcke b6d88a0e9f core, core/vm, crypto: fixes for homestead 9 years ago
Felix Lange 1b89bd5d26 core/state, core/types use package rlp for state, receipt serialisation 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
obscuren aa699a1283 core/state: removed state from state object 9 years ago
obscuren bbe795455a Secure trie shakey / key matching 10 years ago
obscuren 0330077d76 moved state and vm to core 10 years ago
obscuren d7ab716eea Fixed mkdnode & added some tests 10 years ago
obscuren bfcd2cf132 block conversion 10 years ago
obscuren e620bde405 conversion state 10 years ago
obscuren b523441361 Moved ethutil => common 10 years ago
obscuren 6ea7aae29c Removed some methods from the JS REPL 10 years ago
obscuren e235b57234 Fixed consensus issue for refunding 10 years ago
obscuren 37e6870f64 wip 10 years ago
obscuren ea9a549bbd Removed exported fields from state object and added proper set/getters 10 years ago
obscuren fed3e6a808 Refactored ethutil.Config.Db out 10 years ago
obscuren 780abaec98 Switched to new trie 10 years ago
obscuren f298ffdbb8 Renamed State => StateDB 10 years ago
obscuren 14e2e488fd Added `chain` tests & minor fixes 10 years ago
obscuren 60cdb1148c Transaction execution fixes 10 years ago
obscuren a82b89e2d5 Added storage root to dump 10 years ago
obscuren af8f5f0b69 ethstate => state 10 years ago
obscuren b5beb1aac1 added a transfer method to vm env 10 years ago
obscuren 33a0dec8a1 Improved catching up and refactored 10 years ago
obscuren 793e666f36 Dump bytes instead of strings 10 years ago
obscuren da50c75148 Added state dump method 10 years ago