1. 24 5月, 2018 2 次提交
  2. 26 4月, 2018 1 次提交
    • A
      intrinsics to return current and published time now return microseconds · 5a72a4b7
      arhag 提交于
      The now() intrinsic was replaced with a current_time() intrinsic which returns the current time (not head block time) in microseconds since epoch.
      
      A now() function was defined in eosiolib/system.h which returns current_time()/1000000 so that existing contracts which use now() need minimal changes.
      
      The publication_time() intrinsic was modified to also return the time as microseconds since epoch.
      The only contracts that used publication_time() so far were for tests and those tests have been updated to reflect the new meaning of publication_time() and current_time().
      5a72a4b7
  3. 25 4月, 2018 2 次提交
  4. 24 4月, 2018 1 次提交
  5. 21 4月, 2018 1 次提交
  6. 05 4月, 2018 1 次提交
    • A
      add back current_receiver intrinsic and use it to provide a quick fix to... · 100495ac
      arhag 提交于
      add back current_receiver intrinsic and use it to provide a quick fix to multi_index bug (until the better solution is implemented for RC2)
      
      The multi_index bug was that attempts to use multi_index to create/modify/erase table rows of accounts other than the current receiver would not fail as it should and would instead likely unintentionally trample over data in the current receiver's tables.
      100495ac
  7. 30 3月, 2018 1 次提交
  8. 27 3月, 2018 2 次提交
  9. 16 3月, 2018 1 次提交
  10. 09 3月, 2018 1 次提交
  11. 17 2月, 2018 1 次提交
  12. 13 2月, 2018 1 次提交
  13. 30 1月, 2018 2 次提交
  14. 26 1月, 2018 1 次提交
  15. 25 1月, 2018 1 次提交
  16. 24 1月, 2018 1 次提交
  17. 17 1月, 2018 1 次提交
  18. 06 1月, 2018 1 次提交
  19. 05 1月, 2018 1 次提交
    • K
      Update Smart Contract API - restore contracts doxygen and delete tutorial markdown instead · 9b5247a0
      Kevin Heifner 提交于
      update doxygen setting to enable processing PACKED macro
      
      update account api documentation
      
      fix account cpp ingroup
      
      update chain c api doc
      
      update db api
      
      update console api
      
      update homepage
      
      update fixedpoint
      
      update fixedpoint api doc
      
      update real api doc
      
      update transactions docs
      
      update types and varint docs
      
      updated doxygen main page
      
      fix problem with db api docs
      
      fix message uncapitalized letter
      
      (cherry picked from commit 8c79f757)
      9b5247a0
  20. 09 12月, 2017 1 次提交
  21. 29 11月, 2017 1 次提交
  22. 21 11月, 2017 1 次提交
  23. 08 11月, 2017 1 次提交
  24. 03 11月, 2017 2 次提交
  25. 02 11月, 2017 1 次提交
  26. 12 10月, 2017 1 次提交
  27. 07 9月, 2017 1 次提交
  28. 01 9月, 2017 4 次提交
  29. 19 7月, 2017 1 次提交