Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update binary build information and gas #420

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions bbn-test-5/babylon-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ cd babylon
# you want to install -- depends on which
# height you sync from
git checkout <tag>
make install
# we use this to ensure that the testnet-specific upgrade data
# are included in the binary
BABYLON_BUILD_OPTIONS="testnet" make install
```
<!-- TODO: testnet tag to be defined -->
This command does the following:
Expand Down Expand Up @@ -94,9 +96,9 @@ network = "signet" # The Babylon testnet connects to the signet Bitcoin network
```

Parameters:
- `minimum-gas-prices`: The minimum gas price (in this example we use `0.005ubbn`)
that your node will accept for transactions. Transactions with lower gas
prices will be rejected.
- `minimum-gas-prices`: The minimum gas price your node will accept for
transactions. The Babylon protocol enforces a minimum of `0.002ubbn` and
any transactions with gas prices below your node's minimum will be rejected.
- `iavl-cache-size`: Default is `781250`. Setting to `0` disables the IAVL tree
caching, which reduces memory usage but significantly impacts RPC query
performance.
Expand Down