Commit Graph

50 Commits (8b1df1a259fe6dc4c15e391e9c0762c9621d9d72)

Author SHA1 Message Date
Péter Szilágyi 88a593d559
cmd/geth, trie: report on trie cache unloads, also add debug log 8 years ago
Péter Szilágyi 4f46bd19d0
cmd, core/state: allow configurable trie cache generations 8 years ago
Felix Lange 44f419ec0f core/state: bump trie cache values slightly 8 years ago
Felix Lange 40cdcf1183 trie, core/state: improve memory usage and performance (#3135) 8 years ago
Felix Lange 90fce8bfa6 core/state: rename Delete/IsDeleted to Suicide/HasSuicided 8 years ago
Felix Lange 1f1ea18b54 core/state: implement reverts by journaling all changes 8 years ago
Péter Szilágyi cb84e3f029 cmd, core, internal, light, tests: avoid hashing the code in the VM 8 years ago
Péter Szilágyi 710435b51b core, eth, trie: reuse trie journals in all our code 8 years ago
Felix Lange cd791bd855 core, trie: replace state caches with trie journal 8 years ago
Felix Lange a59a93f476 core/state: track all accounts in canon state 8 years ago
Nick Johnson 581b320b9d core/state: Fix memory expansion bug by not copying clean objects 8 years ago
Péter Szilágyi 6362a9d610 Revert "test, cmd/evm, core, core/vm: illegal code hash implementation" 8 years ago
Péter Szilágyi 67e9d33486 Revert "core: update DAO soft-fork number, clean up the code" 8 years ago
Péter Szilágyi ba784bdf36 core: update DAO soft-fork number, clean up the code 8 years ago
Jeffrey Wilcke 7a5b571c67 test, cmd/evm, core, core/vm: illegal code hash implementation 8 years ago
Jeffrey Wilcke bb3651abc8 core/state, eth: Updated suicides objects when tracing transactions 8 years ago
Péter Szilágyi 8ee84584a4 core/state: return the starting nonce for non-existent accs (testnet) 8 years ago
Péter Szilágyi 748d1c171d core, core/state, trie: enterprise hand-tuned multi-level caching 8 years ago
Jeffrey Wilcke b6d88a0e9f core, core/vm, crypto: fixes for homestead 9 years ago
Gustav Simonsson 371871d685 parmas, crypto, core, core/vm: homestead consensus protocol changes 9 years ago
Péter Szilágyi 886478b18b core/state, trie: don't leak database writes before commit 9 years ago
Péter Szilágyi 2d5d6d9d0e core/state: always commit in batches, just finish if not needed later 9 years ago
Péter Szilágyi 9e011ff1cd core, eth/downloader: ensure state presence in ancestor lookup 9 years ago
Felix Lange 1b89bd5d26 core/state, core/types use package rlp for state, receipt serialisation 9 years ago
Gustav Simonsson 1b1f293082 core/state, core, miner: handle missing root error from state.New 9 years ago
Jeffrey Wilcke 1de796f101 cmd, core, eth: added official testnet 9 years ago
Jeffrey Wilcke 361082ec4b cmd/evm, core/vm, test: refactored VM and core 9 years ago
Felix Lange a2d5a60418 core, core/state: batch-based state sync 9 years ago
Felix Lange 565d9f2306 core, trie: new trie 9 years ago
Felix Lange 8c4dab77ba all: move common.Database to package ethdb 9 years ago
Gustav Simonsson b81a6e6ab8 core, core/vm, core/state: remove unused functions 9 years ago
Jeffrey Wilcke 36f7fe61c3 core, tests: Double SUICIDE fix 9 years ago
Jeffrey Wilcke f715547fc7 core/state: Set log index. Closes #1226 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 bdae4fd573 all: add some godoc synopsis comments 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
Jeffrey Wilcke ab16ce70fc core, miner, tests: renamed state methods 9 years ago
Jeffrey Wilcke 08caeedd84 core, core/state: only write necessary state. Skip intermediate 9 years ago
obscuren bdd63837ea core/state: removed trie copy 9 years ago
obscuren aa699a1283 core/state: removed state from state object 9 years ago
obscuren 787a61bb27 core/state, core/vm: reworked storage get / set to use common.Hash 9 years ago
obscuren 5721fcf668 core/state, core/vm: cleanup refunds 9 years ago
obscuren 6184781b49 Improved transaction pool 10 years ago
obscuren 1c872ddf4b Changed how logs are being recorded 10 years ago
obscuren 1889727144 Moved logging to logger.Core 10 years ago
obscuren a0e44e3281 basic glog 10 years ago
obscuren 36452afd4e glog wip 10 years ago
obscuren b8124ec791 Removed old (unused) argument 10 years ago
obscuren 0a554a1f27 Blocktest fixed, Execution fixed 10 years ago