-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bump GRAPHENE_CURRENT_DB_VERSION to force re-index - Set hardfork date
- Loading branch information
1 parent
4dbfe53
commit 755f9ec
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// #599 Unpacking of extension is incorrect | ||
#ifndef HARDFORK_599_TIME | ||
#define HARDFORK_599_TIME (fc::time_point_sec( 1458061200 )) | ||
#define HARDFORK_599_TIME (fc::time_point_sec( 1458752400 )) | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// #607 Disable negative voting on workers | ||
#ifndef HARDFORK_607_TIME | ||
#define HARDFORK_607_TIME (fc::time_point_sec( 1458061200 )) | ||
#define HARDFORK_607_TIME (fc::time_point_sec( 1458752400 )) | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// #613 Deprecate annual membership | ||
#ifndef HARDFORK_613_TIME | ||
#define HARDFORK_613_TIME (fc::time_point_sec( 1458061200 )) | ||
#define HARDFORK_613_TIME (fc::time_point_sec( 1458752400 )) | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// #615 Fix price feed expiration check, so websocket server will never spam too much data | ||
#ifndef HARDFORK_615_TIME | ||
#define HARDFORK_615_TIME (fc::time_point_sec( 1457550000 )) | ||
#define HARDFORK_615_TIME (fc::time_point_sec( 1458752400 )) | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters