Skip to content

Commit

Permalink
Add rskip434 to config files
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-zack authored and marcos-iov committed Jul 3, 2024
1 parent 28eb7f5 commit b169888
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public enum ConsensusRule {
RSKIP415("rskip415"),
RSKIP417("rskip417"),
RSKIP428("rskip428"),
RSKIP434("rskip434")
;

private String configKey;
Expand Down
3 changes: 3 additions & 0 deletions rskj-core/src/main/resources/config/main.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ blockchain.config {
fingerroot500 = 5468000,
arrowhead600 = 6223700,
lovell700 = -1
},
consensusRules = {
rskip434 = -1
}
}

Expand Down
3 changes: 2 additions & 1 deletion rskj-core/src/main/resources/config/regtest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ blockchain.config {
},
consensusRules = {
rskip97 = -1 # disable orchid difficulty drop
rskipUMM = 1
rskipUMM = 1,
rskip434 = -1
}
}

Expand Down
3 changes: 2 additions & 1 deletion rskj-core/src/main/resources/config/testnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ blockchain.config {
rskip97 = -1, # disable orchid difficulty drop
rskip132 = 43550, # enable recalculted receive headers cost
rskip284 = 2581800,
rskip290 = 2581800
rskip290 = 2581800,
rskip434 = -1
}
}

Expand Down

0 comments on commit b169888

Please sign in to comment.