Skip to content

Commit

Permalink
[bsc] remove 1.3-only options by default
Browse files Browse the repository at this point in the history
  • Loading branch information
voron committed Dec 20, 2023
1 parent c64b034 commit 49ed19b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dysnix/bsc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,13 @@ bsc:
value: 8192
preimages: true
state:
# possible options are "hash" and "path"(1.3.x+)
scheme: hash
# possible options (1.3.x+) are "hash" and "path"
# use empty value for 1.2.x
scheme: ""
db:
# possible options are "leveldb" and "pebble"(1.3.x+)
engine: leveldb
# possible options (1.3.x+) are "leveldb" and "pebble"
# use empty value for 1.2.x
engine: ""
txlookuplimit: 0 # WARNING: won't work on BSC >=1.3.x, node will crash if it's provided. use ".Values.history.transactions" instead
history:
transactions: null # BSC >=1.3.x only
Expand Down

0 comments on commit 49ed19b

Please sign in to comment.