1. 02 5月, 2018 1 次提交
  2. 01 5月, 2018 5 次提交
  3. 30 4月, 2018 7 次提交
  4. 28 4月, 2018 3 次提交
    • A
      several changes: · fa71fad6
      arhag 提交于
      * clean up configuration parameters
      * use dynamic max_inline_action_size configuration parameter to limit size of inline actions
      * use dynamic max_inline_action_depth to limit recursion depth of inline actions
      * change deferred_trx_expiration_window parameter into a dynamic configuration parameter
      * add numerator and denominator configuration parameters for later context free data discount implementation
      * bill delayed transaction for the additional net usage of the eventual retirement of the deferred transaction
      fa71fad6
    • B
      Removing the last remnants of math api · 7a9adbbf
      Bucky Kittinger 提交于
      7a9adbbf
    • B
  5. 27 4月, 2018 2 次提交
  6. 26 4月, 2018 3 次提交
    • G
      Delete redundant data · dcc9f42e
      Guanghua Guo 提交于
      dcc9f42e
    • 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
    • K
      Add delay_sec to authority, rename data to auth · 77d58121
      Kevin Heifner 提交于
      77d58121
  7. 25 4月, 2018 10 次提交
  8. 24 4月, 2018 8 次提交
  9. 23 4月, 2018 1 次提交