Skip to content

Commit

Permalink
refactor(devnet): removes default rskj configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajpiar committed Mar 6, 2024
1 parent 92ef789 commit 71be2ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 91 deletions.
43 changes: 1 addition & 42 deletions ops-bedrock/rskj.node.conf
Original file line number Diff line number Diff line change
@@ -1,45 +1,4 @@
blockchain.config {
name = regtest
hardforkActivationHeights = {
bahamas = 0,
afterBridgeSync = -1,
orchid = 0,
orchid060 = 0,
wasabi100 = 0,
twoToThree = 0,
papyrus200 = 0,
iris300 = 0,
hop400 = 0,
hop401 = 0,
fingerroot500 = 0
},
consensusRules = {
rskip97 = -1 # disable orchid difficulty drop
rskipUMM = 1
}
}
sync {
enabled = false
}
peer.discovery.enabled = false
miner {
client.enabled = true
server.enabled = true
client.autoMine = false
client.delayBetweenBlocks = 3 second
coinbase.secret = "thisisasecret"
minGasPrice = 1
}
vm.structured {
trace = true
dir = vmtrace
compressed = true
initStorageLimit = 10000
}
wallet {
enabled = true
accounts = []
}
miner.client.delayBetweenBlocks = 3 second
rpc {
providers {
web {
Expand Down
51 changes: 2 additions & 49 deletions ops-bedrock/rskj_deployer.node.conf
Original file line number Diff line number Diff line change
@@ -1,51 +1,4 @@
blockchain.config {
name = regtest
hardforkActivationHeights = {
bahamas = 0,
afterBridgeSync = -1,
orchid = 0,
orchid060 = 0,
wasabi100 = 0,
twoToThree = 0,
papyrus200 = 0,
iris300 = 0,
hop400 = 0,
hop401 = 0,
fingerroot500 = 0
},
consensusRules = {
rskip97 = -1 # disable orchid difficulty drop
rskipUMM = 1
rskip252 = -1 # disable [transaction gas price cap](https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP252.md)
}
}
sync {
enabled = false
}
peer.discovery.enabled = false
miner {
client.enabled = true
server.enabled = true
client.autoMine = false
client.delayBetweenBlocks = 0.4 second
coinbase.secret = "thisisasecret"
minGasPrice = 1
}
genesis = rsk-dev.json
vm.structured {
trace = true
dir = vmtrace
compressed = true
initStorageLimit = 10000
}
wallet {
enabled = true
accounts = []
}
rpc.modules.ext = {
version: "1.0",
enabled: "true",
}
miner.client.delayBetweenBlocks = 0.4 second
rpc {
providers {
web {
Expand All @@ -64,4 +17,4 @@ rpc {
}
}
}

rpc.modules.ext.enabled = "true"

0 comments on commit 71be2ac

Please sign in to comment.