Skip to content

Commit

Permalink
Merge pull request #1614 from oxarbitrage/change_hf_dates2
Browse files Browse the repository at this point in the history
TESTNET - change hf dates to Thursday, February 28, 2019 2:02:00 PM
  • Loading branch information
oxarbitrage authored Feb 25, 2019
2 parents fa06f4a + a977a20 commit f73c097
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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( 1551276120 )) // Wednesday, February 27, 2019 2:02:00 PM
#define HARDFORK_1268_TIME (fc::time_point_sec( 1551362520 )) // Thursday, February 28, 2019 2:02:00 PM
#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( 1551276120 )) // Wednesday, February 27, 2019 2:02:00 PM
#define HARDFORK_CORE_1270_TIME (fc::time_point_sec( 1551362520 )) // Thursday, February 28, 2019 2:02:00 PM
#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( 1551276120 )) // Wednesday, February 27, 2019 2:02:00 PM
#define HARDFORK_CORE_1465_TIME (fc::time_point_sec( 1551362520 )) // Thursday, February 28, 2019 2:02:00 PM
#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( 1551276120 )) // Wednesday, February 27, 2019 2:02:00 PM
#define HARDFORK_CORE_1573_TIME (fc::time_point_sec( 1551362520 )) // Thursday, February 28, 2019 2:02:00 PM
#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( 1551276120 )) // Wednesday, February 27, 2019 2:02:00 PM
#define HARDFORK_CORE_584_TIME (fc::time_point_sec( 1551362520 )) // Thursday, February 28, 2019 2:02:00 PM
#endif

0 comments on commit f73c097

Please # to comment.