- Add upgrade handler for mainnet, testnet, and e2e test
- Set validator minimum commission to 5%
- Initialize `x/community` parameters
- Add `banktypes.MsgSend` authz grant for `x/kavadist` for gov proposals
- Set `x/gov` Quorum param to 20%
- Set `x/incentive` earn rewards param for bkava to 600K KAVA per year
* add NodeRunner impl for connecting to live network
* refactor out node runner setups
* remove hardcoded denom for DeployedErc20
* further specify restrictions on DeployedErc20
* don't override .env funded account mnemonic
* lower amounts for convert to coin e2e tests
* lower fund values used by e2e tests
* add doc comments for all e2e functions & types
* add helpers & tests for erc20 eth_call query & transfer
* make encoding config public
* add evm client & raw evm signer to account
* test eip712 signing and broadcast
* update for cosmos v46
* update kvtool
* temporarily disable ibc tests & skip shutdown
* disable all but eip712 test and massively simplify
* add EIP712 tx builder & setup basic MsgSend test
* reenable all tests
* add eip712 test that deposits erc20 into earn
* update kvtool to master branch
* update kvtool
* add env vars for e2e automated upgrades
* run kvtool with upgrade flags when enabled
* add e2e test placeholder for upgrade handler tests
* allow override of kvtool's kava.configTemplate
* use the correct image tag when running e2e tests
* update kvtool
* always docker-build when running make test-e2e
* refactor skip shutdown to always skip shutdown
* add CtxAtHeight grpc helper
* add Community & Earn queriers
* expose UpgradeHeight in suite
* document e2e chain upgrades
* add reference to example branch
* add kvtool as a subrepo
* use kvtool instead of hardcoded configurations
* encapsulate chain port numbers
* refactor query clients
* include ibc in test suite
* track & create accounts per chain
* setup test suite env & toggle for IBC tests
* support different denoms on different chains
* add E2E_SKIP_SHUTDOWN flag
* test ibc transfer of funds!
* include submodules in necessary github checkout action
* update readme w/ details about e2e git submodules