Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade fetchd to dorado version (ECO-965) (#198)
* feat: upgrade fetchd to dorado version Dependencies: - bump cosmos-sdk to v0.45.1 - bump tendermint to v0.34.16 - bump wasmd to v0.23.0 - integrate ibc-go v2.0.3 Modules: - update app and commands to integrate new feegrant and authz modules - remove airdrop module Commands: - removed capricorn migration commands (stake-reconciliation-migrate and capricorn-migrate) Remaining changes are only compatibility fixes with the new cosmos-sdk version * fix: missing ptr dereference in initAppConfig * Update networks.md with dorado -rc1 * docs: add gas prices for testnet networks * chores: bump ibc-go version (#205) * fix: add back reconciliation command * fix: bump wasmd to v0.24 bring back support to 20bytes long contract address (see: CosmWasm/wasmd#758) * chores: wakeup CI * fix: bump go requirements to 1.17 to allow wasmvm to build (#208) * Dorado migration (#204) * fix: bump go requirements to 1.17 to allow wasmvm to build * feat: add dorado-migrate command * chores: fmt * feat: add initial nanonomx supply to dorado-migrate command * docs: remove redundant info * chores: switch cosmos-sdk to proper tagged version * docs: update software versions Co-authored-by: Ian Harris <[email protected]>
- Loading branch information