Skip to content

Commit

Permalink
Merge pull request #1698 from rsksmart/set-activation-height
Browse files Browse the repository at this point in the history
Set activation heights in testnet and update version name
  • Loading branch information
josedahlquist authored Jan 20, 2022
2 parents 8894827 + e20d5dc commit a4e57af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 @@ -14,7 +14,8 @@ blockchain.config {
consensusRules = {
rskip97 = -1, # disable orchid difficulty drop
rskip132 = 43550, # enable recalculted receive headers cost
rskip284 = -1, # TODO set activation height in testnet
rskip284 = 2581800,
rskip290 = 2581800
}
}

Expand Down
2 changes: 1 addition & 1 deletion rskj-core/src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionNumber='3.2.0'
modifier="RC"
modifier="IRIS"

0 comments on commit a4e57af

Please # to comment.