File tree 6 files changed +6
-11
lines changed
libraries/chain/hardfork.d
6 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
1
// bitshares-core issue #1604 Operation to modify existing limit order
2
2
#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
4
4
#define HARDFORK_CORE_1604_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_1604_TIME)
5
5
#endif
Original file line number Diff line number Diff line change 1
1
// bitshares-core issue #2535 Simple Order-Sends-Order (OSO)
2
2
#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
5
4
#define HARDFORK_CORE_2535_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2535_TIME)
6
5
#endif
Original file line number Diff line number Diff line change 1
1
// bitshares-core issue #2587 settle more than total debt in individual settlement fund when no sufficient price feeds
2
2
#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
5
4
#define HARDFORK_CORE_2587_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2587_TIME)
6
5
#endif
Original file line number Diff line number Diff line change 1
1
// bitshares-core issue #2591 Tighter peg when collateral price rises and settlement fund or settlement order exists
2
2
#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
5
4
#define HARDFORK_CORE_2591_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2591_TIME)
6
5
#endif
Original file line number Diff line number Diff line change 1
1
// bitshares-core issue #2595 Credit deal auto-repayment
2
2
#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
5
4
#define HARDFORK_CORE_2595_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2595_TIME)
6
5
#endif
Original file line number Diff line number Diff line change 1
1
// bitshares-core issue #2604 Allow updating liquidity pool fee rates with certain restrictions
2
2
#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
5
4
#define HARDFORK_CORE_2604_PASSED(head_block_time) (head_block_time >= HARDFORK_CORE_2604_TIME)
6
5
#endif
You can’t perform that action at this time.
0 commit comments