Skip to content

Commit 36b2694

Browse files
committed
Set Mainnet 7.0 HF time to 2023-11-16 14:00:00 UTC
1 parent f9a50ca commit 36b2694

File tree

6 files changed

+6
-11
lines changed

6 files changed

+6
-11
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// bitshares-core issue #1604 Operation to modify existing limit order
22
#ifndef HARDFORK_CORE_1604_TIME
3-
#define HARDFORK_CORE_1604_TIME (fc::time_point_sec(1893456000)) // Jan 1 00:00:00 2030 (Not yet scheduled)
3+
#define HARDFORK_CORE_1604_TIME (fc::time_point_sec( 1700143200 )) // Thursday, November 16, 2023 14:00:00 UTC
44
#define HARDFORK_CORE_1604_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_1604_TIME)
55
#endif
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// bitshares-core issue #2535 Simple Order-Sends-Order (OSO)
22
#ifndef HARDFORK_CORE_2535_TIME
3-
// Jan 1 2030, midnight; this is a dummy date until a hardfork date is scheduled
4-
#define HARDFORK_CORE_2535_TIME (fc::time_point_sec( 1893456000 ))
3+
#define HARDFORK_CORE_2535_TIME (fc::time_point_sec( 1700143200 )) // Thursday, November 16, 2023 14:00:00 UTC
54
#define HARDFORK_CORE_2535_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2535_TIME)
65
#endif
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// bitshares-core issue #2587 settle more than total debt in individual settlement fund when no sufficient price feeds
22
#ifndef HARDFORK_CORE_2587_TIME
3-
// Jan 1 2030, midnight; this is a dummy date until a hardfork date is scheduled
4-
#define HARDFORK_CORE_2587_TIME (fc::time_point_sec( 1893456000 ))
3+
#define HARDFORK_CORE_2587_TIME (fc::time_point_sec( 1700143200 )) // Thursday, November 16, 2023 14:00:00 UTC
54
#define HARDFORK_CORE_2587_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2587_TIME)
65
#endif
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// bitshares-core issue #2591 Tighter peg when collateral price rises and settlement fund or settlement order exists
22
#ifndef HARDFORK_CORE_2591_TIME
3-
// Jan 1 2030, midnight; this is a dummy date until a hardfork date is scheduled
4-
#define HARDFORK_CORE_2591_TIME (fc::time_point_sec( 1893456000 ))
3+
#define HARDFORK_CORE_2591_TIME (fc::time_point_sec( 1700143200 )) // Thursday, November 16, 2023 14:00:00 UTC
54
#define HARDFORK_CORE_2591_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2591_TIME)
65
#endif
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// bitshares-core issue #2595 Credit deal auto-repayment
22
#ifndef HARDFORK_CORE_2595_TIME
3-
// Jan 1 2030, midnight; this is a dummy date until a hardfork date is scheduled
4-
#define HARDFORK_CORE_2595_TIME (fc::time_point_sec( 1893456000 ))
3+
#define HARDFORK_CORE_2595_TIME (fc::time_point_sec( 1700143200 )) // Thursday, November 16, 2023 14:00:00 UTC
54
#define HARDFORK_CORE_2595_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2595_TIME)
65
#endif
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// bitshares-core issue #2604 Allow updating liquidity pool fee rates with certain restrictions
22
#ifndef HARDFORK_CORE_2604_TIME
3-
// Jan 1 2030, midnight; this is a dummy date until a hardfork date is scheduled
4-
#define HARDFORK_CORE_2604_TIME (fc::time_point_sec( 1893456000 ))
3+
#define HARDFORK_CORE_2604_TIME (fc::time_point_sec( 1700143200 )) // Thursday, November 16, 2023 14:00:00 UTC
54
#define HARDFORK_CORE_2604_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2604_TIME)
65
#endif

0 commit comments

Comments
 (0)