Commit Graph

13 Commits (54088b0b8b76b9538cf10fa5a606a4170f571065)

Author SHA1 Message Date
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
Jeffrey Wilcke 08caeedd84 core, core/state: only write necessary state. Skip intermediate 9 years ago
obscuren 07c3de3f75 core, miner, xeth: renamed gas methods 9 years ago
obscuren aa699a1283 core/state: removed state from state object 9 years ago
obscuren 30b27336ea core/state: remove the need for common.Value 9 years ago
obscuren 787a61bb27 core/state, core/vm: reworked storage get / set to use common.Hash 9 years ago
obscuren 6fb6e6679e core/vm, core/state: added storage to structured vm logging 9 years ago
zelig 009b221692 solidity compiler and contract metadocs integration 10 years ago
obscuren 1889727144 Moved logging to logger.Core 10 years ago
obscuren a0e44e3281 basic glog 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 8ce6a36478 converted chain manager 10 years ago
obscuren e620bde405 conversion state 10 years ago
obscuren f486c0ae56 new type + additional methods 10 years ago
obscuren b523441361 Moved ethutil => common 10 years ago
obscuren 310ca62285 Removed some of that gas pre pay magic 10 years ago
obscuren 19efebe91e Updated tests and fixed suicide 10 years ago
obscuren b909a5ec18 Trie => SecureTrie 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 d8ac267f41 dirty tracking for state objects fixed 10 years ago
obscuren fa4cbad315 Optimisations and fixed a couple of DDOS issues in the miner 10 years ago
obscuren c14071df9d Reset storage cache after sync 10 years ago
obscuren 2c454863f2 Use new rlp (TODO requires some refactoring) 10 years ago
obscuren 54927dc0e0 Fixed issue with Storage() 10 years ago
obscuren db4aaedcbd Moved ptrie => trie. Removed old trie 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 99853ac3ce Moved execution from vm to chain. 10 years ago
obscuren 6dc46d3341 Changed the way transactions are being added to the transaction pool 10 years ago
obscuren e70529a977 Added new iterator and tests 10 years ago
obscuren 14e2e488fd Added `chain` tests & minor fixes 10 years ago
obscuren 60cdb1148c Transaction execution fixes 10 years ago
obscuren f76f953f0c Removed debug print 10 years ago
obscuren a82b89e2d5 Added storage root to dump 10 years ago
obscuren 76c9c8d653 Compress data on db level. Closes #174 10 years ago
obscuren af34749a6b ethtrie => trie 10 years ago
obscuren af8f5f0b69 ethstate => state 10 years ago
obscuren fd9da72536 ethcrypto => crypto 10 years ago
obscuren b5beb1aac1 added a transfer method to vm env 10 years ago
obscuren 70f7a0be11 Use the state instead of the state object directly. 10 years ago
obscuren 311c6f8a3f Fixed remote Arithmetic tests 10 years ago
obscuren 9d86a49a73 Renamed Sha3Bin to Sha3 10 years ago
obscuren 33a0dec8a1 Improved catching up and refactored 10 years ago
obscuren d91357d00c Added GetCode method 10 years ago