-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #975 from bitshares/testnet-hf-time
Set TESTNET hard fork time to 2018-05-31T14:02:00Z
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |