1. 16 10月, 2015 4 次提交
  2. 13 10月, 2015 1 次提交
  3. 12 10月, 2015 3 次提交
  4. 09 10月, 2015 6 次提交
  5. 07 10月, 2015 3 次提交
  6. 06 10月, 2015 4 次提交
  7. 05 10月, 2015 2 次提交
  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. 03 10月, 2015 1 次提交
    • J
      core, event/filter, xeth: refactored filter system · f7a71996
      Jeffrey Wilcke 提交于
      Moved the filtering system from `event` to `eth/filters` package and
      removed the `core.Filter` object. The `filters.Filter` object now
      requires a `common.Database` rather than a `eth.Backend` and invokes the
      `core.GetBlockByX` directly rather than thru a "manager".
      f7a71996
  10. 02 10月, 2015 4 次提交
  11. 01 10月, 2015 3 次提交
  12. 30 9月, 2015 5 次提交
  13. 29 9月, 2015 2 次提交