From 9ce72d86442afa4814867eaef53e8855ff747a55 Mon Sep 17 00:00:00 2001 From: bengtlofgren Date: Tue, 25 Jul 2023 15:05:14 +0200 Subject: [PATCH] just some more comments in the e2e toml --- genesis/e2e-tests-single-node.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/genesis/e2e-tests-single-node.toml b/genesis/e2e-tests-single-node.toml index 83fbf74301..83f02b3c8e 100644 --- a/genesis/e2e-tests-single-node.toml +++ b/genesis/e2e-tests-single-node.toml @@ -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" @@ -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"