1. 10 9月, 2015 1 次提交
  2. 21 8月, 2015 1 次提交
  3. 24 7月, 2015 1 次提交
  4. 23 7月, 2015 1 次提交
  5. 07 7月, 2015 1 次提交
  6. 04 7月, 2015 1 次提交
  7. 21 6月, 2015 1 次提交
  8. 17 6月, 2015 3 次提交
  9. 10 6月, 2015 1 次提交
  10. 07 5月, 2015 1 次提交
    • Z
      solidity compiler and contract metadocs integration · 009b2216
      zelig 提交于
      * common/compiler: solidity compiler + tests
      * rpc: eth_compilers, eth_compileSolidity + tests
      * fix natspec test using keystore API, notice exp dynamically changes addr, cleanup
      * resolver implements registrars and needs to create reg contract (temp)
      * xeth: solidity compiler. expose getter Solc() and paths setter SetSolc(solcPath)
      * ethereumApi: implement compiler related RPC calls using XEth - json struct tests
      * admin: make use of XEth.SetSolc to allow runtime setting of compiler paths
      * cli: command line flags solc to set custom solc bin path
      * js admin api with new features debug and contractInfo modules
      * wiki is the doc https://github.com/ethereum/go-ethereum/wiki/Contracts-and-Transactions
      009b2216
  11. 04 4月, 2015 2 次提交
  12. 23 3月, 2015 1 次提交
  13. 19 3月, 2015 1 次提交
  14. 17 3月, 2015 2 次提交
  15. 16 3月, 2015 2 次提交
  16. 13 3月, 2015 1 次提交
  17. 09 3月, 2015 1 次提交
  18. 03 3月, 2015 1 次提交
  19. 27 2月, 2015 2 次提交
  20. 20 2月, 2015 3 次提交
  21. 19 2月, 2015 1 次提交
  22. 17 2月, 2015 1 次提交
  23. 30 1月, 2015 1 次提交
    • O
      Fixed issue with Storage() · 54927dc0
      obscuren 提交于
      * Storage() returned encoded values. They are now decode prior to hexing
      * Removed old code from state object
      * Updated coin
      54927dc0
  24. 08 1月, 2015 1 次提交
  25. 07 1月, 2015 1 次提交
  26. 24 12月, 2014 1 次提交
  27. 04 12月, 2014 2 次提交
    • O
      Renamed State => StateDB · f298ffdb
      obscuren 提交于
      f298ffdb
    • O
      Moved execution from vm to chain. · 99853ac3
      obscuren 提交于
      This moves call and create to the specified environments. Vms are no
      longer re-used. Vm uses environment's Call(Code) and Create in order to
      execute new contracts or transfer value between accounts.
      
      State transition now uses the same mechanism described above.
      99853ac3
  28. 02 12月, 2014 1 次提交
  29. 19 11月, 2014 2 次提交
  30. 12 11月, 2014 1 次提交