Skip to content

Commit

Permalink
Merge pull request #910 from bitshares/909-testnet-hf-time
Browse files Browse the repository at this point in the history
Set TESTNET hard fork time to 2018-05-19T13:58:00Z
  • Loading branch information
abitmore committed May 10, 2018
2 parents cb88ab0 + 38337fd commit b4863db
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_184.hf
@@ -1,4 +1,4 @@
// bitshares-core issue #184 Fix "Potential something-for-nothing fill bug"
#ifndef HARDFORK_CORE_184_TIME
#define HARDFORK_CORE_184_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_184_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_188.hf
@@ -1,4 +1,4 @@
// #188 Add operation to allow claiming of funds in an asset's fee pool
#ifndef HARDFORK_CORE_188_TIME
#define HARDFORK_CORE_188_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_188_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_199.hf
@@ -1,4 +1,4 @@
// bitshares-core #199 Require owner key for change of asset-issuer (new operation)
#ifndef HARDFORK_CORE_199_TIME
#define HARDFORK_CORE_199_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_199_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_214.hf
@@ -1,4 +1,4 @@
// bitshares-core #214 Proposal cannot contain proposal_update_operation
#ifndef HARDFORK_CORE_214_TIME
#define HARDFORK_CORE_214_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_214_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_338.hf
@@ -1,4 +1,4 @@
// bitshares-core issue #338 Fix "margin call order fills at price of matching limit_order"
#ifndef HARDFORK_CORE_338_TIME
#define HARDFORK_CORE_338_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_338_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_342.hf
@@ -1,5 +1,5 @@
// bitshares-core issue #342
// Mitigate rounding issue when matching orders
#ifndef HARDFORK_CORE_342_TIME
#define HARDFORK_CORE_342_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_342_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_343.hf
@@ -1,5 +1,5 @@
// bitshares-core issue #343
// Fix "Inconsistent sorting of call orders between matching against a limit order and a force settle order"
#ifndef HARDFORK_CORE_343_TIME
#define HARDFORK_CORE_343_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_343_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_453.hf
@@ -1,4 +1,4 @@
// bitshares-core issue #453 Fix "Multiple limit order and call order matching issue"
#ifndef HARDFORK_CORE_453_TIME
#define HARDFORK_CORE_453_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_453_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_518.hf
@@ -1,4 +1,4 @@
// bitshares-core issue #518 Clean up bitasset_data during maintenance
#ifndef HARDFORK_CORE_518_TIME
#define HARDFORK_CORE_518_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_518_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_583.hf
@@ -1,4 +1,4 @@
// bitshares-core issue #583 Always allow updating a call order to higher collateral ratio
#ifndef HARDFORK_CORE_583_TIME
#define HARDFORK_CORE_583_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_583_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_588.hf
@@ -1,4 +1,4 @@
// Issue #588: Virtual operations should be excluded from transactions
#ifndef HARDFORK_CORE_588_TIME
#define HARDFORK_CORE_588_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_588_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_604.hf
@@ -1,5 +1,5 @@
// bitshares-core issue #604
// Implement BSIP 26: refund order creation fee in original paid asset when order is cancelled
#ifndef HARDFORK_CORE_604_TIME
#define HARDFORK_CORE_604_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_604_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_606.hf
@@ -1,4 +1,4 @@
// bitshares-core issue #606 Fix "Undercollateralized short positions should be called regardless of asks"
#ifndef HARDFORK_CORE_606_TIME
#define HARDFORK_CORE_606_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_606_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_620.hf
@@ -1,4 +1,4 @@
// bitshares-core issue #620 Allow numbers at the end of asset symbol
#ifndef HARDFORK_CORE_620_TIME
#define HARDFORK_CORE_620_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_620_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_625.hf
@@ -1,4 +1,4 @@
// bitshares-core issue #625 Fix "Potential erratic order matching issue involving margin call orders"
#ifndef HARDFORK_CORE_625_TIME
#define HARDFORK_CORE_625_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_625_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_834.hf
@@ -1,4 +1,4 @@
// bitshares-core issue #834 "BSIP38: add target CR option to short positions"
#ifndef HARDFORK_CORE_834_TIME
#define HARDFORK_CORE_834_TIME (fc::time_point_sec( 1600000000 ))
#define HARDFORK_CORE_834_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE_868_890.hf
@@ -1,5 +1,5 @@
// bitshares-core issue #868 Clear price feed data after updated a bitAsset's backing asset ID
// bitshares-core issue #890 Update median feeds after feed_lifetime_sec changed
#ifndef HARDFORK_CORE_868_890_TIME
#define HARDFORK_CORE_868_890_TIME (fc::time_point_sec( 1535625300 ))
#define HARDFORK_CORE_868_890_TIME (fc::time_point_sec( 1526738280 )) // Sat, 19 May 2018 13:58:00 UTC
#endif

0 comments on commit b4863db

Please sign in to comment.