File tree Expand file tree Collapse file tree
libraries/chain/hardfork.d Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// bitshares-core issue #922 Missing checks when updating an asset's bitasset_data
22// bitshares-core issue #931 Changing backing asset ID runs some checks against the old value instead of the new
33#ifndef HARDFORK_CORE_922_931_TIME
4- #define HARDFORK_CORE_922_931_TIME (fc::time_point_sec( 1535625300 ))
4+ #define HARDFORK_CORE_922_931_TIME (fc::time_point_sec( 1527775320 )) // Thu, 31 May 2018 14:02:00 UTC
55#endif
Original file line number Diff line number Diff line change 11// bitshares-core issue #935 Call check_call_orders not only when settlement_price changed
22#ifndef HARDFORK_CORE_935_TIME
3- #define HARDFORK_CORE_935_TIME (fc::time_point_sec( 1537625300 ))
3+ #define HARDFORK_CORE_935_TIME (fc::time_point_sec( 1527775320 )) // Thu, 31 May 2018 14:02:00 UTC
44#endif
Original file line number Diff line number Diff line change 11// bitshares-core issue #942
22// Incorrectly checking asset authorization for withdraw_from_account in withdraw_permission_claim_evaluator
33#ifndef HARDFORK_CORE_942_TIME
4- #define HARDFORK_CORE_942_TIME (fc::time_point_sec( 1540000000 ))
4+ #define HARDFORK_CORE_942_TIME (fc::time_point_sec( 1527775320 )) // Thu, 31 May 2018 14:02:00 UTC
55#endif
You can’t perform that action at this time.
0 commit comments