The First Modular AI Chain
Go to file
Draco 614d4e40fe
Update cosmos-sdk to v0.47.7 (#1811)
* Update cometbft, cosmos, ethermint, and ibc-go

* Replace github.com/tendermint/tendermint by github.com/cometbft/cometbft

* Replace github.com/tendermint/tm-db by github.com/cometbft/cometbft-db

* Replace gogo/protobuf with cosmos/gogoproto & simapp replacement

* Replace cosmos-sdk/simapp/helpers with cosmos-sdk/testutil/sims

* Remove no longer used simulations

* Replace ibchost with ibcexported
See https://github.com/cosmos/ibc-go/blob/v7.2.2/docs/migrations/v6-to-v7.md#ibc-module-constants

* Add new consensus params keeper

* Add consensus keeper to blockers

* Fix keeper and module issues in app.go

* Add IsSendEnabledCoins and update SetParams interface changes

* Fix protobuf build for cosmos 47 (#1800)

* fix cp errors by using -f; fix lint by only linting our proto dir;
and use proofs.proto directly from ics23 for ibc-go v7

* run proto-all; commit updated third party deps and swagger changes

* regenerate proto files

* use correct gocosmos build plugin for buf

* re-gen all protobuf files to update paths for new gocosmos plugin

* update protoc and buf to latest versions

* fix staking keeper issues in app.go

* update tally handler for gov changes

* chain id fix and flag fixes

* update deps for cometbft 47.7 upgrade

* remove all module legacy queriers

* update stakingKeeper to pointer

* Replace ModuleCdc from govv1beta1 to govcodec

* remove simulations

* abci.LastCommitInfo → abci.CommitInfo

* Remove unused code in keys.go

* simapp.MakeTestEncodingConfig -> moduletestutil.MakeTestEncodingConfi

* Fix chain id issues in tests

* Fix remaining unit test issues

* Update changelog for upgrade

* Fix e2e tests using updated kvtool

* Update protonet to v47 compatible genesis

* Bump cometbft-db to v0.9.1-kava.1

* Update kvtool

* Remove extra changelog

* Fix merged rocksdb issues

* go mod cleanup

* Bump cometbft-db to v9 and go to 1.21

* Bump rocksdb version to v8.10.0

* Update kvtool to latest version

* Update gin to v1.9.0

* Use ibctm.ModuleName in app_test

* Fallback to genesis chain id instead of client toml

* Remove all simulations

* Fix cdp migrations issue with v47

* Update dependencies to correct tags

---------

Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com>
2024-02-06 17:54:10 -05:00
.github Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
app Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
build Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
ci/env Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
cli_test Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
client Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
cmd/kava Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
contracts update new names, NativeCoin -> CosmosCoin (#1596) 2023-05-23 12:32:27 -07:00
contrib feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
docs feat(x/cdp): update begin bloocker to run liquidations every X blocks based off params (#1818) 2024-02-02 13:21:11 -05:00
migrate formatting fixes (#1783) 2023-11-21 14:08:07 -05:00
networks/local Use OS specific build directories (#600) 2020-06-24 14:21:01 -04:00
proto Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
tests Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
third_party/proto Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
x Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
.dockerignore ci: update CI workflows and pipelines (#1768) 2023-11-08 14:06:03 -08:00
.gitignore test(e2e): add tests for cosmos coin conversion (#1612) 2023-06-05 13:22:23 -07:00
.gitmodules Add IBC chain to E2E test suite (#1486) 2023-03-07 14:37:45 -08:00
.tool-versions feat: add contract for ERC20KavaWrappedNativeCoin (#1594) 2023-05-19 16:39:50 -07:00
buf.work.yaml Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
CHANGELOG.md Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
docker-compose.yml Fix fail local testnet docker-compose up 2021-11-04 12:06:11 +09:00
Dockerfile ci: update CI workflows and pipelines (#1768) 2023-11-08 14:06:03 -08:00
Dockerfile-rocksdb Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
go.mod Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
go.sum Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
golangci.yml address comments from review 2020-04-30 17:10:53 -04:00
hard.svg add token logos (#1185) 2022-03-10 13:24:21 -07:00
kava-logo.svg Update README to new logo (#410) 2020-03-31 11:20:31 -04:00
LICENSE.md [R4R] Basic docs tidying (#534) 2020-05-29 15:53:57 -07:00
Makefile Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
prometheus.docker-compose.yml feat(x/cdp): update begin bloocker to run liquidations every X blocks based off params (#1818) 2024-02-02 13:21:11 -05:00
prometheus.yml feat(x/cdp): update begin bloocker to run liquidations every X blocks based off params (#1818) 2024-02-02 13:21:11 -05:00
README.md release: update docs & changelog for v0.25.0 (#1794) 2023-12-07 10:21:02 -08:00
swp.svg add token logos (#1185) 2022-03-10 13:24:21 -07:00

version CircleCI Go Report Card API Reference GitHub Twitter Follow Discord Chat

Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using the cosmos-sdk.

Mainnet

The current recommended version of the software for mainnet is v0.25.0 The master branch of this repository often contains considerable development work since the last mainnet release and is not runnable on mainnet.

Installation and Setup

For detailed instructions see the Kava docs.

git checkout v0.25.0
make install

End-to-end tests of Kava use a tool for generating networks with different configurations: kvtool. This is included as a git submodule at tests/e2e/kvtool. When first cloning the repository, if you intend to run the e2e integration tests, you must also clone the submodules:

git clone --recurse-submodules https://github.com/Kava-Labs/kava.git

Or, if you have already cloned the repo: git submodule update --init

Testnet

For further information on joining the testnet, head over to the testnet repo.

Docs

Kava protocol and client documentation can be found in the Kava docs.

If you have technical questions or concerns, ask a developer or community member in the Kava discord.

Security

If you find a security issue, please report it to security [at] kava.io. Depending on the verification and severity, a bug bounty may be available.

License

Copyright © Kava Labs, Inc. All rights reserved.

Licensed under the Apache v2 License.