0c7e357f10
* add eip712 ante * minor cleanup * eip712 integration test with bridge conversion * fix issues * update bridge module * merge bridge module convert logic * update eip712 tests & update deps * remove v17 migrations * remove v17 migrations * fix genesis test * fix erc20 to coin tx * remove eth check * clean up imports * remove * fix evmutil cli * remove bridge comments * address feedback * rename mint method * add transfer checks for locking & unlocking funds * fix gas * increase gas even more * kava-11 upgrade-handler + evmutil migrations * add savings & earn module * committee migration draft * use ethermint with migrations * fix evm migration issues * remove bridge module * remove savings module * remove bridge module * update ethermint * enable stability migration * fix store issues * fix committee migration issues * fix committee cli examples * remove unneeded inplace migrations |
||
---|---|---|
.. | ||
devnet | ||
init | ||
testnet-4000 | ||
testnet-5000 | ||
testnet-6000 | ||
README.md |
Contrib
Resources and examples for running and interacting with the kava blockchain. contrib
contains sample genesis files, example governance proposals, and rest-server request examples for different versions of kava.
testnet-4000
kava-testnet-4000 introduces the cdp and auction modules, allowing users to create CDPs and mint usdx as well as participate in auctions.
Configuration and rest-server interaction files are available in the testnet-4000 directory.
testnet-5000
kava-testnet-5000 introduces the bep3 modules, allowing users to transfer BNB between the bnbchain testnet and kava.
Configuration and rest-server interaction files are available in the testnet-5000 directory.
dev
During development new features offer require modifications to the genesis file. The dev directory houses these genesis files.