Skip to content

Commit

Permalink
Merge branch 'bengt/e2e-genesis-comments' (#1758)
Browse files Browse the repository at this point in the history
* bengt/e2e-genesis-comments:
  just some more comments in the e2e toml
  • Loading branch information
tzemanovic committed Jul 26, 2023
2 parents d11dc3b + 9ce72d8 commit d8840a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions genesis/e2e-tests-single-node.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ vp_whitelist = []
tx_whitelist = []
# Implicit VP WASM name
implicit_vp = "vp_implicit"
# Expected number of epochs per year (also sets the min duration of an epoch in seconds)
# Expected number of epochs per year (also sets the min duration of an epoch in seconds).
# Remember to set this to a more reasonable number for production networks. Also, expect most masp
# txs to fail due to epoch boundary errors.
epochs_per_year = 31_536_000
# The P gain factor in the Proof of Stake rewards controller
pos_gain_p = "0.1"
Expand All @@ -183,7 +185,7 @@ pipeline_len = 2
# Unbonding length (in epochs). Validators may have their stake slashed
# for a fault in epoch 'n' up through epoch 'n + unbonding_len'.
unbonding_len = 3
# Votes per fundamental staking token (namnam)
# Votes per fundamental staking token (namnam) - for testnets this should be 1. For e2e toml, a decimal is used for testing purposes.
tm_votes_per_token = "0.1"
# Reward for proposing a block.
block_proposer_reward = "0.125"
Expand Down

0 comments on commit d8840a1

Please sign in to comment.