Skip to content

Commit 0984d58

Browse files
authored
Merge pull request #975 from bitshares/testnet-hf-time
Set TESTNET hard fork time to 2018-05-31T14:02:00Z
2 parents 01f6e26 + e9defea commit 0984d58

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// bitshares-core issue #922 Missing checks when updating an asset's bitasset_data
22
// bitshares-core issue #931 Changing backing asset ID runs some checks against the old value instead of the new
33
#ifndef HARDFORK_CORE_922_931_TIME
4-
#define HARDFORK_CORE_922_931_TIME (fc::time_point_sec( 1535625300 ))
4+
#define HARDFORK_CORE_922_931_TIME (fc::time_point_sec( 1527775320 )) // Thu, 31 May 2018 14:02:00 UTC
55
#endif
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// bitshares-core issue #935 Call check_call_orders not only when settlement_price changed
22
#ifndef HARDFORK_CORE_935_TIME
3-
#define HARDFORK_CORE_935_TIME (fc::time_point_sec( 1537625300 ))
3+
#define HARDFORK_CORE_935_TIME (fc::time_point_sec( 1527775320 )) // Thu, 31 May 2018 14:02:00 UTC
44
#endif
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// bitshares-core issue #942
22
// Incorrectly checking asset authorization for withdraw_from_account in withdraw_permission_claim_evaluator
33
#ifndef HARDFORK_CORE_942_TIME
4-
#define HARDFORK_CORE_942_TIME (fc::time_point_sec( 1540000000 ))
4+
#define HARDFORK_CORE_942_TIME (fc::time_point_sec( 1527775320 )) // Thu, 31 May 2018 14:02:00 UTC
55
#endif

0 commit comments

Comments
 (0)