| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed state tests | obscuren | 2015-03-21 | 1 | -8/+5 |
* | Merge branch 'develop' into conversion | obscuren | 2015-03-19 | 3 | -0/+23 |
|\ |
|
| * | Fixed mkdnode & added some tests | obscuren | 2015-03-19 | 4 | -2/+25 |
* | | converted chain manager | obscuren | 2015-03-17 | 2 | -8/+8 |
* | | updated blockpool | obscuren | 2015-03-17 | 1 | -6/+14 |
* | | converted vm | obscuren | 2015-03-17 | 1 | -4/+10 |
* | | block conversion | obscuren | 2015-03-17 | 1 | -1/+0 |
* | | conversion state | obscuren | 2015-03-17 | 5 | -33/+35 |
* | | new type + additional methods | obscuren | 2015-03-16 | 3 | -41/+47 |
|/ |
|
* | Moved ethutil => common | obscuren | 2015-03-16 | 6 | -51/+51 |
* | more tests for remote update | obscuren | 2015-03-14 | 1 | -0/+8 |
* | Make remote dominant | obscuren | 2015-03-14 | 2 | -7/+48 |
* | Implemented managed state | obscuren | 2015-03-13 | 2 | -18/+86 |
* | Implemented a manage state for keeping track of nonces | obscuren | 2015-03-13 | 1 | -0/+56 |
* | Removed some of that gas pre pay magic | obscuren | 2015-03-13 | 1 | -15/+18 |
* | fixed ethtest | obscuren | 2015-03-13 | 1 | -9/+9 |
* | cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls | Felix Lange | 2015-03-10 | 1 | -1/+0 |
* | state: fix tests | Felix Lange | 2015-03-10 | 1 | -3/+3 |
* | Updated tests and fixed suicide | obscuren | 2015-03-09 | 2 | -1/+10 |
* | merge | obscuren | 2015-03-04 | 1 | -9/+9 |
|\ |
|
| * | GetOrNew for accessors. Fixes #404 | obscuren | 2015-03-02 | 1 | -9/+9 |
* | | GasLimit check updated | obscuren | 2015-03-04 | 1 | -0/+4 |
* | | Trie => SecureTrie | obscuren | 2015-03-03 | 2 | -3/+3 |
|/ |
|
* | Removed some methods from the JS REPL | obscuren | 2015-03-01 | 1 | -2/+5 |
* | Fixed consensus issue for refunding | obscuren | 2015-02-27 | 2 | -7/+16 |
* | Added Number to logs | obscuren | 2015-02-22 | 1 | -2/+9 |
* | Removed exported fields from state object and added proper set/getters | obscuren | 2015-02-20 | 3 | -33/+50 |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-02-20 | 1 | -5/+38 |
|\ |
|
| * | Merge pull request #355 from fjl/test-fixes | Jeffrey Wilcke | 2015-02-20 | 1 | -5/+38 |
| |\ |
|
| | * | state: improve TestDump | Felix Lange | 2015-02-20 | 1 | -5/+38 |
* | | | dirty tracking for state objects fixed | obscuren | 2015-02-20 | 1 | -1/+9 |
|/ / |
|
* | | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 2 | -20/+29 |
* | | Reset storage cache after sync | obscuren | 2015-02-19 | 1 | -0/+1 |
|/ |
|
* | Use new rlp (TODO requires some refactoring) | obscuren | 2015-02-17 | 1 | -2/+23 |
* | Documented methods & removed old manifest | obscuren | 2015-02-12 | 2 | -91/+21 |
* | Added missing whisper timestamp. Closes #284 | obscuren | 2015-02-03 | 1 | -5/+2 |
* | removed old code | obscuren | 2015-02-01 | 1 | -12/+0 |
* | Fixed issue with Storage() | obscuren | 2015-01-30 | 1 | -29/+0 |
* | Moved ptrie => trie. Removed old trie | obscuren | 2015-01-08 | 2 | -8/+7 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 4 | -29/+23 |
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -0/+6 |
* | added nil check | obscuren | 2015-01-02 | 1 | -5/+4 |
* | Switched to new trie | obscuren | 2014-12-24 | 3 | -47/+58 |
* | Minor updates on gas and removed/refactored old code. | obscuren | 2014-12-20 | 1 | -0/+7 |
* | Fixed refund model | obscuren | 2014-12-19 | 1 | -7/+10 |
* | Gas corrections and vm fixes | obscuren | 2014-12-19 | 1 | -20/+10 |
* | Fixed tests | obscuren | 2014-12-10 | 1 | -1/+1 |
* | Log is now interface | obscuren | 2014-12-04 | 2 | -20/+43 |
* | Renamed State => StateDB | obscuren | 2014-12-04 | 3 | -36/+36 |
* | Moved execution from vm to chain. | obscuren | 2014-12-04 | 1 | -5/+4 |
* | merge errors fixed | obscuren | 2014-12-02 | 2 | -2/+3 |
|\ |
|
| * | Changed the way transactions are being added to the transaction pool | obscuren | 2014-12-02 | 2 | -2/+3 |
* | | Fixed merge | obscuren | 2014-11-29 | 1 | -13/+16 |
|\| |
|
| * | Changed refund | obscuren | 2014-11-29 | 1 | -13/+16 |
* | | Added new iterator and tests | obscuren | 2014-11-19 | 1 | -3/+1 |
* | | Added `chain` tests & minor fixes | obscuren | 2014-11-19 | 2 | -8/+8 |
* | | update imports order per goimports | Taylor Gerring | 2014-11-16 | 1 | -1/+2 |
* | | Merge branch 'develop' of https://github.com/tgerring/go-ethereum | Taylor Gerring | 2014-11-15 | 2 | -21/+54 |
|/ |
|
* | Transaction execution fixes | obscuren | 2014-11-12 | 3 | -4/+4 |
* | Removed all implicit logging. Fixed gas issues and jump errors | obscuren | 2014-11-12 | 2 | -6/+6 |
* | debugging code | obscuren | 2014-11-11 | 2 | -4/+21 |
* | Removed debug print | obscuren | 2014-11-04 | 1 | -1/+0 |
* | Added storage root to dump | obscuren | 2014-11-04 | 2 | -1/+7 |
* | Compress data on db level. Closes #174 | obscuren | 2014-11-03 | 1 | -14/+2 |
* | all: fix rename breakage | Felix Lange | 2014-11-01 | 1 | -2/+2 |
* | ethtrie => trie | obscuren | 2014-10-31 | 2 | -10/+10 |
* | ethstate => state | obscuren | 2014-10-31 | 7 | -0/+859 |