-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set testnet 7.0 HF time to 2023-07-11 13:30:00 UTC
- Loading branch information
Showing
6 changed files
with
6 additions
and
11 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 #1604 Operation to modify existing limit order | ||
#ifndef HARDFORK_CORE_1604_TIME | ||
#define HARDFORK_CORE_1604_TIME (fc::time_point_sec(1893456000)) // Jan 1 00:00:00 2030 (Not yet scheduled) | ||
#define HARDFORK_CORE_1604_TIME (fc::time_point_sec( 1689082200 )) // Testnet, Tuesday, July 11, 2023 13:30:00 UTC | ||
#define HARDFORK_CORE_1604_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_1604_TIME) | ||
#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,6 +1,5 @@ | ||
// bitshares-core issue #2535 Simple Order-Sends-Order (OSO) | ||
#ifndef HARDFORK_CORE_2535_TIME | ||
// Jan 1 2030, midnight; this is a dummy date until a hardfork date is scheduled | ||
#define HARDFORK_CORE_2535_TIME (fc::time_point_sec( 1893456000 )) | ||
#define HARDFORK_CORE_2535_TIME (fc::time_point_sec( 1689082200 )) // Testnet, Tuesday, July 11, 2023 13:30:00 UTC | ||
#define HARDFORK_CORE_2535_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2535_TIME) | ||
#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,6 +1,5 @@ | ||
// bitshares-core issue #2587 settle more than total debt in individual settlement fund when no sufficient price feeds | ||
#ifndef HARDFORK_CORE_2587_TIME | ||
// Jan 1 2030, midnight; this is a dummy date until a hardfork date is scheduled | ||
#define HARDFORK_CORE_2587_TIME (fc::time_point_sec( 1893456000 )) | ||
#define HARDFORK_CORE_2587_TIME (fc::time_point_sec( 1689082200 )) // Testnet, Tuesday, July 11, 2023 13:30:00 UTC | ||
#define HARDFORK_CORE_2587_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2587_TIME) | ||
#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,6 +1,5 @@ | ||
// bitshares-core issue #2591 Tighter peg when collateral price rises and settlement fund or settlement order exists | ||
#ifndef HARDFORK_CORE_2591_TIME | ||
// Jan 1 2030, midnight; this is a dummy date until a hardfork date is scheduled | ||
#define HARDFORK_CORE_2591_TIME (fc::time_point_sec( 1893456000 )) | ||
#define HARDFORK_CORE_2591_TIME (fc::time_point_sec( 1689082200 )) // Testnet, Tuesday, July 11, 2023 13:30:00 UTC | ||
#define HARDFORK_CORE_2591_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2591_TIME) | ||
#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,6 +1,5 @@ | ||
// bitshares-core issue #2595 Credit deal auto-repayment | ||
#ifndef HARDFORK_CORE_2595_TIME | ||
// Jan 1 2030, midnight; this is a dummy date until a hardfork date is scheduled | ||
#define HARDFORK_CORE_2595_TIME (fc::time_point_sec( 1893456000 )) | ||
#define HARDFORK_CORE_2595_TIME (fc::time_point_sec( 1689082200 )) // Testnet, Tuesday, July 11, 2023 13:30:00 UTC | ||
#define HARDFORK_CORE_2595_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2595_TIME) | ||
#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,6 +1,5 @@ | ||
// bitshares-core issue #2604 Allow updating liquidity pool fee rates with certain restrictions | ||
#ifndef HARDFORK_CORE_2604_TIME | ||
// Jan 1 2030, midnight; this is a dummy date until a hardfork date is scheduled | ||
#define HARDFORK_CORE_2604_TIME (fc::time_point_sec( 1893456000 )) | ||
#define HARDFORK_CORE_2604_TIME (fc::time_point_sec( 1689082200 )) // Testnet, Tuesday, July 11, 2023 13:30:00 UTC | ||
#define HARDFORK_CORE_2604_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2604_TIME) | ||
#endif |