1. 05 4月, 2018 6 次提交
  2. 04 4月, 2018 2 次提交
  3. 01 4月, 2018 3 次提交
    • D
      support specifying active permission by default · 21912d7f
      Daniel Larimer 提交于
      21912d7f
    • D
      Improve Usability #2008 · 4a04efd2
      Daniel Larimer 提交于
      - account history now prints human friendly actions
      - transaction trace result is now pretty printed with console
      - added options to toggle json dumps of queries
      4a04efd2
    • D
      Usability Improvments in Cleos/Nodeos #2008 · e154aab2
      Daniel Larimer 提交于
      - use fc::app_dir() for platform-independent standard config and data
      dir support
      - no longer rely on EOSIO_DIR environment variable #2007
      - enable short hand for setting contracts/abi by listing contract folder
          ./cleos set contract eosio.token ../../contracts/eosio.token
      
      - fix account history plugin so that it works during replay
      - disbled nodeos tests which are broken due to this change in nodes api
      e154aab2
  4. 31 3月, 2018 3 次提交
  5. 30 3月, 2018 1 次提交
  6. 29 3月, 2018 1 次提交
  7. 28 3月, 2018 3 次提交
  8. 27 3月, 2018 1 次提交
    • A
      make get_table_rows via chain_plugin (and thus cleos) easier to use: · 9f72d569
      arhag 提交于
      Added `symbol_name` built_in_type to abi_serializer, which is like
      `symbol` except it does not include the leading precision in the
      displayed string.
      
      Now treating scope string as (in order of attempts): `name`, `uint64_t`,
      `symbol`, or `symbol_name`. Only throw error if the string cannot be
      interpretted as any of those four types. Ambiguity between a name
      consisting of only the digits 1 through 5 and an actual `uint64_t`
      number can be resolved by adding whitespace to the beginning or end of
      the string representation of the `uint64_t` number passed into cleos.
      
      Switched order of scope and code arguments in cleos to better reflect
      the table structure.
      
      Updated currency.abi to use the more descriptive types (such as `symbol`
      and `symbol_name`) and also to use the correct table name ("accounts")
      for the accounts tables.
      9f72d569
  9. 20 3月, 2018 1 次提交
  10. 16 3月, 2018 1 次提交
  11. 12 3月, 2018 1 次提交
  12. 03 3月, 2018 1 次提交
  13. 02 3月, 2018 4 次提交
  14. 01 3月, 2018 1 次提交
  15. 27 2月, 2018 1 次提交
  16. 26 2月, 2018 1 次提交
  17. 23 2月, 2018 1 次提交
  18. 15 2月, 2018 2 次提交
  19. 09 2月, 2018 2 次提交
  20. 08 2月, 2018 1 次提交
  21. 05 2月, 2018 1 次提交
  22. 04 2月, 2018 1 次提交
  23. 02 2月, 2018 1 次提交
    • B
      fixes for the build post-merge from master, though some of these fixes were... · bc95891a
      Bart Wyatt 提交于
      fixes for the build post-merge from master, though some of these fixes were probably needed pre-merge
      
      removed unit tests for deprecated native contract actions
      
      moved EOS transfers in the unit tests over to ABI serializer assisted methods (also in the tester library)
      
      Removed stake from the newaccount tests and the corresponding abi tests
      
      removed the benchmark command and several other now deprecated commands from eosioc
      bc95891a