Commit Graph

29 Commits (b03614527bea8fee378b406e50071948e6d02f93)

Author SHA1 Message Date
obscuren db4aaedcbd Moved ptrie => trie. Removed old trie 10 years ago
obscuren fed3e6a808 Refactored ethutil.Config.Db out 10 years ago
obscuren ca1b2a1a91 Changed prev_hash to block_hash, state transition now uses vm env 10 years ago
obscuren e2d1d832ef added nil check 10 years ago
obscuren 780abaec98 Switched to new trie 10 years ago
obscuren 1508a23a6f Minor updates on gas and removed/refactored old code. 10 years ago
obscuren 3325683794 Fixed refund model 10 years ago
obscuren 198cc69357 Gas corrections and vm fixes 10 years ago
obscuren 1fb84d3c5f Fixed tests 10 years ago
obscuren 3043b233ea Log is now interface 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 c8d0f8adc5 Changed refund 10 years ago
obscuren e70529a977 Added new iterator and tests 10 years ago
obscuren 14e2e488fd Added `chain` tests & minor fixes 10 years ago
Taylor Gerring ddca18638f update imports order per goimports 10 years ago
Taylor Gerring 2a9fc7baa9 Merge branch 'develop' of https://github.com/tgerring/go-ethereum 10 years ago
Taylor Gerring fa59db7595 Add initial state/TestDump test 10 years ago
Taylor Gerring bd9bd4abed Reorg state tests 10 years ago
obscuren 60cdb1148c Transaction execution fixes 10 years ago
obscuren 6c9e503eb8 Removed all implicit logging. Fixed gas issues and jump errors 10 years ago
Taylor Gerring 3c619baec5 Add verbose comments to TestSnapshot 10 years ago
Taylor Gerring 8f3a03c0cc Update state tests to use gocheck 10 years ago
obscuren 75ee3b3f08 debugging code 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
Felix Lange f3473312ba all: fix rename breakage 10 years ago
obscuren af34749a6b ethtrie => trie 10 years ago
obscuren af8f5f0b69 ethstate => state 10 years ago