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. 04 4月, 2018 2 次提交
  7. 28 2月, 2018 1 次提交
    • M
      Remove many useless cmake installs · 278cee54
      Matt Witherspoon 提交于
      There are a bunch of files that get installed (via something like make install) that make absolutely no sense. No one can do anything useful with the static library to the net_plugin, for example. Removing all of the obvious offenders. I left stuff that still doesn't feel appropriate to me like fc and appbase. Technically those can be used standalone outside of eosio. Save those for a separate PR one day since it could be more contentious.
      278cee54
  8. 26 2月, 2018 1 次提交
  9. 24 1月, 2018 1 次提交
  10. 13 1月, 2018 1 次提交
  11. 09 1月, 2018 1 次提交
  12. 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
  13. 14 11月, 2017 1 次提交
  14. 08 11月, 2017 1 次提交
  15. 03 11月, 2017 3 次提交
  16. 02 11月, 2017 2 次提交
  17. 01 11月, 2017 1 次提交
  18. 12 10月, 2017 1 次提交
  19. 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
  20. 31 8月, 2017 1 次提交
  21. 30 8月, 2017 1 次提交
  22. 28 8月, 2017 1 次提交
  23. 29 7月, 2017 1 次提交
  24. 28 7月, 2017 1 次提交
  25. 26 7月, 2017 1 次提交
  26. 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
  27. 19 7月, 2017 1 次提交
  28. 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
  29. 12 6月, 2017 1 次提交
  30. 30 5月, 2017 1 次提交
  31. 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
  32. 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
  33. 27 4月, 2017 1 次提交
  34. 26 4月, 2017 3 次提交