Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
- Bump GRAPHENE_CURRENT_DB_VERSION to force re-index
- Set hardfork date
  • Loading branch information
theoreticalbts committed Mar 16, 2016
1 parent 4dbfe53 commit 755f9ec
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/599.hf
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
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/607.hf
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
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/613.hf
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
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/615.hf
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
2 changes: 1 addition & 1 deletion libraries/chain/include/graphene/chain/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
#define GRAPHENE_RECENTLY_MISSED_COUNT_INCREMENT 4
#define GRAPHENE_RECENTLY_MISSED_COUNT_DECREMENT 3

#define GRAPHENE_CURRENT_DB_VERSION "BTS2.8"
#define GRAPHENE_CURRENT_DB_VERSION "BTS2.9"

#define GRAPHENE_IRREVERSIBLE_THRESHOLD (70 * GRAPHENE_1_PERCENT)

Expand Down

0 comments on commit 755f9ec

Please sign in to comment.