1. 24 2月, 2016 1 次提交
  2. 18 11月, 2015 1 次提交
  3. 21 10月, 2015 2 次提交
  4. 19 10月, 2015 2 次提交
  5. 17 10月, 2015 3 次提交
  6. 12 10月, 2015 1 次提交
  7. 06 10月, 2015 1 次提交
  8. 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
  9. 11 9月, 2015 1 次提交
  10. 25 8月, 2015 1 次提交
  11. 12 8月, 2015 1 次提交
  12. 11 8月, 2015 1 次提交
  13. 09 8月, 2015 1 次提交
  14. 07 8月, 2015 3 次提交
  15. 24 7月, 2015 1 次提交
  16. 23 7月, 2015 1 次提交
  17. 09 7月, 2015 1 次提交
  18. 07 7月, 2015 3 次提交
  19. 06 7月, 2015 1 次提交
  20. 04 7月, 2015 1 次提交
  21. 30 6月, 2015 1 次提交
  22. 18 6月, 2015 1 次提交
  23. 17 6月, 2015 4 次提交
  24. 12 6月, 2015 2 次提交
  25. 11 6月, 2015 3 次提交