Skip to content

Commit

Permalink
Set mainnet hardfork date
Browse files Browse the repository at this point in the history
  • Loading branch information
pmconrad committed Mar 26, 2019
1 parent 3eae654 commit 8dcb644
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_1268.hf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// #1268 Distribute Asset Market Fees to Referral Program
#ifndef HARDFORK_1268_TIME
#define HARDFORK_1268_TIME (fc::time_point_sec( 1577880000 )) // Wednesday, January 1, 2020 12:00:00 PM
#define HARDFORK_1268_TIME (fc::time_point_sec( 1556028120 ) ) // 2019-04-23T14:02:00Z
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_1270.hf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// bitshares-core issue #1270 Call price is inconsistent when MCR changed
#ifndef HARDFORK_CORE_1270_TIME
#define HARDFORK_CORE_1270_TIME (fc::time_point_sec( 1580000000 )) // a temporary date in the future
#define HARDFORK_CORE_1270_TIME (fc::time_point_sec( 1556028120 ) ) // 2019-04-23T14:02:00Z
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_1465.hf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// bitshares-core issue #1465 check max_supply before processing call_order_update
#ifndef HARDFORK_CORE_1465_TIME
#define HARDFORK_CORE_1465_TIME (fc::time_point_sec( 1600000000 )) // 2020-09-13 12:26:40
#define HARDFORK_CORE_1465_TIME (fc::time_point_sec( 1556028120 ) ) // 2019-04-23T14:02:00Z
#define SOFTFORK_CORE_1465_TIME (fc::time_point_sec( 1545350400 )) // 2018-12-21 00:00:00
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_1573.hf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// bitshares-core issue #1573 check transaction size
#ifndef HARDFORK_CORE_1573_TIME
#define HARDFORK_CORE_1573_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_1573_TIME (fc::time_point_sec( 1556028120 ) ) // 2019-04-23T14:02:00Z
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_584.hf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// bitshares-core issue #584 Owner keys of non-immediately required accounts can not authorize a transaction
// https://github.com/bitshares/bitshares-core/issues/584
#ifndef HARDFORK_CORE_584_TIME
#define HARDFORK_CORE_584_TIME (fc::time_point_sec( 1580000000 )) // a temporary date in the future
#define HARDFORK_CORE_584_TIME (fc::time_point_sec( 1556028120 ) ) // 2019-04-23T14:02:00Z
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/core-1468.hf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// HTLC implementation
#ifndef HARDFORK_CORE_1468_TIME
#define HARDFORK_CORE_1468_TIME (fc::time_point_sec( 1600000000 ) )
#define HARDFORK_CORE_1468_TIME (fc::time_point_sec( 1556028120 ) ) // 2019-04-23T14:02:00Z
#endif

0 comments on commit 8dcb644

Please sign in to comment.