| Commit message (Expand) | Author | Age | Files | Lines |
* | ethstate.NewState => ethstate.New | obscuren | 2014-08-04 | 2 | -4/+4 |
* | ethtrie.NewTrie => ethtrie.New | obscuren | 2014-08-04 | 3 | -26/+10 |
* | merge upstream | zelig | 2014-07-31 | 15 | -2064/+120 |
|\ |
|
| * | Old code removed and renamed amount to balance | obscuren | 2014-07-30 | 4 | -112/+16 |
| * | Clean up and util methods | obscuren | 2014-07-26 | 1 | -9/+4 |
| * | Removed old code | obscuren | 2014-07-24 | 1 | -26/+0 |
| * | Add Tx | obscuren | 2014-07-24 | 1 | -0/+1 |
| * | Refactored to new state and vm | obscuren | 2014-07-24 | 14 | -1949/+125 |
| * | Minor improvements and fixes to the new vm structure | obscuren | 2014-07-22 | 2 | -4/+5 |
| * | Refactored state, state object and vm | obscuren | 2014-07-22 | 1 | -1/+1 |
| * | Refactored CALLDATALOAD to use big int | obscuren | 2014-07-22 | 1 | -5/+9 |
| * | Merge branch 'master' into develop | obscuren | 2014-07-22 | 1 | -1/+1 |
| |\ |
|
| | * | Fix regression on 32bit (windows) systems | Maran | 2014-07-21 | 1 | -1/+1 |
* | | | Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-ref... | zelig | 2014-07-21 | 5 | -31/+65 |
|\| | |
|
| * | | Merge branch 'master' into develop | obscuren | 2014-07-21 | 2 | -16/+34 |
| |\| |
|
| | * | Fixed tx sha creation | obscuren | 2014-07-21 | 2 | -16/+34 |
| * | | Changed iterator | obscuren | 2014-07-21 | 3 | -13/+29 |
| |/ |
|
| * | Base time on previous parent, not last block | obscuren | 2014-07-18 | 1 | -2/+2 |
* | | merge upstream | zelig | 2014-07-21 | 7 | -101/+149 |
|\| |
|
| * | Fixed range | obscuren | 2014-07-18 | 1 | -3/+5 |
| * | WIP to expose hashrate to gui | Maran | 2014-07-18 | 1 | -2/+9 |
| * | Removed debug log | obscuren | 2014-07-17 | 1 | -1/+1 |
| * | Removed debug log | obscuren | 2014-07-17 | 1 | -1/+0 |
| * | Fixed coinbase copy in state | obscuren | 2014-07-17 | 5 | -19/+29 |
| * | Trie fixes | obscuren | 2014-07-17 | 4 | -11/+37 |
| * | Added/changed logging | obscuren | 2014-07-16 | 2 | -3/+12 |
| * | Moved | obscuren | 2014-07-16 | 1 | -6/+8 |
| * | Vm logging on diff | obscuren | 2014-07-15 | 3 | -9/+7 |
| * | Moved checks | obscuren | 2014-07-15 | 2 | -11/+19 |
| * | Paranoia check moved | obscuren | 2014-07-15 | 1 | -17/+0 |
| * | Compare method for receipts | obscuren | 2014-07-15 | 1 | -0/+12 |
| * | Removed defer and added receipts checking in tx processing | obscuren | 2014-07-15 | 1 | -25/+5 |
| * | Fixed "Copy" to also copy over the pending storage changes | obscuren | 2014-07-14 | 1 | -5/+18 |
| * | Changed diff output not to prefix hex with 0x | obscuren | 2014-07-14 | 2 | -5/+5 |
* | | use ethreact.Event and ethreact.ReactorEngine | zelig | 2014-07-15 | 2 | -3/+5 |
|/ |
|
* | Forgot to return gas when CALL's value transfer fails | obscuren | 2014-07-13 | 1 | -0/+3 |
* | Changed sha3 to official one | obscuren | 2014-07-12 | 1 | -2/+3 |
* | Special diff output for execution | obscuren | 2014-07-11 | 4 | -7/+53 |
* | vm output | obscuren | 2014-07-11 | 1 | -0/+2 |
* | Updated VM & added helper methods to state | obscuren | 2014-07-10 | 2 | -70/+101 |
* | Return from execution immediately if there's no code | obscuren | 2014-07-10 | 1 | -0/+5 |
* | Removed debug log | obscuren | 2014-07-10 | 1 | -3/+0 |
* | Consensus and bug fixes | obscuren | 2014-07-10 | 4 | -13/+58 |
* | Fixed BYTE opcode | obscuren | 2014-07-10 | 1 | -6/+25 |
* | Remove debug println | obscuren | 2014-07-07 | 1 | -1/+0 |
* | Getting rid of deprecated methods | obscuren | 2014-07-07 | 1 | -8/+2 |
* | Fixed state reset case | obscuren | 2014-07-07 | 3 | -4/+29 |
* | Removed old if statement. No longer needed | obscuren | 2014-07-07 | 1 | -7/+1 |
* | Log change | obscuren | 2014-07-07 | 1 | -2/+1 |
* | Fixed state reset on err | obscuren | 2014-07-07 | 1 | -2/+2 |
* | Revert "ethreact - Feature/ethutil refactor" | Jeffrey Wilcke | 2014-07-07 | 2 | -5/+3 |
* | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-07-07 | 2 | -3/+5 |
|\ |
|
| * | Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-ref... | zelig | 2014-07-05 | 1 | -17/+14 |
| |\ |
|
| * \ | Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-ref... | zelig | 2014-07-05 | 3 | -10/+23 |
| |\ \ |
|
| * | | | use ethreact.Event and ethreact.ReactorEngine | zelig | 2014-07-05 | 2 | -3/+5 |
* | | | | changed state reset | obscuren | 2014-07-07 | 2 | -9/+9 |
| |_|/
|/| | |
|
* | | | Debugging mode for vm | obscuren | 2014-07-05 | 1 | -17/+14 |
| |/
|/| |
|
* | | Debug output, minor fixes and tweaks | obscuren | 2014-07-04 | 3 | -10/+23 |
|/ |
|
* | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-07-04 | 1 | -1/+0 |
|\ |
|
| * | Merge pull request #32 from josephyzhou/develop | Jeffrey Wilcke | 2014-07-04 | 1 | -1/+0 |
| |\ |
|
| | * | typo, duplications | Joey Zhou | 2014-07-04 | 1 | -1/+0 |
* | | | Merge branch 'feature/clientid' of https://github.com/ethersphere/eth-go into... | obscuren | 2014-07-04 | 1 | -0/+1 |
|\ \ \ |
|
| * \ \ | Merge branch 'develop' of github.com:ethereum/eth-go into feature/clientid | zelig | 2014-07-03 | 4 | -43/+51 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | EthManager interface extended with ClientIdentity() ethwire.ClientIdentity | zelig | 2014-07-03 | 1 | -0/+1 |
* | | | | Decreased timeout | obscuren | 2014-07-04 | 1 | -2/+2 |
| |_|/
|/| | |
|
* | | | Fixed reverting error | obscuren | 2014-07-03 | 4 | -38/+29 |
| |/
|/| |
|
* | | Fix | obscuren | 2014-07-03 | 2 | -1/+2 |
* | | Fixed CREATE op. Fixes #87 | obscuren | 2014-07-03 | 1 | -7/+6 |
* | | Paranoia check | obscuren | 2014-07-02 | 2 | -12/+13 |
* | | Removed old code | obscuren | 2014-07-02 | 1 | -5/+1 |
* | | Changed CREATE | obscuren | 2014-07-02 | 1 | -24/+35 |
|/ |
|
* | Added support for breakpoints on specific instructions | obscuren | 2014-07-02 | 1 | -3/+13 |
* | Removed comment | obscuren | 2014-07-02 | 1 | -1/+0 |
* | Moved debug hook to Vm directly | obscuren | 2014-07-02 | 3 | -9/+11 |
* | Suicide is deferred to update | obscuren | 2014-07-02 | 1 | -6/+10 |
* | Updated to generic padding function | obscuren | 2014-07-02 | 1 | -4/+3 |
* | Removed old method | obscuren | 2014-07-02 | 3 | -43/+36 |
* | ethutil -> ethtrie.NewTrie | zelig | 2014-07-01 | 2 | -2/+3 |
* | merge upstream | zelig | 2014-07-01 | 10 | -101/+93 |
|\ |
|
| * | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-07-01 | 2 | -1/+2 |
| |\ |
|
| | * | Update min GasLimit | Maran | 2014-07-01 | 2 | -1/+2 |
| * | | Up | obscuren | 2014-07-01 | 1 | -1/+1 |
| |/ |
|
| * | The dragon has been slain. Consensus reached! | obscuren | 2014-07-01 | 4 | -21/+45 |
| * | Paranoia | obscuren | 2014-07-01 | 1 | -1/+1 |
| * | Added Paranoia check for VM execution | obscuren | 2014-07-01 | 5 | -108/+26 |
| * | Merge branch 'develop' into interop | obscuren | 2014-06-30 | 4 | -5/+13 |
| |\ |
|
| * | | wip | obscuren | 2014-06-30 | 3 | -2/+51 |
* | | | change all modified calls to ethtrie, ethutil and ethcrypto functions | zelig | 2014-06-30 | 9 | -24/+36 |
* | | | refactor ethutil/trie to ethtrie | zelig | 2014-06-29 | 1 | -2/+3 |
| |/
|/| |
|
* | | transitional ethutil.ReadConfig fixes in ethchain tests (they still fail! FIX... | zelig | 2014-06-27 | 4 | -5/+13 |
|/ |
|
* | nil check | obscuren | 2014-06-27 | 1 | -1/+8 |
* | go fmt | zelig | 2014-06-27 | 5 | -6/+5 |
* | merge upstream; fix port in use warning; new logger API | zelig | 2014-06-26 | 3 | -24/+22 |
|\ |
|
| * | Logging, variable rearrangement | obscuren | 2014-06-26 | 2 | -22/+20 |
| * | Added instruction numbers | obscuren | 2014-06-26 | 1 | -2/+2 |
* | | merge upstream | zelig | 2014-06-25 | 2 | -5/+7 |
|\| |
|
| * | Logging order | obscuren | 2014-06-23 | 2 | -6/+8 |
* | | put back extra debug detail logging to the right places using logger.DebugDet... | zelig | 2014-06-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'upstream/develop' into feature/logging | zelig | 2014-06-25 | 1 | -1/+3 |
|\| |
|
| * | Let the state create the object | obscuren | 2014-06-23 | 1 | -1/+3 |
* | | merge upstream | zelig | 2014-06-23 | 4 | -48/+60 |
|\| |
|
| * | Minor fixes to vm output | obscuren | 2014-06-23 | 1 | -8/+6 |
| * | Removed comments | obscuren | 2014-06-23 | 1 | -1/+1 |
| * | Make sure that public key always uses 64 bytes | obscuren | 2014-06-23 | 1 | -10/+10 |
| * | Clean up & refactored methods | obscuren | 2014-06-23 | 1 | -26/+27 |
| * | Append zero's in R & S | obscuren | 2014-06-21 | 1 | -3/+7 |
| * | Moved 0 check to state object for now | obscuren | 2014-06-21 | 2 | -12/+21 |
* | | modified logging API | zelig | 2014-06-23 | 8 | -51/+59 |
|/ |
|
* | CALLDATACOPY | obscuren | 2014-06-20 | 1 | -2/+21 |
* | Returned to single method | obscuren | 2014-06-20 | 1 | -29/+6 |
* | Removed some logging | obscuren | 2014-06-20 | 2 | -9/+10 |
* | Changed copy/set | obscuren | 2014-06-20 | 1 | -1/+22 |
* | Renamed snapshot to copy/set and added it back to the VM | obscuren | 2014-06-20 | 2 | -26/+28 |
* | Length check on get | obscuren | 2014-06-20 | 1 | -2/+8 |
* | Removed log | obscuren | 2014-06-19 | 1 | -2/+0 |
* | Fixed call | obscuren | 2014-06-19 | 1 | -35/+42 |
* | Method for checking contract addresses | obscuren | 2014-06-19 | 1 | -1/+5 |
* | Added missing types | obscuren | 2014-06-19 | 1 | -0/+1 |
* | Update after each transition instead of at the end. | obscuren | 2014-06-19 | 1 | -11/+22 |
* | Reset state when a transition fails | obscuren | 2014-06-19 | 2 | -46/+93 |
* | Logging | obscuren | 2014-06-18 | 1 | -3/+5 |
* | CALLDATALOAD return 32 byte at all times | obscuren | 2014-06-18 | 1 | -11/+31 |
* | log | obscuren | 2014-06-18 | 1 | -2/+9 |
* | Swapped vars | obscuren | 2014-06-18 | 1 | -17/+9 |
* | Fixed GT and LT | obscuren | 2014-06-18 | 3 | -13/+26 |
* | Verbose logging for VM | obscuren | 2014-06-18 | 2 | -5/+41 |
* | Fixed issue where JUMPI would do an equally check with 1 instead of GT | obscuren | 2014-06-18 | 4 | -26/+14 |
* | Removed deprecated states | obscuren | 2014-06-17 | 2 | -240/+2 |
* | Removal of manual updating of state objects | obscuren | 2014-06-17 | 5 | -39/+63 |
* | comment | obscuren | 2014-06-17 | 1 | -1/+1 |
* | Refund gas | obscuren | 2014-06-16 | 2 | -4/+22 |
* | Check for nil receiver | obscuren | 2014-06-16 | 1 | -2/+7 |
* | Fixed minor issue with the gas pool | obscuren | 2014-06-16 | 3 | -9/+11 |
* | Moved gas limit err check to buy gas | obscuren | 2014-06-16 | 4 | -40/+56 |
* | Removed old fees | obscuren | 2014-06-16 | 1 | -1/+1 |
* | Removed old fees | obscuren | 2014-06-16 | 1 | -24/+0 |
* | Removed some comments | obscuren | 2014-06-16 | 1 | -2/+1 |
* | Keeping old code for reference | obscuren | 2014-06-16 | 1 | -88/+89 |
* | Cache whole objects instead of states only | obscuren | 2014-06-16 | 2 | -2/+117 |
* | Run contracts | obscuren | 2014-06-15 | 1 | -0/+7 |
* | Set contract addr for new transactions | obscuren | 2014-06-15 | 1 | -1/+1 |
* | Moving closer to interop | obscuren | 2014-06-14 | 4 | -8/+14 |
* | Moving a head closer to interop | obscuren | 2014-06-13 | 4 | -36/+61 |
* | comments & refactor | obscuren | 2014-06-13 | 2 | -5/+19 |
* | Refactored state transitioning to its own model | obscuren | 2014-06-13 | 1 | -0/+206 |
* | Refactored state transitioning to its own model | obscuren | 2014-06-13 | 2 | -200/+13 |
* | Refactoring state transitioning | obscuren | 2014-06-13 | 10 | -191/+509 |
* | Changed opcode numbers and added missing opcodes | obscuren | 2014-06-12 | 4 | -19/+43 |
* | Merge branch 'develop' into interop | obscuren | 2014-06-12 | 1 | -0/+6 |
|\ |
|
| * | log changes | obscuren | 2014-06-12 | 1 | -0/+6 |
* | | Merge branch 'develop' into interop | obscuren | 2014-06-12 | 5 | -13/+76 |
|\| |
|
| * | Fix compare | Maran | 2014-06-11 | 1 | -1/+2 |
| * | Implemented counting of usedGas | Maran | 2014-06-11 | 1 | -0/+3 |
| * | Don't mine transactions if they would go over the GasLimit implements ethereu... | Maran | 2014-06-10 | 2 | -0/+35 |
| * | Refactor to use new method | Maran | 2014-06-10 | 1 | -13/+1 |
| * | Implement CalcGasPrice for ethereum/go-ethereum#77 | Maran | 2014-06-10 | 1 | -0/+29 |
| * | Validate minimum gasPrice and reject if not met | Maran | 2014-06-10 | 1 | -0/+7 |
* | | Minor changes | obscuren | 2014-06-12 | 1 | -2/+1 |
* | | Added a buy gas method | obscuren | 2014-06-12 | 1 | -3/+18 |
* | | Moved process transaction to state manager | obscuren | 2014-06-12 | 2 | -22/+100 |
|/ |
|
* | sha | obscuren | 2014-06-10 | 1 | -1/+1 |
* | Make contract creation error more explicit by mentioning the sneder | Maran | 2014-06-03 | 1 | -1/+1 |
* | Added faux latency for peeroverview | Maran | 2014-06-03 | 1 | -0/+1 |
* | Implemented Public Peer interface | Maran | 2014-06-02 | 1 | -0/+12 |
* | fixed test | obscuren | 2014-05-30 | 2 | -2/+1 |
* | Fixed state object gas return | obscuren | 2014-05-29 | 2 | -7/+13 |
* | Fixes #60 | obscuren | 2014-05-28 | 2 | -4/+7 |
* | Added StringToBytesFunc | obscuren | 2014-05-28 | 1 | -1/+1 |
* | Set initial used gas | obscuren | 2014-05-28 | 1 | -0/+1 |
* | Sort transactions based on the nonce | obscuren | 2014-05-28 | 1 | -16/+12 |
* | Closure call now returns the total usage as well | obscuren | 2014-05-28 | 4 | -104/+138 |
* | Changed opcode names | obscuren | 2014-05-28 | 2 | -172/+165 |
* | Hooks can now quit the vm | obscuren | 2014-05-27 | 2 | -2/+4 |
* | Changed debug hook and added state iterator | obscuren | 2014-05-27 | 3 | -2/+7 |
* | State snapshotting | obscuren | 2014-05-26 | 4 | -6/+65 |
* | The body of contracts are now returned instead | obscuren | 2014-05-25 | 3 | -58/+50 |
* | Updated to work with the new config | obscuren | 2014-05-25 | 2 | -4/+4 |
* | Canonical contract creation | obscuren | 2014-05-23 | 4 | -16/+25 |
* | Transaction querying | obscuren | 2014-05-22 | 2 | -3/+14 |
* | Working on interop | obscuren | 2014-05-22 | 8 | -77/+191 |
* | Removed old contract creation code | obscuren | 2014-05-22 | 1 | -26/+11 |
* | Removed some logging and refactored a bit | obscuren | 2014-05-21 | 1 | -1/+1 |
* | Improved miner so it won't include invalid transactions | obscuren | 2014-05-21 | 1 | -5/+7 |
* | Apply to parent | obscuren | 2014-05-21 | 1 | -3/+2 |
* | Proper log statement | obscuren | 2014-05-21 | 1 | -4/+3 |
* | Changed numbers | obscuren | 2014-05-21 | 1 | -6/+6 |
* | Fixed competing block method | obscuren | 2014-05-21 | 1 | -2/+13 |
* | Merge branch 'hotfix/4' into develop | obscuren | 2014-05-21 | 3 | -10/+7 |
|\ |
|
| * | Fixed state overwriting issue | obscuren | 2014-05-21 | 3 | -10/+7 |
* | | Fixed couple issues | obscuren | 2014-05-21 | 5 | -26/+62 |
|/ |
|
* | Fixed state issue | obscuren | 2014-05-21 | 1 | -3/+0 |
* | Fixed casting issue | obscuren | 2014-05-21 | 1 | -1/+9 |
* | Fixed crash | obscuren | 2014-05-21 | 1 | -1/+4 |
* | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-05-20 | 1 | -2/+1 |
|\ |
|
| * | Fix notification when processing block that didn't have this client as origin | Maran | 2014-05-20 | 1 | -2/+1 |
* | | Changed transaction hash for poc 5 | obscuren | 2014-05-20 | 3 | -38/+57 |
* | | Fixed genesis and block data | obscuren | 2014-05-20 | 2 | -12/+74 |
|/ |
|
* | added roman | obscuren | 2014-05-20 | 1 | -0/+1 |
* | ... | obscuren | 2014-05-20 | 1 | -5/+0 |
* | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-05-20 | 1 | -0/+5 |
|\ |
|
| * | Re-arranged transaction RLP encoding... | Nick Savers | 2014-05-20 | 1 | -7/+7 |
* | | Rearranged according to YP | obscuren | 2014-05-20 | 1 | -7/+5 |
|/ |
|
* | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-05-20 | 1 | -1/+1 |
|\ |
|
| * | Refactored a lot of the chain catchup/reorg. | Maran | 2014-05-20 | 1 | -1/+1 |
* | | Added Maran to premine | obscuren | 2014-05-20 | 1 | -2/+1 |
* | | No longer store script directly in the state tree | obscuren | 2014-05-20 | 8 | -49/+59 |
|/ |
|
* | Increment nonce in the public api | obscuren | 2014-05-19 | 1 | -1/+0 |
* | Testing different mining state | obscuren | 2014-05-19 | 2 | -3/+3 |
* | Changed how changes are being applied to states | obscuren | 2014-05-17 | 5 | -66/+69 |
* | M | obscuren | 2014-05-15 | 2 | -3/+3 |
* | Removed old tx pool notification system. Fixes #19 | obscuren | 2014-05-15 | 2 | -17/+5 |
* | Remove any invalid transactions after block processing | obscuren | 2014-05-14 | 2 | -3/+16 |
* | Moved keyring to ethutil & removed old methods. Implements #20 | obscuren | 2014-05-14 | 1 | -87/+0 |
* | Do not queue messages if the peer isn't connected (e.g. timing out) | obscuren | 2014-05-14 | 1 | -1/+0 |
* | Propagate back to network | obscuren | 2014-05-13 | 1 | -0/+3 |
* | Implemented new JS/EthPub methods | Maran | 2014-05-13 | 1 | -0/+3 |
* | Fixed some tests | obscuren | 2014-05-10 | 1 | -66/+1 |
* | Moved seeding and moved manifest | obscuren | 2014-05-09 | 2 | -43/+37 |
* | Auto update state changes notifications | obscuren | 2014-05-09 | 5 | -51/+18 |
* | Cleaned up | obscuren | 2014-05-09 | 2 | -51/+11 |
* | Added trans state and removed watch address etc | obscuren | 2014-05-09 | 2 | -18/+9 |
* | Removed value from closure. | obscuren | 2014-05-08 | 4 | -15/+21 |
* | Fixed disasamble for all pushes | obscuren | 2014-05-08 | 1 | -3/+4 |
* | Merge branch 'develop' of github.com:ethereum/eth-go into develop | Maran | 2014-05-07 | 4 | -63/+133 |
|\ |
|
| * | Optimizations | obscuren | 2014-05-06 | 3 | -55/+125 |
| * | Changed to lower case | obscuren | 2014-05-05 | 1 | -8/+8 |
* | | Implemented value() | Maran | 2014-05-07 | 2 | -2/+5 |
|/ |
|
* | Added different storage notification object | obscuren | 2014-05-05 | 2 | -1/+7 |
* | Added receipts for tx creation | obscuren | 2014-05-02 | 1 | -0/+4 |
* | Added a KeyPairFromSec function which creates a new keypair based on the give... | obscuren | 2014-05-02 | 1 | -0/+10 |
* | Added suicide back in | obscuren | 2014-05-02 | 1 | -26/+18 |
* | Removed debug log | obscuren | 2014-05-02 | 2 | -9/+6 |
* | Removed debugging log | obscuren | 2014-04-30 | 1 | -8/+10 |
* | Removed debug logging | obscuren | 2014-04-30 | 3 | -9/+26 |
* | Added manifest changes and changed closures | obscuren | 2014-04-30 | 3 | -31/+58 |
* | Fixed state problem | obscuren | 2014-04-29 | 3 | -11/+10 |
* | Removed old code | obscuren | 2014-04-28 | 1 | -68/+0 |
* | Using mutan assembler stage | obscuren | 2014-04-28 | 1 | -20/+2 |
* | Upped version number | obscuren | 2014-04-27 | 5 | -10/+112 |
* | Actually convert gas | obscuren | 2014-04-26 | 1 | -5/+12 |
* | Notify of changes | obscuren | 2014-04-26 | 1 | -5/+4 |
* | Fixed tests | obscuren | 2014-04-26 | 1 | -3/+3 |
* | Added new state object change echanism | obscuren | 2014-04-26 | 3 | -43/+63 |
* | Removed debug & unused functions | obscuren | 2014-04-24 | 1 | -25/+0 |
* | Fixed Base problem and sload/sstore | obscuren | 2014-04-24 | 1 | -3/+4 |
* | Minor improvements and bug fixes | obscuren | 2014-04-24 | 4 | -8/+12 |
* | Call initial closure with proper tx argument | obscuren | 2014-04-23 | 3 | -33/+5 |
* | Copy over bytes from previous root | obscuren | 2014-04-23 | 1 | -1/+4 |
* | Fixed minor issue with gas and added state object init | obscuren | 2014-04-23 | 5 | -33/+68 |
* | Fixed gas, price & value setters on initialization | obscuren | 2014-04-23 | 1 | -1/+9 |