Commit Graph

906 Commits (e2692921e18b6fd3497c8e971507d226c8d46206)

Author SHA1 Message Date
Péter Szilágyi b7159818f9 core/state: track dirty state entries for each object 8 years ago
Péter Szilágyi cb84e3f029 cmd, core, internal, light, tests: avoid hashing the code in the VM 8 years ago
Yoichi Hirai bb6115b737 vm, ethapi: add `limit` option to traceTransaction 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
Gustav Simonsson 25ed5fedda core/state: short-circuit balance change if zero value 8 years ago
Gustav Simonsson b6b17e5648 core/state, light: remove unused StateObject.initCode 8 years ago
Nick Johnson 581b320b9d core/state: Fix memory expansion bug by not copying clean objects 8 years ago
Péter Szilágyi b6b5ec8f75 core/types: add core type marshal methods too 8 years ago
Péter Szilágyi b4a5251391 core: abstract out a sorted transaction hash map 8 years ago
Péter Szilágyi a183ea29f9 core: add upper bound on the queued transctions 8 years ago
Péter Szilágyi affffb39b3 core/types, miner: switch over to the grouped tx sets 8 years ago
Péter Szilágyi 0ef327bbee core, eth, internal, miner: optimize txpool for quick ops 8 years ago
Péter Szilágyi 795b70423e core, eth, miner: only retain 1 tx/nonce, remove bad ones 8 years ago
Nick Johnson 2f99720901 core/vm, eth: Add support for javascript trace functions 8 years ago
Nick Johnson 781915f183 core/vm: Refactor tracing to make Tracer the main interface 8 years ago
Felix Lange 3c09c5f12d core, miner: move Backend to miner 8 years ago
Felix Lange 84d11c19fd eth: remove dapp database remains 8 years ago
Bas van Kervel 47ff813012 rpc: refactor subscriptions and filters 8 years ago
Bas van Kervel bb8059f6aa core: ensure the canonical block is written before the canonical hash is set 8 years ago
Felix Lange e4736fe469 core/vm: hide ecrecover error message 8 years ago
Felix Lange 704fde01e8 core/types, core/vm: improve docs, add JSON marshaling methods 8 years ago
Péter Szilágyi 2c2e389b77 cmd, core, eth, miner, params, tests: finalize the DAO fork 8 years ago
Péter Szilágyi 3291235711 accounts, core, eth: pass chain config for chain maker to test DAO 8 years ago
Péter Szilágyi 461cdb593b core, params, tests: add DAO hard-fork balance moves 8 years ago
Péter Szilágyi 7f00e8c033 core, eth: enforce network split post DAO hard-fork 8 years ago
Péter Szilágyi a87089fd2d cmd, core, miner: add extradata validation to consensus rules 8 years ago
Péter Szilágyi 9e56811a37 core: gracefully handle missing homestead block config 8 years ago
Péter Szilágyi 6060e098c9 cmd, core, eth, params: implement flags to control dao fork blocks 8 years ago
zsfelfoldi 00787fe781 core: added CheckNonce() to Message interface 8 years ago
Péter Szilágyi f5a29eab5c core: solve a remote-import/local-mine data race 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 d55fc35df1 Revert "core: add voting and result tracking for the dao soft-fork" 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 219859f8bb Revert "core: update the DAO soft fork proposal to the final block" 8 years ago
Péter Szilágyi 1e3a7d4fab core: update the DAO soft fork proposal to the final block 8 years ago
Péter Szilágyi ba784bdf36 core: update DAO soft-fork number, clean up the code 8 years ago
Péter Szilágyi c4de28938f core: add voting and result tracking for the dao soft-fork 8 years ago
Jeffrey Wilcke 7a5b571c67 test, cmd/evm, core, core/vm: illegal code hash implementation 8 years ago
Yoichi Hirai 86bc7795a3 vm: Replace some SstoreClearGas with SstoreResetGas 8 years ago
Fabio Berger a3efdb13f2 README, core, rpc: fix various typos 8 years ago
zsfelfoldi 3a97280ae8 eth: separate common and full node-specific API and backend service 8 years ago
Jeffrey Wilcke bb3651abc8 core/state, eth: Updated suicides objects when tracing transactions 8 years ago
zsfelfoldi f9917c8c7b core: improved chainDb using sequential keys 8 years ago
zsfelfoldi 5a458da42a core: chain read/write speed benchmarks 8 years ago
Felix Lange fc85dd175e core: add missing lock in TxPool.{GetTransaction,RemoveTx} 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
Felix Lange ca18202eb9 eth: enable bad block reports 8 years ago