Commit Graph

94 Commits (639f1fd3396419fb712b875cfacc333538fcc4f3)

Author SHA1 Message Date
obscuren 67e5689f87 Fixed BYTE opcode 10 years ago
obscuren 78aad9a192 Getting rid of deprecated methods 10 years ago
obscuren b232acd04e Debugging mode for vm 10 years ago
obscuren 90eb4f1939 Debug output, minor fixes and tweaks 10 years ago
obscuren cb7ebdf821 Decreased timeout 10 years ago
obscuren 8baa0f84e7 Fixed reverting error 10 years ago
obscuren 5b8dde9602 Fixed CREATE op. Fixes #87 10 years ago
obscuren 40e3d2ab55 Changed CREATE 10 years ago
obscuren e4d2d00d41 Added support for breakpoints on specific instructions 10 years ago
obscuren 315d65280b Removed comment 10 years ago
obscuren d15952c867 Moved debug hook to Vm directly 10 years ago
obscuren 1954ef47e6 Suicide is deferred to update 10 years ago
obscuren 92693e4459 The dragon has been slain. Consensus reached! 10 years ago
zelig dabaa4cce0 change all modified calls to ethtrie, ethutil and ethcrypto functions 10 years ago
zelig 853053a3b2 go fmt 10 years ago
obscuren 0ed19d9f20 Logging, variable rearrangement 10 years ago
obscuren 16e8fc7427 Logging order 10 years ago
zelig b9e8a3e024 modified logging API 10 years ago
obscuren 614624754d Let the state create the object 10 years ago
obscuren d890258af6 Minor fixes to vm output 10 years ago
obscuren 7fb5e993e3 Moved 0 check to state object for now 10 years ago
obscuren 0c6b41f4c9 CALLDATACOPY 10 years ago
obscuren 0b8ba1d55b Renamed snapshot to copy/set and added it back to the VM 10 years ago
obscuren 9104dcc29c Fixed call 10 years ago
obscuren 3bc57fe5b5 CALLDATALOAD return 32 byte at all times 10 years ago
obscuren dc9c9369e0 log 10 years ago
obscuren 2565a79575 Swapped vars 10 years ago
obscuren 8a885c2606 Fixed GT and LT 10 years ago
obscuren ca79360fd7 Verbose logging for VM 10 years ago
obscuren 34c8045d5b Fixed issue where JUMPI would do an equally check with 1 instead of GT 10 years ago
obscuren 53e30f750d Removal of manual updating of state objects 10 years ago
obscuren 9f62d441a7 Moved gas limit err check to buy gas 10 years ago
obscuren 8124547348 Moving a head closer to interop 10 years ago
obscuren d078e9b8c9 Refactoring state transitioning 10 years ago
obscuren b855e5f7df Changed opcode numbers and added missing opcodes 10 years ago
obscuren c7d1924c34 sha 10 years ago
obscuren 4d98762486 Fixed state object gas return 10 years ago
obscuren 65722aeeca Added StringToBytesFunc 10 years ago
obscuren 73761f7af6 Closure call now returns the total usage as well 10 years ago
obscuren 4eb1771e67 Hooks can now quit the vm 10 years ago
obscuren aba3066658 Changed debug hook and added state iterator 10 years ago
obscuren 3ebd7f1166 State snapshotting 10 years ago
obscuren 230aafbf66 Working on interop 10 years ago
obscuren 3c35ba7c31 Fixed state overwriting issue 10 years ago
obscuren 5ceb1620e9 Fixed couple issues 10 years ago
obscuren fd19142c0d No longer store script directly in the state tree 10 years ago
obscuren b8034f4d9e Increment nonce in the public api 10 years ago
obscuren 5a0bae1dae Auto update state changes notifications 11 years ago
obscuren f0440e85dc Removed value from closure. 11 years ago
Maran 45ce820b11 Implemented value() 11 years ago