1. 22 5月, 2018 1 次提交
  2. 18 5月, 2018 1 次提交
  3. 09 5月, 2018 1 次提交
  4. 29 4月, 2018 1 次提交
  5. 21 4月, 2018 1 次提交
  6. 26 2月, 2018 1 次提交
  7. 24 1月, 2018 1 次提交
  8. 13 1月, 2018 1 次提交
  9. 09 1月, 2018 1 次提交
  10. 20 11月, 2017 1 次提交
    • D
      Full Build Works on OS X · 353800eb
      Daniel Larimer 提交于
      - rename eosd to eosiod
      - rename eosc to eosioc
      - rename eos-walletd to eosio-walletd
      - fix wallet plugin
      - fix producer plugin
      - eosiod will now produce blocks every 500ms
      - rename eos_chain to eosio_chain
      - move include/eos to include/eosio for various libraries
      353800eb
  11. 14 11月, 2017 1 次提交
  12. 08 11月, 2017 1 次提交
  13. 03 11月, 2017 3 次提交
  14. 02 11月, 2017 2 次提交
  15. 01 11月, 2017 1 次提交
  16. 12 10月, 2017 1 次提交
  17. 05 9月, 2017 1 次提交
    • D
      Enhance eosc and eosd API · f34354ac
      Daniel Larimer 提交于
      - support fetching tables
      - update readme to show fetching tables
      - support multiple scopes with -S
      - changed docs to use long args rather than short
      - implement wast_to_wasm and wasm_to_wast
      - support fetching code and abi from blockchain with eosc
      - update definition of abi for currency contact
      - add extra meta info to Abi type to describe tables
      f34354ac
  18. 31 8月, 2017 1 次提交
  19. 30 8月, 2017 1 次提交
  20. 28 8月, 2017 1 次提交
  21. 29 7月, 2017 1 次提交
  22. 28 7月, 2017 1 次提交
  23. 26 7月, 2017 1 次提交
  24. 22 7月, 2017 1 次提交
    • D
      Many changes: · a97251d3
      Daniel Larimer 提交于
      1. remove ordered_non_unique non-deterministic indices from producer
      scheduling
      2. added API to return contents of i64 tables
      3. updated documentation to reflect deprecation of precondition and
      validate
      4. remove calls to WASM precondition and validate, but keep them for
      native contracts
      a97251d3
  25. 19 7月, 2017 1 次提交
  26. 28 6月, 2017 1 次提交
    • D
      Remove DefineStruct and Fix Unit Tests · 44e34285
      Daniel Larimer 提交于
      In original design all messages passed between contracts would consist
      of well defined types, these types would be used with code generation to
      parse message data and then pass rich Wren objects to user defined
      message handlers.  The switch to Web Assembly made this irrelevent and
      counter productive.
      
      Going forward applications will be able to define and publish their own
      ABI and serialization techniques. This will make the core platform simpler.
      
      Fixed code caching
      44e34285
  27. 12 6月, 2017 1 次提交
  28. 30 5月, 2017 1 次提交
  29. 28 5月, 2017 1 次提交
    • N
      [INCOMPLETE] [NO BUILD] Refactor in progress · 750da775
      Nathan Hourt 提交于
      - Break apart chain_controller, so it doesn't inherit
      chainbase::database
      - Reorganize chain_controller, database (and whatever else) towards
      dependency injection
      - Reorganize chain_controller, database (and whatever else) towards RAII
      750da775
  30. 26 5月, 2017 1 次提交
    • N
      Rename: database->chain_controller · 1c6d3f7b
      Nathan Hourt 提交于
      Rename database class to chain_controller, as this class manages
      blockchain state and operations. Database was a misnomer.
      
      Next step: make chain_controller a free-standing class, rather than
      having it inherit from chainbase::database. This should give us a better
      architecture, especially for testing, going forward.
      1c6d3f7b
  31. 27 4月, 2017 1 次提交
  32. 26 4月, 2017 3 次提交
  33. 20 4月, 2017 1 次提交