Skip to content

Commit

Permalink
Merge pull request #975 from bitshares/testnet-hf-time
Browse files Browse the repository at this point in the history
Set TESTNET hard fork time to 2018-05-31T14:02:00Z
  • Loading branch information
abitmore committed May 25, 2018
2 parents 01f6e26 + e9defea commit 0984d58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_922_931.hf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// bitshares-core issue #922 Missing checks when updating an asset's bitasset_data
// bitshares-core issue #931 Changing backing asset ID runs some checks against the old value instead of the new
#ifndef HARDFORK_CORE_922_931_TIME
#define HARDFORK_CORE_922_931_TIME (fc::time_point_sec( 1535625300 ))
#define HARDFORK_CORE_922_931_TIME (fc::time_point_sec( 1527775320 )) // Thu, 31 May 2018 14:02:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_935.hf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// bitshares-core issue #935 Call check_call_orders not only when settlement_price changed
#ifndef HARDFORK_CORE_935_TIME
#define HARDFORK_CORE_935_TIME (fc::time_point_sec( 1537625300 ))
#define HARDFORK_CORE_935_TIME (fc::time_point_sec( 1527775320 )) // Thu, 31 May 2018 14:02:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_942.hf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// bitshares-core issue #942
// Incorrectly checking asset authorization for withdraw_from_account in withdraw_permission_claim_evaluator
#ifndef HARDFORK_CORE_942_TIME
#define HARDFORK_CORE_942_TIME (fc::time_point_sec( 1540000000 ))
#define HARDFORK_CORE_942_TIME (fc::time_point_sec( 1527775320 )) // Thu, 31 May 2018 14:02:00 UTC
#endif

0 comments on commit 0984d58

Please sign in to comment.