1. 06 10月, 2015 1 次提交
  2. 04 10月, 2015 2 次提交
    • J
      cmd/geth, cmd/utils, core, rpc: renamed to blockchain · 7c769293
      Jeffrey Wilcke 提交于
      * Renamed ChainManager to BlockChain
      * Checkpointing is no longer required and never really properly worked
      when the state was corrupted.
      7c769293
    • J
      cmd/evm, core/vm, test: refactored VM and core · 361082ec
      Jeffrey Wilcke 提交于
      * Moved `vm.Transfer` to `core` package and changed execution to call
      `env.Transfer` instead of `core.Transfer` directly.
      * core/vm: byte code VM moved to jump table instead of switch
      * Moved `vm.Transfer` to `core` package and changed execution to call
        `env.Transfer` instead of `core.Transfer` directly.
      * Byte code VM now shares the same code as the JITVM
      * Renamed Context to Contract
      * Changed initialiser of state transition & unexported methods
      * Removed the Execution object and refactor `Call`, `CallCode` &
        `Create` in to their own functions instead of being methods.
      * Removed the hard dep on the state for the VM. The VM now
        depends on a Database interface returned by the environment. In the
        process the core now depends less on the statedb by usage of the env
      * Moved `Log` from package `core/state` to package `core/vm`.
      361082ec
  3. 25 8月, 2015 1 次提交
  4. 07 8月, 2015 1 次提交
  5. 24 7月, 2015 1 次提交
  6. 23 7月, 2015 1 次提交
  7. 07 7月, 2015 1 次提交
  8. 30 6月, 2015 2 次提交
  9. 10 6月, 2015 1 次提交
  10. 08 4月, 2015 1 次提交
    • O
      Changed how logs are being recorded · 1c872ddf
      obscuren 提交于
      Logs are now recorded per transactions instead of tossing them out after
      each transaction. This should also fix an issue with
      `eth_getFilterLogs` (#629) Also now implemented are the `transactionHash,
      blockHash, transactionIndex, logIndex` on logs. Closes #654.
      1c872ddf
  11. 29 3月, 2015 1 次提交
  12. 24 3月, 2015 1 次提交
  13. 23 3月, 2015 1 次提交
  14. 17 3月, 2015 4 次提交
  15. 01 2月, 2015 1 次提交
  16. 04 1月, 2015 1 次提交
  17. 02 1月, 2015 1 次提交
  18. 23 12月, 2014 1 次提交
  19. 19 12月, 2014 1 次提交
  20. 18 12月, 2014 1 次提交
  21. 04 12月, 2014 4 次提交
  22. 18 11月, 2014 1 次提交
  23. 12 11月, 2014 1 次提交
  24. 31 10月, 2014 2 次提交
  25. 30 10月, 2014 1 次提交
  26. 27 10月, 2014 1 次提交
  27. 23 10月, 2014 1 次提交
    • O
      Updated the VM & VM tests · 29b8a0bc
      obscuren 提交于
      * Stack Error shouldn't revert to previous state
      * Updated VM Test tool
      * Added Transfer method to VM Env
      29b8a0bc
  28. 17 10月, 2014 1 次提交
  29. 11 8月, 2014 1 次提交
  30. 24 7月, 2014 2 次提交