Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

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 6107a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 87 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
47 changes: 2 additions & 45 deletions ops-bedrock/rskj_deployer.node.conf
Original file line number Diff line number Diff line change
@@ -1,47 +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 = []
}
miner.client.delayBetweenBlocks = 0.4 second
rpc.modules.ext = {
version: "1.0",
enabled: "true",
Expand All @@ -53,7 +10,7 @@ rpc {
http {
enabled = true
bind_address = "0.0.0.0"
hosts = ["localhost", "127.0.0.1", "::1", "l1", "host.docker.internal"],
hosts = ["localhost", "127.0.0.1", "::1", "l1_deployer", "host.docker.internal"],
port = 8545
}
ws {
Expand Down

0 comments on commit 6107a17

Please sign in to comment.