Skip to content

Commit

Permalink
Merge pull request #107 from peerplays-network/hardfork-50/50
Browse files Browse the repository at this point in the history
Hardfork 50/50
  • Loading branch information
pbattu123 authored Sep 3, 2019
2 parents 651e781 + a029784 commit a50da70
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
url = https://github.com/bitshares/bitshares-core.wiki.git
ignore = dirty
[submodule "libraries/fc"]
path = libraries/fc
url = https://github.com/PBSA/peerplays-fc.git
ignore = dirty
path = libraries/fc
url = https://github.com/peerplays-network/peerplays-fc.git
ignore = dirty
2 changes: 1 addition & 1 deletion docs
Submodule docs updated from 8d8b69 to 8df8f6
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/CORE-429.hf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// bitshares-core #429 rounding issue when creating assets
#ifndef HARDFORK_CORE_429_TIME
#define HARDFORK_CORE_429_TIME (fc::time_point_sec( 1566784800 ))
#define HARDFORK_CORE_429_TIME (fc::time_point_sec( 1568167200 ))
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/SWEEPS.hf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#ifndef HARDFORK_SWEEPS_TIME
#define HARDFORK_SWEEPS_TIME (fc::time_point_sec( 1566784800 ))
#define HARDFORK_SWEEPS_TIME (fc::time_point_sec( 1568167200 ))
#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 @@ -151,7 +151,7 @@
#define GRAPHENE_RECENTLY_MISSED_COUNT_INCREMENT 4
#define GRAPHENE_RECENTLY_MISSED_COUNT_DECREMENT 3

#define GRAPHENE_CURRENT_DB_VERSION "PPY2.2"
#define GRAPHENE_CURRENT_DB_VERSION "PPY2.3"

#define GRAPHENE_IRREVERSIBLE_THRESHOLD (70 * GRAPHENE_1_PERCENT)

Expand Down
2 changes: 1 addition & 1 deletion libraries/fc
Submodule fc updated 0 files

0 comments on commit a50da70

Please sign in to comment.