diff --git a/.github/scripts/examples/force-update-module-params.sh b/.github/scripts/examples/force-update-module-params.sh index cd94fabf..20c75c15 100755 --- a/.github/scripts/examples/force-update-module-params.sh +++ b/.github/scripts/examples/force-update-module-params.sh @@ -80,7 +80,7 @@ printf "original evm util module params\n %s" , "$originalEvmUtilParams" # change the params of the chain like a god - make it so 🖖🏽 # make sure to update god committee member permissions for the module # and params being updated (see below for example) -# https://github.com/Kava-Labs/kava/pull/1556/files#diff-0bd6043650c708661f37bbe6fa5b29b52149e0ec0069103c3954168fc9f12612R900-R903 +# https://github.com/0glabs/0g-chain/pull/1556/files#diff-0bd6043650c708661f37bbe6fa5b29b52149e0ec0069103c3954168fc9f12612R900-R903 kava tx committee submit-proposal 1 "$proposalFileName" --gas 2000000 --gas-prices 0.01ukava --from god -y # fetch current module params diff --git a/.github/scripts/seed-internal-testnet.sh b/.github/scripts/seed-internal-testnet.sh index bde9c5cf..19402ad4 100755 --- a/.github/scripts/seed-internal-testnet.sh +++ b/.github/scripts/seed-internal-testnet.sh @@ -170,7 +170,7 @@ printf "original evm util module params\n %s" , "$originalEvmUtilParams" # change the params of the chain like a god - make it so 🖖🏽 # make sure to update god committee member permissions for the module # and params being updated (see below for example) -# https://github.com/Kava-Labs/kava/pull/1556/files#diff-0bd6043650c708661f37bbe6fa5b29b52149e0ec0069103c3954168fc9f12612R900-R903 +# https://github.com/0glabs/0g-chain/pull/1556/files#diff-0bd6043650c708661f37bbe6fa5b29b52149e0ec0069103c3954168fc9f12612R900-R903 # committee 1 is the stability committee. on internal testnet, this has only one member. kava tx committee submit-proposal 1 "$proposalFileName" --gas 2000000 --gas-prices 0.01ukava --from god -y diff --git a/.github/scripts/seed-protonet.sh b/.github/scripts/seed-protonet.sh index 4009c3e3..57e9ff62 100755 --- a/.github/scripts/seed-protonet.sh +++ b/.github/scripts/seed-protonet.sh @@ -164,7 +164,7 @@ printf "original evm util module params\n %s" , "$originalEvmUtilParams" # change the params of the chain like a god - make it so 🖖🏽 # make sure to update god committee member permissions for the module # and params being updated (see below for example) -# https://github.com/Kava-Labs/kava/pull/1556/files#diff-0bd6043650c708661f37bbe6fa5b29b52149e0ec0069103c3954168fc9f12612R900-R903 +# https://github.com/0glabs/0g-chain/pull/1556/files#diff-0bd6043650c708661f37bbe6fa5b29b52149e0ec0069103c3954168fc9f12612R900-R903 kava tx committee submit-proposal 1 "$proposalFileName" --gas 2000000 --gas-prices 0.01ukava --from god -y sleep $AVG_SECONDS_BETWEEN_BLOCKS diff --git a/.github/workflows/cd-seed-chain.yml b/.github/workflows/cd-seed-chain.yml index 43cf6e87..7dfaf6b1 100644 --- a/.github/workflows/cd-seed-chain.yml +++ b/.github/workflows/cd-seed-chain.yml @@ -61,7 +61,7 @@ jobs: - name: checkout kava bridge repo for deploying evm contracts uses: actions/checkout@v4 with: - repository: Kava-Labs/kava-bridge + repository: 0glabs/0g-chain-bridge path: kava-bridge ref: main - name: install nodeJS @@ -77,7 +77,7 @@ jobs: run: make compile-contracts working-directory: kava-bridge - name: download seed script from current commit - run: wget https://raw.githubusercontent.com/Kava-Labs/kava/${GITHUB_SHA}/.github/scripts/${SEED_SCRIPT_FILENAME} && chmod +x ${SEED_SCRIPT_FILENAME} + run: wget https://raw.githubusercontent.com/0glabs/0g-chain/${GITHUB_SHA}/.github/scripts/${SEED_SCRIPT_FILENAME} && chmod +x ${SEED_SCRIPT_FILENAME} working-directory: kava-bridge/contract env: SEED_SCRIPT_FILENAME: ${{ inputs.seed-script-filename }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6b9038..2b465dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -176,7 +176,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [v0.13.0] - Hard Protocol - Introduces borrowing functionality to HARD protocol. See full - [spec](https://github.com/Kava-Labs/kava/tree/master/x/hard/spec) + [spec](https://github.com/0glabs/0g-chain/tree/master/x/hard/spec) ### Breaking changes @@ -273,9 +273,9 @@ non-breaking manner and that nodes will be able to update seamlessly after the launch of kava-3. The steps for upgrading to kava-3 can be found -[here](https://github.com/Kava-Labs/kava/blob/v0.10.0/contrib/kava-3/migration.md). +[here](https://github.com/0glabs/0g-chain/blob/v0.10.0/contrib/kava-3/migration.md). Please note the additional section on -[pruning](https://github.com/Kava-Labs/kava/blob/v0.10.0/contrib/kava-3/migration.md#Pruning). +[pruning](https://github.com/0glabs/0g-chain/blob/v0.10.0/contrib/kava-3/migration.md#Pruning). ## [v0.8.0] kava-3 Release @@ -287,7 +287,7 @@ state-machine faults that require a new version to launch successfully. ### Migration The steps for upgrading to kava-3 can be found -[here](https://github.com/Kava-Labs/kava/blob/v0.10.0/contrib/kava-3/migration.md) +[here](https://github.com/0glabs/0g-chain/blob/v0.10.0/contrib/kava-3/migration.md) ### Features @@ -327,86 +327,86 @@ the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.38.4/CHANGELOG.md). ### Improvements -- [#257](https://github.com/Kava-Labs/kava/pulls/257) Include scripts to run +- [#257](https://github.com/0glabs/0g-chain/pulls/257) Include scripts to run large-scale simulations remotely using aws-batch -[#1846]: https://github.com/Kava-Labs/kava/pull/1846 -[#1848]: https://github.com/Kava-Labs/kava/pull/1848 -[#1839]: https://github.com/Kava-Labs/kava/pull/1839 -[#1836]: https://github.com/Kava-Labs/kava/pull/1836 -[#1832]: https://github.com/Kava-Labs/kava/pull/1832 -[#1811]: https://github.com/Kava-Labs/kava/pull/1811 -[#1804]: https://github.com/Kava-Labs/kava/pull/1804 -[#1785]: https://github.com/Kava-Labs/kava/pull/1785 -[#1784]: https://github.com/Kava-Labs/kava/pull/1784 -[#1770]: https://github.com/Kava-Labs/kava/pull/1770 -[#1755]: https://github.com/Kava-Labs/kava/pull/1755 -[#1761]: https://github.com/Kava-Labs/kava/pull/1761 -[#1752]: https://github.com/Kava-Labs/kava/pull/1752 -[#1751]: https://github.com/Kava-Labs/kava/pull/1751 -[#1745]: https://github.com/Kava-Labs/kava/pull/1745 -[#1729]: https://github.com/Kava-Labs/kava/pull/1729 -[#1707]: https://github.com/Kava-Labs/kava/pull/1707 -[#1706]: https://github.com/Kava-Labs/kava/pull/1706 -[#1704]: https://github.com/Kava-Labs/kava/pull/1704 -[#1668]: https://github.com/Kava-Labs/kava/pull/1668 -[#1669]: https://github.com/Kava-Labs/kava/pull/1669 -[#1655]: https://github.com/Kava-Labs/kava/pull/1655 -[#1624]: https://github.com/Kava-Labs/kava/pull/1624 -[#1631]: https://github.com/Kava-Labs/kava/pull/1631 -[#1622]: https://github.com/Kava-Labs/kava/pull/1622 -[#1614]: https://github.com/Kava-Labs/kava/pull/1614 -[#1610]: https://github.com/Kava-Labs/kava/pull/1610 -[#1609]: https://github.com/Kava-Labs/kava/pull/1609 -[#1605]: https://github.com/Kava-Labs/kava/pull/1605 -[#1604]: https://github.com/Kava-Labs/kava/pull/1604 -[#1603]: https://github.com/Kava-Labs/kava/pull/1603 -[#1598]: https://github.com/Kava-Labs/kava/pull/1598 -[#1596]: https://github.com/Kava-Labs/kava/pull/1596 -[#1591]: https://github.com/Kava-Labs/kava/pull/1591 -[#1590]: https://github.com/Kava-Labs/kava/pull/1590 -[#1568]: https://github.com/Kava-Labs/kava/pull/1568 -[#1567]: https://github.com/Kava-Labs/kava/pull/1567 -[#1566]: https://github.com/Kava-Labs/kava/pull/1566 -[#1565]: https://github.com/Kava-Labs/kava/pull/1565 -[#1563]: https://github.com/Kava-Labs/kava/pull/1563 -[#1562]: https://github.com/Kava-Labs/kava/pull/1562 -[#1550]: https://github.com/Kava-Labs/kava/pull/1550 -[#1544]: https://github.com/Kava-Labs/kava/pull/1544 -[#1477]: https://github.com/Kava-Labs/kava/pull/1477 -[#1512]: https://github.com/Kava-Labs/kava/pull/1512 -[#1519]: https://github.com/Kava-Labs/kava/pull/1519 -[#1106]: https://github.com/Kava-Labs/kava/pull/1106 -[#1152]: https://github.com/Kava-Labs/kava/pull/1152 -[#1542]: https://github.com/Kava-Labs/kava/pull/1542 -[#253]: https://github.com/Kava-Labs/kava/pull/253 -[#260]: https://github.com/Kava-Labs/kava/pull/260 -[#266]: https://github.com/Kava-Labs/kava/pull/266 -[#364]: https://github.com/Kava-Labs/kava/pull/364 -[#590]: https://github.com/Kava-Labs/kava/pull/590 -[#591]: https://github.com/Kava-Labs/kava/pull/591 -[#596]: https://github.com/Kava-Labs/kava/pull/596 -[#598]: https://github.com/Kava-Labs/kava/pull/598 -[#625]: https://github.com/Kava-Labs/kava/pull/625 -[#701]: https://github.com/Kava-Labs/kava/pull/701 -[#750]: https://github.com/Kava-Labs/kava/pull/750 -[#751]: https://github.com/Kava-Labs/kava/pull/751 -[#780]: https://github.com/Kava-Labs/kava/pull/780 -[unreleased]: https://github.com/Kava-Labs/kava/compare/v0.25.0...HEAD -[v0.25.0]: https://github.com/Kava-Labs/kava/compare/v0.25.0...v0.24.3 -[v0.24.3]: https://github.com/Kava-Labs/kava/compare/v0.24.3...v0.24.1 -[v0.24.1]: https://github.com/Kava-Labs/kava/compare/v0.24.1...v0.24.0 -[v0.24.0]: https://github.com/Kava-Labs/kava/compare/v0.24.0...v0.23.2 -[v0.23.2]: https://github.com/Kava-Labs/kava/compare/v0.23.1...v0.23.2 -[v0.23.0]: https://github.com/Kava-Labs/kava/compare/v0.21.1...v0.23.0 -[v0.16.1]: https://github.com/Kava-Labs/kava/compare/v0.16.0...v0.16.1 -[v0.16.0]: https://github.com/Kava-Labs/kava/compare/v0.15.2...v0.16.0 -[v0.13.0]: https://github.com/Kava-Labs/kava/compare/v0.12.4...v0.13.0 -[v0.12.0]: https://github.com/Kava-Labs/kava/compare/v0.11.1...v0.12.0 -[v0.11.0]: https://github.com/Kava-Labs/kava/compare/v0.10.0...v0.11.0 -[v0.8.1]: https://github.com/Kava-Labs/kava/compare/v0.8.0...v0.8.1 -[v0.8.0]: https://github.com/Kava-Labs/kava/compare/v0.7.0...v0.8.0 -[v0.3.5]: https://github.com/Kava-Labs/kava/compare/v0.3.4...v0.3.5 -[v0.3.2]: https://github.com/Kava-Labs/kava/compare/v0.3.1...v0.3.2 -[v0.3.1]: https://github.com/Kava-Labs/kava/compare/v0.3.0...v0.3.1 -[v0.3.0]: https://github.com/Kava-Labs/kava/compare/v0.2.0...v0.3.0 +[#1846]: https://github.com/0glabs/0g-chain/pull/1846 +[#1848]: https://github.com/0glabs/0g-chain/pull/1848 +[#1839]: https://github.com/0glabs/0g-chain/pull/1839 +[#1836]: https://github.com/0glabs/0g-chain/pull/1836 +[#1832]: https://github.com/0glabs/0g-chain/pull/1832 +[#1811]: https://github.com/0glabs/0g-chain/pull/1811 +[#1804]: https://github.com/0glabs/0g-chain/pull/1804 +[#1785]: https://github.com/0glabs/0g-chain/pull/1785 +[#1784]: https://github.com/0glabs/0g-chain/pull/1784 +[#1770]: https://github.com/0glabs/0g-chain/pull/1770 +[#1755]: https://github.com/0glabs/0g-chain/pull/1755 +[#1761]: https://github.com/0glabs/0g-chain/pull/1761 +[#1752]: https://github.com/0glabs/0g-chain/pull/1752 +[#1751]: https://github.com/0glabs/0g-chain/pull/1751 +[#1745]: https://github.com/0glabs/0g-chain/pull/1745 +[#1729]: https://github.com/0glabs/0g-chain/pull/1729 +[#1707]: https://github.com/0glabs/0g-chain/pull/1707 +[#1706]: https://github.com/0glabs/0g-chain/pull/1706 +[#1704]: https://github.com/0glabs/0g-chain/pull/1704 +[#1668]: https://github.com/0glabs/0g-chain/pull/1668 +[#1669]: https://github.com/0glabs/0g-chain/pull/1669 +[#1655]: https://github.com/0glabs/0g-chain/pull/1655 +[#1624]: https://github.com/0glabs/0g-chain/pull/1624 +[#1631]: https://github.com/0glabs/0g-chain/pull/1631 +[#1622]: https://github.com/0glabs/0g-chain/pull/1622 +[#1614]: https://github.com/0glabs/0g-chain/pull/1614 +[#1610]: https://github.com/0glabs/0g-chain/pull/1610 +[#1609]: https://github.com/0glabs/0g-chain/pull/1609 +[#1605]: https://github.com/0glabs/0g-chain/pull/1605 +[#1604]: https://github.com/0glabs/0g-chain/pull/1604 +[#1603]: https://github.com/0glabs/0g-chain/pull/1603 +[#1598]: https://github.com/0glabs/0g-chain/pull/1598 +[#1596]: https://github.com/0glabs/0g-chain/pull/1596 +[#1591]: https://github.com/0glabs/0g-chain/pull/1591 +[#1590]: https://github.com/0glabs/0g-chain/pull/1590 +[#1568]: https://github.com/0glabs/0g-chain/pull/1568 +[#1567]: https://github.com/0glabs/0g-chain/pull/1567 +[#1566]: https://github.com/0glabs/0g-chain/pull/1566 +[#1565]: https://github.com/0glabs/0g-chain/pull/1565 +[#1563]: https://github.com/0glabs/0g-chain/pull/1563 +[#1562]: https://github.com/0glabs/0g-chain/pull/1562 +[#1550]: https://github.com/0glabs/0g-chain/pull/1550 +[#1544]: https://github.com/0glabs/0g-chain/pull/1544 +[#1477]: https://github.com/0glabs/0g-chain/pull/1477 +[#1512]: https://github.com/0glabs/0g-chain/pull/1512 +[#1519]: https://github.com/0glabs/0g-chain/pull/1519 +[#1106]: https://github.com/0glabs/0g-chain/pull/1106 +[#1152]: https://github.com/0glabs/0g-chain/pull/1152 +[#1542]: https://github.com/0glabs/0g-chain/pull/1542 +[#253]: https://github.com/0glabs/0g-chain/pull/253 +[#260]: https://github.com/0glabs/0g-chain/pull/260 +[#266]: https://github.com/0glabs/0g-chain/pull/266 +[#364]: https://github.com/0glabs/0g-chain/pull/364 +[#590]: https://github.com/0glabs/0g-chain/pull/590 +[#591]: https://github.com/0glabs/0g-chain/pull/591 +[#596]: https://github.com/0glabs/0g-chain/pull/596 +[#598]: https://github.com/0glabs/0g-chain/pull/598 +[#625]: https://github.com/0glabs/0g-chain/pull/625 +[#701]: https://github.com/0glabs/0g-chain/pull/701 +[#750]: https://github.com/0glabs/0g-chain/pull/750 +[#751]: https://github.com/0glabs/0g-chain/pull/751 +[#780]: https://github.com/0glabs/0g-chain/pull/780 +[unreleased]: https://github.com/0glabs/0g-chain/compare/v0.25.0...HEAD +[v0.25.0]: https://github.com/0glabs/0g-chain/compare/v0.25.0...v0.24.3 +[v0.24.3]: https://github.com/0glabs/0g-chain/compare/v0.24.3...v0.24.1 +[v0.24.1]: https://github.com/0glabs/0g-chain/compare/v0.24.1...v0.24.0 +[v0.24.0]: https://github.com/0glabs/0g-chain/compare/v0.24.0...v0.23.2 +[v0.23.2]: https://github.com/0glabs/0g-chain/compare/v0.23.1...v0.23.2 +[v0.23.0]: https://github.com/0glabs/0g-chain/compare/v0.21.1...v0.23.0 +[v0.16.1]: https://github.com/0glabs/0g-chain/compare/v0.16.0...v0.16.1 +[v0.16.0]: https://github.com/0glabs/0g-chain/compare/v0.15.2...v0.16.0 +[v0.13.0]: https://github.com/0glabs/0g-chain/compare/v0.12.4...v0.13.0 +[v0.12.0]: https://github.com/0glabs/0g-chain/compare/v0.11.1...v0.12.0 +[v0.11.0]: https://github.com/0glabs/0g-chain/compare/v0.10.0...v0.11.0 +[v0.8.1]: https://github.com/0glabs/0g-chain/compare/v0.8.0...v0.8.1 +[v0.8.0]: https://github.com/0glabs/0g-chain/compare/v0.7.0...v0.8.0 +[v0.3.5]: https://github.com/0glabs/0g-chain/compare/v0.3.4...v0.3.5 +[v0.3.2]: https://github.com/0glabs/0g-chain/compare/v0.3.1...v0.3.2 +[v0.3.1]: https://github.com/0glabs/0g-chain/compare/v0.3.0...v0.3.1 +[v0.3.0]: https://github.com/0glabs/0g-chain/compare/v0.2.0...v0.3.0 diff --git a/Makefile b/Makefile index ff8effb9..4f4ee565 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ print-version: LEDGER_ENABLED ?= true DOCKER:=docker DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf -HTTPS_GIT := https://github.com/Kava-Labs/kava.git +HTTPS_GIT := https://github.com/0glabs/0g-chain.git ################################################################################ ### Machine Info ### @@ -233,7 +233,7 @@ format: find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -name '*.pb.go' | xargs misspell -w find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -name '*.pb.go' | xargs goimports -w -local github.com/tendermint find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -name '*.pb.go' | xargs goimports -w -local github.com/cosmos/cosmos-sdk - find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -name '*.pb.go' | xargs goimports -w -local github.com/kava-labs/kava + find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -name '*.pb.go' | xargs goimports -w -local github.com/0glabs/0g-chain .PHONY: format ############################################################################### diff --git a/README.md b/README.md index 42b8a251..0e2d4211 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
-[![version](https://img.shields.io/github/tag/kava-labs/kava.svg)](https://github.com/kava-labs/kava/releases/latest) -[![CircleCI](https://circleci.com/gh/Kava-Labs/kava/tree/master.svg?style=shield)](https://circleci.com/gh/Kava-Labs/kava/tree/master) -[![Go Report Card](https://goreportcard.com/badge/github.com/kava-labs/kava)](https://goreportcard.com/report/github.com/kava-labs/kava) -[![API Reference](https://godoc.org/github.com/Kava-Labs/kava?status.svg)](https://godoc.org/github.com/Kava-Labs/kava) -[![GitHub](https://img.shields.io/github/license/kava-labs/kava.svg)](https://github.com/Kava-Labs/kava/blob/master/LICENSE.md) +[![version](https://img.shields.io/github/tag/0glabs/0g-chain.svg)](https://github.com/0glabs/0g-chain/releases/latest) +[![CircleCI](https://circleci.com/gh/0glabs/0g-chain/tree/master.svg?style=shield)](https://circleci.com/gh/0glabs/0g-chain/tree/master) +[![Go Report Card](https://goreportcard.com/badge/github.com/0glabs/0g-chain)](https://goreportcard.com/report/github.com/0glabs/0g-chain) +[![API Reference](https://godoc.org/github.com/0glabs/0g-chain?status.svg)](https://godoc.org/github.com/0glabs/0g-chain) +[![GitHub](https://img.shields.io/github/license/0glabs/0g-chain.svg)](https://github.com/0glabs/0g-chain/blob/master/LICENSE.md) [![Twitter Follow](https://img.shields.io/twitter/follow/KAVA_CHAIN.svg?label=Follow&style=social)](https://twitter.com/KAVA_CHAIN) [![Discord Chat](https://img.shields.io/discord/704389840614981673.svg)](https://discord.com/invite/kQzh3Uv) @@ -24,7 +24,7 @@ Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using ## Mainnet -The current recommended version of the software for mainnet is [v0.25.0](https://github.com/Kava-Labs/kava/releases/tag/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. +The current recommended version of the software for mainnet is [v0.25.0](https://github.com/0glabs/0g-chain/releases/tag/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](https://docs.kava.io/docs/participate/validator-node). @@ -39,14 +39,14 @@ This is included as a git submodule at [`tests/e2e/kvtool`](tests/e2e/kvtool/). When first cloning the repository, if you intend to run the e2e integration tests, you must also clone the submodules: ```bash -git clone --recurse-submodules https://github.com/Kava-Labs/kava.git +git clone --recurse-submodules https://github.com/0glabs/0g-chain.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](https://github.com/Kava-Labs/kava-testnets). +For further information on joining the testnet, head over to the [testnet repo](https://github.com/0glabs/0g-chain-testnets). ## Docs diff --git a/app/_sim_test.go b/app/_sim_test.go index 0b75637f..d2b0a473 100644 --- a/app/_sim_test.go +++ b/app/_sim_test.go @@ -32,15 +32,15 @@ import ( "github.com/cosmos/cosmos-sdk/x/staking" "github.com/cosmos/cosmos-sdk/x/supply" - "github.com/kava-labs/kava/x/auction" - "github.com/kava-labs/kava/x/bep3" - "github.com/kava-labs/kava/x/cdp" - "github.com/kava-labs/kava/x/committee" - "github.com/kava-labs/kava/x/incentive" - "github.com/kava-labs/kava/x/kavadist" - "github.com/kava-labs/kava/x/pricefeed" - "github.com/kava-labs/kava/x/swap" - validatorvesting "github.com/kava-labs/kava/x/validator-vesting" + "github.com/0glabs/0g-chain/x/auction" + "github.com/0glabs/0g-chain/x/bep3" + "github.com/0glabs/0g-chain/x/cdp" + "github.com/0glabs/0g-chain/x/committee" + "github.com/0glabs/0g-chain/x/incentive" + "github.com/0glabs/0g-chain/x/kavadist" + "github.com/0glabs/0g-chain/x/pricefeed" + "github.com/0glabs/0g-chain/x/swap" + validatorvesting "github.com/0glabs/0g-chain/x/validator-vesting" ) type StoreKeysPrefixes struct { diff --git a/app/_simulate_tx_test.go b/app/_simulate_tx_test.go index a6136020..53bb31bf 100644 --- a/app/_simulate_tx_test.go +++ b/app/_simulate_tx_test.go @@ -9,7 +9,7 @@ import ( "testing" sdkmath "cosmossdk.io/math" - "github.com/kava-labs/kava/app" + "github.com/0glabs/0g-chain/app" abci "github.com/cometbft/cometbft/abci/types" tmbytes "github.com/cometbft/cometbft/libs/bytes" diff --git a/app/ante/ante_test.go b/app/ante/ante_test.go index fd4af13f..64bbd1a9 100644 --- a/app/ante/ante_test.go +++ b/app/ante/ante_test.go @@ -22,9 +22,9 @@ import ( evmtypes "github.com/evmos/ethermint/x/evm/types" "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/app" - bep3types "github.com/kava-labs/kava/x/bep3/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + bep3types "github.com/0glabs/0g-chain/x/bep3/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) func TestMain(m *testing.M) { diff --git a/app/ante/authorized_test.go b/app/ante/authorized_test.go index 2cca0a75..d6dcf220 100644 --- a/app/ante/authorized_test.go +++ b/app/ante/authorized_test.go @@ -10,8 +10,8 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/app/ante" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/app/ante" ) var _ sdk.AnteHandler = (&MockAnteHandler{}).AnteHandle diff --git a/app/ante/authz_test.go b/app/ante/authz_test.go index 452da4d2..ea98ecfb 100644 --- a/app/ante/authz_test.go +++ b/app/ante/authz_test.go @@ -14,8 +14,8 @@ import ( evmtypes "github.com/evmos/ethermint/x/evm/types" "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/app/ante" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/app/ante" ) func newMsgGrant(granter sdk.AccAddress, grantee sdk.AccAddress, a authz.Authorization, expiration time.Time) *authz.MsgGrant { diff --git a/app/ante/eip712_test.go b/app/ante/eip712_test.go index 91504d69..5c593ebe 100644 --- a/app/ante/eip712_test.go +++ b/app/ante/eip712_test.go @@ -33,13 +33,13 @@ import ( feemarkettypes "github.com/evmos/ethermint/x/feemarket/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - evmutilkeeper "github.com/kava-labs/kava/x/evmutil/keeper" - evmutiltestutil "github.com/kava-labs/kava/x/evmutil/testutil" - evmutiltypes "github.com/kava-labs/kava/x/evmutil/types" - hardtypes "github.com/kava-labs/kava/x/hard/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + evmutilkeeper "github.com/0glabs/0g-chain/x/evmutil/keeper" + evmutiltestutil "github.com/0glabs/0g-chain/x/evmutil/testutil" + evmutiltypes "github.com/0glabs/0g-chain/x/evmutil/types" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) const ( diff --git a/app/ante/min_gas_filter_test.go b/app/ante/min_gas_filter_test.go index b8f00df3..037034af 100644 --- a/app/ante/min_gas_filter_test.go +++ b/app/ante/min_gas_filter_test.go @@ -11,8 +11,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/app/ante" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/app/ante" ) func mustParseDecCoins(value string) sdk.DecCoins { diff --git a/app/ante/vesting_test.go b/app/ante/vesting_test.go index f0216655..8dfdae08 100644 --- a/app/ante/vesting_test.go +++ b/app/ante/vesting_test.go @@ -12,8 +12,8 @@ import ( vesting "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/app/ante" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/app/ante" ) func TestVestingMempoolDecorator_MsgCreateVestingAccount_Unauthorized(t *testing.T) { diff --git a/app/app.go b/app/app.go index 563ac76b..d7b00cee 100644 --- a/app/app.go +++ b/app/app.go @@ -105,65 +105,65 @@ import ( feemarkettypes "github.com/evmos/ethermint/x/feemarket/types" "github.com/gorilla/mux" - "github.com/kava-labs/kava/app/ante" - kavaparams "github.com/kava-labs/kava/app/params" - "github.com/kava-labs/kava/x/auction" - auctionkeeper "github.com/kava-labs/kava/x/auction/keeper" - auctiontypes "github.com/kava-labs/kava/x/auction/types" - "github.com/kava-labs/kava/x/bep3" - bep3keeper "github.com/kava-labs/kava/x/bep3/keeper" - bep3types "github.com/kava-labs/kava/x/bep3/types" - "github.com/kava-labs/kava/x/cdp" - cdpkeeper "github.com/kava-labs/kava/x/cdp/keeper" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - "github.com/kava-labs/kava/x/committee" - committeeclient "github.com/kava-labs/kava/x/committee/client" - committeekeeper "github.com/kava-labs/kava/x/committee/keeper" - committeetypes "github.com/kava-labs/kava/x/committee/types" - "github.com/kava-labs/kava/x/community" - communityclient "github.com/kava-labs/kava/x/community/client" - communitykeeper "github.com/kava-labs/kava/x/community/keeper" - communitytypes "github.com/kava-labs/kava/x/community/types" - earn "github.com/kava-labs/kava/x/earn" - earnclient "github.com/kava-labs/kava/x/earn/client" - earnkeeper "github.com/kava-labs/kava/x/earn/keeper" - earntypes "github.com/kava-labs/kava/x/earn/types" - evmutil "github.com/kava-labs/kava/x/evmutil" - evmutilkeeper "github.com/kava-labs/kava/x/evmutil/keeper" - evmutiltypes "github.com/kava-labs/kava/x/evmutil/types" - "github.com/kava-labs/kava/x/hard" - hardkeeper "github.com/kava-labs/kava/x/hard/keeper" - hardtypes "github.com/kava-labs/kava/x/hard/types" - "github.com/kava-labs/kava/x/incentive" - incentivekeeper "github.com/kava-labs/kava/x/incentive/keeper" - incentivetypes "github.com/kava-labs/kava/x/incentive/types" - issuance "github.com/kava-labs/kava/x/issuance" - issuancekeeper "github.com/kava-labs/kava/x/issuance/keeper" - issuancetypes "github.com/kava-labs/kava/x/issuance/types" - "github.com/kava-labs/kava/x/kavadist" - kavadistclient "github.com/kava-labs/kava/x/kavadist/client" - kavadistkeeper "github.com/kava-labs/kava/x/kavadist/keeper" - kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" - "github.com/kava-labs/kava/x/liquid" - liquidkeeper "github.com/kava-labs/kava/x/liquid/keeper" - liquidtypes "github.com/kava-labs/kava/x/liquid/types" - metrics "github.com/kava-labs/kava/x/metrics" - metricstypes "github.com/kava-labs/kava/x/metrics/types" - pricefeed "github.com/kava-labs/kava/x/pricefeed" - pricefeedkeeper "github.com/kava-labs/kava/x/pricefeed/keeper" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" - "github.com/kava-labs/kava/x/router" - routerkeeper "github.com/kava-labs/kava/x/router/keeper" - routertypes "github.com/kava-labs/kava/x/router/types" - savings "github.com/kava-labs/kava/x/savings" - savingskeeper "github.com/kava-labs/kava/x/savings/keeper" - savingstypes "github.com/kava-labs/kava/x/savings/types" - "github.com/kava-labs/kava/x/swap" - swapkeeper "github.com/kava-labs/kava/x/swap/keeper" - swaptypes "github.com/kava-labs/kava/x/swap/types" - validatorvesting "github.com/kava-labs/kava/x/validator-vesting" - validatorvestingrest "github.com/kava-labs/kava/x/validator-vesting/client/rest" - validatorvestingtypes "github.com/kava-labs/kava/x/validator-vesting/types" + "github.com/0glabs/0g-chain/app/ante" + kavaparams "github.com/0glabs/0g-chain/app/params" + "github.com/0glabs/0g-chain/x/auction" + auctionkeeper "github.com/0glabs/0g-chain/x/auction/keeper" + auctiontypes "github.com/0glabs/0g-chain/x/auction/types" + "github.com/0glabs/0g-chain/x/bep3" + bep3keeper "github.com/0glabs/0g-chain/x/bep3/keeper" + bep3types "github.com/0glabs/0g-chain/x/bep3/types" + "github.com/0glabs/0g-chain/x/cdp" + cdpkeeper "github.com/0glabs/0g-chain/x/cdp/keeper" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + "github.com/0glabs/0g-chain/x/committee" + committeeclient "github.com/0glabs/0g-chain/x/committee/client" + committeekeeper "github.com/0glabs/0g-chain/x/committee/keeper" + committeetypes "github.com/0glabs/0g-chain/x/committee/types" + "github.com/0glabs/0g-chain/x/community" + communityclient "github.com/0glabs/0g-chain/x/community/client" + communitykeeper "github.com/0glabs/0g-chain/x/community/keeper" + communitytypes "github.com/0glabs/0g-chain/x/community/types" + earn "github.com/0glabs/0g-chain/x/earn" + earnclient "github.com/0glabs/0g-chain/x/earn/client" + earnkeeper "github.com/0glabs/0g-chain/x/earn/keeper" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + evmutil "github.com/0glabs/0g-chain/x/evmutil" + evmutilkeeper "github.com/0glabs/0g-chain/x/evmutil/keeper" + evmutiltypes "github.com/0glabs/0g-chain/x/evmutil/types" + "github.com/0glabs/0g-chain/x/hard" + hardkeeper "github.com/0glabs/0g-chain/x/hard/keeper" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + "github.com/0glabs/0g-chain/x/incentive" + incentivekeeper "github.com/0glabs/0g-chain/x/incentive/keeper" + incentivetypes "github.com/0glabs/0g-chain/x/incentive/types" + issuance "github.com/0glabs/0g-chain/x/issuance" + issuancekeeper "github.com/0glabs/0g-chain/x/issuance/keeper" + issuancetypes "github.com/0glabs/0g-chain/x/issuance/types" + "github.com/0glabs/0g-chain/x/kavadist" + kavadistclient "github.com/0glabs/0g-chain/x/kavadist/client" + kavadistkeeper "github.com/0glabs/0g-chain/x/kavadist/keeper" + kavadisttypes "github.com/0glabs/0g-chain/x/kavadist/types" + "github.com/0glabs/0g-chain/x/liquid" + liquidkeeper "github.com/0glabs/0g-chain/x/liquid/keeper" + liquidtypes "github.com/0glabs/0g-chain/x/liquid/types" + metrics "github.com/0glabs/0g-chain/x/metrics" + metricstypes "github.com/0glabs/0g-chain/x/metrics/types" + pricefeed "github.com/0glabs/0g-chain/x/pricefeed" + pricefeedkeeper "github.com/0glabs/0g-chain/x/pricefeed/keeper" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" + "github.com/0glabs/0g-chain/x/router" + routerkeeper "github.com/0glabs/0g-chain/x/router/keeper" + routertypes "github.com/0glabs/0g-chain/x/router/types" + savings "github.com/0glabs/0g-chain/x/savings" + savingskeeper "github.com/0glabs/0g-chain/x/savings/keeper" + savingstypes "github.com/0glabs/0g-chain/x/savings/types" + "github.com/0glabs/0g-chain/x/swap" + swapkeeper "github.com/0glabs/0g-chain/x/swap/keeper" + swaptypes "github.com/0glabs/0g-chain/x/swap/types" + validatorvesting "github.com/0glabs/0g-chain/x/validator-vesting" + validatorvestingrest "github.com/0glabs/0g-chain/x/validator-vesting/client/rest" + validatorvestingtypes "github.com/0glabs/0g-chain/x/validator-vesting/types" ) const ( diff --git a/app/encoding.go b/app/encoding.go index 17445f10..ac95666f 100644 --- a/app/encoding.go +++ b/app/encoding.go @@ -3,7 +3,7 @@ package app import ( enccodec "github.com/evmos/ethermint/encoding/codec" - "github.com/kava-labs/kava/app/params" + "github.com/0glabs/0g-chain/app/params" ) // MakeEncodingConfig creates an EncodingConfig and registers the app's types on it. diff --git a/app/tally_handler.go b/app/tally_handler.go index 5a341c7e..f8c2e599 100644 --- a/app/tally_handler.go +++ b/app/tally_handler.go @@ -2,16 +2,16 @@ package app import ( sdkmath "cosmossdk.io/math" + earnkeeper "github.com/0glabs/0g-chain/x/earn/keeper" + liquidkeeper "github.com/0glabs/0g-chain/x/liquid/keeper" + liquidtypes "github.com/0glabs/0g-chain/x/liquid/types" + savingskeeper "github.com/0glabs/0g-chain/x/savings/keeper" sdk "github.com/cosmos/cosmos-sdk/types" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" govkeeper "github.com/cosmos/cosmos-sdk/x/gov/keeper" govv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1" stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - earnkeeper "github.com/kava-labs/kava/x/earn/keeper" - liquidkeeper "github.com/kava-labs/kava/x/liquid/keeper" - liquidtypes "github.com/kava-labs/kava/x/liquid/types" - savingskeeper "github.com/kava-labs/kava/x/savings/keeper" ) var _ govv1.TallyHandler = TallyHandler{} diff --git a/app/tally_handler_test.go b/app/tally_handler_test.go index 42344562..2dae1da8 100644 --- a/app/tally_handler_test.go +++ b/app/tally_handler_test.go @@ -17,8 +17,8 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/stretchr/testify/suite" - earntypes "github.com/kava-labs/kava/x/earn/types" - liquidtypes "github.com/kava-labs/kava/x/liquid/types" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + liquidtypes "github.com/0glabs/0g-chain/x/liquid/types" ) // d is an alias for sdk.MustNewDecFromStr diff --git a/app/test_common.go b/app/test_common.go index 725a245c..ebf23b10 100644 --- a/app/test_common.go +++ b/app/test_common.go @@ -41,22 +41,22 @@ import ( feemarketkeeper "github.com/evmos/ethermint/x/feemarket/keeper" "github.com/stretchr/testify/require" - auctionkeeper "github.com/kava-labs/kava/x/auction/keeper" - bep3keeper "github.com/kava-labs/kava/x/bep3/keeper" - cdpkeeper "github.com/kava-labs/kava/x/cdp/keeper" - committeekeeper "github.com/kava-labs/kava/x/committee/keeper" - communitykeeper "github.com/kava-labs/kava/x/community/keeper" - earnkeeper "github.com/kava-labs/kava/x/earn/keeper" - evmutilkeeper "github.com/kava-labs/kava/x/evmutil/keeper" - hardkeeper "github.com/kava-labs/kava/x/hard/keeper" - incentivekeeper "github.com/kava-labs/kava/x/incentive/keeper" - issuancekeeper "github.com/kava-labs/kava/x/issuance/keeper" - kavadistkeeper "github.com/kava-labs/kava/x/kavadist/keeper" - liquidkeeper "github.com/kava-labs/kava/x/liquid/keeper" - pricefeedkeeper "github.com/kava-labs/kava/x/pricefeed/keeper" - routerkeeper "github.com/kava-labs/kava/x/router/keeper" - savingskeeper "github.com/kava-labs/kava/x/savings/keeper" - swapkeeper "github.com/kava-labs/kava/x/swap/keeper" + auctionkeeper "github.com/0glabs/0g-chain/x/auction/keeper" + bep3keeper "github.com/0glabs/0g-chain/x/bep3/keeper" + cdpkeeper "github.com/0glabs/0g-chain/x/cdp/keeper" + committeekeeper "github.com/0glabs/0g-chain/x/committee/keeper" + communitykeeper "github.com/0glabs/0g-chain/x/community/keeper" + earnkeeper "github.com/0glabs/0g-chain/x/earn/keeper" + evmutilkeeper "github.com/0glabs/0g-chain/x/evmutil/keeper" + hardkeeper "github.com/0glabs/0g-chain/x/hard/keeper" + incentivekeeper "github.com/0glabs/0g-chain/x/incentive/keeper" + issuancekeeper "github.com/0glabs/0g-chain/x/issuance/keeper" + kavadistkeeper "github.com/0glabs/0g-chain/x/kavadist/keeper" + liquidkeeper "github.com/0glabs/0g-chain/x/liquid/keeper" + pricefeedkeeper "github.com/0glabs/0g-chain/x/pricefeed/keeper" + routerkeeper "github.com/0glabs/0g-chain/x/router/keeper" + savingskeeper "github.com/0glabs/0g-chain/x/savings/keeper" + swapkeeper "github.com/0glabs/0g-chain/x/swap/keeper" ) var ( diff --git a/build/proto.mk b/build/proto.mk index 8a9a924c..c8cde8ff 100644 --- a/build/proto.mk +++ b/build/proto.mk @@ -7,7 +7,7 @@ proto-lint check-proto-lint: install-build-deps proto-gen: install-build-deps @echo "Generating go proto files" @$(BUF) generate --template proto/buf.gen.gogo.yaml proto - @cp -r out/github.com/kava-labs/kava/* ./ + @cp -r out/github.com/0glabs/0g-chain/* ./ @rm -rf out/github.com .PHONY: check-proto-gen diff --git a/cli_test/test_helpers.go b/cli_test/test_helpers.go index 161217f6..b1ae5a30 100644 --- a/cli_test/test_helpers.go +++ b/cli_test/test_helpers.go @@ -28,7 +28,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/slashing" "github.com/cosmos/cosmos-sdk/x/staking" - "github.com/kava-labs/kava/app" + "github.com/0glabs/0g-chain/app" ) const ( diff --git a/client/docs/config.json b/client/docs/config.json index 0cabffdc..0fd99b33 100644 --- a/client/docs/config.json +++ b/client/docs/config.json @@ -7,7 +7,7 @@ }, "externalDocs": { "description": "GitHub", - "url": "https://github.com/Kava-Labs/kava" + "url": "https://github.com/0glabs/0g-chain" }, "host": "api.data.kava.io", "schemes": ["https"], diff --git a/client/docs/swagger-ui/swagger.yaml b/client/docs/swagger-ui/swagger.yaml index 2bf77515..173ec859 100644 --- a/client/docs/swagger-ui/swagger.yaml +++ b/client/docs/swagger-ui/swagger.yaml @@ -5,7 +5,7 @@ info: version: 1.0.0 externalDocs: description: GitHub - url: https://github.com/Kava-Labs/kava + url: https://github.com/0glabs/0g-chain host: api.data.kava.io schemes: - https diff --git a/client/grpc/README.md b/client/grpc/README.md index e9c1bdd1..c571a7f2 100644 --- a/client/grpc/README.md +++ b/client/grpc/README.md @@ -16,7 +16,7 @@ The Kava gRPC client is a tool for making gRPC queries on a Kava chain. package main import ( - kavaGrpc "github.com/kava-labs/kava/client/grpc" + kavaGrpc "github.com/0glabs/0g-chain/client/grpc" ) grpcUrl := "https://grpc.kava.io:443" client, err := kavaGrpc.NewClient(grpcUrl) @@ -46,7 +46,7 @@ Example: Query Kava module `x/evmutil` for params ```go import ( - evmutiltypes "github.com/kava-labs/kava/x/evmutil/types" + evmutiltypes "github.com/0glabs/0g-chain/x/evmutil/types" ) rsp, err := client.Query.Evmutil.Params( diff --git a/client/grpc/client.go b/client/grpc/client.go index 5cb309f1..e0d0b7f0 100644 --- a/client/grpc/client.go +++ b/client/grpc/client.go @@ -3,8 +3,8 @@ package grpc import ( "errors" - "github.com/kava-labs/kava/client/grpc/query" - "github.com/kava-labs/kava/client/grpc/util" + "github.com/0glabs/0g-chain/client/grpc/query" + "github.com/0glabs/0g-chain/client/grpc/util" ) // KavaGrpcClient enables the usage of kava grpc query clients and query utils diff --git a/client/grpc/client_test.go b/client/grpc/client_test.go index 82b8ae5d..116558d2 100644 --- a/client/grpc/client_test.go +++ b/client/grpc/client_test.go @@ -3,7 +3,7 @@ package grpc_test import ( "testing" - "github.com/kava-labs/kava/client/grpc" + "github.com/0glabs/0g-chain/client/grpc" "github.com/stretchr/testify/require" ) diff --git a/client/grpc/query/query.go b/client/grpc/query/query.go index 8466c5d6..04515597 100644 --- a/client/grpc/query/query.go +++ b/client/grpc/query/query.go @@ -24,21 +24,21 @@ import ( evmtypes "github.com/evmos/ethermint/x/evm/types" feemarkettypes "github.com/evmos/ethermint/x/feemarket/types" - auctiontypes "github.com/kava-labs/kava/x/auction/types" - bep3types "github.com/kava-labs/kava/x/bep3/types" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - committeetypes "github.com/kava-labs/kava/x/committee/types" - communitytypes "github.com/kava-labs/kava/x/community/types" - earntypes "github.com/kava-labs/kava/x/earn/types" - evmutiltypes "github.com/kava-labs/kava/x/evmutil/types" - hardtypes "github.com/kava-labs/kava/x/hard/types" - incentivetypes "github.com/kava-labs/kava/x/incentive/types" - issuancetypes "github.com/kava-labs/kava/x/issuance/types" - kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" - liquidtypes "github.com/kava-labs/kava/x/liquid/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" - savingstypes "github.com/kava-labs/kava/x/savings/types" - swaptypes "github.com/kava-labs/kava/x/swap/types" + auctiontypes "github.com/0glabs/0g-chain/x/auction/types" + bep3types "github.com/0glabs/0g-chain/x/bep3/types" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + committeetypes "github.com/0glabs/0g-chain/x/committee/types" + communitytypes "github.com/0glabs/0g-chain/x/community/types" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + evmutiltypes "github.com/0glabs/0g-chain/x/evmutil/types" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + incentivetypes "github.com/0glabs/0g-chain/x/incentive/types" + issuancetypes "github.com/0glabs/0g-chain/x/issuance/types" + kavadisttypes "github.com/0glabs/0g-chain/x/kavadist/types" + liquidtypes "github.com/0glabs/0g-chain/x/liquid/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" + savingstypes "github.com/0glabs/0g-chain/x/savings/types" + swaptypes "github.com/0glabs/0g-chain/x/swap/types" ) // QueryClient is a wrapper with all Cosmos and Kava grpc query clients diff --git a/client/grpc/query/query_test.go b/client/grpc/query/query_test.go index 86ed9dbc..47113a0c 100644 --- a/client/grpc/query/query_test.go +++ b/client/grpc/query/query_test.go @@ -3,7 +3,7 @@ package query_test import ( "testing" - "github.com/kava-labs/kava/client/grpc/query" + "github.com/0glabs/0g-chain/client/grpc/query" "github.com/stretchr/testify/require" ) diff --git a/client/grpc/util/util.go b/client/grpc/util/util.go index 0c9c5744..1fed3f75 100644 --- a/client/grpc/util/util.go +++ b/client/grpc/util/util.go @@ -7,9 +7,9 @@ import ( grpctypes "github.com/cosmos/cosmos-sdk/types/grpc" "google.golang.org/grpc/metadata" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/app/params" - query "github.com/kava-labs/kava/client/grpc/query" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/app/params" + query "github.com/0glabs/0g-chain/client/grpc/query" ) // Util contains utility functions for the Kava gRPC client diff --git a/client/rest/rest_test.go b/client/rest/rest_test.go index 6de35a45..2e5efde2 100644 --- a/client/rest/rest_test.go +++ b/client/rest/rest_test.go @@ -13,6 +13,7 @@ import ( "github.com/stretchr/testify/require" simappparams "cosmossdk.io/simapp/params" + "github.com/0glabs/0g-chain/client/rest" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/codec" @@ -20,7 +21,6 @@ import ( "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/client/rest" ) func TestBaseReq_Sanitize(t *testing.T) { diff --git a/cmd/kava/cmd/app.go b/cmd/kava/cmd/app.go index b4bf2c80..1ed481bc 100644 --- a/cmd/kava/cmd/app.go +++ b/cmd/kava/cmd/app.go @@ -23,9 +23,9 @@ import ( "github.com/spf13/cast" "github.com/spf13/cobra" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/app/params" - metricstypes "github.com/kava-labs/kava/x/metrics/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/app/params" + metricstypes "github.com/0glabs/0g-chain/x/metrics/types" ) const ( diff --git a/cmd/kava/cmd/assert-invariants.go b/cmd/kava/cmd/assert-invariants.go index de4ef717..fbdeb825 100644 --- a/cmd/kava/cmd/assert-invariants.go +++ b/cmd/kava/cmd/assert-invariants.go @@ -9,8 +9,8 @@ import ( genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" "github.com/spf13/cobra" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/app/params" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/app/params" ) func AssertInvariantsCmd(config params.EncodingConfig) *cobra.Command { diff --git a/cmd/kava/cmd/query.go b/cmd/kava/cmd/query.go index 8bf5cec9..a83e751d 100644 --- a/cmd/kava/cmd/query.go +++ b/cmd/kava/cmd/query.go @@ -7,7 +7,7 @@ import ( authcmd "github.com/cosmos/cosmos-sdk/x/auth/client/cli" "github.com/spf13/cobra" - "github.com/kava-labs/kava/app" + "github.com/0glabs/0g-chain/app" ) // newQueryCmd creates all the commands for querying blockchain state. diff --git a/cmd/kava/cmd/rocksdb/compact.go b/cmd/kava/cmd/rocksdb/compact.go index 4adcbfe8..035f675b 100644 --- a/cmd/kava/cmd/rocksdb/compact.go +++ b/cmd/kava/cmd/rocksdb/compact.go @@ -14,9 +14,9 @@ import ( "syscall" "time" + "github.com/0glabs/0g-chain/cmd/kava/opendb" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/server" - "github.com/kava-labs/kava/cmd/kava/opendb" "github.com/linxGnu/grocksdb" "github.com/spf13/cobra" "golang.org/x/exp/slices" diff --git a/cmd/kava/cmd/root.go b/cmd/kava/cmd/root.go index 6b9242e7..ef453633 100644 --- a/cmd/kava/cmd/root.go +++ b/cmd/kava/cmd/root.go @@ -23,10 +23,10 @@ import ( servercfg "github.com/evmos/ethermint/server/config" "github.com/spf13/cobra" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/app/params" - "github.com/kava-labs/kava/cmd/kava/cmd/rocksdb" - "github.com/kava-labs/kava/cmd/kava/opendb" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/app/params" + "github.com/0glabs/0g-chain/cmd/kava/cmd/rocksdb" + "github.com/0glabs/0g-chain/cmd/kava/opendb" ) // EnvPrefix is the prefix environment variables must have to configure the app. diff --git a/cmd/kava/cmd/shard.go b/cmd/kava/cmd/shard.go index 7ecd8639..7aba4499 100644 --- a/cmd/kava/cmd/shard.go +++ b/cmd/kava/cmd/shard.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "github.com/kava-labs/kava/app" + "github.com/0glabs/0g-chain/app" "github.com/spf13/cobra" dbm "github.com/cometbft/cometbft-db" diff --git a/cmd/kava/cmd/tx.go b/cmd/kava/cmd/tx.go index 25d1c5ac..2d6b4875 100644 --- a/cmd/kava/cmd/tx.go +++ b/cmd/kava/cmd/tx.go @@ -6,7 +6,7 @@ import ( authcmd "github.com/cosmos/cosmos-sdk/x/auth/client/cli" "github.com/spf13/cobra" - "github.com/kava-labs/kava/app" + "github.com/0glabs/0g-chain/app" ) // newTxCmd creates all commands for submitting blockchain transactions. diff --git a/cmd/kava/main.go b/cmd/kava/main.go index 155b5a42..f15b33ec 100644 --- a/cmd/kava/main.go +++ b/cmd/kava/main.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/server" svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/cmd/kava/cmd" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/cmd/kava/cmd" ) func main() { diff --git a/go.mod b/go.mod index dee72d69..05af724c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/kava-labs/kava +module github.com/0glabs/0g-chain go 1.21 diff --git a/proto/kava/auction/v1beta1/auction.proto b/proto/kava/auction/v1beta1/auction.proto index a5e8c7d8..f9772062 100644 --- a/proto/kava/auction/v1beta1/auction.proto +++ b/proto/kava/auction/v1beta1/auction.proto @@ -6,7 +6,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/kava-labs/kava/x/auction/types"; +option go_package = "github.com/0glabs/0g-chain/x/auction/types"; option (gogoproto.goproto_getters_all) = false; // BaseAuction defines common attributes of all auctions diff --git a/proto/kava/auction/v1beta1/genesis.proto b/proto/kava/auction/v1beta1/genesis.proto index ca6ca799..9b4be0a1 100644 --- a/proto/kava/auction/v1beta1/genesis.proto +++ b/proto/kava/auction/v1beta1/genesis.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/any.proto"; import "google/protobuf/duration.proto"; -option go_package = "github.com/kava-labs/kava/x/auction/types"; +option go_package = "github.com/0glabs/0g-chain/x/auction/types"; option (gogoproto.goproto_getters_all) = false; // GenesisState defines the auction module's genesis state. diff --git a/proto/kava/auction/v1beta1/query.proto b/proto/kava/auction/v1beta1/query.proto index 5c93ffa0..40cb9208 100644 --- a/proto/kava/auction/v1beta1/query.proto +++ b/proto/kava/auction/v1beta1/query.proto @@ -7,7 +7,7 @@ import "google/api/annotations.proto"; import "google/protobuf/any.proto"; import "kava/auction/v1beta1/genesis.proto"; -option go_package = "github.com/kava-labs/kava/x/auction/types"; +option go_package = "github.com/0glabs/0g-chain/x/auction/types"; // Query defines the gRPC querier service for auction module service Query { diff --git a/proto/kava/auction/v1beta1/tx.proto b/proto/kava/auction/v1beta1/tx.proto index f6675392..37719b75 100644 --- a/proto/kava/auction/v1beta1/tx.proto +++ b/proto/kava/auction/v1beta1/tx.proto @@ -4,7 +4,7 @@ package kava.auction.v1beta1; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/auction/types"; +option go_package = "github.com/0glabs/0g-chain/x/auction/types"; // Msg defines the auction Msg service. service Msg { diff --git a/proto/kava/bep3/v1beta1/bep3.proto b/proto/kava/bep3/v1beta1/bep3.proto index 9b6825c0..0a4b9266 100644 --- a/proto/kava/bep3/v1beta1/bep3.proto +++ b/proto/kava/bep3/v1beta1/bep3.proto @@ -6,7 +6,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; -option go_package = "github.com/kava-labs/kava/x/bep3/types"; +option go_package = "github.com/0glabs/0g-chain/x/bep3/types"; // Params defines the parameters for the bep3 module. message Params { diff --git a/proto/kava/bep3/v1beta1/genesis.proto b/proto/kava/bep3/v1beta1/genesis.proto index 1e353ea6..157dd677 100644 --- a/proto/kava/bep3/v1beta1/genesis.proto +++ b/proto/kava/bep3/v1beta1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; import "kava/bep3/v1beta1/bep3.proto"; -option go_package = "github.com/kava-labs/kava/x/bep3/types"; +option go_package = "github.com/0glabs/0g-chain/x/bep3/types"; // GenesisState defines the pricefeed module's genesis state. message GenesisState { diff --git a/proto/kava/bep3/v1beta1/query.proto b/proto/kava/bep3/v1beta1/query.proto index dc851580..80e6938f 100644 --- a/proto/kava/bep3/v1beta1/query.proto +++ b/proto/kava/bep3/v1beta1/query.proto @@ -9,7 +9,7 @@ import "google/api/annotations.proto"; import "google/protobuf/duration.proto"; import "kava/bep3/v1beta1/bep3.proto"; -option go_package = "github.com/kava-labs/kava/x/bep3/types"; +option go_package = "github.com/0glabs/0g-chain/x/bep3/types"; // Query defines the gRPC querier service for bep3 module service Query { diff --git a/proto/kava/bep3/v1beta1/tx.proto b/proto/kava/bep3/v1beta1/tx.proto index 1ff090b9..8bae013b 100644 --- a/proto/kava/bep3/v1beta1/tx.proto +++ b/proto/kava/bep3/v1beta1/tx.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/bep3/types"; +option go_package = "github.com/0glabs/0g-chain/x/bep3/types"; // Msg defines the bep3 Msg service. service Msg { diff --git a/proto/kava/cdp/v1beta1/cdp.proto b/proto/kava/cdp/v1beta1/cdp.proto index 1ee21001..d75688b5 100644 --- a/proto/kava/cdp/v1beta1/cdp.proto +++ b/proto/kava/cdp/v1beta1/cdp.proto @@ -6,7 +6,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/kava-labs/kava/x/cdp/types"; +option go_package = "github.com/0glabs/0g-chain/x/cdp/types"; option (gogoproto.goproto_getters_all) = false; // CDP defines the state of a single collateralized debt position. diff --git a/proto/kava/cdp/v1beta1/genesis.proto b/proto/kava/cdp/v1beta1/genesis.proto index a993bbae..f93c5af9 100644 --- a/proto/kava/cdp/v1beta1/genesis.proto +++ b/proto/kava/cdp/v1beta1/genesis.proto @@ -7,7 +7,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; import "kava/cdp/v1beta1/cdp.proto"; -option go_package = "github.com/kava-labs/kava/x/cdp/types"; +option go_package = "github.com/0glabs/0g-chain/x/cdp/types"; // GenesisState defines the cdp module's genesis state. message GenesisState { diff --git a/proto/kava/cdp/v1beta1/query.proto b/proto/kava/cdp/v1beta1/query.proto index ec27b840..e950d998 100644 --- a/proto/kava/cdp/v1beta1/query.proto +++ b/proto/kava/cdp/v1beta1/query.proto @@ -11,7 +11,7 @@ import "google/protobuf/timestamp.proto"; import "kava/cdp/v1beta1/cdp.proto"; import "kava/cdp/v1beta1/genesis.proto"; -option go_package = "github.com/kava-labs/kava/x/cdp/types"; +option go_package = "github.com/0glabs/0g-chain/x/cdp/types"; // Query defines the gRPC querier service for cdp module service Query { diff --git a/proto/kava/cdp/v1beta1/tx.proto b/proto/kava/cdp/v1beta1/tx.proto index 29c00688..8e1a5628 100644 --- a/proto/kava/cdp/v1beta1/tx.proto +++ b/proto/kava/cdp/v1beta1/tx.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/cdp/types"; +option go_package = "github.com/0glabs/0g-chain/x/cdp/types"; // Msg defines the cdp Msg service. service Msg { diff --git a/proto/kava/committee/v1beta1/committee.proto b/proto/kava/committee/v1beta1/committee.proto index b0ab001b..49d9f036 100644 --- a/proto/kava/committee/v1beta1/committee.proto +++ b/proto/kava/committee/v1beta1/committee.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/any.proto"; import "google/protobuf/duration.proto"; -option go_package = "github.com/kava-labs/kava/x/committee/types"; +option go_package = "github.com/0glabs/0g-chain/x/committee/types"; option (gogoproto.goproto_getters_all) = false; // BaseCommittee is a common type shared by all Committees diff --git a/proto/kava/committee/v1beta1/genesis.proto b/proto/kava/committee/v1beta1/genesis.proto index 4c973352..ac5841c4 100644 --- a/proto/kava/committee/v1beta1/genesis.proto +++ b/proto/kava/committee/v1beta1/genesis.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/any.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/kava-labs/kava/x/committee/types"; +option go_package = "github.com/0glabs/0g-chain/x/committee/types"; // GenesisState defines the committee module's genesis state. message GenesisState { diff --git a/proto/kava/committee/v1beta1/permissions.proto b/proto/kava/committee/v1beta1/permissions.proto index 997f21af..418ebbd9 100644 --- a/proto/kava/committee/v1beta1/permissions.proto +++ b/proto/kava/committee/v1beta1/permissions.proto @@ -4,7 +4,7 @@ package kava.committee.v1beta1; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/committee/types"; +option go_package = "github.com/0glabs/0g-chain/x/committee/types"; // GodPermission allows any governance proposal. It is used mainly for testing. message GodPermission { diff --git a/proto/kava/committee/v1beta1/proposal.proto b/proto/kava/committee/v1beta1/proposal.proto index 22b61dce..6dded065 100644 --- a/proto/kava/committee/v1beta1/proposal.proto +++ b/proto/kava/committee/v1beta1/proposal.proto @@ -5,7 +5,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/any.proto"; -option go_package = "github.com/kava-labs/kava/x/committee/types"; +option go_package = "github.com/0glabs/0g-chain/x/committee/types"; option (gogoproto.goproto_getters_all) = false; // CommitteeChangeProposal is a gov proposal for creating a new committee or modifying an existing one. diff --git a/proto/kava/committee/v1beta1/query.proto b/proto/kava/committee/v1beta1/query.proto index d99ff7ef..a5d6925d 100644 --- a/proto/kava/committee/v1beta1/query.proto +++ b/proto/kava/committee/v1beta1/query.proto @@ -9,7 +9,7 @@ import "google/protobuf/any.proto"; import "google/protobuf/timestamp.proto"; import "kava/committee/v1beta1/genesis.proto"; -option go_package = "github.com/kava-labs/kava/x/committee/types"; +option go_package = "github.com/0glabs/0g-chain/x/committee/types"; option (gogoproto.goproto_getters_all) = false; // Query defines the gRPC querier service for committee module diff --git a/proto/kava/committee/v1beta1/tx.proto b/proto/kava/committee/v1beta1/tx.proto index c3a32021..32210804 100644 --- a/proto/kava/committee/v1beta1/tx.proto +++ b/proto/kava/committee/v1beta1/tx.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/any.proto"; import "kava/committee/v1beta1/genesis.proto"; -option go_package = "github.com/kava-labs/kava/x/committee/types"; +option go_package = "github.com/0glabs/0g-chain/x/committee/types"; option (gogoproto.goproto_getters_all) = false; // Msg defines the committee Msg service diff --git a/proto/kava/community/v1beta1/genesis.proto b/proto/kava/community/v1beta1/genesis.proto index f7f6549d..c772446f 100644 --- a/proto/kava/community/v1beta1/genesis.proto +++ b/proto/kava/community/v1beta1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "kava/community/v1beta1/params.proto"; import "kava/community/v1beta1/staking.proto"; -option go_package = "github.com/kava-labs/kava/x/community/types"; +option go_package = "github.com/0glabs/0g-chain/x/community/types"; // GenesisState defines the community module's genesis state. message GenesisState { diff --git a/proto/kava/community/v1beta1/params.proto b/proto/kava/community/v1beta1/params.proto index 53c3c118..a594c773 100644 --- a/proto/kava/community/v1beta1/params.proto +++ b/proto/kava/community/v1beta1/params.proto @@ -5,7 +5,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/kava-labs/kava/x/community/types"; +option go_package = "github.com/0glabs/0g-chain/x/community/types"; // Params defines the parameters of the community module. message Params { diff --git a/proto/kava/community/v1beta1/proposal.proto b/proto/kava/community/v1beta1/proposal.proto index 0f6cb637..cb6cd342 100644 --- a/proto/kava/community/v1beta1/proposal.proto +++ b/proto/kava/community/v1beta1/proposal.proto @@ -4,7 +4,7 @@ package kava.community.v1beta1; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/community/types"; +option go_package = "github.com/0glabs/0g-chain/x/community/types"; // CommunityPoolLendDepositProposal deposits from the community pool into lend message CommunityPoolLendDepositProposal { diff --git a/proto/kava/community/v1beta1/query.proto b/proto/kava/community/v1beta1/query.proto index b21bb059..c3f920ef 100644 --- a/proto/kava/community/v1beta1/query.proto +++ b/proto/kava/community/v1beta1/query.proto @@ -7,7 +7,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "kava/community/v1beta1/params.proto"; -option go_package = "github.com/kava-labs/kava/x/community/types"; +option go_package = "github.com/0glabs/0g-chain/x/community/types"; // Query defines the gRPC querier service for x/community. service Query { diff --git a/proto/kava/community/v1beta1/staking.proto b/proto/kava/community/v1beta1/staking.proto index e49fe58f..67a9b0fa 100644 --- a/proto/kava/community/v1beta1/staking.proto +++ b/proto/kava/community/v1beta1/staking.proto @@ -5,7 +5,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/kava-labs/kava/x/community/types"; +option go_package = "github.com/0glabs/0g-chain/x/community/types"; // StakingRewardsState represents the state of staking reward accumulation between blocks. message StakingRewardsState { diff --git a/proto/kava/community/v1beta1/tx.proto b/proto/kava/community/v1beta1/tx.proto index 6a7f523b..486f66a0 100644 --- a/proto/kava/community/v1beta1/tx.proto +++ b/proto/kava/community/v1beta1/tx.proto @@ -6,7 +6,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "kava/community/v1beta1/params.proto"; -option go_package = "github.com/kava-labs/kava/x/community/types"; +option go_package = "github.com/0glabs/0g-chain/x/community/types"; option (gogoproto.equal_all) = true; // Msg defines the community Msg service. diff --git a/proto/kava/earn/v1beta1/genesis.proto b/proto/kava/earn/v1beta1/genesis.proto index 38b73bb4..177fe7ef 100644 --- a/proto/kava/earn/v1beta1/genesis.proto +++ b/proto/kava/earn/v1beta1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "kava/earn/v1beta1/params.proto"; import "kava/earn/v1beta1/vault.proto"; -option go_package = "github.com/kava-labs/kava/x/earn/types"; +option go_package = "github.com/0glabs/0g-chain/x/earn/types"; // GenesisState defines the earn module's genesis state. message GenesisState { diff --git a/proto/kava/earn/v1beta1/params.proto b/proto/kava/earn/v1beta1/params.proto index ba430839..02da3020 100644 --- a/proto/kava/earn/v1beta1/params.proto +++ b/proto/kava/earn/v1beta1/params.proto @@ -4,7 +4,7 @@ package kava.earn.v1beta1; import "gogoproto/gogo.proto"; import "kava/earn/v1beta1/vault.proto"; -option go_package = "github.com/kava-labs/kava/x/earn/types"; +option go_package = "github.com/0glabs/0g-chain/x/earn/types"; // Params defines the parameters of the earn module. message Params { diff --git a/proto/kava/earn/v1beta1/proposal.proto b/proto/kava/earn/v1beta1/proposal.proto index 18b6af17..d4bc05cd 100644 --- a/proto/kava/earn/v1beta1/proposal.proto +++ b/proto/kava/earn/v1beta1/proposal.proto @@ -4,7 +4,7 @@ package kava.earn.v1beta1; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/earn/types"; +option go_package = "github.com/0glabs/0g-chain/x/earn/types"; // CommunityPoolDepositProposal deposits from the community pool into an earn vault message CommunityPoolDepositProposal { diff --git a/proto/kava/earn/v1beta1/query.proto b/proto/kava/earn/v1beta1/query.proto index 8d788d85..a49302a0 100644 --- a/proto/kava/earn/v1beta1/query.proto +++ b/proto/kava/earn/v1beta1/query.proto @@ -10,7 +10,7 @@ import "kava/earn/v1beta1/params.proto"; import "kava/earn/v1beta1/strategy.proto"; import "kava/earn/v1beta1/vault.proto"; -option go_package = "github.com/kava-labs/kava/x/earn/types"; +option go_package = "github.com/0glabs/0g-chain/x/earn/types"; option (gogoproto.goproto_getters_all) = false; // Query defines the gRPC querier service for earn module diff --git a/proto/kava/earn/v1beta1/strategy.proto b/proto/kava/earn/v1beta1/strategy.proto index cd866339..e41d3650 100644 --- a/proto/kava/earn/v1beta1/strategy.proto +++ b/proto/kava/earn/v1beta1/strategy.proto @@ -3,7 +3,7 @@ package kava.earn.v1beta1; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/earn/types"; +option go_package = "github.com/0glabs/0g-chain/x/earn/types"; // StrategyType is the type of strategy that a vault uses to optimize yields. enum StrategyType { diff --git a/proto/kava/earn/v1beta1/tx.proto b/proto/kava/earn/v1beta1/tx.proto index 4301a097..1e8539e0 100644 --- a/proto/kava/earn/v1beta1/tx.proto +++ b/proto/kava/earn/v1beta1/tx.proto @@ -7,7 +7,7 @@ import "gogoproto/gogo.proto"; import "kava/earn/v1beta1/strategy.proto"; import "kava/earn/v1beta1/vault.proto"; -option go_package = "github.com/kava-labs/kava/x/earn/types"; +option go_package = "github.com/0glabs/0g-chain/x/earn/types"; // Msg defines the earn Msg service. service Msg { diff --git a/proto/kava/earn/v1beta1/vault.proto b/proto/kava/earn/v1beta1/vault.proto index 8b3052d8..6660c112 100644 --- a/proto/kava/earn/v1beta1/vault.proto +++ b/proto/kava/earn/v1beta1/vault.proto @@ -5,7 +5,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "kava/earn/v1beta1/strategy.proto"; -option go_package = "github.com/kava-labs/kava/x/earn/types"; +option go_package = "github.com/0glabs/0g-chain/x/earn/types"; // AllowedVault is a vault that is allowed to be created. These can be // modified via parameter governance. diff --git a/proto/kava/evmutil/v1beta1/conversion_pair.proto b/proto/kava/evmutil/v1beta1/conversion_pair.proto index 678690fd..44af388f 100644 --- a/proto/kava/evmutil/v1beta1/conversion_pair.proto +++ b/proto/kava/evmutil/v1beta1/conversion_pair.proto @@ -3,7 +3,7 @@ package kava.evmutil.v1beta1; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/evmutil/types"; +option go_package = "github.com/0glabs/0g-chain/x/evmutil/types"; option (gogoproto.equal_all) = true; option (gogoproto.verbose_equal_all) = true; diff --git a/proto/kava/evmutil/v1beta1/genesis.proto b/proto/kava/evmutil/v1beta1/genesis.proto index fa0f6722..63038f71 100644 --- a/proto/kava/evmutil/v1beta1/genesis.proto +++ b/proto/kava/evmutil/v1beta1/genesis.proto @@ -5,7 +5,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "kava/evmutil/v1beta1/conversion_pair.proto"; -option go_package = "github.com/kava-labs/kava/x/evmutil/types"; +option go_package = "github.com/0glabs/0g-chain/x/evmutil/types"; option (gogoproto.equal_all) = true; option (gogoproto.verbose_equal_all) = true; diff --git a/proto/kava/evmutil/v1beta1/query.proto b/proto/kava/evmutil/v1beta1/query.proto index 960bac48..c3a3ff48 100644 --- a/proto/kava/evmutil/v1beta1/query.proto +++ b/proto/kava/evmutil/v1beta1/query.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "kava/evmutil/v1beta1/genesis.proto"; -option go_package = "github.com/kava-labs/kava/x/evmutil/types"; +option go_package = "github.com/0glabs/0g-chain/x/evmutil/types"; // Query defines the gRPC querier service for evmutil module service Query { diff --git a/proto/kava/evmutil/v1beta1/tx.proto b/proto/kava/evmutil/v1beta1/tx.proto index 93c43f15..780f8eb5 100644 --- a/proto/kava/evmutil/v1beta1/tx.proto +++ b/proto/kava/evmutil/v1beta1/tx.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/evmutil/types"; +option go_package = "github.com/0glabs/0g-chain/x/evmutil/types"; option (gogoproto.equal_all) = true; option (gogoproto.verbose_equal_all) = true; diff --git a/proto/kava/hard/v1beta1/genesis.proto b/proto/kava/hard/v1beta1/genesis.proto index c2520a42..b19bfb70 100644 --- a/proto/kava/hard/v1beta1/genesis.proto +++ b/proto/kava/hard/v1beta1/genesis.proto @@ -7,7 +7,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; import "kava/hard/v1beta1/hard.proto"; -option go_package = "github.com/kava-labs/kava/x/hard/types"; +option go_package = "github.com/0glabs/0g-chain/x/hard/types"; // GenesisState defines the hard module's genesis state. message GenesisState { diff --git a/proto/kava/hard/v1beta1/hard.proto b/proto/kava/hard/v1beta1/hard.proto index fafcbde7..6bcd7ada 100644 --- a/proto/kava/hard/v1beta1/hard.proto +++ b/proto/kava/hard/v1beta1/hard.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/hard/types"; +option go_package = "github.com/0glabs/0g-chain/x/hard/types"; option (gogoproto.goproto_getters_all) = false; // Params defines the parameters for the hard module. diff --git a/proto/kava/hard/v1beta1/query.proto b/proto/kava/hard/v1beta1/query.proto index 92ef7248..f4ed0ff6 100644 --- a/proto/kava/hard/v1beta1/query.proto +++ b/proto/kava/hard/v1beta1/query.proto @@ -9,7 +9,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "kava/hard/v1beta1/hard.proto"; -option go_package = "github.com/kava-labs/kava/x/hard/types"; +option go_package = "github.com/0glabs/0g-chain/x/hard/types"; // Query defines the gRPC querier service for bep3 module. service Query { diff --git a/proto/kava/hard/v1beta1/tx.proto b/proto/kava/hard/v1beta1/tx.proto index 16c40709..c3b032d7 100644 --- a/proto/kava/hard/v1beta1/tx.proto +++ b/proto/kava/hard/v1beta1/tx.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/hard/types"; +option go_package = "github.com/0glabs/0g-chain/x/hard/types"; // Msg defines the hard Msg service. service Msg { diff --git a/proto/kava/incentive/v1beta1/apy.proto b/proto/kava/incentive/v1beta1/apy.proto index 5b6abf93..e3d8018c 100644 --- a/proto/kava/incentive/v1beta1/apy.proto +++ b/proto/kava/incentive/v1beta1/apy.proto @@ -4,7 +4,7 @@ package kava.incentive.v1beta1; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/incentive/types"; +option go_package = "github.com/0glabs/0g-chain/x/incentive/types"; // Apy contains the calculated APY for a given collateral type at a specific // instant in time. diff --git a/proto/kava/incentive/v1beta1/claims.proto b/proto/kava/incentive/v1beta1/claims.proto index f9e54906..fa51db6f 100644 --- a/proto/kava/incentive/v1beta1/claims.proto +++ b/proto/kava/incentive/v1beta1/claims.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/incentive/types"; +option go_package = "github.com/0glabs/0g-chain/x/incentive/types"; option (gogoproto.goproto_getters_all) = false; // -------------- Base Claim Types, Reward Indexes -------------- diff --git a/proto/kava/incentive/v1beta1/genesis.proto b/proto/kava/incentive/v1beta1/genesis.proto index 97348b4c..34b05810 100644 --- a/proto/kava/incentive/v1beta1/genesis.proto +++ b/proto/kava/incentive/v1beta1/genesis.proto @@ -9,7 +9,7 @@ import "kava/incentive/v1beta1/params.proto"; // import "cosmos/base/v1beta1/coin.proto"; // import "cosmos/base/v1beta1/coins.proto"; -option go_package = "github.com/kava-labs/kava/x/incentive/types"; +option go_package = "github.com/0glabs/0g-chain/x/incentive/types"; option (gogoproto.goproto_getters_all) = false; // AccumulationTime stores the previous reward distribution time and its corresponding collateral type diff --git a/proto/kava/incentive/v1beta1/params.proto b/proto/kava/incentive/v1beta1/params.proto index 7571f9a3..078d4013 100644 --- a/proto/kava/incentive/v1beta1/params.proto +++ b/proto/kava/incentive/v1beta1/params.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/kava-labs/kava/x/incentive/types"; +option go_package = "github.com/0glabs/0g-chain/x/incentive/types"; option (gogoproto.goproto_getters_all) = false; // RewardPeriod stores the state of an ongoing reward diff --git a/proto/kava/incentive/v1beta1/query.proto b/proto/kava/incentive/v1beta1/query.proto index f814d66c..c76c0791 100644 --- a/proto/kava/incentive/v1beta1/query.proto +++ b/proto/kava/incentive/v1beta1/query.proto @@ -7,7 +7,7 @@ import "kava/incentive/v1beta1/apy.proto"; import "kava/incentive/v1beta1/claims.proto"; import "kava/incentive/v1beta1/params.proto"; -option go_package = "github.com/kava-labs/kava/x/incentive/types"; +option go_package = "github.com/0glabs/0g-chain/x/incentive/types"; // Query defines the gRPC querier service for incentive module. service Query { diff --git a/proto/kava/incentive/v1beta1/tx.proto b/proto/kava/incentive/v1beta1/tx.proto index 0f03da4e..6abfb359 100644 --- a/proto/kava/incentive/v1beta1/tx.proto +++ b/proto/kava/incentive/v1beta1/tx.proto @@ -3,7 +3,7 @@ package kava.incentive.v1beta1; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/incentive/types"; +option go_package = "github.com/0glabs/0g-chain/x/incentive/types"; // Msg defines the incentive Msg service. service Msg { diff --git a/proto/kava/issuance/v1beta1/genesis.proto b/proto/kava/issuance/v1beta1/genesis.proto index 4f791de2..34b76fb6 100644 --- a/proto/kava/issuance/v1beta1/genesis.proto +++ b/proto/kava/issuance/v1beta1/genesis.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; -option go_package = "github.com/kava-labs/kava/x/issuance/types"; +option go_package = "github.com/0glabs/0g-chain/x/issuance/types"; // GenesisState defines the issuance module's genesis state. message GenesisState { diff --git a/proto/kava/issuance/v1beta1/query.proto b/proto/kava/issuance/v1beta1/query.proto index 91bb912d..a97d1d2e 100644 --- a/proto/kava/issuance/v1beta1/query.proto +++ b/proto/kava/issuance/v1beta1/query.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "kava/issuance/v1beta1/genesis.proto"; -option go_package = "github.com/kava-labs/kava/x/issuance/types"; +option go_package = "github.com/0glabs/0g-chain/x/issuance/types"; // Query defines the gRPC querier service for issuance module service Query { diff --git a/proto/kava/issuance/v1beta1/tx.proto b/proto/kava/issuance/v1beta1/tx.proto index 3f3833a9..2ca63873 100644 --- a/proto/kava/issuance/v1beta1/tx.proto +++ b/proto/kava/issuance/v1beta1/tx.proto @@ -4,7 +4,7 @@ package kava.issuance.v1beta1; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/issuance/types"; +option go_package = "github.com/0glabs/0g-chain/x/issuance/types"; // Msg defines the issuance Msg service. service Msg { diff --git a/proto/kava/kavadist/v1beta1/genesis.proto b/proto/kava/kavadist/v1beta1/genesis.proto index eee5de66..82c440c4 100644 --- a/proto/kava/kavadist/v1beta1/genesis.proto +++ b/proto/kava/kavadist/v1beta1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; import "kava/kavadist/v1beta1/params.proto"; -option go_package = "github.com/kava-labs/kava/x/kavadist/types"; +option go_package = "github.com/0glabs/0g-chain/x/kavadist/types"; // GenesisState defines the kavadist module's genesis state. message GenesisState { diff --git a/proto/kava/kavadist/v1beta1/params.proto b/proto/kava/kavadist/v1beta1/params.proto index 5c90b718..b31abe43 100644 --- a/proto/kava/kavadist/v1beta1/params.proto +++ b/proto/kava/kavadist/v1beta1/params.proto @@ -6,7 +6,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/kava-labs/kava/x/kavadist/types"; +option go_package = "github.com/0glabs/0g-chain/x/kavadist/types"; option (gogoproto.goproto_getters_all) = false; option (gogoproto.goproto_stringer_all) = false; diff --git a/proto/kava/kavadist/v1beta1/proposal.proto b/proto/kava/kavadist/v1beta1/proposal.proto index 2ec8fbe7..1b77e7c2 100644 --- a/proto/kava/kavadist/v1beta1/proposal.proto +++ b/proto/kava/kavadist/v1beta1/proposal.proto @@ -4,7 +4,7 @@ package kava.kavadist.v1beta1; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/kavadist/types"; +option go_package = "github.com/0glabs/0g-chain/x/kavadist/types"; // CommunityPoolMultiSpendProposal spends from the community pool by sending to one or more // addresses diff --git a/proto/kava/kavadist/v1beta1/query.proto b/proto/kava/kavadist/v1beta1/query.proto index 65838587..a77071d1 100644 --- a/proto/kava/kavadist/v1beta1/query.proto +++ b/proto/kava/kavadist/v1beta1/query.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "kava/kavadist/v1beta1/params.proto"; -option go_package = "github.com/kava-labs/kava/x/kavadist/types"; +option go_package = "github.com/0glabs/0g-chain/x/kavadist/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/kava/liquid/v1beta1/query.proto b/proto/kava/liquid/v1beta1/query.proto index e528dd35..d2560290 100644 --- a/proto/kava/liquid/v1beta1/query.proto +++ b/proto/kava/liquid/v1beta1/query.proto @@ -6,7 +6,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; -option go_package = "github.com/kava-labs/kava/x/liquid/types"; +option go_package = "github.com/0glabs/0g-chain/x/liquid/types"; option (gogoproto.goproto_getters_all) = false; // Query defines the gRPC querier service for liquid module diff --git a/proto/kava/liquid/v1beta1/tx.proto b/proto/kava/liquid/v1beta1/tx.proto index 077e2b0b..abbac641 100644 --- a/proto/kava/liquid/v1beta1/tx.proto +++ b/proto/kava/liquid/v1beta1/tx.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/liquid/types"; +option go_package = "github.com/0glabs/0g-chain/x/liquid/types"; // Msg defines the liquid Msg service. service Msg { diff --git a/proto/kava/pricefeed/v1beta1/genesis.proto b/proto/kava/pricefeed/v1beta1/genesis.proto index 84e263e8..721c4451 100644 --- a/proto/kava/pricefeed/v1beta1/genesis.proto +++ b/proto/kava/pricefeed/v1beta1/genesis.proto @@ -4,7 +4,7 @@ package kava.pricefeed.v1beta1; import "gogoproto/gogo.proto"; import "kava/pricefeed/v1beta1/store.proto"; -option go_package = "github.com/kava-labs/kava/x/pricefeed/types"; +option go_package = "github.com/0glabs/0g-chain/x/pricefeed/types"; option (gogoproto.equal_all) = true; option (gogoproto.verbose_equal_all) = true; diff --git a/proto/kava/pricefeed/v1beta1/query.proto b/proto/kava/pricefeed/v1beta1/query.proto index eecc9bc8..80a559b1 100644 --- a/proto/kava/pricefeed/v1beta1/query.proto +++ b/proto/kava/pricefeed/v1beta1/query.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "google/protobuf/timestamp.proto"; import "kava/pricefeed/v1beta1/store.proto"; -option go_package = "github.com/kava-labs/kava/x/pricefeed/types"; +option go_package = "github.com/0glabs/0g-chain/x/pricefeed/types"; option (gogoproto.equal_all) = true; option (gogoproto.verbose_equal_all) = true; diff --git a/proto/kava/pricefeed/v1beta1/store.proto b/proto/kava/pricefeed/v1beta1/store.proto index ebe04337..76ed63c7 100644 --- a/proto/kava/pricefeed/v1beta1/store.proto +++ b/proto/kava/pricefeed/v1beta1/store.proto @@ -5,7 +5,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/kava-labs/kava/x/pricefeed/types"; +option go_package = "github.com/0glabs/0g-chain/x/pricefeed/types"; option (gogoproto.equal_all) = true; option (gogoproto.verbose_equal_all) = true; diff --git a/proto/kava/pricefeed/v1beta1/tx.proto b/proto/kava/pricefeed/v1beta1/tx.proto index 66da318a..ccbcfb72 100644 --- a/proto/kava/pricefeed/v1beta1/tx.proto +++ b/proto/kava/pricefeed/v1beta1/tx.proto @@ -4,7 +4,7 @@ package kava.pricefeed.v1beta1; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/kava-labs/kava/x/pricefeed/types"; +option go_package = "github.com/0glabs/0g-chain/x/pricefeed/types"; option (gogoproto.equal_all) = true; option (gogoproto.verbose_equal_all) = true; diff --git a/proto/kava/router/v1beta1/tx.proto b/proto/kava/router/v1beta1/tx.proto index da387f7d..7ae32d93 100644 --- a/proto/kava/router/v1beta1/tx.proto +++ b/proto/kava/router/v1beta1/tx.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/router/types"; +option go_package = "github.com/0glabs/0g-chain/x/router/types"; option (gogoproto.goproto_getters_all) = false; // Msg defines the router Msg service. diff --git a/proto/kava/savings/v1beta1/genesis.proto b/proto/kava/savings/v1beta1/genesis.proto index 26164add..0bf5a97c 100644 --- a/proto/kava/savings/v1beta1/genesis.proto +++ b/proto/kava/savings/v1beta1/genesis.proto @@ -4,7 +4,7 @@ package kava.savings.v1beta1; import "gogoproto/gogo.proto"; import "kava/savings/v1beta1/store.proto"; -option go_package = "github.com/kava-labs/kava/x/savings/types"; +option go_package = "github.com/0glabs/0g-chain/x/savings/types"; // GenesisState defines the savings module's genesis state. message GenesisState { diff --git a/proto/kava/savings/v1beta1/query.proto b/proto/kava/savings/v1beta1/query.proto index fa3aff55..f1068f8d 100644 --- a/proto/kava/savings/v1beta1/query.proto +++ b/proto/kava/savings/v1beta1/query.proto @@ -8,7 +8,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "kava/savings/v1beta1/store.proto"; -option go_package = "github.com/kava-labs/kava/x/savings/types"; +option go_package = "github.com/0glabs/0g-chain/x/savings/types"; // Query defines the gRPC querier service for savings module service Query { diff --git a/proto/kava/savings/v1beta1/store.proto b/proto/kava/savings/v1beta1/store.proto index 7beeee10..ddc0c372 100644 --- a/proto/kava/savings/v1beta1/store.proto +++ b/proto/kava/savings/v1beta1/store.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/savings/types"; +option go_package = "github.com/0glabs/0g-chain/x/savings/types"; option (gogoproto.goproto_getters_all) = false; // Params defines the parameters for the savings module. diff --git a/proto/kava/savings/v1beta1/tx.proto b/proto/kava/savings/v1beta1/tx.proto index 35ab38dc..009895d4 100644 --- a/proto/kava/savings/v1beta1/tx.proto +++ b/proto/kava/savings/v1beta1/tx.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/savings/types"; +option go_package = "github.com/0glabs/0g-chain/x/savings/types"; // Msg defines the savings Msg service. service Msg { diff --git a/proto/kava/swap/v1beta1/genesis.proto b/proto/kava/swap/v1beta1/genesis.proto index dfdb5cb9..7b87c61d 100644 --- a/proto/kava/swap/v1beta1/genesis.proto +++ b/proto/kava/swap/v1beta1/genesis.proto @@ -4,7 +4,7 @@ package kava.swap.v1beta1; import "gogoproto/gogo.proto"; import "kava/swap/v1beta1/swap.proto"; -option go_package = "github.com/kava-labs/kava/x/swap/types"; +option go_package = "github.com/0glabs/0g-chain/x/swap/types"; // GenesisState defines the swap module's genesis state. message GenesisState { diff --git a/proto/kava/swap/v1beta1/query.proto b/proto/kava/swap/v1beta1/query.proto index 63a0f8fb..e021c683 100644 --- a/proto/kava/swap/v1beta1/query.proto +++ b/proto/kava/swap/v1beta1/query.proto @@ -8,7 +8,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "kava/swap/v1beta1/swap.proto"; -option go_package = "github.com/kava-labs/kava/x/swap/types"; +option go_package = "github.com/0glabs/0g-chain/x/swap/types"; // Query defines the gRPC querier service for swap module service Query { diff --git a/proto/kava/swap/v1beta1/swap.proto b/proto/kava/swap/v1beta1/swap.proto index 4e295d8e..edec360c 100644 --- a/proto/kava/swap/v1beta1/swap.proto +++ b/proto/kava/swap/v1beta1/swap.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/swap/types"; +option go_package = "github.com/0glabs/0g-chain/x/swap/types"; // Params defines the parameters for the swap module. message Params { diff --git a/proto/kava/swap/v1beta1/tx.proto b/proto/kava/swap/v1beta1/tx.proto index 7980b66c..d52ec9b7 100644 --- a/proto/kava/swap/v1beta1/tx.proto +++ b/proto/kava/swap/v1beta1/tx.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/kava-labs/kava/x/swap/types"; +option go_package = "github.com/0glabs/0g-chain/x/swap/types"; // Msg defines the swap Msg service. service Msg { diff --git a/proto/kava/validatorvesting/v1beta1/query.proto b/proto/kava/validatorvesting/v1beta1/query.proto index 406c0713..2db2751e 100644 --- a/proto/kava/validatorvesting/v1beta1/query.proto +++ b/proto/kava/validatorvesting/v1beta1/query.proto @@ -5,7 +5,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; -option go_package = "github.com/kava-labs/kava/x/validator-vesting/types"; +option go_package = "github.com/0glabs/0g-chain/x/validator-vesting/types"; option (gogoproto.goproto_getters_all) = false; // Query defines the gRPC querier service for validator-vesting module diff --git a/tests/e2e/e2e_community_update_params_test.go b/tests/e2e/e2e_community_update_params_test.go index 59fe0ccb..9fa1262d 100644 --- a/tests/e2e/e2e_community_update_params_test.go +++ b/tests/e2e/e2e_community_update_params_test.go @@ -12,9 +12,9 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" govv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1" - "github.com/kava-labs/kava/tests/e2e/testutil" - "github.com/kava-labs/kava/tests/util" - communitytypes "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/tests/e2e/testutil" + "github.com/0glabs/0g-chain/tests/util" + communitytypes "github.com/0glabs/0g-chain/x/community/types" ) func (suite *IntegrationTestSuite) TestCommunityUpdateParams_NonAuthority() { diff --git a/tests/e2e/e2e_convert_cosmos_coins_test.go b/tests/e2e/e2e_convert_cosmos_coins_test.go index aca92140..3f3aa7e5 100644 --- a/tests/e2e/e2e_convert_cosmos_coins_test.go +++ b/tests/e2e/e2e_convert_cosmos_coins_test.go @@ -12,9 +12,9 @@ import ( ethtypes "github.com/ethereum/go-ethereum/core/types" - "github.com/kava-labs/kava/tests/e2e/testutil" - "github.com/kava-labs/kava/tests/util" - evmutiltypes "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/tests/e2e/testutil" + "github.com/0glabs/0g-chain/tests/util" + evmutiltypes "github.com/0glabs/0g-chain/x/evmutil/types" ) const initialCosmosCoinConversionDenomFunds = int64(1e4) diff --git a/tests/e2e/e2e_evm_contracts_test.go b/tests/e2e/e2e_evm_contracts_test.go index 404891a1..5e0163d5 100644 --- a/tests/e2e/e2e_evm_contracts_test.go +++ b/tests/e2e/e2e_evm_contracts_test.go @@ -10,12 +10,12 @@ import ( txtypes "github.com/cosmos/cosmos-sdk/types/tx" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - "github.com/kava-labs/kava/app" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - evmutiltypes "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/app" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + evmutiltypes "github.com/0glabs/0g-chain/x/evmutil/types" - "github.com/kava-labs/kava/tests/e2e/contracts/greeter" - "github.com/kava-labs/kava/tests/util" + "github.com/0glabs/0g-chain/tests/e2e/contracts/greeter" + "github.com/0glabs/0g-chain/tests/util" ) func (suite *IntegrationTestSuite) TestEthCallToGreeterContract() { diff --git a/tests/e2e/e2e_grpc_client_query_test.go b/tests/e2e/e2e_grpc_client_query_test.go index b066c9fa..a565bc89 100644 --- a/tests/e2e/e2e_grpc_client_query_test.go +++ b/tests/e2e/e2e_grpc_client_query_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - evmutiltypes "github.com/kava-labs/kava/x/evmutil/types" + evmutiltypes "github.com/0glabs/0g-chain/x/evmutil/types" ) func (suite *IntegrationTestSuite) TestGrpcClientQueryCosmosModule_Balance() { diff --git a/tests/e2e/e2e_min_fees_test.go b/tests/e2e/e2e_min_fees_test.go index 0ff51ce8..5d23797c 100644 --- a/tests/e2e/e2e_min_fees_test.go +++ b/tests/e2e/e2e_min_fees_test.go @@ -12,8 +12,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" ethtypes "github.com/ethereum/go-ethereum/core/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/tests/util" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/tests/util" ) func (suite *IntegrationTestSuite) TestEthGasPriceReturnsMinFee() { diff --git a/tests/e2e/e2e_test.go b/tests/e2e/e2e_test.go index 63e63c46..f043335a 100644 --- a/tests/e2e/e2e_test.go +++ b/tests/e2e/e2e_test.go @@ -18,9 +18,9 @@ import ( ethtypes "github.com/ethereum/go-ethereum/core/types" emtypes "github.com/evmos/ethermint/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/tests/e2e/testutil" - "github.com/kava-labs/kava/tests/util" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/tests/e2e/testutil" + "github.com/0glabs/0g-chain/tests/util" ) var ( diff --git a/tests/e2e/e2e_upgrade_handler_test.go b/tests/e2e/e2e_upgrade_handler_test.go index d0da1910..b22569c7 100644 --- a/tests/e2e/e2e_upgrade_handler_test.go +++ b/tests/e2e/e2e_upgrade_handler_test.go @@ -3,12 +3,12 @@ package e2e_test import ( "time" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtypes "github.com/cometbft/cometbft/types" sdk "github.com/cosmos/cosmos-sdk/types" consensustypes "github.com/cosmos/cosmos-sdk/x/consensus/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1" - cdptypes "github.com/kava-labs/kava/x/cdp/types" ) func (suite *IntegrationTestSuite) TestUpgradeParams_SDK() { diff --git a/tests/e2e/readme.md b/tests/e2e/readme.md index 1c0c6774..ff43e0a2 100644 --- a/tests/e2e/readme.md +++ b/tests/e2e/readme.md @@ -98,5 +98,5 @@ height. The chain runs until that height and then is shutdown due to needing the is restarted with the local repo's Kava code and the upgrade is run. Once completed, the whole test suite is run. -For a full example of how this looks, see [this commit](https://github.com/Kava-Labs/kava/commit/5da48c892f0a5837141fc7de88632c7c68fff4ae) -on the [example/e2e-test-upgrade-handler](https://github.com/Kava-Labs/kava/tree/example/e2e-test-upgrade-handler) branch. +For a full example of how this looks, see [this commit](https://github.com/0glabs/0g-chain/commit/5da48c892f0a5837141fc7de88632c7c68fff4ae) +on the [example/e2e-test-upgrade-handler](https://github.com/0glabs/0g-chain/tree/example/e2e-test-upgrade-handler) branch. diff --git a/tests/e2e/runner/live.go b/tests/e2e/runner/live.go index ecefd731..e9a1da28 100644 --- a/tests/e2e/runner/live.go +++ b/tests/e2e/runner/live.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/grpc/tmservice" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/kava-labs/kava/client/grpc" + "github.com/0glabs/0g-chain/client/grpc" ) // LiveNodeRunnerConfig implements NodeRunner. diff --git a/tests/e2e/testutil/account.go b/tests/e2e/testutil/account.go index 3db20ef5..ca67e2ad 100644 --- a/tests/e2e/testutil/account.go +++ b/tests/e2e/testutil/account.go @@ -28,8 +28,8 @@ import ( emtests "github.com/evmos/ethermint/tests" emtypes "github.com/evmos/ethermint/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/tests/util" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/tests/util" ) // SigningAccount wraps details about an account and its private keys. diff --git a/tests/e2e/testutil/chain.go b/tests/e2e/testutil/chain.go index c0586070..3e4a5153 100644 --- a/tests/e2e/testutil/chain.go +++ b/tests/e2e/testutil/chain.go @@ -21,11 +21,11 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/ethclient" - "github.com/kava-labs/kava/app" - kavaparams "github.com/kava-labs/kava/app/params" - "github.com/kava-labs/kava/client/grpc" - "github.com/kava-labs/kava/tests/e2e/runner" - "github.com/kava-labs/kava/tests/util" + "github.com/0glabs/0g-chain/app" + kavaparams "github.com/0glabs/0g-chain/app/params" + "github.com/0glabs/0g-chain/client/grpc" + "github.com/0glabs/0g-chain/tests/e2e/runner" + "github.com/0glabs/0g-chain/tests/util" ) // Chain wraps query clients & accounts for a network diff --git a/tests/e2e/testutil/init_evm.go b/tests/e2e/testutil/init_evm.go index 61baaebf..ed20e1a0 100644 --- a/tests/e2e/testutil/init_evm.go +++ b/tests/e2e/testutil/init_evm.go @@ -7,9 +7,9 @@ import ( "github.com/ethereum/go-ethereum/common" - "github.com/kava-labs/kava/tests/e2e/contracts/greeter" - "github.com/kava-labs/kava/x/cdp/types" - evmutiltypes "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/tests/e2e/contracts/greeter" + "github.com/0glabs/0g-chain/x/cdp/types" + evmutiltypes "github.com/0glabs/0g-chain/x/evmutil/types" ) // InitKavaEvmData is run after the chain is running, but before the tests are run. diff --git a/tests/e2e/testutil/suite.go b/tests/e2e/testutil/suite.go index 5c0d93bb..02238590 100644 --- a/tests/e2e/testutil/suite.go +++ b/tests/e2e/testutil/suite.go @@ -10,9 +10,9 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/tests/e2e/runner" - "github.com/kava-labs/kava/tests/util" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/tests/e2e/runner" + "github.com/0glabs/0g-chain/tests/util" ) const ( diff --git a/tests/util/addresses_test.go b/tests/util/addresses_test.go index 85574d7e..3a89c4a5 100644 --- a/tests/util/addresses_test.go +++ b/tests/util/addresses_test.go @@ -8,8 +8,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/ethereum/go-ethereum/common" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/tests/util" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/tests/util" ) func TestAddressConversion(t *testing.T) { diff --git a/tests/util/sdksigner.go b/tests/util/sdksigner.go index a37676ff..c5e97f36 100644 --- a/tests/util/sdksigner.go +++ b/tests/util/sdksigner.go @@ -6,7 +6,7 @@ import ( "fmt" "time" - "github.com/kava-labs/kava/app/params" + "github.com/0glabs/0g-chain/app/params" "google.golang.org/grpc/codes" grpcstatus "google.golang.org/grpc/status" diff --git a/x/auction/abci.go b/x/auction/abci.go index 6203f6d1..1756a83e 100644 --- a/x/auction/abci.go +++ b/x/auction/abci.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/auction/keeper" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/x/auction/keeper" + "github.com/0glabs/0g-chain/x/auction/types" ) // BeginBlocker closes all expired auctions at the end of each block. It panics if diff --git a/x/auction/abci_test.go b/x/auction/abci_test.go index e1b38470..6083a440 100644 --- a/x/auction/abci_test.go +++ b/x/auction/abci_test.go @@ -8,9 +8,9 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/auction" - "github.com/kava-labs/kava/x/auction/testutil" - types "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/x/auction" + "github.com/0glabs/0g-chain/x/auction/testutil" + types "github.com/0glabs/0g-chain/x/auction/types" ) type abciTestSuite struct { diff --git a/x/auction/client/cli/query.go b/x/auction/client/cli/query.go index 032e4f4e..6a8e42bf 100644 --- a/x/auction/client/cli/query.go +++ b/x/auction/client/cli/query.go @@ -13,7 +13,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/x/auction/types" ) // GetQueryCmd returns the cli query commands for the auction module diff --git a/x/auction/client/cli/tx.go b/x/auction/client/cli/tx.go index 49313450..1569919f 100644 --- a/x/auction/client/cli/tx.go +++ b/x/auction/client/cli/tx.go @@ -12,7 +12,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/x/auction/types" ) // GetTxCmd returns the transaction cli commands for this module diff --git a/x/auction/genesis.go b/x/auction/genesis.go index f484d7d3..57bd0a64 100644 --- a/x/auction/genesis.go +++ b/x/auction/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/auction/keeper" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/x/auction/keeper" + "github.com/0glabs/0g-chain/x/auction/types" ) // InitGenesis initializes the store state from a genesis state. diff --git a/x/auction/genesis_test.go b/x/auction/genesis_test.go index b8d32399..09f24704 100644 --- a/x/auction/genesis_test.go +++ b/x/auction/genesis_test.go @@ -12,9 +12,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/auction" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/auction" + "github.com/0glabs/0g-chain/x/auction/types" ) var ( diff --git a/x/auction/keeper/auctions.go b/x/auction/keeper/auctions.go index 78af906b..e45b36be 100644 --- a/x/auction/keeper/auctions.go +++ b/x/auction/keeper/auctions.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/x/auction/types" ) // StartSurplusAuction starts a new surplus (forward) auction. diff --git a/x/auction/keeper/auctions_test.go b/x/auction/keeper/auctions_test.go index b61836c3..a159f7b8 100644 --- a/x/auction/keeper/auctions_test.go +++ b/x/auction/keeper/auctions_test.go @@ -9,8 +9,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/kava-labs/kava/x/auction/testutil" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/x/auction/testutil" + "github.com/0glabs/0g-chain/x/auction/types" ) type auctionTestSuite struct { diff --git a/x/auction/keeper/bidding_test.go b/x/auction/keeper/bidding_test.go index 5918e62c..3c0069d5 100644 --- a/x/auction/keeper/bidding_test.go +++ b/x/auction/keeper/bidding_test.go @@ -12,8 +12,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/auction/types" ) type AuctionType int diff --git a/x/auction/keeper/grpc_query.go b/x/auction/keeper/grpc_query.go index be3e7b8c..e27502c7 100644 --- a/x/auction/keeper/grpc_query.go +++ b/x/auction/keeper/grpc_query.go @@ -13,7 +13,7 @@ import ( proto "github.com/cosmos/gogoproto/proto" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/x/auction/types" ) type queryServer struct { diff --git a/x/auction/keeper/grpc_query_test.go b/x/auction/keeper/grpc_query_test.go index 12a25aec..b870753e 100644 --- a/x/auction/keeper/grpc_query_test.go +++ b/x/auction/keeper/grpc_query_test.go @@ -7,10 +7,10 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/auction/keeper" + "github.com/0glabs/0g-chain/x/auction/types" tmproto "github.com/cometbft/cometbft/proto/tendermint/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/auction/keeper" - "github.com/kava-labs/kava/x/auction/types" "github.com/stretchr/testify/require" ) diff --git a/x/auction/keeper/invariants.go b/x/auction/keeper/invariants.go index d83ecbc7..f694c0be 100644 --- a/x/auction/keeper/invariants.go +++ b/x/auction/keeper/invariants.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/x/auction/types" ) // RegisterInvariants registers all staking invariants diff --git a/x/auction/keeper/keeper.go b/x/auction/keeper/keeper.go index 4b922ecc..1e792c1f 100644 --- a/x/auction/keeper/keeper.go +++ b/x/auction/keeper/keeper.go @@ -12,7 +12,7 @@ import ( "github.com/cometbft/cometbft/libs/log" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/x/auction/types" ) type Keeper struct { diff --git a/x/auction/keeper/keeper_test.go b/x/auction/keeper/keeper_test.go index 16aab50a..4c7d5c39 100644 --- a/x/auction/keeper/keeper_test.go +++ b/x/auction/keeper/keeper_test.go @@ -8,8 +8,8 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/auction/types" ) func SetGetDeleteAuction(t *testing.T) { diff --git a/x/auction/keeper/msg_server.go b/x/auction/keeper/msg_server.go index d2a0267d..6acbd34b 100644 --- a/x/auction/keeper/msg_server.go +++ b/x/auction/keeper/msg_server.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/x/auction/types" ) type msgServer struct { diff --git a/x/auction/keeper/params.go b/x/auction/keeper/params.go index 3ffc3da4..9341e3bc 100644 --- a/x/auction/keeper/params.go +++ b/x/auction/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/x/auction/types" ) func (k Keeper) SetParams(ctx sdk.Context, params types.Params) { diff --git a/x/auction/legacy/v0_16/codec.go b/x/auction/legacy/v0_16/codec.go index 440aaa6a..cb993158 100644 --- a/x/auction/legacy/v0_16/codec.go +++ b/x/auction/legacy/v0_16/codec.go @@ -1,8 +1,8 @@ package types import ( + v017auction "github.com/0glabs/0g-chain/x/auction/types" types "github.com/cosmos/cosmos-sdk/codec/types" - v017auction "github.com/kava-labs/kava/x/auction/types" ) func RegisterInterfaces(registry types.InterfaceRegistry) { diff --git a/x/auction/legacy/v0_17/migrate.go b/x/auction/legacy/v0_17/migrate.go index 3c4002d1..fb547c95 100644 --- a/x/auction/legacy/v0_17/migrate.go +++ b/x/auction/legacy/v0_17/migrate.go @@ -1,8 +1,8 @@ package v0_17 import ( - v016auction "github.com/kava-labs/kava/x/auction/legacy/v0_16" - v017auction "github.com/kava-labs/kava/x/auction/types" + v016auction "github.com/0glabs/0g-chain/x/auction/legacy/v0_16" + v017auction "github.com/0glabs/0g-chain/x/auction/types" ) func Migrate(oldState v016auction.GenesisState) *v017auction.GenesisState { diff --git a/x/auction/module.go b/x/auction/module.go index c18b968b..68dbaaad 100644 --- a/x/auction/module.go +++ b/x/auction/module.go @@ -15,9 +15,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/kava-labs/kava/x/auction/client/cli" - "github.com/kava-labs/kava/x/auction/keeper" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/x/auction/client/cli" + "github.com/0glabs/0g-chain/x/auction/keeper" + "github.com/0glabs/0g-chain/x/auction/types" ) var ( diff --git a/x/auction/testutil/suite.go b/x/auction/testutil/suite.go index d4373c4d..2e44e3a1 100644 --- a/x/auction/testutil/suite.go +++ b/x/auction/testutil/suite.go @@ -13,9 +13,9 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/auction/keeper" - "github.com/kava-labs/kava/x/auction/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/auction/keeper" + "github.com/0glabs/0g-chain/x/auction/types" ) // Suite implements a test suite for the kavadist module integration tests diff --git a/x/auction/types/auction.pb.go b/x/auction/types/auction.pb.go index 8e7191d1..70d13504 100644 --- a/x/auction/types/auction.pb.go +++ b/x/auction/types/auction.pb.go @@ -252,49 +252,49 @@ func init() { } var fileDescriptor_b9b5dac2c776ef9e = []byte{ - // 657 bytes of a gzipped FileDescriptorProto + // 662 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x54, 0xcd, 0x6e, 0xd3, 0x4a, - 0x14, 0xce, 0x24, 0xbd, 0x49, 0x3a, 0xae, 0xee, 0x55, 0xe6, 0x56, 0xc8, 0xad, 0x90, 0x1d, 0xba, - 0x80, 0x80, 0x14, 0x5b, 0x2d, 0x1b, 0xc4, 0x06, 0xd5, 0x2d, 0xd0, 0x6e, 0xba, 0x30, 0x48, 0x48, - 0x6c, 0xcc, 0xd8, 0x33, 0x75, 0x46, 0xb5, 0x3d, 0x91, 0x67, 0x52, 0xd2, 0xb7, 0xe8, 0xc3, 0x74, - 0xc5, 0x1e, 0xa9, 0xaa, 0x84, 0x54, 0xb1, 0x42, 0x2c, 0x02, 0xa4, 0x6f, 0xc1, 0x0a, 0x8d, 0x3d, - 0x6e, 0x1b, 0xd1, 0x45, 0x90, 0x60, 0xc1, 0x2a, 0x3e, 0xdf, 0x9c, 0xf3, 0x7d, 0xe7, 0x37, 0x70, - 0xed, 0x00, 0x1f, 0x62, 0x17, 0x8f, 0x22, 0xc9, 0x78, 0xe6, 0x1e, 0xae, 0x87, 0x54, 0xe2, 0xf5, - 0xca, 0x76, 0x86, 0x39, 0x97, 0x1c, 0x2d, 0x2b, 0x1f, 0xa7, 0xc2, 0xb4, 0xcf, 0xaa, 0x15, 0x71, - 0x91, 0x72, 0xe1, 0x86, 0x58, 0xd0, 0xcb, 0xc0, 0x88, 0x33, 0x1d, 0xb5, 0xba, 0x52, 0xbe, 0x07, - 0x85, 0xe5, 0x96, 0x86, 0x7e, 0x5a, 0x8e, 0x79, 0xcc, 0x4b, 0x5c, 0x7d, 0x69, 0xd4, 0x8e, 0x39, - 0x8f, 0x13, 0xea, 0x16, 0x56, 0x38, 0xda, 0x77, 0x25, 0x4b, 0xa9, 0x90, 0x38, 0x1d, 0x96, 0x0e, - 0x6b, 0x1f, 0x1a, 0xd0, 0xf0, 0xb0, 0xa0, 0x9b, 0x65, 0x26, 0xe8, 0x16, 0xac, 0x33, 0x62, 0x82, - 0x2e, 0xe8, 0x2d, 0x78, 0xcd, 0xe9, 0xc4, 0xae, 0xef, 0x6e, 0xfb, 0x75, 0x46, 0xd0, 0x6d, 0xb8, - 0xc8, 0x32, 0x26, 0x19, 0x96, 0x3c, 0x37, 0xeb, 0x5d, 0xd0, 0x5b, 0xf4, 0xaf, 0x00, 0xb4, 0x0e, - 0x1b, 0x09, 0x97, 0x66, 0xa3, 0x0b, 0x7a, 0xc6, 0xc6, 0x8a, 0xa3, 0x13, 0x53, 0x55, 0x54, 0xa5, - 0x39, 0x5b, 0x9c, 0x65, 0xde, 0xc2, 0xe9, 0xc4, 0xae, 0xf9, 0xca, 0x17, 0xbd, 0x81, 0xcd, 0x90, - 0x11, 0x42, 0x73, 0x73, 0xa1, 0x0b, 0x7a, 0x4b, 0xde, 0xce, 0xf7, 0x89, 0xdd, 0x8f, 0x99, 0x1c, - 0x8c, 0x42, 0x27, 0xe2, 0xa9, 0x2e, 0x4e, 0xff, 0xf4, 0x05, 0x39, 0x70, 0xe5, 0xd1, 0x90, 0x0a, - 0x67, 0x33, 0x8a, 0x36, 0x09, 0xc9, 0xa9, 0x10, 0x1f, 0x4f, 0xfa, 0xff, 0x6b, 0x25, 0x8d, 0x78, - 0x47, 0x92, 0x0a, 0x5f, 0xf3, 0xaa, 0xa4, 0x42, 0x46, 0xcc, 0x7f, 0xe6, 0x4c, 0x2a, 0x64, 0x04, - 0x3d, 0x80, 0x9d, 0x01, 0x16, 0x41, 0x4e, 0x23, 0xca, 0x0e, 0x29, 0x09, 0x42, 0x46, 0x84, 0xd9, - 0xec, 0x82, 0x5e, 0xdb, 0xff, 0x6f, 0x80, 0x85, 0xaf, 0x71, 0x8f, 0x11, 0x81, 0x9e, 0xc0, 0x36, - 0xcd, 0x48, 0xa0, 0x1a, 0x6a, 0xb6, 0x0a, 0x8d, 0x55, 0xa7, 0xec, 0xb6, 0x53, 0x75, 0xdb, 0x79, - 0x59, 0x75, 0xdb, 0x6b, 0x2b, 0x91, 0xe3, 0x2f, 0x36, 0xf0, 0x5b, 0x34, 0x23, 0x0a, 0x47, 0xcf, - 0xe0, 0x52, 0x8a, 0xc7, 0xc1, 0x25, 0x49, 0xfb, 0x17, 0x48, 0x60, 0x8a, 0xc7, 0x4f, 0x4b, 0x9e, - 0xc7, 0xc6, 0xd9, 0x49, 0xbf, 0xa5, 0xe7, 0xb7, 0x96, 0xc2, 0x7f, 0x5f, 0x8c, 0xf2, 0x61, 0x32, - 0x12, 0xd5, 0x44, 0xf7, 0xe0, 0x92, 0xaa, 0x39, 0xd0, 0xbb, 0x56, 0xcc, 0xd6, 0xd8, 0xb8, 0xe3, - 0xdc, 0xb4, 0x80, 0xce, 0xb5, 0x55, 0x28, 0xd5, 0xce, 0x27, 0x36, 0xf0, 0x8d, 0xf0, 0x0a, 0x9e, - 0x95, 0x7b, 0x07, 0xa0, 0xb1, 0x4d, 0x43, 0xf9, 0x87, 0xc4, 0xd0, 0x1e, 0x44, 0x11, 0xcf, 0x73, - 0x2a, 0x86, 0x3c, 0x23, 0x2c, 0x8b, 0x03, 0x42, 0x43, 0x59, 0xec, 0xdf, 0x1c, 0x23, 0xed, 0xcc, - 0x84, 0xaa, 0x34, 0x67, 0x93, 0x3f, 0xab, 0xc3, 0xce, 0x16, 0x4f, 0x12, 0x2c, 0x69, 0x8e, 0x93, - 0xbf, 0xa4, 0x04, 0xf4, 0x08, 0xb6, 0xd4, 0xda, 0xa8, 0xd5, 0x9e, 0xf3, 0xde, 0x9a, 0x29, 0x1e, - 0x7b, 0x8c, 0xa0, 0x3d, 0x68, 0x24, 0x5c, 0x06, 0x39, 0x95, 0xa3, 0x3c, 0x13, 0xc5, 0xdd, 0x19, - 0x1b, 0xf7, 0x6e, 0x2e, 0xec, 0x15, 0x65, 0xf1, 0x40, 0x52, 0xa2, 0x2f, 0x8b, 0x0a, 0xcd, 0x05, - 0x13, 0x2e, 0xfd, 0x92, 0x60, 0xb6, 0x99, 0xef, 0x01, 0xec, 0xfc, 0x14, 0x84, 0xf6, 0xe1, 0x22, - 0xae, 0x0c, 0x13, 0x74, 0x1b, 0xbf, 0xf5, 0xd0, 0xaf, 0xa8, 0xd1, 0x0e, 0x6c, 0xbd, 0x2d, 0xc4, - 0x85, 0x59, 0x2f, 0x54, 0x1c, 0x95, 0xed, 0xe7, 0x89, 0x7d, 0x77, 0x0e, 0xa5, 0xdd, 0x4c, 0xfa, - 0x55, 0xb8, 0xf7, 0xfc, 0xf4, 0x9b, 0x55, 0x3b, 0x9d, 0x5a, 0xe0, 0x7c, 0x6a, 0x81, 0xaf, 0x53, - 0x0b, 0x1c, 0x5f, 0x58, 0xb5, 0xf3, 0x0b, 0xab, 0xf6, 0xe9, 0xc2, 0xaa, 0xbd, 0xbe, 0x7f, 0x8d, - 0x4e, 0xf5, 0xad, 0x9f, 0xe0, 0x50, 0x14, 0x5f, 0xee, 0xf8, 0xf2, 0x1f, 0xbf, 0x60, 0x0d, 0x9b, - 0xc5, 0x01, 0x3f, 0xfc, 0x11, 0x00, 0x00, 0xff, 0xff, 0x87, 0x6d, 0x9c, 0x17, 0x0e, 0x06, 0x00, - 0x00, + 0x14, 0xce, 0x24, 0xbd, 0x49, 0x3a, 0xae, 0xee, 0x55, 0xe6, 0x56, 0x57, 0x6e, 0x75, 0x65, 0x87, + 0x2e, 0x20, 0xaa, 0x14, 0xbb, 0x2d, 0x1b, 0xc4, 0x06, 0xd5, 0x2d, 0xa8, 0xdd, 0x74, 0x61, 0x90, + 0x90, 0xd8, 0x98, 0xb1, 0x67, 0xea, 0x8c, 0x6a, 0x7b, 0x22, 0xcf, 0xa4, 0xa4, 0x6f, 0xd1, 0x87, + 0xe9, 0x8a, 0x3d, 0x52, 0x55, 0x09, 0xa9, 0x62, 0x85, 0x58, 0x04, 0x48, 0xdf, 0x82, 0x15, 0x1a, + 0x7b, 0xdc, 0x36, 0xa2, 0x8b, 0x20, 0xc1, 0x82, 0x55, 0x72, 0xbe, 0x39, 0xe7, 0xfb, 0xce, 0xaf, + 0xe1, 0xda, 0x11, 0x3e, 0xc6, 0x2e, 0x1e, 0x45, 0x92, 0xf1, 0xcc, 0x3d, 0xde, 0x0c, 0xa9, 0xc4, + 0x9b, 0x95, 0xed, 0x0c, 0x73, 0x2e, 0x39, 0x5a, 0x56, 0x3e, 0x4e, 0x85, 0x69, 0x9f, 0x55, 0x2b, + 0xe2, 0x22, 0xe5, 0xc2, 0x0d, 0xb1, 0xa0, 0xd7, 0x81, 0x11, 0x67, 0x3a, 0x6a, 0x75, 0xa5, 0x7c, + 0x0f, 0x0a, 0xcb, 0x2d, 0x0d, 0xfd, 0xb4, 0x1c, 0xf3, 0x98, 0x97, 0xb8, 0xfa, 0xa7, 0x51, 0x3b, + 0xe6, 0x3c, 0x4e, 0xa8, 0x5b, 0x58, 0xe1, 0xe8, 0xd0, 0x95, 0x2c, 0xa5, 0x42, 0xe2, 0x74, 0x58, + 0x3a, 0xac, 0xbd, 0x6f, 0x40, 0xc3, 0xc3, 0x82, 0x6e, 0x97, 0x99, 0xa0, 0xff, 0x60, 0x9d, 0x11, + 0x13, 0x74, 0x41, 0x6f, 0xc1, 0x6b, 0x4e, 0x27, 0x76, 0x7d, 0x7f, 0xd7, 0xaf, 0x33, 0x82, 0xfe, + 0x87, 0x8b, 0x2c, 0x63, 0x92, 0x61, 0xc9, 0x73, 0xb3, 0xde, 0x05, 0xbd, 0x45, 0xff, 0x06, 0x40, + 0x9b, 0xb0, 0x91, 0x70, 0x69, 0x36, 0xba, 0xa0, 0x67, 0x6c, 0xad, 0x38, 0x3a, 0x31, 0x55, 0x45, + 0x55, 0x9a, 0xb3, 0xc3, 0x59, 0xe6, 0x2d, 0x9c, 0x4f, 0xec, 0x9a, 0xaf, 0x7c, 0xd1, 0x6b, 0xd8, + 0x0c, 0x19, 0x21, 0x34, 0x37, 0x17, 0xba, 0xa0, 0xb7, 0xe4, 0xed, 0x7d, 0x9b, 0xd8, 0xfd, 0x98, + 0xc9, 0xc1, 0x28, 0x74, 0x22, 0x9e, 0xea, 0xe2, 0xf4, 0x4f, 0x5f, 0x90, 0x23, 0x57, 0x9e, 0x0c, + 0xa9, 0x70, 0xb6, 0xa3, 0x68, 0x9b, 0x90, 0x9c, 0x0a, 0xf1, 0xe1, 0xac, 0xff, 0xaf, 0x56, 0xd2, + 0x88, 0x77, 0x22, 0xa9, 0xf0, 0x35, 0xaf, 0x4a, 0x2a, 0x64, 0xc4, 0xfc, 0x6b, 0xce, 0xa4, 0x42, + 0x46, 0xd0, 0x3a, 0xec, 0x0c, 0xb0, 0x08, 0x72, 0x1a, 0x51, 0x76, 0x4c, 0x49, 0x10, 0x32, 0x22, + 0xcc, 0x66, 0x17, 0xf4, 0xda, 0xfe, 0x3f, 0x03, 0x2c, 0x7c, 0x8d, 0x7b, 0x8c, 0x08, 0xf4, 0x04, + 0xb6, 0x69, 0x46, 0x02, 0xd5, 0x50, 0xb3, 0x55, 0x68, 0xac, 0x3a, 0x65, 0xb7, 0x9d, 0xaa, 0xdb, + 0xce, 0x8b, 0xaa, 0xdb, 0x5e, 0x5b, 0x89, 0x9c, 0x7e, 0xb6, 0x81, 0xdf, 0xa2, 0x19, 0x51, 0x38, + 0x7a, 0x06, 0x97, 0x52, 0x3c, 0x0e, 0xae, 0x49, 0xda, 0x3f, 0x41, 0x02, 0x53, 0x3c, 0x7e, 0x5a, + 0xf2, 0x3c, 0x36, 0x2e, 0xce, 0xfa, 0x2d, 0x3d, 0xbf, 0xb5, 0x14, 0xfe, 0xfd, 0x7c, 0x94, 0x0f, + 0x93, 0x91, 0xa8, 0x26, 0x7a, 0x00, 0x97, 0x54, 0xcd, 0x81, 0xde, 0xb5, 0x62, 0xb6, 0xc6, 0xd6, + 0x3d, 0xe7, 0xae, 0x05, 0x74, 0x6e, 0xad, 0x42, 0xa9, 0x76, 0x39, 0xb1, 0x81, 0x6f, 0x84, 0x37, + 0xf0, 0xac, 0xdc, 0x5b, 0x00, 0x8d, 0x5d, 0x1a, 0xca, 0xdf, 0x24, 0x86, 0x0e, 0x20, 0x8a, 0x78, + 0x9e, 0x53, 0x31, 0xe4, 0x19, 0x61, 0x59, 0x1c, 0x10, 0x1a, 0xca, 0x62, 0xff, 0xe6, 0x18, 0x69, + 0x67, 0x26, 0x54, 0xa5, 0x39, 0x9b, 0xfc, 0x45, 0x1d, 0x76, 0x76, 0x78, 0x92, 0x60, 0x49, 0x73, + 0x9c, 0xfc, 0x21, 0x25, 0xa0, 0x47, 0xb0, 0xa5, 0xd6, 0x46, 0xad, 0xf6, 0x9c, 0xf7, 0xd6, 0x4c, + 0xf1, 0xd8, 0x63, 0x04, 0x1d, 0x40, 0x23, 0xe1, 0x32, 0xc8, 0xa9, 0x1c, 0xe5, 0x99, 0x28, 0xee, + 0xce, 0xd8, 0x7a, 0x70, 0x77, 0x61, 0x2f, 0x29, 0x8b, 0x07, 0x92, 0x12, 0x7d, 0x59, 0x54, 0x68, + 0x2e, 0x98, 0x70, 0xe9, 0x97, 0x04, 0xb3, 0xcd, 0x7c, 0x07, 0x60, 0xe7, 0x87, 0x20, 0x74, 0x08, + 0x17, 0x71, 0x65, 0x98, 0xa0, 0xdb, 0xf8, 0xa5, 0x87, 0x7e, 0x43, 0x8d, 0xf6, 0x60, 0xeb, 0x4d, + 0x21, 0x2e, 0xcc, 0x7a, 0xa1, 0xe2, 0xa8, 0x6c, 0x3f, 0x4d, 0xec, 0xfb, 0x73, 0x28, 0xed, 0x67, + 0xd2, 0xaf, 0xc2, 0xbd, 0xbd, 0xf3, 0xaf, 0x56, 0xed, 0x7c, 0x6a, 0x81, 0xcb, 0xa9, 0x05, 0xbe, + 0x4c, 0x2d, 0x70, 0x7a, 0x65, 0xd5, 0x2e, 0xaf, 0xac, 0xda, 0xc7, 0x2b, 0xab, 0xf6, 0x6a, 0xfd, + 0x16, 0xdd, 0x46, 0x9c, 0xe0, 0x50, 0xb8, 0x1b, 0x71, 0x3f, 0x1a, 0x60, 0x96, 0xb9, 0xe3, 0xeb, + 0x4f, 0x7e, 0x41, 0x1b, 0x36, 0x8b, 0x0b, 0x7e, 0xf8, 0x3d, 0x00, 0x00, 0xff, 0xff, 0x61, 0xc3, + 0xa5, 0x61, 0x0f, 0x06, 0x00, 0x00, } func (m *BaseAuction) Marshal() (dAtA []byte, err error) { diff --git a/x/auction/types/genesis.pb.go b/x/auction/types/genesis.pb.go index d47b786a..87627e3e 100644 --- a/x/auction/types/genesis.pb.go +++ b/x/auction/types/genesis.pb.go @@ -124,38 +124,39 @@ func init() { } var fileDescriptor_d0e5cb58293042f7 = []byte{ - // 496 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0xc1, 0x6e, 0xd3, 0x30, - 0x18, 0xc7, 0x93, 0x35, 0x94, 0xca, 0xed, 0xc6, 0x30, 0x39, 0xa4, 0x13, 0x4a, 0xab, 0x1e, 0xa6, - 0x72, 0xa8, 0xa3, 0x95, 0x1b, 0xb7, 0x85, 0x4a, 0x13, 0x9c, 0x50, 0xa6, 0x5d, 0xe0, 0x10, 0x39, - 0x89, 0x17, 0xa2, 0x25, 0x71, 0x65, 0x3b, 0xa5, 0x7d, 0x0b, 0x8e, 0x3c, 0x08, 0x87, 0x3d, 0x42, - 0xc5, 0x69, 0x47, 0xc4, 0x61, 0x40, 0xfb, 0x22, 0x28, 0x8e, 0x9b, 0x16, 0xd8, 0x65, 0x3b, 0xd5, - 0xfe, 0xbe, 0xff, 0xf7, 0xfb, 0xff, 0xed, 0x3a, 0x60, 0x70, 0x85, 0x67, 0xd8, 0xc1, 0x45, 0x28, - 0x12, 0x9a, 0x3b, 0xb3, 0x93, 0x80, 0x08, 0x7c, 0xe2, 0xc4, 0x24, 0x27, 0x3c, 0xe1, 0x68, 0xca, - 0xa8, 0xa0, 0xd0, 0x2c, 0x35, 0x48, 0x69, 0x90, 0xd2, 0x1c, 0x75, 0x43, 0xca, 0x33, 0xca, 0x7d, - 0xa9, 0x71, 0xaa, 0x4d, 0x35, 0x70, 0x64, 0xc6, 0x34, 0xa6, 0x55, 0xbd, 0x5c, 0xa9, 0x6a, 0x37, - 0xa6, 0x34, 0x4e, 0x89, 0x23, 0x77, 0x41, 0x71, 0xe9, 0xe0, 0x7c, 0xa1, 0x5a, 0xf6, 0xbf, 0xad, - 0xa8, 0x60, 0x58, 0xba, 0xc9, 0xca, 0xe0, 0x5a, 0x07, 0x9d, 0xb3, 0x2a, 0xd3, 0xb9, 0xc0, 0x82, - 0xc0, 0x63, 0xf0, 0x24, 0x27, 0x73, 0xe1, 0xab, 0x50, 0x7e, 0x12, 0x59, 0x7a, 0x5f, 0x1f, 0x1a, - 0xde, 0x7e, 0x59, 0x3e, 0xad, 0xaa, 0x6f, 0x22, 0xf8, 0x0a, 0x34, 0xa7, 0x98, 0xe1, 0x8c, 0x5b, - 0x7b, 0x7d, 0x7d, 0xd8, 0x1e, 0x3f, 0x47, 0x77, 0x9d, 0x05, 0xbd, 0x93, 0x1a, 0xd7, 0x58, 0xde, - 0xf6, 0x34, 0x4f, 0x4d, 0xc0, 0x09, 0x68, 0x29, 0x1d, 0xb7, 0x1a, 0xfd, 0xc6, 0xb0, 0x3d, 0x36, - 0x51, 0x95, 0x13, 0x6d, 0x72, 0xa2, 0xd3, 0x7c, 0xe1, 0xc2, 0x6f, 0x5f, 0x47, 0x07, 0x2a, 0x9d, - 0x72, 0xf6, 0xea, 0xc9, 0xc1, 0xb5, 0x01, 0x9a, 0x15, 0x1e, 0x5e, 0x00, 0x33, 0xc3, 0xf3, 0x3a, - 0xf3, 0xe6, 0x8c, 0x32, 0x79, 0x7b, 0xdc, 0xfd, 0x0f, 0x3e, 0x51, 0x02, 0xb7, 0x55, 0xe6, 0xfa, - 0xf2, 0xb3, 0xa7, 0x7b, 0x30, 0xc3, 0x73, 0xe5, 0xb1, 0xe9, 0x96, 0xd8, 0x4b, 0xca, 0x3e, 0x61, - 0x16, 0xf9, 0x41, 0x12, 0x6d, 0xb1, 0xcd, 0x7b, 0x60, 0x15, 0xc0, 0x4d, 0xa2, 0x5d, 0x2c, 0x23, - 0x33, 0xc2, 0x38, 0xf9, 0x1b, 0xfb, 0xf8, 0x1e, 0x58, 0x05, 0xd8, 0xc5, 0x7e, 0x00, 0x4f, 0x93, - 0x3c, 0x64, 0x24, 0x23, 0xb9, 0xf0, 0x79, 0xc1, 0xa6, 0x69, 0x51, 0x5e, 0xaf, 0x3e, 0xec, 0xb8, - 0xa8, 0x1c, 0xfc, 0x71, 0xdb, 0x3b, 0x8e, 0x13, 0xf1, 0xb1, 0x08, 0x50, 0x48, 0x33, 0xf5, 0xae, - 0xd4, 0xcf, 0x88, 0x47, 0x57, 0x8e, 0x58, 0x4c, 0x09, 0x47, 0x13, 0x12, 0x7a, 0x87, 0x35, 0xe8, - 0xbc, 0xe2, 0xc0, 0x0b, 0x70, 0xb0, 0x85, 0x47, 0x24, 0x10, 0x96, 0xf1, 0x20, 0xf2, 0x7e, 0x4d, - 0x99, 0x90, 0x40, 0x40, 0x0c, 0xcc, 0x2d, 0x36, 0xa4, 0x69, 0x8a, 0x05, 0x61, 0x38, 0xb5, 0x1e, - 0x3d, 0x08, 0xfe, 0xac, 0x66, 0xbd, 0xae, 0x51, 0x6f, 0x8d, 0xd6, 0xde, 0x61, 0xc3, 0xeb, 0xec, - 0xde, 0xb4, 0x7b, 0xb6, 0xfc, 0x6d, 0x6b, 0xcb, 0x95, 0xad, 0xdf, 0xac, 0x6c, 0xfd, 0xd7, 0xca, - 0xd6, 0x3f, 0xaf, 0x6d, 0xed, 0x66, 0x6d, 0x6b, 0xdf, 0xd7, 0xb6, 0xf6, 0xfe, 0xc5, 0x8e, 0x5d, - 0xf9, 0xa8, 0x47, 0x29, 0x0e, 0xb8, 0x5c, 0x39, 0xf3, 0xfa, 0x83, 0x96, 0xae, 0x41, 0x53, 0xfe, - 0x49, 0x2f, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0xe6, 0x34, 0x3b, 0x9f, 0xed, 0x03, 0x00, 0x00, + // 501 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0xbd, 0x6e, 0xdb, 0x30, + 0x14, 0x85, 0xa5, 0x44, 0x75, 0x0d, 0xda, 0x49, 0x53, 0x56, 0x83, 0x1c, 0x14, 0xb2, 0xe1, 0x21, + 0x30, 0x0a, 0x98, 0x4c, 0xdc, 0xad, 0x5b, 0x54, 0x03, 0xfd, 0x99, 0x0a, 0x05, 0x59, 0xda, 0x41, + 0xa0, 0x24, 0x46, 0x11, 0x22, 0x89, 0x06, 0x49, 0xb9, 0xf6, 0x5b, 0x74, 0xec, 0x83, 0x74, 0xc8, + 0x23, 0x18, 0x9d, 0x32, 0x16, 0x1d, 0xd2, 0xd6, 0x7e, 0x91, 0x42, 0x12, 0x2d, 0xbb, 0x3f, 0x4b, + 0x32, 0x49, 0xbc, 0xf7, 0xdc, 0xef, 0x1c, 0x52, 0x22, 0xe8, 0x5f, 0x91, 0x29, 0xc1, 0x24, 0x0f, + 0x64, 0xcc, 0x32, 0x3c, 0x3d, 0xf1, 0xa9, 0x24, 0x27, 0x38, 0xa2, 0x19, 0x15, 0xb1, 0x40, 0x13, + 0xce, 0x24, 0x83, 0x66, 0xa1, 0x41, 0x4a, 0x83, 0x94, 0xe6, 0xb0, 0x13, 0x30, 0x91, 0x32, 0xe1, + 0x95, 0x1a, 0x5c, 0x2d, 0xaa, 0x81, 0x43, 0x33, 0x62, 0x11, 0xab, 0xea, 0xc5, 0x9b, 0xaa, 0x76, + 0x22, 0xc6, 0xa2, 0x84, 0xe2, 0x72, 0xe5, 0xe7, 0x17, 0x98, 0x64, 0x73, 0xd5, 0xb2, 0xff, 0x6e, + 0x85, 0x39, 0x27, 0xa5, 0x5b, 0x59, 0xe9, 0x5f, 0xeb, 0xa0, 0xfd, 0xaa, 0xca, 0x74, 0x26, 0x89, + 0xa4, 0xf0, 0x08, 0x3c, 0xca, 0xe8, 0x4c, 0x7a, 0x2a, 0x94, 0x17, 0x87, 0x96, 0xde, 0xd3, 0x07, + 0x86, 0xbb, 0x57, 0x94, 0x4f, 0xab, 0xea, 0x9b, 0x10, 0xbe, 0x00, 0x8d, 0x09, 0xe1, 0x24, 0x15, + 0xd6, 0x4e, 0x4f, 0x1f, 0xb4, 0x46, 0x4f, 0xd1, 0xff, 0xf6, 0x82, 0xde, 0x95, 0x1a, 0xc7, 0x58, + 0xdc, 0x76, 0x35, 0x57, 0x4d, 0xc0, 0x31, 0x68, 0x2a, 0x9d, 0xb0, 0x76, 0x7b, 0xbb, 0x83, 0xd6, + 0xc8, 0x44, 0x55, 0x4e, 0xb4, 0xce, 0x89, 0x4e, 0xb3, 0xb9, 0x03, 0xbf, 0x7e, 0x19, 0xee, 0xab, + 0x74, 0xca, 0xd9, 0xad, 0x27, 0xfb, 0xd7, 0x06, 0x68, 0x54, 0x78, 0x78, 0x0e, 0xcc, 0x94, 0xcc, + 0xea, 0xcc, 0xeb, 0x3d, 0x96, 0xc9, 0x5b, 0xa3, 0xce, 0x3f, 0xf0, 0xb1, 0x12, 0x38, 0xcd, 0x22, + 0xd7, 0xe7, 0x1f, 0x5d, 0xdd, 0x85, 0x29, 0x99, 0x29, 0x8f, 0x75, 0xb7, 0xc0, 0x5e, 0x30, 0xfe, + 0x91, 0xf0, 0xd0, 0xf3, 0xe3, 0x70, 0x83, 0x6d, 0xdc, 0x01, 0xab, 0x00, 0x4e, 0x1c, 0x6e, 0x63, + 0x39, 0x9d, 0x52, 0x2e, 0xe8, 0x9f, 0xd8, 0x87, 0x77, 0xc0, 0x2a, 0xc0, 0x36, 0xf6, 0x03, 0x78, + 0x1c, 0x67, 0x01, 0xa7, 0x29, 0xcd, 0xa4, 0x27, 0x72, 0x3e, 0x49, 0xf2, 0xe2, 0x78, 0xf5, 0x41, + 0xdb, 0x41, 0xc5, 0xe0, 0xf7, 0xdb, 0xee, 0x51, 0x14, 0xcb, 0xcb, 0xdc, 0x47, 0x01, 0x4b, 0xd5, + 0x7f, 0xa5, 0x1e, 0x43, 0x11, 0x5e, 0x61, 0x39, 0x9f, 0x50, 0x81, 0xc6, 0x34, 0x70, 0x0f, 0x6a, + 0xd0, 0x59, 0xc5, 0x81, 0xe7, 0x60, 0x7f, 0x03, 0x0f, 0xa9, 0x2f, 0x2d, 0xe3, 0x5e, 0xe4, 0xbd, + 0x9a, 0x32, 0xa6, 0xbe, 0x84, 0x04, 0x98, 0x1b, 0x6c, 0xc0, 0x92, 0x84, 0x48, 0xca, 0x49, 0x62, + 0x3d, 0xb8, 0x17, 0xfc, 0x49, 0xcd, 0x7a, 0x59, 0xa3, 0xde, 0x1a, 0xcd, 0x9d, 0x83, 0x5d, 0xb7, + 0xbd, 0x7d, 0xd2, 0xce, 0xeb, 0xc5, 0x2f, 0x5b, 0x5b, 0x2c, 0x6d, 0xfd, 0x66, 0x69, 0xeb, 0x3f, + 0x97, 0xb6, 0xfe, 0x69, 0x65, 0x6b, 0x37, 0x2b, 0x5b, 0xfb, 0xb6, 0xb2, 0xb5, 0xf7, 0xcf, 0xb6, + 0xec, 0x8e, 0xa3, 0x84, 0xf8, 0x02, 0x1f, 0x47, 0xc3, 0xe0, 0x92, 0xc4, 0x19, 0x9e, 0xd5, 0x37, + 0xba, 0xb4, 0xf5, 0x1b, 0xe5, 0x57, 0x7a, 0xfe, 0x3b, 0x00, 0x00, 0xff, 0xff, 0xf6, 0x35, 0x98, + 0x5b, 0xee, 0x03, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/auction/types/query.pb.go b/x/auction/types/query.pb.go index 7a6f9014..870fc067 100644 --- a/x/auction/types/query.pb.go +++ b/x/auction/types/query.pb.go @@ -389,47 +389,47 @@ func init() { func init() { proto.RegisterFile("kava/auction/v1beta1/query.proto", fileDescriptor_0afd5f8bae92c6bb) } var fileDescriptor_0afd5f8bae92c6bb = []byte{ - // 630 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0x3f, 0x6f, 0xd3, 0x4e, - 0x18, 0xc7, 0xed, 0x34, 0x4d, 0xd3, 0xfb, 0xe9, 0xc7, 0x70, 0x18, 0x29, 0x35, 0xc1, 0x89, 0x2c, - 0xe8, 0x5f, 0x72, 0xee, 0x9f, 0xad, 0x03, 0x52, 0x0b, 0x2a, 0xea, 0x82, 0xa8, 0x47, 0x16, 0x74, - 0x4e, 0x0e, 0xd7, 0xa2, 0xf1, 0xb9, 0x39, 0xa7, 0x24, 0x42, 0x2c, 0xb0, 0x20, 0xb1, 0x20, 0x10, - 0x7b, 0x79, 0x23, 0xcc, 0x1d, 0x2b, 0x31, 0xc0, 0x84, 0x50, 0xc2, 0xc0, 0xcb, 0x40, 0xbe, 0x7b, - 0x9c, 0xc4, 0x60, 0x42, 0x36, 0xdf, 0x73, 0xdf, 0xe7, 0xb9, 0xcf, 0x3d, 0xcf, 0xf7, 0x8c, 0xea, - 0x4f, 0xe9, 0x19, 0x75, 0x68, 0xb7, 0x19, 0x07, 0x3c, 0x74, 0xce, 0xb6, 0x3c, 0x16, 0xd3, 0x2d, - 0xe7, 0xb4, 0xcb, 0x3a, 0x7d, 0x12, 0x75, 0x78, 0xcc, 0xb1, 0x91, 0x28, 0x08, 0x28, 0x08, 0x28, - 0xcc, 0xf5, 0x26, 0x17, 0x6d, 0x2e, 0x1c, 0x8f, 0x0a, 0xa6, 0xe4, 0xa3, 0xe4, 0x88, 0xfa, 0x41, - 0x48, 0xa5, 0x5a, 0x56, 0x30, 0x0d, 0x9f, 0xfb, 0x5c, 0x7e, 0x3a, 0xc9, 0x17, 0x44, 0xab, 0x3e, - 0xe7, 0xfe, 0x09, 0x73, 0x68, 0x14, 0x38, 0x34, 0x0c, 0x79, 0x2c, 0x53, 0x04, 0xec, 0x2e, 0xc1, - 0xae, 0x5c, 0x79, 0xdd, 0x27, 0x0e, 0x0d, 0x01, 0xc8, 0xb4, 0x73, 0x91, 0x7d, 0x16, 0x32, 0x11, - 0x40, 0xba, 0x6d, 0x20, 0x7c, 0x94, 0x40, 0x3d, 0xa4, 0x1d, 0xda, 0x16, 0x2e, 0x3b, 0xed, 0x32, - 0x11, 0xdb, 0x47, 0xe8, 0x6a, 0x26, 0x2a, 0x22, 0x1e, 0x0a, 0x86, 0x77, 0x51, 0x29, 0x92, 0x91, - 0x8a, 0x5e, 0xd7, 0x57, 0xff, 0xdb, 0xae, 0x92, 0xbc, 0x2b, 0x13, 0x95, 0xb5, 0x5f, 0xbc, 0xf8, - 0x56, 0xd3, 0x5c, 0xc8, 0xb0, 0xef, 0x40, 0xc9, 0x3d, 0x25, 0x86, 0x93, 0xf0, 0x0d, 0x84, 0x20, - 0xfd, 0x71, 0xd0, 0x92, 0x65, 0x8b, 0xee, 0x22, 0x44, 0x0e, 0x5b, 0xbb, 0xe5, 0xd7, 0xe7, 0x35, - 0xed, 0xe7, 0x79, 0x4d, 0xb3, 0x0f, 0x90, 0x91, 0xcd, 0x07, 0x26, 0x82, 0x16, 0x40, 0x0e, 0x50, - 0x06, 0x51, 0x1d, 0x21, 0x69, 0x47, 0xc8, 0x5e, 0xd8, 0x77, 0x53, 0x91, 0xfd, 0x49, 0xcf, 0x16, - 0x4a, 0xef, 0x8c, 0x31, 0x2a, 0xc6, 0xfd, 0x88, 0xc9, 0x2a, 0x8b, 0xae, 0xfc, 0xc6, 0x06, 0x9a, - 0xe7, 0xcf, 0x42, 0xd6, 0xa9, 0x14, 0x64, 0x50, 0x2d, 0x92, 0x68, 0x8b, 0x85, 0xbc, 0x5d, 0x99, - 0x53, 0x51, 0xb9, 0x48, 0xa2, 0xd1, 0x31, 0x15, 0xac, 0x52, 0x54, 0x51, 0xb9, 0xc0, 0x07, 0x08, - 0x8d, 0xc7, 0x5c, 0x99, 0x97, 0x84, 0xcb, 0x44, 0x79, 0x82, 0x24, 0x9e, 0x20, 0xca, 0x42, 0xe3, - 0xde, 0xf9, 0x0c, 0x88, 0xdc, 0x89, 0xcc, 0x89, 0x46, 0xbc, 0xd3, 0xd1, 0xb5, 0xdf, 0x2e, 0x00, - 0xad, 0xd8, 0x44, 0x65, 0xb8, 0x65, 0x32, 0xa0, 0xb9, 0xbf, 0xf6, 0x62, 0xa4, 0xc2, 0xf7, 0x33, - 0x74, 0x05, 0x49, 0xb7, 0xf2, 0x4f, 0x3a, 0x75, 0xdc, 0x24, 0x9e, 0x7d, 0x1d, 0x2d, 0x49, 0xa6, - 0x07, 0xac, 0x17, 0x03, 0xd7, 0xe1, 0xbd, 0xd4, 0x4d, 0xb7, 0x91, 0x99, 0xb7, 0x09, 0xd4, 0x57, - 0x50, 0x61, 0x34, 0xf9, 0x42, 0xd0, 0xda, 0xfe, 0x52, 0x44, 0xf3, 0x52, 0x8e, 0x5f, 0xe9, 0xa8, - 0xa4, 0xbc, 0x84, 0x57, 0xf3, 0x9d, 0xf6, 0xa7, 0x75, 0xcd, 0xb5, 0x19, 0x94, 0xea, 0x64, 0xfb, - 0xe6, 0xcb, 0xcf, 0x3f, 0xde, 0x17, 0x2c, 0x5c, 0x75, 0x72, 0x1f, 0x8a, 0x32, 0x2e, 0xfe, 0xa0, - 0xa3, 0x05, 0xa0, 0xc6, 0xd3, 0x8a, 0x67, 0x8d, 0x6d, 0xae, 0xcf, 0x22, 0x05, 0x90, 0x1d, 0x09, - 0xd2, 0xc0, 0x1b, 0xf9, 0x20, 0xe9, 0xb8, 0x9c, 0xe7, 0xe3, 0xa7, 0xf2, 0x02, 0xbf, 0xd1, 0x51, - 0x39, 0xb5, 0x00, 0x9e, 0xe1, 0xb4, 0x51, 0x87, 0x36, 0x66, 0xd2, 0x02, 0xda, 0xb2, 0x44, 0xab, - 0x63, 0x6b, 0x3a, 0x1a, 0xfe, 0xa8, 0xa3, 0xff, 0x33, 0xf3, 0xc5, 0xce, 0x94, 0x63, 0xf2, 0x6c, - 0x62, 0x6e, 0xce, 0x9e, 0x00, 0x70, 0x0d, 0x09, 0xb7, 0x82, 0x6f, 0xe5, 0xc3, 0x85, 0xac, 0x17, - 0x37, 0x20, 0xd8, 0x08, 0x5a, 0xfb, 0x77, 0x2f, 0x06, 0x96, 0x7e, 0x39, 0xb0, 0xf4, 0xef, 0x03, - 0x4b, 0x7f, 0x3b, 0xb4, 0xb4, 0xcb, 0xa1, 0xa5, 0x7d, 0x1d, 0x5a, 0xda, 0xa3, 0x35, 0x3f, 0x88, - 0x8f, 0xbb, 0x1e, 0x69, 0xf2, 0xb6, 0x2c, 0xd5, 0x38, 0xa1, 0x9e, 0x50, 0x45, 0x7b, 0xa3, 0xb2, - 0xc9, 0x1f, 0x41, 0x78, 0x25, 0xf9, 0x94, 0x76, 0x7e, 0x05, 0x00, 0x00, 0xff, 0xff, 0x51, 0x53, - 0x3d, 0x4a, 0x10, 0x06, 0x00, 0x00, + // 634 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0xcf, 0x4f, 0xd4, 0x40, + 0x14, 0xc7, 0xdb, 0x65, 0xf9, 0x35, 0x46, 0x0f, 0x63, 0x4d, 0x96, 0x8a, 0x85, 0x34, 0x0a, 0x08, + 0xee, 0xcc, 0x02, 0x37, 0x0e, 0x26, 0x10, 0x82, 0xe1, 0x62, 0xa4, 0x47, 0x2f, 0x66, 0xba, 0x3b, + 0x96, 0x46, 0x76, 0xa6, 0xec, 0x74, 0x11, 0x62, 0xbc, 0xe8, 0xc5, 0xc4, 0x8b, 0xd1, 0x78, 0xc7, + 0x7f, 0xc4, 0x33, 0x47, 0x12, 0x0f, 0x7a, 0x32, 0x06, 0x3c, 0xf8, 0x67, 0x98, 0xce, 0xbc, 0xee, + 0x6e, 0xb5, 0xae, 0x7b, 0xeb, 0xbc, 0xf9, 0xbe, 0x37, 0x9f, 0x79, 0xef, 0x3b, 0x45, 0xf3, 0xcf, + 0xd8, 0x11, 0xa3, 0xac, 0xdb, 0x4c, 0x63, 0x29, 0xe8, 0xd1, 0x6a, 0xc8, 0x53, 0xb6, 0x4a, 0x0f, + 0xbb, 0xbc, 0x73, 0x42, 0x92, 0x8e, 0x4c, 0x25, 0x76, 0x32, 0x05, 0x01, 0x05, 0x01, 0x85, 0xbb, + 0xdc, 0x94, 0xaa, 0x2d, 0x15, 0x0d, 0x99, 0xe2, 0x46, 0xde, 0x4b, 0x4e, 0x58, 0x14, 0x0b, 0xa6, + 0xd5, 0xba, 0x82, 0xeb, 0x44, 0x32, 0x92, 0xfa, 0x93, 0x66, 0x5f, 0x10, 0x9d, 0x8d, 0xa4, 0x8c, + 0x0e, 0x38, 0x65, 0x49, 0x4c, 0x99, 0x10, 0x32, 0xd5, 0x29, 0x0a, 0x76, 0x67, 0x60, 0x57, 0xaf, + 0xc2, 0xee, 0x53, 0xca, 0x04, 0x00, 0xb9, 0x7e, 0x29, 0x72, 0xc4, 0x05, 0x57, 0x31, 0xa4, 0xfb, + 0x0e, 0xc2, 0x7b, 0x19, 0xd4, 0x23, 0xd6, 0x61, 0x6d, 0x15, 0xf0, 0xc3, 0x2e, 0x57, 0xa9, 0xbf, + 0x87, 0xae, 0x17, 0xa2, 0x2a, 0x91, 0x42, 0x71, 0xbc, 0x81, 0x26, 0x12, 0x1d, 0xa9, 0xd9, 0xf3, + 0xf6, 0xd2, 0x95, 0xb5, 0x59, 0x52, 0x76, 0x65, 0x62, 0xb2, 0xb6, 0xaa, 0x67, 0xdf, 0xe7, 0xac, + 0x00, 0x32, 0xfc, 0xfb, 0x50, 0x72, 0xd3, 0x88, 0xe1, 0x24, 0x7c, 0x0b, 0x21, 0x48, 0x7f, 0x12, + 0xb7, 0x74, 0xd9, 0x6a, 0x30, 0x0d, 0x91, 0xdd, 0xd6, 0xc6, 0xd4, 0x9b, 0xd3, 0x39, 0xeb, 0xd7, + 0xe9, 0x9c, 0xe5, 0xef, 0x20, 0xa7, 0x98, 0x0f, 0x4c, 0x04, 0x4d, 0x82, 0x1c, 0xa0, 0x1c, 0x62, + 0x3a, 0x42, 0xf2, 0x8e, 0x90, 0x4d, 0x71, 0x12, 0xe4, 0x22, 0xff, 0xb3, 0x5d, 0x2c, 0x94, 0xdf, + 0x19, 0x63, 0x54, 0x4d, 0x4f, 0x12, 0xae, 0xab, 0x4c, 0x07, 0xfa, 0x1b, 0x3b, 0x68, 0x5c, 0x3e, + 0x17, 0xbc, 0x53, 0xab, 0xe8, 0xa0, 0x59, 0x64, 0xd1, 0x16, 0x17, 0xb2, 0x5d, 0x1b, 0x33, 0x51, + 0xbd, 0xc8, 0xa2, 0xc9, 0x3e, 0x53, 0xbc, 0x56, 0x35, 0x51, 0xbd, 0xc0, 0x3b, 0x08, 0xf5, 0xc7, + 0x5c, 0x1b, 0xd7, 0x84, 0x0b, 0xc4, 0x78, 0x82, 0x64, 0x9e, 0x20, 0xc6, 0x42, 0xfd, 0xde, 0x45, + 0x1c, 0x88, 0x82, 0x81, 0xcc, 0x81, 0x46, 0xbc, 0xb7, 0xd1, 0x8d, 0x3f, 0x2e, 0x00, 0xad, 0x68, + 0xa0, 0x29, 0xb8, 0x65, 0x36, 0xa0, 0xb1, 0x7f, 0xf6, 0xa2, 0xa7, 0xc2, 0x0f, 0x0a, 0x74, 0x15, + 0x4d, 0xb7, 0xf8, 0x5f, 0x3a, 0x73, 0xdc, 0x20, 0x9e, 0x7f, 0x13, 0xcd, 0x68, 0xa6, 0x87, 0xfc, + 0x38, 0x05, 0xae, 0xdd, 0xed, 0xdc, 0x4d, 0xf7, 0x90, 0x5b, 0xb6, 0x09, 0xd4, 0xd7, 0x50, 0xa5, + 0x37, 0xf9, 0x4a, 0xdc, 0x5a, 0xfb, 0x5a, 0x45, 0xe3, 0x5a, 0x8e, 0x5f, 0xdb, 0x68, 0xc2, 0x78, + 0x09, 0x2f, 0x95, 0x3b, 0xed, 0x6f, 0xeb, 0xba, 0x77, 0x47, 0x50, 0x9a, 0x93, 0xfd, 0xdb, 0xaf, + 0xbe, 0xfc, 0xfc, 0x50, 0xf1, 0xf0, 0x2c, 0x2d, 0x7d, 0x28, 0xc6, 0xb8, 0xf8, 0xa3, 0x8d, 0x26, + 0x81, 0x1a, 0x0f, 0x2b, 0x5e, 0x34, 0xb6, 0xbb, 0x3c, 0x8a, 0x14, 0x40, 0xd6, 0x35, 0x48, 0x1d, + 0xaf, 0x94, 0x83, 0xe4, 0xe3, 0xa2, 0x2f, 0xfa, 0x4f, 0xe5, 0x25, 0x7e, 0x6b, 0xa3, 0xa9, 0xdc, + 0x02, 0x78, 0x84, 0xd3, 0x7a, 0x1d, 0x5a, 0x19, 0x49, 0x0b, 0x68, 0x0b, 0x1a, 0x6d, 0x1e, 0x7b, + 0xc3, 0xd1, 0xf0, 0x27, 0x1b, 0x5d, 0x2d, 0xcc, 0x17, 0xd3, 0x21, 0xc7, 0x94, 0xd9, 0xc4, 0x6d, + 0x8c, 0x9e, 0x00, 0x70, 0x75, 0x0d, 0xb7, 0x88, 0xef, 0x94, 0xc3, 0x09, 0x7e, 0x9c, 0xd6, 0x21, + 0x58, 0x8f, 0x5b, 0x5b, 0xdb, 0x67, 0x17, 0x9e, 0x7d, 0x7e, 0xe1, 0xd9, 0x3f, 0x2e, 0x3c, 0xfb, + 0xdd, 0xa5, 0x67, 0x9d, 0x5f, 0x7a, 0xd6, 0xb7, 0x4b, 0xcf, 0x7a, 0xbc, 0x1c, 0xc5, 0xe9, 0x7e, + 0x37, 0x24, 0x4d, 0xd9, 0xa6, 0x8d, 0xe8, 0x80, 0x85, 0x8a, 0x36, 0xa2, 0x7a, 0x73, 0x9f, 0xc5, + 0x82, 0x1e, 0xf7, 0xea, 0x66, 0xbf, 0x04, 0x15, 0x4e, 0xe8, 0xb7, 0xb4, 0xfe, 0x3b, 0x00, 0x00, + 0xff, 0xff, 0x39, 0xdb, 0x8f, 0x24, 0x11, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/auction/types/tx.pb.go b/x/auction/types/tx.pb.go index 2853a56f..51032510 100644 --- a/x/auction/types/tx.pb.go +++ b/x/auction/types/tx.pb.go @@ -114,27 +114,27 @@ func init() { func init() { proto.RegisterFile("kava/auction/v1beta1/tx.proto", fileDescriptor_226282be4da73be5) } var fileDescriptor_226282be4da73be5 = []byte{ - // 311 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcd, 0x4e, 0x2c, 0x4b, - 0xd4, 0x4f, 0x2c, 0x4d, 0x2e, 0xc9, 0xcc, 0xcf, 0xd3, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, - 0xd4, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x01, 0x49, 0xeb, 0x41, 0xa5, - 0xf5, 0xa0, 0xd2, 0x52, 0x72, 0xc9, 0xf9, 0xc5, 0xb9, 0xf9, 0xc5, 0xfa, 0x49, 0x89, 0xc5, 0xa9, - 0x70, 0x3d, 0xc9, 0xf9, 0x99, 0x79, 0x10, 0x5d, 0x52, 0x22, 0xe9, 0xf9, 0xe9, 0xf9, 0x60, 0xa6, - 0x3e, 0x88, 0x05, 0x11, 0x55, 0x6a, 0x67, 0xe4, 0xe2, 0xf6, 0x2d, 0x4e, 0x0f, 0xc8, 0x49, 0x4c, - 0x4e, 0x75, 0xca, 0x4c, 0x11, 0x92, 0xe5, 0xe2, 0x82, 0x1a, 0x1c, 0x9f, 0x99, 0x22, 0xc1, 0xa8, - 0xc0, 0xa8, 0xc1, 0x12, 0xc4, 0x09, 0x15, 0xf1, 0x4c, 0x11, 0x12, 0xe3, 0x62, 0x4b, 0xca, 0x4c, - 0x49, 0x49, 0x2d, 0x92, 0x60, 0x52, 0x60, 0xd4, 0xe0, 0x0c, 0x82, 0xf2, 0x84, 0xcc, 0xb9, 0xd8, - 0x12, 0x73, 0xf3, 0x4b, 0xf3, 0x4a, 0x24, 0x98, 0x15, 0x18, 0x35, 0xb8, 0x8d, 0x24, 0xf5, 0x20, - 0xae, 0xd1, 0x03, 0xb9, 0x06, 0xe6, 0x44, 0x3d, 0xe7, 0xfc, 0xcc, 0x3c, 0x27, 0x96, 0x13, 0xf7, - 0xe4, 0x19, 0x82, 0xa0, 0xca, 0xad, 0x38, 0x3a, 0x16, 0xc8, 0x33, 0xbc, 0x58, 0x20, 0xcf, 0xa0, - 0x24, 0xca, 0x25, 0x8c, 0xe4, 0x90, 0xa0, 0xd4, 0xe2, 0x82, 0xfc, 0xbc, 0xe2, 0x54, 0xa3, 0x78, - 0x2e, 0x66, 0xdf, 0xe2, 0x74, 0xa1, 0x08, 0x2e, 0x0e, 0xb8, 0x1b, 0x15, 0xf5, 0xb0, 0x05, 0x80, - 0x1e, 0x92, 0x6e, 0x29, 0x4d, 0x82, 0x4a, 0x60, 0x16, 0x38, 0x39, 0x9f, 0x78, 0x24, 0xc7, 0x78, - 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, - 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x66, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, - 0xae, 0x3e, 0xc8, 0x38, 0xdd, 0x9c, 0xc4, 0xa4, 0x62, 0x30, 0x4b, 0xbf, 0x02, 0x1e, 0x3b, 0x25, - 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0xd0, 0x34, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xbd, - 0x2b, 0xa7, 0xac, 0xba, 0x01, 0x00, 0x00, + // 316 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xb1, 0x4e, 0x42, 0x31, + 0x18, 0x85, 0x6f, 0x85, 0x10, 0x28, 0xdb, 0x15, 0x0d, 0x92, 0x50, 0x90, 0x09, 0x4d, 0x6c, 0x01, + 0x07, 0x13, 0x47, 0x74, 0x71, 0x20, 0x31, 0x77, 0x32, 0x2e, 0xa4, 0xb7, 0xb7, 0x29, 0x8d, 0xd0, + 0x9f, 0xd0, 0x42, 0xf0, 0x09, 0x74, 0xf4, 0x11, 0x78, 0x1c, 0x46, 0x46, 0x27, 0x63, 0x60, 0xf1, + 0x31, 0x0c, 0x50, 0x08, 0x83, 0x89, 0xdb, 0xdf, 0xff, 0x9c, 0xd3, 0x7e, 0x39, 0xc5, 0xe5, 0x17, + 0x3e, 0xe1, 0x8c, 0x8f, 0x85, 0xd3, 0x60, 0xd8, 0xa4, 0x19, 0x4b, 0xc7, 0x9b, 0xcc, 0x4d, 0xe9, + 0x70, 0x04, 0x0e, 0xc2, 0xc2, 0x5a, 0xa6, 0x5e, 0xa6, 0x5e, 0x2e, 0x11, 0x01, 0x76, 0x00, 0x96, + 0xc5, 0xdc, 0xca, 0x7d, 0x46, 0x80, 0x36, 0xdb, 0x54, 0xa9, 0xa0, 0x40, 0xc1, 0x66, 0x64, 0xeb, + 0x69, 0xbb, 0xad, 0xbd, 0x21, 0x9c, 0xef, 0x58, 0xf5, 0xd8, 0xe7, 0x42, 0xb6, 0x75, 0x12, 0x96, + 0x31, 0xf6, 0x17, 0x77, 0x75, 0x52, 0x44, 0x55, 0x54, 0x4f, 0x47, 0x39, 0xbf, 0x79, 0x48, 0xc2, + 0x53, 0x9c, 0x89, 0x75, 0x92, 0xc8, 0x51, 0xf1, 0xa8, 0x8a, 0xea, 0xb9, 0xc8, 0x9f, 0xc2, 0x1b, + 0x9c, 0xe1, 0x03, 0x18, 0x1b, 0x57, 0x4c, 0x55, 0x51, 0x3d, 0xdf, 0x3a, 0xa3, 0x5b, 0x1a, 0xba, + 0xa6, 0xd9, 0x21, 0xd2, 0x3b, 0xd0, 0xa6, 0x9d, 0x9e, 0x7f, 0x55, 0x82, 0xc8, 0xdb, 0x6f, 0xb3, + 0xef, 0xb3, 0x4a, 0xf0, 0x33, 0xab, 0x04, 0xb5, 0x13, 0x7c, 0x7c, 0x00, 0x12, 0x49, 0x3b, 0x04, + 0x63, 0x65, 0xab, 0x8b, 0x53, 0x1d, 0xab, 0xc2, 0x27, 0x9c, 0xdd, 0x33, 0x9e, 0xd3, 0xbf, 0x0a, + 0xa0, 0x07, 0xe9, 0xd2, 0xc5, 0xbf, 0x96, 0xdd, 0x03, 0xed, 0xfb, 0xf9, 0x92, 0xa0, 0xc5, 0x92, + 0xa0, 0xef, 0x25, 0x41, 0x1f, 0x2b, 0x12, 0x2c, 0x56, 0x24, 0xf8, 0x5c, 0x91, 0xe0, 0xf9, 0x52, + 0x69, 0xd7, 0x1b, 0xc7, 0x54, 0xc0, 0x80, 0x35, 0x54, 0x9f, 0xc7, 0x96, 0x35, 0xd4, 0x95, 0xe8, + 0x71, 0x6d, 0xd8, 0x74, 0xff, 0x3d, 0xee, 0x75, 0x28, 0x6d, 0x9c, 0xd9, 0xd4, 0x79, 0xfd, 0x1b, + 0x00, 0x00, 0xff, 0xff, 0x12, 0xef, 0xd5, 0x8d, 0xbb, 0x01, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/bep3/abci.go b/x/bep3/abci.go index 194ef1f2..2a615ed5 100644 --- a/x/bep3/abci.go +++ b/x/bep3/abci.go @@ -3,10 +3,10 @@ package bep3 import ( "time" + "github.com/0glabs/0g-chain/x/bep3/keeper" + "github.com/0glabs/0g-chain/x/bep3/types" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/bep3/keeper" - "github.com/kava-labs/kava/x/bep3/types" ) // BeginBlocker on every block expires outdated atomic swaps and removes closed diff --git a/x/bep3/abci_test.go b/x/bep3/abci_test.go index c07f843f..0b15cb89 100644 --- a/x/bep3/abci_test.go +++ b/x/bep3/abci_test.go @@ -11,10 +11,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3" - "github.com/kava-labs/kava/x/bep3/keeper" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3" + "github.com/0glabs/0g-chain/x/bep3/keeper" + "github.com/0glabs/0g-chain/x/bep3/types" ) type ABCITestSuite struct { diff --git a/x/bep3/client/cli/query.go b/x/bep3/client/cli/query.go index fe7bdecc..df415bb6 100644 --- a/x/bep3/client/cli/query.go +++ b/x/bep3/client/cli/query.go @@ -13,7 +13,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/x/bep3/types" ) // Query atomic swaps flags diff --git a/x/bep3/client/cli/tx.go b/x/bep3/client/cli/tx.go index 62e3cc00..1a19d12d 100644 --- a/x/bep3/client/cli/tx.go +++ b/x/bep3/client/cli/tx.go @@ -16,7 +16,7 @@ import ( tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/x/bep3/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/bep3/genesis.go b/x/bep3/genesis.go index d14e78df..f294c0bd 100644 --- a/x/bep3/genesis.go +++ b/x/bep3/genesis.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/kava-labs/kava/x/bep3/keeper" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/x/bep3/keeper" + "github.com/0glabs/0g-chain/x/bep3/types" ) // InitGenesis initializes the store state from a genesis state. diff --git a/x/bep3/genesis_test.go b/x/bep3/genesis_test.go index c1eb3a15..aff40b8d 100644 --- a/x/bep3/genesis_test.go +++ b/x/bep3/genesis_test.go @@ -10,9 +10,9 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3/keeper" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3/keeper" + "github.com/0glabs/0g-chain/x/bep3/types" ) type GenesisTestSuite struct { diff --git a/x/bep3/integration_test.go b/x/bep3/integration_test.go index 332dad70..fe3a04e6 100644 --- a/x/bep3/integration_test.go +++ b/x/bep3/integration_test.go @@ -9,8 +9,8 @@ import ( tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3/types" ) const ( diff --git a/x/bep3/keeper/asset.go b/x/bep3/keeper/asset.go index 983d1999..1e7726ff 100644 --- a/x/bep3/keeper/asset.go +++ b/x/bep3/keeper/asset.go @@ -6,7 +6,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/x/bep3/types" ) // IncrementCurrentAssetSupply increments an asset's supply by the coin diff --git a/x/bep3/keeper/asset_test.go b/x/bep3/keeper/asset_test.go index 4e8a7835..74910709 100644 --- a/x/bep3/keeper/asset_test.go +++ b/x/bep3/keeper/asset_test.go @@ -13,9 +13,9 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3/keeper" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3/keeper" + "github.com/0glabs/0g-chain/x/bep3/types" ) type AssetTestSuite struct { diff --git a/x/bep3/keeper/grpc_query.go b/x/bep3/keeper/grpc_query.go index 1012c82e..ea4c03a9 100644 --- a/x/bep3/keeper/grpc_query.go +++ b/x/bep3/keeper/grpc_query.go @@ -11,7 +11,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/x/bep3/types" ) type queryServer struct { diff --git a/x/bep3/keeper/integration_test.go b/x/bep3/keeper/integration_test.go index ffe94eb6..a907e8e5 100644 --- a/x/bep3/keeper/integration_test.go +++ b/x/bep3/keeper/integration_test.go @@ -11,8 +11,8 @@ import ( "github.com/cometbft/cometbft/crypto" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3/types" ) const ( diff --git a/x/bep3/keeper/keeper.go b/x/bep3/keeper/keeper.go index 6a32a81b..d798a180 100644 --- a/x/bep3/keeper/keeper.go +++ b/x/bep3/keeper/keeper.go @@ -11,7 +11,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/x/bep3/types" ) // Keeper of the bep3 store diff --git a/x/bep3/keeper/keeper_test.go b/x/bep3/keeper/keeper_test.go index 52924720..909c283c 100644 --- a/x/bep3/keeper/keeper_test.go +++ b/x/bep3/keeper/keeper_test.go @@ -11,9 +11,9 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3/keeper" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3/keeper" + "github.com/0glabs/0g-chain/x/bep3/types" ) const LongtermStorageDuration = 86400 diff --git a/x/bep3/keeper/msg_server.go b/x/bep3/keeper/msg_server.go index 3508ad79..03ee786a 100644 --- a/x/bep3/keeper/msg_server.go +++ b/x/bep3/keeper/msg_server.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/x/bep3/types" ) type msgServer struct { diff --git a/x/bep3/keeper/msg_server_test.go b/x/bep3/keeper/msg_server_test.go index badad26c..6a3d062b 100644 --- a/x/bep3/keeper/msg_server_test.go +++ b/x/bep3/keeper/msg_server_test.go @@ -11,10 +11,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3" - "github.com/kava-labs/kava/x/bep3/keeper" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3" + "github.com/0glabs/0g-chain/x/bep3/keeper" + "github.com/0glabs/0g-chain/x/bep3/types" ) type MsgServerTestSuite struct { diff --git a/x/bep3/keeper/params.go b/x/bep3/keeper/params.go index 1635ad0d..7703699e 100644 --- a/x/bep3/keeper/params.go +++ b/x/bep3/keeper/params.go @@ -5,7 +5,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/x/bep3/types" ) // GetParams returns the total set of bep3 parameters. diff --git a/x/bep3/keeper/params_test.go b/x/bep3/keeper/params_test.go index 0f339d44..42ec2c18 100644 --- a/x/bep3/keeper/params_test.go +++ b/x/bep3/keeper/params_test.go @@ -11,9 +11,9 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3/keeper" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3/keeper" + "github.com/0glabs/0g-chain/x/bep3/types" ) type ParamsTestSuite struct { diff --git a/x/bep3/keeper/swap.go b/x/bep3/keeper/swap.go index bf3df193..fa8b29f3 100644 --- a/x/bep3/keeper/swap.go +++ b/x/bep3/keeper/swap.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/x/bep3/types" ) // CreateAtomicSwap creates a new atomic swap. diff --git a/x/bep3/keeper/swap_test.go b/x/bep3/keeper/swap_test.go index 056a5147..59d388d3 100644 --- a/x/bep3/keeper/swap_test.go +++ b/x/bep3/keeper/swap_test.go @@ -12,10 +12,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3" - "github.com/kava-labs/kava/x/bep3/keeper" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3" + "github.com/0glabs/0g-chain/x/bep3/keeper" + "github.com/0glabs/0g-chain/x/bep3/types" ) type AtomicSwapTestSuite struct { diff --git a/x/bep3/legacy/v0_17/migrate.go b/x/bep3/legacy/v0_17/migrate.go index e830b7dd..3627690d 100644 --- a/x/bep3/legacy/v0_17/migrate.go +++ b/x/bep3/legacy/v0_17/migrate.go @@ -3,7 +3,7 @@ package v0_16 import ( "fmt" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/x/bep3/types" ) // resetSwapForZeroHeight updates swap expiry/close heights to work when the chain height is reset to zero. diff --git a/x/bep3/legacy/v0_17/migrate_test.go b/x/bep3/legacy/v0_17/migrate_test.go index e648f297..7a61d47f 100644 --- a/x/bep3/legacy/v0_17/migrate_test.go +++ b/x/bep3/legacy/v0_17/migrate_test.go @@ -12,8 +12,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - app "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3/types" + app "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3/types" ) type migrateTestSuite struct { diff --git a/x/bep3/module.go b/x/bep3/module.go index a2ef32c3..2d005e8e 100644 --- a/x/bep3/module.go +++ b/x/bep3/module.go @@ -15,9 +15,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/kava-labs/kava/x/bep3/client/cli" - "github.com/kava-labs/kava/x/bep3/keeper" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/x/bep3/client/cli" + "github.com/0glabs/0g-chain/x/bep3/keeper" + "github.com/0glabs/0g-chain/x/bep3/types" ) var ( diff --git a/x/bep3/types/bep3.pb.go b/x/bep3/types/bep3.pb.go index 5a9c3ab5..8eb26b37 100644 --- a/x/bep3/types/bep3.pb.go +++ b/x/bep3/types/bep3.pb.go @@ -550,79 +550,79 @@ func init() { func init() { proto.RegisterFile("kava/bep3/v1beta1/bep3.proto", fileDescriptor_01a01937d931b013) } var fileDescriptor_01a01937d931b013 = []byte{ - // 1147 bytes of a gzipped FileDescriptorProto + // 1151 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x4d, 0x6f, 0x1a, 0x57, 0x17, 0xf6, 0x18, 0x4c, 0xec, 0x03, 0x26, 0xbc, 0xd7, 0xc9, 0x1b, 0xec, 0xa4, 0x40, 0x9c, 0xaa, - 0x42, 0x51, 0x0d, 0xf9, 0x68, 0x77, 0x55, 0x55, 0x06, 0x70, 0x8c, 0xe4, 0x00, 0x1a, 0x6c, 0xf5, - 0x63, 0xd1, 0xe9, 0x9d, 0x99, 0x0b, 0x5c, 0x99, 0x99, 0x3b, 0x9a, 0x3b, 0x24, 0xf8, 0x1f, 0x74, - 0xd1, 0x45, 0xbb, 0xeb, 0xbe, 0xbb, 0x2e, 0xab, 0xfc, 0x88, 0x2c, 0xa3, 0xac, 0xaa, 0x2e, 0x9c, - 0xca, 0xf9, 0x17, 0xd9, 0xb4, 0xba, 0x1f, 0x06, 0x9c, 0xba, 0x15, 0x0b, 0x36, 0xf6, 0x9c, 0xaf, - 0xe7, 0x9c, 0xb9, 0x73, 0x9e, 0xe7, 0x02, 0x77, 0x4e, 0xf0, 0x33, 0x5c, 0x75, 0x48, 0xf8, 0xb8, - 0xfa, 0xec, 0xa1, 0x43, 0x62, 0xfc, 0x50, 0x1a, 0x95, 0x30, 0x62, 0x31, 0x43, 0xff, 0x13, 0xd1, - 0x8a, 0x74, 0xe8, 0xe8, 0x4e, 0xc1, 0x65, 0xdc, 0x67, 0xbc, 0xea, 0x60, 0x4e, 0xa6, 0x25, 0x2e, - 0xa3, 0x81, 0x2a, 0xd9, 0xd9, 0x56, 0x71, 0x5b, 0x5a, 0x55, 0x65, 0xe8, 0xd0, 0x8d, 0x01, 0x1b, - 0x30, 0xe5, 0x17, 0x4f, 0xda, 0x5b, 0x18, 0x30, 0x36, 0x18, 0x91, 0xaa, 0xb4, 0x9c, 0x71, 0xbf, - 0xea, 0x8d, 0x23, 0x1c, 0x53, 0xa6, 0x01, 0x77, 0x6d, 0x48, 0x75, 0x71, 0x84, 0x7d, 0x8e, 0x8e, - 0x21, 0x83, 0x39, 0x27, 0xb1, 0x1d, 0x4a, 0x3b, 0x6f, 0x94, 0x12, 0xe5, 0xf4, 0xa3, 0x0f, 0x2a, - 0xff, 0x18, 0xb2, 0x52, 0x13, 0x69, 0xb2, 0xca, 0xdc, 0x7a, 0x79, 0x56, 0x5c, 0xf9, 0xf5, 0x4d, - 0x31, 0x3d, 0xf3, 0x71, 0x2b, 0x8d, 0x67, 0xc6, 0xee, 0x0f, 0x6b, 0x00, 0xb3, 0x20, 0xba, 0x01, - 0x6b, 0x1e, 0x09, 0x98, 0x9f, 0x37, 0x4a, 0x46, 0x79, 0xc3, 0x52, 0x06, 0xba, 0x07, 0xd7, 0xc4, - 0x4b, 0xda, 0xd4, 0xcb, 0xaf, 0x96, 0x8c, 0x72, 0xc2, 0x84, 0xf3, 0xb3, 0x62, 0xaa, 0xce, 0x68, - 0xd0, 0x6a, 0x58, 0x29, 0x11, 0x6a, 0x79, 0xe8, 0x09, 0x64, 0xf8, 0x38, 0x0c, 0x47, 0xa7, 0xf6, - 0x88, 0xfa, 0x34, 0xce, 0x27, 0x4a, 0x46, 0x39, 0xfd, 0xa8, 0x70, 0xc5, 0x80, 0x3d, 0x99, 0x76, - 0x28, 0xb2, 0xcc, 0xa4, 0x98, 0xd0, 0x4a, 0xf3, 0x99, 0x0b, 0xfd, 0x1f, 0x52, 0xd8, 0x8d, 0xe9, - 0x33, 0x92, 0x4f, 0x96, 0x8c, 0xf2, 0xba, 0xa5, 0x2d, 0xc4, 0x20, 0xeb, 0x91, 0x70, 0x1c, 0x9f, - 0xda, 0xd8, 0xf3, 0x22, 0xc2, 0x79, 0x7e, 0xad, 0x64, 0x94, 0x33, 0xe6, 0xc1, 0xbb, 0xb3, 0xe2, - 0xde, 0x80, 0xc6, 0xc3, 0xb1, 0x53, 0x71, 0x99, 0xaf, 0x8f, 0x5d, 0xff, 0xdb, 0xe3, 0xde, 0x49, - 0x35, 0x3e, 0x0d, 0x09, 0xaf, 0xd4, 0x5c, 0xb7, 0xa6, 0x0a, 0x5f, 0xbf, 0xd8, 0xdb, 0xd2, 0x1f, - 0x47, 0x7b, 0xcc, 0xd3, 0x98, 0x70, 0x6b, 0x53, 0xe1, 0x6b, 0x1f, 0xfa, 0x1a, 0x36, 0xfa, 0x74, - 0x42, 0x3c, 0xbb, 0x4f, 0x48, 0x3e, 0x25, 0x0e, 0xc4, 0xfc, 0x4c, 0x8c, 0xfb, 0xc7, 0x59, 0xf1, - 0xa3, 0x05, 0xfa, 0xb5, 0x82, 0xf8, 0xf5, 0x8b, 0x3d, 0xd0, 0x8d, 0x5a, 0x41, 0x6c, 0xad, 0x4b, - 0xb8, 0x7d, 0x42, 0x90, 0x07, 0xd7, 0x7d, 0x1a, 0xd8, 0xfc, 0x39, 0x0e, 0x6d, 0xec, 0xb3, 0x71, - 0x10, 0xe7, 0xaf, 0x2d, 0xa1, 0xc1, 0xa6, 0x4f, 0x83, 0xde, 0x73, 0x1c, 0xd6, 0x24, 0xa4, 0xec, - 0x82, 0x27, 0x97, 0xba, 0xac, 0x2f, 0xa5, 0x0b, 0x9e, 0xcc, 0x75, 0xf9, 0x10, 0xb2, 0xe2, 0x5d, - 0x9c, 0x11, 0x73, 0x4f, 0x6c, 0xf1, 0x27, 0xbf, 0x51, 0x32, 0xca, 0x49, 0x2b, 0xe3, 0xd3, 0xc0, - 0x14, 0xf6, 0x21, 0x73, 0x4f, 0x64, 0x16, 0x9e, 0xcc, 0x67, 0x81, 0xce, 0xc2, 0x93, 0x69, 0xd6, - 0xee, 0x6f, 0xab, 0x90, 0x9e, 0x5b, 0x0f, 0x64, 0xc1, 0x9a, 0xda, 0x26, 0x63, 0x09, 0x73, 0x2b, - 0x28, 0x74, 0x17, 0x32, 0x31, 0xf5, 0x89, 0x5a, 0x53, 0xa2, 0x56, 0x7a, 0xdd, 0x4a, 0x0b, 0xdf, - 0xa1, 0x72, 0xa1, 0x06, 0x48, 0xd3, 0x0e, 0x49, 0x44, 0x99, 0xa7, 0x57, 0x79, 0xbb, 0xa2, 0xc8, - 0x5a, 0xb9, 0x20, 0x6b, 0xa5, 0xa1, 0xc9, 0x6a, 0xae, 0x8b, 0xb9, 0x7e, 0x7e, 0x53, 0x34, 0x2c, - 0x10, 0x75, 0x5d, 0x59, 0x86, 0xfa, 0x90, 0x93, 0x28, 0x42, 0x2d, 0x3c, 0xcd, 0x8a, 0xe4, 0x12, - 0xde, 0x23, 0x2b, 0x50, 0x4d, 0x01, 0x2a, 0xe7, 0xdd, 0xfd, 0x4b, 0x70, 0x38, 0x66, 0x3e, 0x75, - 0xc5, 0x57, 0x41, 0x2e, 0xa4, 0xf4, 0xc7, 0x56, 0x1a, 0xb1, 0x5d, 0xd1, 0xb5, 0x62, 0x8e, 0x29, - 0x09, 0x05, 0x7b, 0xcd, 0x07, 0x5a, 0x1f, 0xca, 0x0b, 0xcc, 0x21, 0x0a, 0xb8, 0xa5, 0xa1, 0x91, - 0x03, 0x28, 0xc2, 0x81, 0xc7, 0x7c, 0x3b, 0x18, 0xfb, 0x0e, 0x89, 0xec, 0x21, 0xe6, 0x43, 0x79, - 0x94, 0x19, 0xf3, 0x93, 0x77, 0x67, 0xc5, 0x07, 0x97, 0x10, 0x7d, 0x12, 0x3b, 0xfd, 0x78, 0xf6, - 0x30, 0xa2, 0x0e, 0xaf, 0x3a, 0x82, 0x73, 0x95, 0x03, 0x32, 0x51, 0xe4, 0xcb, 0x29, 0xbc, 0xb6, - 0x84, 0x3b, 0xc0, 0x7c, 0x88, 0xee, 0xc1, 0x26, 0x99, 0x84, 0x34, 0x22, 0xf6, 0x90, 0xd0, 0xc1, - 0x50, 0x49, 0x4a, 0xd2, 0xca, 0x28, 0xe7, 0x81, 0xf4, 0xa1, 0x3b, 0xb0, 0x21, 0x8e, 0x83, 0xc7, + 0x45, 0x51, 0x0d, 0x4e, 0xd2, 0xee, 0xaa, 0x4a, 0x0c, 0xe0, 0x18, 0xc9, 0x01, 0x34, 0xd8, 0xea, + 0xc7, 0xa2, 0xd3, 0x3b, 0x33, 0x17, 0xb8, 0x32, 0x33, 0x77, 0x34, 0x77, 0x48, 0xf0, 0x3f, 0xe8, + 0xa2, 0x8b, 0x76, 0xd7, 0x7d, 0x77, 0x5d, 0x56, 0xf9, 0x11, 0x59, 0x46, 0x59, 0x55, 0x5d, 0x38, + 0x95, 0xf3, 0x2f, 0xb2, 0x69, 0x75, 0x3f, 0x0c, 0x38, 0x4d, 0x2b, 0x16, 0x6c, 0xec, 0x39, 0x5f, + 0xcf, 0x39, 0x73, 0xe7, 0x3c, 0xcf, 0x05, 0xee, 0x9c, 0xe2, 0xa7, 0xb8, 0xea, 0x90, 0xf0, 0x51, + 0xf5, 0xe9, 0x03, 0x87, 0xc4, 0xf8, 0x81, 0x34, 0x2a, 0x61, 0xc4, 0x62, 0x86, 0xfe, 0x27, 0xa2, + 0x15, 0xe9, 0xd0, 0xd1, 0x9d, 0x82, 0xcb, 0xb8, 0xcf, 0x78, 0xd5, 0xc1, 0x9c, 0x4c, 0x4b, 0x5c, + 0x46, 0x03, 0x55, 0xb2, 0xb3, 0xad, 0xe2, 0xb6, 0xb4, 0xaa, 0xca, 0xd0, 0xa1, 0x1b, 0x03, 0x36, + 0x60, 0xca, 0x2f, 0x9e, 0xb4, 0xb7, 0x30, 0x60, 0x6c, 0x30, 0x22, 0x55, 0x69, 0x39, 0xe3, 0x7e, + 0xd5, 0x1b, 0x47, 0x38, 0xa6, 0x4c, 0x03, 0xee, 0xda, 0x90, 0xea, 0xe2, 0x08, 0xfb, 0x1c, 0x9d, + 0x40, 0x06, 0x73, 0x4e, 0x62, 0x3b, 0x94, 0x76, 0xde, 0x28, 0x25, 0xca, 0xe9, 0x87, 0x1f, 0x54, + 0xfe, 0x31, 0x64, 0xa5, 0x26, 0xd2, 0x64, 0x95, 0xb9, 0xf5, 0xe2, 0xbc, 0xb8, 0xf2, 0xeb, 0xeb, + 0x62, 0x7a, 0xe6, 0xe3, 0x56, 0x1a, 0xcf, 0x8c, 0xdd, 0x1f, 0xd6, 0x00, 0x66, 0x41, 0x74, 0x03, + 0xd6, 0x3c, 0x12, 0x30, 0x3f, 0x6f, 0x94, 0x8c, 0xf2, 0x86, 0xa5, 0x0c, 0x74, 0x0f, 0xae, 0x89, + 0x97, 0xb4, 0xa9, 0x97, 0x5f, 0x2d, 0x19, 0xe5, 0x84, 0x09, 0x17, 0xe7, 0xc5, 0x54, 0x9d, 0xd1, + 0xa0, 0xd5, 0xb0, 0x52, 0x22, 0xd4, 0xf2, 0xd0, 0x63, 0xc8, 0xf0, 0x71, 0x18, 0x8e, 0xce, 0xec, + 0x11, 0xf5, 0x69, 0x9c, 0x4f, 0x94, 0x8c, 0x72, 0xfa, 0x61, 0xe1, 0x3d, 0x03, 0xf6, 0x64, 0xda, + 0x91, 0xc8, 0x32, 0x93, 0x62, 0x42, 0x2b, 0xcd, 0x67, 0x2e, 0xf4, 0x7f, 0x48, 0x61, 0x37, 0xa6, + 0x4f, 0x49, 0x3e, 0x59, 0x32, 0xca, 0xeb, 0x96, 0xb6, 0x10, 0x83, 0xac, 0x47, 0xc2, 0x71, 0x7c, + 0x66, 0x63, 0xcf, 0x8b, 0x08, 0xe7, 0xf9, 0xb5, 0x92, 0x51, 0xce, 0x98, 0x87, 0x6f, 0xcf, 0x8b, + 0x7b, 0x03, 0x1a, 0x0f, 0xc7, 0x4e, 0xc5, 0x65, 0xbe, 0x3e, 0x76, 0xfd, 0x6f, 0x8f, 0x7b, 0xa7, + 0xd5, 0xf8, 0x2c, 0x24, 0xbc, 0x52, 0x73, 0xdd, 0x9a, 0x2a, 0x7c, 0xf5, 0x7c, 0x6f, 0x4b, 0x7f, + 0x1c, 0xed, 0x31, 0xcf, 0x62, 0xc2, 0xad, 0x4d, 0x85, 0xaf, 0x7d, 0xe8, 0x6b, 0xd8, 0xe8, 0xd3, + 0x09, 0xf1, 0xec, 0x3e, 0x21, 0xf9, 0x94, 0x38, 0x10, 0xf3, 0x73, 0x31, 0xee, 0x1f, 0xe7, 0xc5, + 0x8f, 0x16, 0xe8, 0xd7, 0x0a, 0xe2, 0x57, 0xcf, 0xf7, 0x40, 0x37, 0x6a, 0x05, 0xb1, 0xb5, 0x2e, + 0xe1, 0x0e, 0x08, 0x41, 0x1e, 0x5c, 0xf7, 0x69, 0x60, 0xf3, 0x67, 0x38, 0xb4, 0xb1, 0xcf, 0xc6, + 0x41, 0x9c, 0xbf, 0xb6, 0x84, 0x06, 0x9b, 0x3e, 0x0d, 0x7a, 0xcf, 0x70, 0x58, 0x93, 0x90, 0xb2, + 0x0b, 0x9e, 0x5c, 0xe9, 0xb2, 0xbe, 0x94, 0x2e, 0x78, 0x32, 0xd7, 0xe5, 0x43, 0xc8, 0x8a, 0x77, + 0x71, 0x46, 0xcc, 0x3d, 0xb5, 0xc5, 0x9f, 0xfc, 0x46, 0xc9, 0x28, 0x27, 0xad, 0x8c, 0x4f, 0x03, + 0x53, 0xd8, 0x47, 0xcc, 0x3d, 0x95, 0x59, 0x78, 0x32, 0x9f, 0x05, 0x3a, 0x0b, 0x4f, 0xa6, 0x59, + 0xbb, 0xbf, 0xad, 0x42, 0x7a, 0x6e, 0x3d, 0x90, 0x05, 0x6b, 0x6a, 0x9b, 0x8c, 0x25, 0xcc, 0xad, + 0xa0, 0xd0, 0x5d, 0xc8, 0xc4, 0xd4, 0x27, 0x6a, 0x4d, 0x89, 0x5a, 0xe9, 0x75, 0x2b, 0x2d, 0x7c, + 0x47, 0xca, 0x85, 0x1a, 0x20, 0x4d, 0x3b, 0x24, 0x11, 0x65, 0x9e, 0x5e, 0xe5, 0xed, 0x8a, 0x22, + 0x6b, 0xe5, 0x92, 0xac, 0x95, 0x86, 0x26, 0xab, 0xb9, 0x2e, 0xe6, 0xfa, 0xf9, 0x75, 0xd1, 0xb0, + 0x40, 0xd4, 0x75, 0x65, 0x19, 0xea, 0x43, 0x4e, 0xa2, 0x08, 0xb5, 0xf0, 0x34, 0x2b, 0x92, 0x4b, + 0x78, 0x8f, 0xac, 0x40, 0x35, 0x05, 0xa8, 0x9c, 0x77, 0xf7, 0x2f, 0xc1, 0xe1, 0x98, 0xf9, 0xd4, + 0x15, 0x5f, 0x05, 0xb9, 0x90, 0xd2, 0x1f, 0x5b, 0x69, 0xc4, 0x76, 0x45, 0xd7, 0x8a, 0x39, 0xa6, + 0x24, 0x14, 0xec, 0x35, 0xf7, 0xb5, 0x3e, 0x94, 0x17, 0x98, 0x43, 0x14, 0x70, 0x4b, 0x43, 0x23, + 0x07, 0x50, 0x84, 0x03, 0x8f, 0xf9, 0x76, 0x30, 0xf6, 0x1d, 0x12, 0xd9, 0x43, 0xcc, 0x87, 0xf2, + 0x28, 0x33, 0xe6, 0xa7, 0x6f, 0xcf, 0x8b, 0xfb, 0x57, 0x10, 0x7d, 0x12, 0x3b, 0xfd, 0x78, 0xf6, + 0x30, 0xa2, 0x0e, 0xaf, 0x3a, 0x82, 0x73, 0x95, 0x43, 0x32, 0x51, 0xe4, 0xcb, 0x29, 0xbc, 0xb6, + 0x84, 0x3b, 0xc4, 0x7c, 0x88, 0xee, 0xc1, 0x26, 0x99, 0x84, 0x34, 0x22, 0xf6, 0x90, 0xd0, 0xc1, + 0x50, 0x49, 0x4a, 0xd2, 0xca, 0x28, 0xe7, 0xa1, 0xf4, 0xa1, 0x3b, 0xb0, 0x21, 0x8e, 0x83, 0xc7, 0xd8, 0x0f, 0xe5, 0xe9, 0x26, 0xac, 0x99, 0x03, 0x7d, 0x07, 0x29, 0x4e, 0x02, 0x8f, 0x44, 0x4b, 0xd7, 0x0a, 0x8d, 0x8b, 0xfa, 0xb0, 0x11, 0x11, 0x97, 0x86, 0x94, 0x04, 0xb1, 0x14, 0x89, 0x65, - 0x36, 0x99, 0x41, 0xa3, 0x8f, 0x01, 0xa9, 0x8e, 0x36, 0x8b, 0x87, 0x24, 0xb2, 0xdd, 0x21, 0xa6, - 0x81, 0x12, 0x0d, 0x2b, 0xa7, 0x22, 0x1d, 0x11, 0xa8, 0x0b, 0x3f, 0x7a, 0x04, 0x37, 0xa7, 0xa5, - 0x97, 0x0a, 0x24, 0xff, 0xad, 0xad, 0x69, 0x70, 0xae, 0xe6, 0x2e, 0x64, 0xdc, 0x11, 0x13, 0xab, - 0xea, 0x4c, 0x59, 0x9c, 0xb0, 0xd2, 0xca, 0x27, 0x29, 0x8a, 0x3e, 0x85, 0x14, 0x8f, 0x71, 0x3c, - 0xe6, 0x92, 0xbc, 0xd9, 0x2b, 0xaf, 0x1f, 0xb1, 0x83, 0x3d, 0x99, 0x64, 0xe9, 0x64, 0x54, 0x84, - 0xb4, 0x1b, 0x31, 0xce, 0xf5, 0x0c, 0x69, 0x49, 0x38, 0x90, 0x2e, 0xd5, 0xfa, 0x73, 0xd8, 0xf0, - 0x68, 0x44, 0x5c, 0x41, 0xa6, 0x7c, 0x46, 0x42, 0x97, 0xfe, 0x05, 0xba, 0x71, 0x91, 0x67, 0xcd, - 0x4a, 0x76, 0x7f, 0x4a, 0x80, 0xba, 0xe2, 0x94, 0x76, 0xa0, 0x03, 0xb8, 0x4e, 0x03, 0x97, 0xf9, - 0x34, 0x18, 0xd8, 0xea, 0x6a, 0x91, 0x02, 0xf2, 0x9f, 0x5c, 0x50, 0x37, 0x51, 0xf6, 0xa2, 0x6e, - 0x86, 0xc4, 0xc6, 0xf1, 0x80, 0xcd, 0x21, 0xad, 0x2e, 0x88, 0x74, 0x51, 0xa7, 0x91, 0xf6, 0x21, - 0xeb, 0x8e, 0xa3, 0x48, 0x7c, 0x10, 0x0d, 0x94, 0x58, 0x0c, 0x68, 0x53, 0x97, 0x69, 0x9c, 0x6f, - 0xe1, 0xf6, 0xbc, 0x7c, 0xd9, 0xef, 0x81, 0x26, 0x17, 0x03, 0xcd, 0xcf, 0xc9, 0x5d, 0xfd, 0x12, - 0xfe, 0xbe, 0x96, 0x47, 0x32, 0xc2, 0x21, 0x27, 0x9e, 0x24, 0xce, 0x82, 0xe2, 0x27, 0x45, 0xb3, - 0xa9, 0xea, 0xee, 0x9f, 0x02, 0xcc, 0x56, 0x01, 0xdd, 0x86, 0x5b, 0xbd, 0x2f, 0x6b, 0x5d, 0xbb, - 0x77, 0x54, 0x3b, 0x3a, 0xee, 0xd9, 0xc7, 0xed, 0x5e, 0xb7, 0x59, 0x6f, 0xed, 0xb7, 0x9a, 0x8d, - 0xdc, 0x0a, 0xba, 0x01, 0xb9, 0xf9, 0x60, 0xa7, 0xdb, 0x6c, 0xe7, 0x0c, 0xb4, 0x0d, 0x37, 0xe7, - 0xbd, 0xf5, 0xce, 0xd3, 0xee, 0x61, 0xf3, 0xa8, 0xd9, 0xc8, 0xad, 0xa2, 0x5b, 0xb0, 0x35, 0x1f, - 0x6a, 0x7e, 0xd5, 0x6d, 0x59, 0xcd, 0x46, 0x2e, 0xb1, 0x93, 0xfc, 0xfe, 0x97, 0xc2, 0xca, 0x7d, - 0x06, 0x9b, 0x97, 0x56, 0x05, 0x15, 0x60, 0x47, 0xe6, 0x37, 0x5a, 0x56, 0xb3, 0x7e, 0xd4, 0xea, - 0xb4, 0xdf, 0x1b, 0xe0, 0x62, 0xba, 0x59, 0xbc, 0xd5, 0xae, 0x77, 0x9e, 0xb6, 0xda, 0x4f, 0x72, - 0xc6, 0x15, 0xc1, 0xce, 0xf1, 0xd1, 0x93, 0x8e, 0x08, 0xae, 0xaa, 0x86, 0xe6, 0x17, 0x2f, 0xcf, - 0x0b, 0xc6, 0xab, 0xf3, 0x82, 0xf1, 0xe7, 0x79, 0xc1, 0xf8, 0xf1, 0x6d, 0x61, 0xe5, 0xd5, 0xdb, - 0xc2, 0xca, 0xef, 0x6f, 0x0b, 0x2b, 0xdf, 0xcc, 0x2b, 0xbc, 0x58, 0xe8, 0xbd, 0x11, 0x76, 0xb8, - 0x7c, 0xaa, 0x4e, 0xd4, 0x2f, 0x4f, 0xa9, 0x05, 0x4e, 0x4a, 0x9e, 0xeb, 0xe3, 0xbf, 0x03, 0x00, - 0x00, 0xff, 0xff, 0x79, 0xfe, 0xe7, 0xb2, 0x93, 0x0a, 0x00, 0x00, + 0x36, 0x99, 0x41, 0xa3, 0x4f, 0x00, 0xa9, 0x8e, 0x36, 0x8b, 0x87, 0x24, 0xb2, 0xdd, 0x21, 0xa6, + 0x81, 0x12, 0x0d, 0x2b, 0xa7, 0x22, 0x1d, 0x11, 0xa8, 0x0b, 0x3f, 0x7a, 0x08, 0x37, 0xa7, 0xa5, + 0x57, 0x0a, 0x24, 0xff, 0xad, 0xad, 0x69, 0x70, 0xae, 0xe6, 0x2e, 0x64, 0xdc, 0x11, 0x13, 0xab, + 0xea, 0x4c, 0x59, 0x9c, 0xb0, 0xd2, 0xca, 0x27, 0x29, 0x8a, 0x3e, 0x83, 0x14, 0x8f, 0x71, 0x3c, + 0xe6, 0x92, 0xbc, 0xd9, 0xf7, 0x5e, 0x3f, 0x62, 0x07, 0x7b, 0x32, 0xc9, 0xd2, 0xc9, 0xa8, 0x08, + 0x69, 0x37, 0x62, 0x9c, 0xeb, 0x19, 0xd2, 0x92, 0x70, 0x20, 0x5d, 0xaa, 0xf5, 0x17, 0xb0, 0xe1, + 0xd1, 0x88, 0xb8, 0x82, 0x4c, 0xf9, 0x8c, 0x84, 0x2e, 0xfd, 0x0b, 0x74, 0xe3, 0x32, 0xcf, 0x9a, + 0x95, 0xec, 0xfe, 0x94, 0x00, 0x75, 0xc5, 0x29, 0xed, 0x40, 0x87, 0x70, 0x9d, 0x06, 0x2e, 0xf3, + 0x69, 0x30, 0xb0, 0xd5, 0xd5, 0x22, 0x05, 0xe4, 0x3f, 0xb9, 0xa0, 0x6e, 0xa2, 0xec, 0x65, 0xdd, + 0x0c, 0x89, 0x8d, 0xe3, 0x01, 0x9b, 0x43, 0x5a, 0x5d, 0x10, 0xe9, 0xb2, 0x4e, 0x23, 0x1d, 0x40, + 0xd6, 0x1d, 0x47, 0x91, 0xf8, 0x20, 0x1a, 0x28, 0xb1, 0x18, 0xd0, 0xa6, 0x2e, 0xd3, 0x38, 0xdf, + 0xc2, 0xed, 0x79, 0xf9, 0xb2, 0xdf, 0x01, 0x4d, 0x2e, 0x06, 0x9a, 0x9f, 0x93, 0xbb, 0xfa, 0x15, + 0xfc, 0x03, 0x2d, 0x8f, 0x64, 0x84, 0x43, 0x4e, 0x3c, 0x49, 0x9c, 0x05, 0xc5, 0x4f, 0x8a, 0x66, + 0x53, 0xd5, 0xdd, 0x3f, 0x03, 0x98, 0xad, 0x02, 0xba, 0x0d, 0xb7, 0x7a, 0x5f, 0xd6, 0xba, 0x76, + 0xef, 0xb8, 0x76, 0x7c, 0xd2, 0xb3, 0x4f, 0xda, 0xbd, 0x6e, 0xb3, 0xde, 0x3a, 0x68, 0x35, 0x1b, + 0xb9, 0x15, 0x74, 0x03, 0x72, 0xf3, 0xc1, 0x4e, 0xb7, 0xd9, 0xce, 0x19, 0x68, 0x1b, 0x6e, 0xce, + 0x7b, 0xeb, 0x9d, 0x27, 0xdd, 0xa3, 0xe6, 0x71, 0xb3, 0x91, 0x5b, 0x45, 0xb7, 0x60, 0x6b, 0x3e, + 0xd4, 0xfc, 0xaa, 0xdb, 0xb2, 0x9a, 0x8d, 0x5c, 0x62, 0x27, 0xf9, 0xfd, 0x2f, 0x85, 0x95, 0xfb, + 0x0c, 0x36, 0xaf, 0xac, 0x0a, 0x2a, 0xc0, 0x8e, 0xcc, 0x6f, 0xb4, 0xac, 0x66, 0xfd, 0xb8, 0xd5, + 0x69, 0xbf, 0x33, 0xc0, 0xe5, 0x74, 0xb3, 0x78, 0xab, 0x5d, 0xef, 0x3c, 0x69, 0xb5, 0x1f, 0xe7, + 0x8c, 0xf7, 0x04, 0x3b, 0x27, 0xc7, 0x8f, 0x3b, 0x22, 0xb8, 0xaa, 0x1a, 0x9a, 0xb5, 0x17, 0x17, + 0x05, 0xe3, 0xe5, 0x45, 0xc1, 0xf8, 0xf3, 0xa2, 0x60, 0xfc, 0xf8, 0xa6, 0xb0, 0xf2, 0xf2, 0x4d, + 0x61, 0xe5, 0xf7, 0x37, 0x85, 0x95, 0x6f, 0x3e, 0x9e, 0xd3, 0x81, 0xfd, 0xc1, 0x08, 0x3b, 0xbc, + 0xba, 0x3f, 0xd8, 0x93, 0x3c, 0xa8, 0x4e, 0xd4, 0x4f, 0x4f, 0x29, 0x06, 0x4e, 0x4a, 0x1e, 0xec, + 0xa3, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x59, 0x81, 0x30, 0x67, 0x94, 0x0a, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/bep3/types/common_test.go b/x/bep3/types/common_test.go index d566a3b0..852284fc 100644 --- a/x/bep3/types/common_test.go +++ b/x/bep3/types/common_test.go @@ -8,7 +8,7 @@ import ( tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/x/bep3/types" ) func i(in int64) sdkmath.Int { return sdkmath.NewInt(in) } diff --git a/x/bep3/types/genesis.pb.go b/x/bep3/types/genesis.pb.go index 83cc2815..f7f00ab9 100644 --- a/x/bep3/types/genesis.pb.go +++ b/x/bep3/types/genesis.pb.go @@ -107,30 +107,30 @@ func init() { func init() { proto.RegisterFile("kava/bep3/v1beta1/genesis.proto", fileDescriptor_ad8c98a16ce5aad0) } var fileDescriptor_ad8c98a16ce5aad0 = []byte{ - // 356 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x91, 0xb1, 0x6e, 0xea, 0x30, - 0x14, 0x86, 0x13, 0x40, 0x08, 0x25, 0xdc, 0x81, 0x70, 0xaf, 0x94, 0x8b, 0xda, 0x04, 0x75, 0xa8, - 0x58, 0x6a, 0x0b, 0x18, 0xba, 0xb6, 0x59, 0xba, 0xb6, 0x81, 0x2e, 0x5d, 0x90, 0x83, 0xdc, 0xd4, - 0x22, 0xa9, 0x2d, 0x8e, 0x03, 0xe5, 0x2d, 0x78, 0x8e, 0xbe, 0x48, 0x19, 0x19, 0x3b, 0x95, 0x0a, - 0x5e, 0xa4, 0xb2, 0x13, 0xca, 0x00, 0x9b, 0xed, 0xf3, 0x9d, 0xef, 0x9c, 0xfc, 0xb1, 0xfc, 0x09, - 0x99, 0x11, 0x1c, 0x51, 0xd1, 0xc7, 0xb3, 0x6e, 0x44, 0x25, 0xe9, 0xe2, 0x98, 0xbe, 0x52, 0x60, - 0x80, 0xc4, 0x94, 0x4b, 0xee, 0x34, 0x14, 0x80, 0x14, 0x80, 0x0a, 0xa0, 0xf5, 0x37, 0xe6, 0x31, - 0xd7, 0x55, 0xac, 0x4e, 0x39, 0xd8, 0xf2, 0x63, 0xce, 0xe3, 0x84, 0x62, 0x7d, 0x8b, 0xb2, 0x67, - 0x2c, 0x59, 0x4a, 0x41, 0x92, 0x54, 0x14, 0xc0, 0xd9, 0xf1, 0x28, 0xad, 0xd5, 0xd5, 0x8b, 0x8f, - 0x92, 0x55, 0xbf, 0xcb, 0x27, 0x0f, 0x24, 0x91, 0xd4, 0xb9, 0xb6, 0xaa, 0x82, 0x4c, 0x49, 0x0a, - 0xae, 0xd9, 0x36, 0x3b, 0x76, 0xef, 0x3f, 0x3a, 0xda, 0x04, 0xdd, 0x6b, 0x20, 0xa8, 0xac, 0xbe, - 0x7c, 0x23, 0x2c, 0x70, 0xe7, 0xd1, 0xaa, 0x13, 0xc9, 0x53, 0x36, 0x1e, 0xc1, 0x9c, 0x08, 0x70, - 0x4b, 0xed, 0x72, 0xc7, 0xee, 0x9d, 0x9f, 0x68, 0xbf, 0xd5, 0xd8, 0x60, 0x4e, 0x44, 0xd0, 0x54, - 0x8a, 0xf7, 0x8d, 0x6f, 0x1f, 0xde, 0x20, 0xb4, 0xc9, 0xe1, 0xe2, 0x3c, 0x58, 0x35, 0xc8, 0x84, - 0x48, 0x18, 0x05, 0xb7, 0xac, 0x95, 0xde, 0x29, 0x25, 0x00, 0x95, 0x03, 0xc5, 0x2d, 0x82, 0x7f, - 0x85, 0xf3, 0xcf, 0xe1, 0x91, 0x51, 0x08, 0x7f, 0x35, 0xce, 0xd0, 0x6a, 0x8a, 0x29, 0x9d, 0x31, - 0x9e, 0xc1, 0x28, 0x4a, 0xf8, 0x78, 0x32, 0x52, 0x99, 0xb9, 0x15, 0xfd, 0xbd, 0x2d, 0x94, 0x07, - 0x8a, 0xf6, 0x81, 0xa2, 0xe1, 0x3e, 0xd0, 0xa0, 0xa6, 0xcc, 0xcb, 0x8d, 0x6f, 0x86, 0x8d, 0xbd, - 0x20, 0x50, 0xfd, 0x8a, 0x08, 0x6e, 0x56, 0x5b, 0xcf, 0x5c, 0x6f, 0x3d, 0xf3, 0x7b, 0xeb, 0x99, - 0xcb, 0x9d, 0x67, 0xac, 0x77, 0x9e, 0xf1, 0xb9, 0xf3, 0x8c, 0xa7, 0xcb, 0x98, 0xc9, 0x97, 0x2c, - 0x42, 0x63, 0x9e, 0x62, 0xb5, 0xfa, 0x55, 0x42, 0x22, 0xd0, 0x27, 0xfc, 0x96, 0xff, 0x18, 0xb9, - 0x10, 0x14, 0xa2, 0xaa, 0x1e, 0xd9, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0x24, 0x63, 0x3b, 0x63, - 0x1d, 0x02, 0x00, 0x00, + // 361 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x91, 0xbf, 0x6e, 0xe2, 0x40, + 0x10, 0x87, 0x6d, 0x40, 0x08, 0xd9, 0x5c, 0x81, 0xb9, 0x93, 0x7c, 0xe8, 0xce, 0x46, 0xd7, 0x1c, + 0x4d, 0x76, 0xf9, 0x53, 0xa4, 0xc6, 0x4d, 0xda, 0xc4, 0x90, 0x26, 0x0d, 0x5a, 0x5b, 0x9b, 0x65, + 0x85, 0xcd, 0xae, 0xd8, 0x35, 0x84, 0xb7, 0xe0, 0x39, 0xf2, 0x22, 0xa1, 0xa4, 0x4c, 0x15, 0x22, + 0x78, 0x91, 0x68, 0xd7, 0x26, 0x14, 0xd0, 0x79, 0x66, 0xbe, 0xf9, 0xc6, 0xfe, 0xd9, 0xf2, 0x67, + 0x68, 0x89, 0x60, 0x84, 0xf9, 0x00, 0x2e, 0x7b, 0x11, 0x96, 0xa8, 0x07, 0x09, 0x9e, 0x63, 0x41, + 0x05, 0xe0, 0x0b, 0x26, 0x99, 0xd3, 0x50, 0x00, 0x50, 0x00, 0x28, 0x80, 0xd6, 0x4f, 0xc2, 0x08, + 0xd3, 0x53, 0xa8, 0x9e, 0x72, 0xb0, 0xe5, 0x13, 0xc6, 0x48, 0x82, 0xa1, 0xae, 0xa2, 0xec, 0x19, + 0x4a, 0x9a, 0x62, 0x21, 0x51, 0xca, 0x0b, 0xe0, 0xcf, 0xe5, 0x29, 0xad, 0xd5, 0xd3, 0x7f, 0x6f, + 0x25, 0xab, 0x7e, 0x97, 0x5f, 0x1e, 0x49, 0x24, 0xb1, 0x73, 0x6b, 0x55, 0x39, 0x5a, 0xa0, 0x54, + 0xb8, 0x66, 0xdb, 0xec, 0xd8, 0xfd, 0xdf, 0xe0, 0xe2, 0x4d, 0xc0, 0xbd, 0x06, 0x82, 0xca, 0xf6, + 0xc3, 0x37, 0xc2, 0x02, 0x77, 0x1e, 0xad, 0x3a, 0x92, 0x2c, 0xa5, 0xf1, 0x44, 0xac, 0x10, 0x17, + 0x6e, 0xa9, 0x5d, 0xee, 0xd8, 0xfd, 0xbf, 0x57, 0xd6, 0x87, 0x1a, 0x1b, 0xad, 0x10, 0x0f, 0x9a, + 0x4a, 0xf1, 0xba, 0xf7, 0xed, 0x73, 0x4f, 0x84, 0x36, 0x3a, 0x17, 0xce, 0x83, 0x55, 0x13, 0x19, + 0xe7, 0x09, 0xc5, 0xc2, 0x2d, 0x6b, 0xa5, 0x77, 0x4d, 0x29, 0x04, 0x96, 0x23, 0xc5, 0xad, 0x83, + 0x5f, 0x85, 0xf3, 0xc7, 0xb9, 0x49, 0xb1, 0x08, 0xbf, 0x35, 0xce, 0xd8, 0x6a, 0xf2, 0x05, 0x5e, + 0x52, 0x96, 0x89, 0x49, 0x94, 0xb0, 0x78, 0x36, 0x51, 0x99, 0xb9, 0x15, 0xfd, 0xbd, 0x2d, 0x90, + 0x07, 0x0a, 0x4e, 0x81, 0x82, 0xf1, 0x29, 0xd0, 0xa0, 0xa6, 0xcc, 0x9b, 0xbd, 0x6f, 0x86, 0x8d, + 0x93, 0x20, 0x50, 0xfb, 0x8a, 0x08, 0x86, 0xdb, 0x83, 0x67, 0xee, 0x0e, 0x9e, 0xf9, 0x79, 0xf0, + 0xcc, 0xcd, 0xd1, 0x33, 0x76, 0x47, 0xcf, 0x78, 0x3f, 0x7a, 0xc6, 0xd3, 0x7f, 0x42, 0xe5, 0x34, + 0x8b, 0x40, 0xcc, 0x52, 0xd8, 0x25, 0x09, 0x8a, 0x04, 0xec, 0x92, 0x9b, 0x78, 0x8a, 0xe8, 0x1c, + 0xbe, 0xe4, 0x7f, 0x46, 0xae, 0x39, 0x16, 0x51, 0x55, 0xdf, 0x1c, 0x7c, 0x05, 0x00, 0x00, 0xff, + 0xff, 0x8d, 0x70, 0x3b, 0x72, 0x1e, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/bep3/types/genesis_test.go b/x/bep3/types/genesis_test.go index 31ecc22e..15dfa251 100644 --- a/x/bep3/types/genesis_test.go +++ b/x/bep3/types/genesis_test.go @@ -9,8 +9,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3/types" ) type GenesisTestSuite struct { diff --git a/x/bep3/types/hash_test.go b/x/bep3/types/hash_test.go index 66f844e4..91c31c72 100644 --- a/x/bep3/types/hash_test.go +++ b/x/bep3/types/hash_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3/types" ) type HashTestSuite struct { diff --git a/x/bep3/types/msg_test.go b/x/bep3/types/msg_test.go index 9bcf43b6..7210da14 100644 --- a/x/bep3/types/msg_test.go +++ b/x/bep3/types/msg_test.go @@ -8,8 +8,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3/types" ) var ( diff --git a/x/bep3/types/params_test.go b/x/bep3/types/params_test.go index a9de43a6..4a42663a 100644 --- a/x/bep3/types/params_test.go +++ b/x/bep3/types/params_test.go @@ -9,8 +9,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3/types" ) type ParamsTestSuite struct { diff --git a/x/bep3/types/query.pb.go b/x/bep3/types/query.pb.go index 55eaa124..7ed87d66 100644 --- a/x/bep3/types/query.pb.go +++ b/x/bep3/types/query.pb.go @@ -726,81 +726,81 @@ func init() { func init() { proto.RegisterFile("kava/bep3/v1beta1/query.proto", fileDescriptor_a5e4082d53c18bf6) } var fileDescriptor_a5e4082d53c18bf6 = []byte{ - // 1176 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0x4f, 0x6f, 0x1b, 0xc5, - 0x1b, 0xb6, 0x9d, 0xc4, 0x8d, 0x5f, 0x3b, 0xf9, 0xfd, 0x98, 0x06, 0xba, 0x71, 0x5b, 0xdb, 0x5d, - 0x54, 0xd7, 0x2d, 0x8d, 0xb7, 0x4d, 0x05, 0x08, 0x90, 0x10, 0x4d, 0x4a, 0x08, 0x52, 0x95, 0xc2, - 0xe6, 0xc6, 0x81, 0xd5, 0x78, 0x77, 0x58, 0x8f, 0xe2, 0xdd, 0xd9, 0xec, 0xac, 0xd3, 0x86, 0xaa, - 0x07, 0x38, 0x71, 0x42, 0x48, 0x20, 0x04, 0xb7, 0x9e, 0xb9, 0x82, 0xf8, 0x0c, 0x3d, 0x56, 0x70, - 0xe1, 0x02, 0x45, 0x09, 0x07, 0x3e, 0x06, 0x9a, 0x3f, 0x6b, 0xaf, 0x63, 0x27, 0x71, 0x4e, 0xf6, - 0xbe, 0xef, 0xfb, 0x3c, 0xef, 0x33, 0x33, 0xcf, 0xfc, 0x81, 0xcb, 0x3b, 0x78, 0x0f, 0x5b, 0x1d, - 0x12, 0xdd, 0xb1, 0xf6, 0x6e, 0x77, 0x48, 0x82, 0x6f, 0x5b, 0xbb, 0x7d, 0x12, 0xef, 0xb7, 0xa3, - 0x98, 0x25, 0x0c, 0xbd, 0x24, 0xd2, 0x6d, 0x91, 0x6e, 0xeb, 0x74, 0xf5, 0x86, 0xcb, 0x78, 0xc0, - 0xb8, 0xd5, 0xc1, 0x9c, 0xa8, 0xda, 0x01, 0x32, 0xc2, 0x3e, 0x0d, 0x71, 0x42, 0x59, 0xa8, 0xe0, - 0xd5, 0x5a, 0xb6, 0x36, 0xad, 0x72, 0x19, 0x4d, 0xf3, 0xcb, 0x2a, 0xef, 0xc8, 0x2f, 0x4b, 0x7d, - 0xe8, 0xd4, 0x92, 0xcf, 0x7c, 0xa6, 0xe2, 0xe2, 0x9f, 0x8e, 0x5e, 0xf2, 0x19, 0xf3, 0x7b, 0xc4, - 0xc2, 0x11, 0xb5, 0x70, 0x18, 0xb2, 0x44, 0x76, 0x4b, 0x31, 0x35, 0x9d, 0x95, 0x5f, 0x9d, 0xfe, - 0x67, 0x96, 0xd7, 0x8f, 0xb3, 0x72, 0x2e, 0x8d, 0x0f, 0x56, 0x0e, 0x4d, 0x66, 0xcd, 0x25, 0x40, - 0x1f, 0x8b, 0xe1, 0x7c, 0x84, 0x63, 0x1c, 0x70, 0x9b, 0xec, 0xf6, 0x09, 0x4f, 0xcc, 0x2d, 0x38, - 0x3f, 0x12, 0xe5, 0x11, 0x0b, 0x39, 0x41, 0x6f, 0x42, 0x31, 0x92, 0x11, 0x23, 0xdf, 0xc8, 0xb7, - 0xca, 0xab, 0xcb, 0xed, 0xb1, 0x99, 0x6a, 0x2b, 0xc8, 0xda, 0xec, 0xb3, 0xbf, 0xea, 0x39, 0x5b, - 0x97, 0x9b, 0x6f, 0xc1, 0x05, 0xc9, 0x77, 0x97, 0x73, 0x92, 0x6c, 0xf7, 0xa3, 0xa8, 0xb7, 0xaf, - 0x5b, 0xa1, 0x25, 0x98, 0xf3, 0x48, 0xc8, 0x02, 0x49, 0x59, 0xb2, 0xd5, 0xc7, 0xdb, 0xf3, 0x5f, - 0x3d, 0xad, 0xe7, 0xfe, 0x7d, 0x5a, 0xcf, 0x99, 0x3f, 0xce, 0xc0, 0xf9, 0x11, 0x98, 0xd6, 0xb2, - 0x09, 0xff, 0xa3, 0xa1, 0xcb, 0x02, 0x1a, 0xfa, 0x0e, 0x97, 0xa9, 0x81, 0x28, 0x3d, 0xa5, 0x62, - 0xfe, 0x07, 0xb2, 0xd6, 0x19, 0x0d, 0xb5, 0xa8, 0xc5, 0x14, 0xa7, 0x18, 0x05, 0x13, 0xeb, 0x27, - 0x3e, 0xcb, 0x30, 0x15, 0xa6, 0x64, 0x4a, 0x71, 0x9a, 0x69, 0x03, 0x16, 0xdd, 0x7e, 0x1c, 0x93, - 0x30, 0x49, 0x89, 0x66, 0xa6, 0x23, 0x5a, 0xd0, 0x30, 0xcd, 0xf3, 0x29, 0x5c, 0x4c, 0x68, 0x40, - 0x9c, 0x1e, 0x0d, 0x68, 0x42, 0x3c, 0xe7, 0x08, 0xe9, 0xec, 0x74, 0xa4, 0x86, 0xe0, 0xb8, 0xaf, - 0x28, 0xd6, 0x47, 0xf8, 0x37, 0xa0, 0x22, 0xf9, 0x49, 0x0f, 0x47, 0x9c, 0x78, 0xc6, 0x9c, 0x26, - 0x54, 0x4e, 0x6a, 0xa7, 0x4e, 0x6a, 0xdf, 0xd3, 0x4e, 0x5a, 0x9b, 0x17, 0x84, 0x3f, 0xbc, 0xa8, - 0xe7, 0xed, 0xb2, 0x00, 0xbe, 0xaf, 0x70, 0xe6, 0x0e, 0x18, 0xe3, 0xcb, 0xaa, 0xd7, 0xe7, 0x01, - 0x54, 0xb0, 0x08, 0x8f, 0x2e, 0x4e, 0x73, 0x82, 0x63, 0x26, 0xa0, 0xf5, 0x08, 0xca, 0x78, 0x98, - 0x32, 0xaf, 0xc2, 0xf2, 0x91, 0x66, 0x94, 0xa4, 0x86, 0xcd, 0xf8, 0x65, 0x17, 0xaa, 0x93, 0xca, - 0xb4, 0xaa, 0x6d, 0x58, 0xcc, 0xa8, 0xa2, 0x44, 0x38, 0x79, 0xe6, 0xcc, 0xba, 0x16, 0x70, 0x96, - 0xdc, 0x7c, 0x07, 0x5e, 0x51, 0x2d, 0x13, 0x16, 0x50, 0x77, 0xfb, 0x21, 0x8e, 0x52, 0x73, 0x5f, - 0x80, 0x73, 0xfc, 0x21, 0x8e, 0x1c, 0xea, 0x69, 0x7b, 0x17, 0xc5, 0xe7, 0x87, 0x5e, 0x46, 0xaf, - 0x9f, 0x6e, 0x8d, 0x0c, 0x58, 0x8b, 0xbd, 0x0f, 0x65, 0x2c, 0xa3, 0x8e, 0x40, 0x69, 0x53, 0x5e, - 0x9d, 0xa4, 0x74, 0x0c, 0xab, 0x85, 0x02, 0x1e, 0x64, 0xcc, 0x2f, 0xe6, 0x00, 0x4d, 0x68, 0xb2, - 0x08, 0x85, 0x81, 0xba, 0x02, 0xf5, 0x90, 0x0b, 0x45, 0x1c, 0xb0, 0x7e, 0x98, 0x18, 0x05, 0x39, - 0x33, 0x27, 0xd8, 0xec, 0x96, 0xe8, 0xf1, 0xd3, 0x8b, 0x7a, 0xcb, 0xa7, 0x49, 0xb7, 0xdf, 0x69, - 0xbb, 0x2c, 0xd0, 0xc7, 0x99, 0xfe, 0x59, 0xe1, 0xde, 0x8e, 0x95, 0xec, 0x47, 0x84, 0x4b, 0x00, - 0xb7, 0x35, 0x35, 0xba, 0x09, 0x28, 0xc6, 0xa1, 0xc7, 0x02, 0x27, 0xec, 0x07, 0x1d, 0x12, 0x3b, - 0x5d, 0xcc, 0xbb, 0x72, 0xb3, 0x94, 0xec, 0xff, 0xab, 0xcc, 0x96, 0x4c, 0x6c, 0x62, 0xde, 0x45, - 0xaf, 0xc2, 0x02, 0x79, 0x14, 0xd1, 0x98, 0x38, 0x5d, 0x42, 0xfd, 0x6e, 0x22, 0x37, 0xc0, 0xac, - 0x5d, 0x51, 0xc1, 0x4d, 0x19, 0x43, 0x97, 0xa0, 0x24, 0xac, 0xc9, 0x13, 0x1c, 0x44, 0xd2, 0xd0, - 0x33, 0xf6, 0x30, 0x80, 0x6e, 0x41, 0x91, 0x93, 0xd0, 0x23, 0xb1, 0x51, 0x14, 0x4d, 0xd6, 0x8c, - 0xdf, 0x7e, 0x59, 0x59, 0xd2, 0x03, 0xbb, 0xeb, 0x79, 0x31, 0xe1, 0x7c, 0x3b, 0x89, 0x69, 0xe8, - 0xdb, 0xba, 0x0e, 0xbd, 0x01, 0xa5, 0x98, 0xb8, 0x34, 0xa2, 0x24, 0x4c, 0x8c, 0x73, 0xa7, 0x80, - 0x86, 0xa5, 0x62, 0x68, 0x8a, 0xc1, 0x61, 0x49, 0x97, 0xc4, 0x8e, 0xdb, 0xc5, 0x34, 0x34, 0xe6, - 0xd5, 0xd0, 0x54, 0xe6, 0x81, 0x48, 0xac, 0x8b, 0x38, 0x5a, 0x85, 0x97, 0x07, 0xd0, 0x11, 0x40, - 0x49, 0x02, 0xce, 0x0f, 0x92, 0x19, 0xcc, 0x15, 0xa8, 0xb8, 0x3d, 0xc6, 0x89, 0xe7, 0x74, 0x7a, - 0xcc, 0xdd, 0x31, 0x40, 0x0e, 0xb6, 0xac, 0x62, 0x6b, 0x22, 0x84, 0x5e, 0x87, 0x22, 0x4f, 0x70, - 0xd2, 0xe7, 0x46, 0xb9, 0x91, 0x6f, 0x2d, 0xae, 0x5e, 0x9e, 0x60, 0x1a, 0xe1, 0x82, 0x6d, 0x59, - 0x64, 0xeb, 0x62, 0x54, 0x87, 0xb2, 0x1b, 0x33, 0xce, 0xb5, 0x86, 0x4a, 0x23, 0xdf, 0x9a, 0xb7, - 0x41, 0x86, 0x54, 0xeb, 0x77, 0xa1, 0xe4, 0xd1, 0x98, 0xb8, 0xe2, 0x50, 0x30, 0x16, 0x24, 0x75, - 0xe3, 0x18, 0xea, 0x7b, 0x69, 0x9d, 0x3d, 0x84, 0x98, 0xbf, 0x16, 0xc6, 0xdc, 0x9e, 0x6e, 0x61, - 0xb4, 0x0a, 0xe7, 0x68, 0xb8, 0xc7, 0x7a, 0x7b, 0x44, 0xb9, 0xf1, 0x84, 0xe9, 0x4e, 0x0b, 0x51, - 0x0d, 0x40, 0x9a, 0x40, 0x9e, 0x52, 0x72, 0x83, 0xcc, 0xda, 0x99, 0x48, 0x66, 0x1e, 0x66, 0xce, - 0x32, 0x0f, 0x23, 0xc3, 0x9c, 0x3d, 0xf3, 0x30, 0xd1, 0x06, 0xc0, 0xf0, 0x55, 0xa0, 0x4f, 0xd7, - 0xe6, 0xc8, 0x3e, 0x52, 0xcf, 0x8d, 0xe1, 0x9d, 0xe9, 0x13, 0x3d, 0x0d, 0x76, 0x06, 0x99, 0x39, - 0x25, 0x7e, 0xce, 0xa7, 0x47, 0x6d, 0x76, 0xe2, 0xf4, 0x16, 0xde, 0x82, 0x4a, 0xe6, 0x9c, 0x48, - 0x8f, 0xb4, 0x33, 0x1d, 0x14, 0xe5, 0xe1, 0x41, 0xc1, 0xd1, 0x07, 0x23, 0xf2, 0xd5, 0x15, 0x76, - 0xed, 0x54, 0xf9, 0x8a, 0x2f, 0xab, 0x7f, 0xf5, 0xcf, 0x39, 0x98, 0x93, 0xaa, 0xd1, 0xe7, 0x50, - 0x54, 0x0f, 0x03, 0x34, 0x49, 0xd6, 0xf8, 0x0b, 0xa4, 0xda, 0x3c, 0xad, 0x4c, 0xb5, 0x33, 0xaf, - 0x7c, 0xf9, 0xfb, 0x3f, 0xdf, 0x16, 0x2e, 0xa2, 0x65, 0x6b, 0xfc, 0x99, 0xa3, 0x1e, 0x1f, 0xe8, - 0xfb, 0x3c, 0x94, 0x33, 0x67, 0x39, 0xba, 0x71, 0x1c, 0xf5, 0xf8, 0xeb, 0xa4, 0xfa, 0xda, 0x54, - 0xb5, 0x5a, 0x4b, 0x5b, 0x6a, 0x69, 0xa1, 0xe6, 0x04, 0x2d, 0xf2, 0xc6, 0x50, 0x57, 0xa1, 0xf5, - 0x58, 0xbe, 0x71, 0x9e, 0x08, 0x61, 0x0b, 0x23, 0xd7, 0x14, 0xba, 0x79, 0x7a, 0xbb, 0xe1, 0xa5, - 0x57, 0x5d, 0x99, 0xb2, 0x5a, 0xcb, 0x6b, 0x49, 0x79, 0x26, 0x6a, 0x9c, 0x28, 0x4f, 0xc8, 0xf8, - 0x2e, 0x0f, 0x30, 0xb4, 0x0a, 0xba, 0x7e, 0x6c, 0x9f, 0xa3, 0x17, 0x5e, 0xf5, 0xc6, 0x34, 0xa5, - 0x5a, 0x8f, 0x25, 0xf5, 0x5c, 0x47, 0xd7, 0x26, 0xe9, 0x91, 0xe5, 0xc2, 0xce, 0xd6, 0x63, 0x7d, - 0x83, 0x3e, 0x41, 0x5f, 0x8b, 0x85, 0xcc, 0xf8, 0x74, 0x8a, 0x66, 0xfc, 0xf4, 0x85, 0x1c, 0xdf, - 0x50, 0x66, 0x53, 0x2a, 0x6b, 0xa0, 0xda, 0x89, 0xca, 0xf8, 0xda, 0x7b, 0xcf, 0x0e, 0x6a, 0xf9, - 0xe7, 0x07, 0xb5, 0xfc, 0xdf, 0x07, 0xb5, 0xfc, 0x37, 0x87, 0xb5, 0xdc, 0xf3, 0xc3, 0x5a, 0xee, - 0x8f, 0xc3, 0x5a, 0xee, 0x93, 0x66, 0xe6, 0x4a, 0x14, 0x1c, 0x2b, 0x3d, 0xdc, 0xe1, 0x8a, 0xed, - 0x91, 0xe2, 0x93, 0xd7, 0x62, 0xa7, 0x28, 0xdf, 0x5a, 0x77, 0xfe, 0x0b, 0x00, 0x00, 0xff, 0xff, - 0xd4, 0xac, 0x57, 0x4a, 0x92, 0x0c, 0x00, 0x00, + // 1179 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0xcf, 0x6f, 0x1b, 0x45, + 0x14, 0xb6, 0x9d, 0xc4, 0x8d, 0x9f, 0x9d, 0x00, 0xd3, 0x40, 0x37, 0x6e, 0x6b, 0xbb, 0x8b, 0x9a, + 0xba, 0xa5, 0xf1, 0xa6, 0xa9, 0x00, 0x01, 0x12, 0x52, 0x92, 0x12, 0x82, 0x54, 0xa5, 0xb0, 0xb9, + 0x71, 0x60, 0x35, 0xde, 0x1d, 0xd6, 0xa3, 0x78, 0x77, 0x36, 0x3b, 0xeb, 0xb4, 0xa1, 0xea, 0x01, + 0x4e, 0x9c, 0x10, 0x12, 0x08, 0xc1, 0xad, 0x67, 0xae, 0x20, 0xfe, 0x86, 0x1e, 0x2b, 0xb8, 0x70, + 0x81, 0xa2, 0x84, 0x03, 0x7f, 0x06, 0x9a, 0x1f, 0x6b, 0xaf, 0x63, 0x27, 0x71, 0x4e, 0xf6, 0xbe, + 0xf7, 0xbe, 0xef, 0x7d, 0x33, 0xf3, 0xe6, 0xbd, 0x81, 0xab, 0xbb, 0x78, 0x1f, 0x5b, 0x6d, 0x12, + 0xdd, 0xb5, 0xf6, 0xef, 0xb4, 0x49, 0x82, 0xef, 0x58, 0x7b, 0x3d, 0x12, 0x1f, 0xb4, 0xa2, 0x98, + 0x25, 0x0c, 0xbd, 0x22, 0xdc, 0x2d, 0xe1, 0x6e, 0x69, 0x77, 0xf5, 0x96, 0xcb, 0x78, 0xc0, 0xb8, + 0xd5, 0xc6, 0x9c, 0xa8, 0xd8, 0x3e, 0x32, 0xc2, 0x3e, 0x0d, 0x71, 0x42, 0x59, 0xa8, 0xe0, 0xd5, + 0x5a, 0x36, 0x36, 0x8d, 0x72, 0x19, 0x4d, 0xfd, 0x8b, 0xca, 0xef, 0xc8, 0x2f, 0x4b, 0x7d, 0x68, + 0xd7, 0x82, 0xcf, 0x7c, 0xa6, 0xec, 0xe2, 0x9f, 0xb6, 0x5e, 0xf1, 0x19, 0xf3, 0xbb, 0xc4, 0xc2, + 0x11, 0xb5, 0x70, 0x18, 0xb2, 0x44, 0x66, 0x4b, 0x31, 0x35, 0xed, 0x95, 0x5f, 0xed, 0xde, 0xe7, + 0x96, 0xd7, 0x8b, 0xb3, 0x72, 0xae, 0x8c, 0x2e, 0x56, 0x2e, 0x4d, 0x7a, 0xcd, 0x05, 0x40, 0x9f, + 0x88, 0xe5, 0x7c, 0x8c, 0x63, 0x1c, 0x70, 0x9b, 0xec, 0xf5, 0x08, 0x4f, 0xcc, 0x6d, 0xb8, 0x38, + 0x64, 0xe5, 0x11, 0x0b, 0x39, 0x41, 0x6f, 0x43, 0x31, 0x92, 0x16, 0x23, 0xdf, 0xc8, 0x37, 0xcb, + 0xab, 0x8b, 0xad, 0x91, 0x9d, 0x6a, 0x29, 0xc8, 0xfa, 0xf4, 0xb3, 0xbf, 0xeb, 0x39, 0x5b, 0x87, + 0x9b, 0xef, 0xc0, 0x25, 0xc9, 0xb7, 0xc6, 0x39, 0x49, 0x76, 0x7a, 0x51, 0xd4, 0x3d, 0xd0, 0xa9, + 0xd0, 0x02, 0xcc, 0x78, 0x24, 0x64, 0x81, 0xa4, 0x2c, 0xd9, 0xea, 0xe3, 0xdd, 0xd9, 0xaf, 0x9f, + 0xd6, 0x73, 0xff, 0x3d, 0xad, 0xe7, 0xcc, 0x9f, 0xa6, 0xe0, 0xe2, 0x10, 0x4c, 0x6b, 0xd9, 0x82, + 0x97, 0x68, 0xe8, 0xb2, 0x80, 0x86, 0xbe, 0xc3, 0xa5, 0xab, 0x2f, 0x4a, 0x6f, 0xa9, 0xd8, 0xff, + 0xbe, 0xac, 0x0d, 0x46, 0x43, 0x2d, 0x6a, 0x3e, 0xc5, 0x29, 0x46, 0xc1, 0xc4, 0x7a, 0x89, 0xcf, + 0x32, 0x4c, 0x85, 0x09, 0x99, 0x52, 0x9c, 0x66, 0xda, 0x84, 0x79, 0xb7, 0x17, 0xc7, 0x24, 0x4c, + 0x52, 0xa2, 0xa9, 0xc9, 0x88, 0xe6, 0x34, 0x4c, 0xf3, 0x7c, 0x06, 0x97, 0x13, 0x1a, 0x10, 0xa7, + 0x4b, 0x03, 0x9a, 0x10, 0xcf, 0x39, 0x46, 0x3a, 0x3d, 0x19, 0xa9, 0x21, 0x38, 0xee, 0x2b, 0x8a, + 0x8d, 0x21, 0xfe, 0x4d, 0xa8, 0x48, 0x7e, 0xd2, 0xc5, 0x11, 0x27, 0x9e, 0x31, 0xa3, 0x09, 0x55, + 0x25, 0xb5, 0xd2, 0x4a, 0x6a, 0xdd, 0xd3, 0x95, 0xb4, 0x3e, 0x2b, 0x08, 0x7f, 0x7c, 0x51, 0xcf, + 0xdb, 0x65, 0x01, 0xfc, 0x40, 0xe1, 0xcc, 0x5d, 0x30, 0x46, 0x8f, 0x55, 0x9f, 0xcf, 0x03, 0xa8, + 0x60, 0x61, 0x1e, 0x3e, 0x9c, 0xa5, 0x31, 0x15, 0x33, 0x06, 0xad, 0x57, 0x50, 0xc6, 0x03, 0x97, + 0x79, 0x1d, 0x16, 0x8f, 0x25, 0xa3, 0x24, 0x2d, 0xd8, 0x4c, 0xbd, 0xec, 0x41, 0x75, 0x5c, 0x98, + 0x56, 0xb5, 0x03, 0xf3, 0x19, 0x55, 0x94, 0x88, 0x4a, 0x9e, 0x3a, 0xb7, 0xae, 0x39, 0x9c, 0x25, + 0x37, 0xdf, 0x83, 0xd7, 0x54, 0xca, 0x84, 0x05, 0xd4, 0xdd, 0x79, 0x88, 0xa3, 0xb4, 0xb8, 0x2f, + 0xc1, 0x05, 0xfe, 0x10, 0x47, 0x0e, 0xf5, 0x74, 0x79, 0x17, 0xc5, 0xe7, 0x47, 0x5e, 0x46, 0xaf, + 0x9f, 0x5e, 0x8d, 0x0c, 0x58, 0x8b, 0xbd, 0x0f, 0x65, 0x2c, 0xad, 0x8e, 0x40, 0xe9, 0xa2, 0xbc, + 0x3e, 0x4e, 0xe9, 0x08, 0x56, 0x0b, 0x05, 0xdc, 0xf7, 0x98, 0x5f, 0xce, 0x00, 0x1a, 0x93, 0x64, + 0x1e, 0x0a, 0x7d, 0x75, 0x05, 0xea, 0x21, 0x17, 0x8a, 0x38, 0x60, 0xbd, 0x30, 0x31, 0x0a, 0x72, + 0x67, 0x4e, 0x29, 0xb3, 0x15, 0x91, 0xe3, 0xe7, 0x17, 0xf5, 0xa6, 0x4f, 0x93, 0x4e, 0xaf, 0xdd, + 0x72, 0x59, 0xa0, 0xdb, 0x99, 0xfe, 0x59, 0xe6, 0xde, 0xae, 0x95, 0x1c, 0x44, 0x84, 0x4b, 0x00, + 0xb7, 0x35, 0x35, 0xba, 0x0d, 0x28, 0xc6, 0xa1, 0xc7, 0x02, 0x27, 0xec, 0x05, 0x6d, 0x12, 0x3b, + 0x1d, 0xcc, 0x3b, 0xf2, 0xb2, 0x94, 0xec, 0x97, 0x95, 0x67, 0x5b, 0x3a, 0xb6, 0x30, 0xef, 0xa0, + 0xd7, 0x61, 0x8e, 0x3c, 0x8a, 0x68, 0x4c, 0x9c, 0x0e, 0xa1, 0x7e, 0x27, 0x91, 0x17, 0x60, 0xda, + 0xae, 0x28, 0xe3, 0x96, 0xb4, 0xa1, 0x2b, 0x50, 0x12, 0xa5, 0xc9, 0x13, 0x1c, 0x44, 0xb2, 0xa0, + 0xa7, 0xec, 0x81, 0x01, 0xad, 0x40, 0x91, 0x93, 0xd0, 0x23, 0xb1, 0x51, 0x14, 0x49, 0xd6, 0x8d, + 0xdf, 0x7f, 0x5d, 0x5e, 0xd0, 0x0b, 0x5b, 0xf3, 0xbc, 0x98, 0x70, 0xbe, 0x93, 0xc4, 0x34, 0xf4, + 0x6d, 0x1d, 0x87, 0xde, 0x82, 0x52, 0x4c, 0x5c, 0x1a, 0x51, 0x12, 0x26, 0xc6, 0x85, 0x33, 0x40, + 0x83, 0x50, 0xb1, 0x34, 0xc5, 0xe0, 0xb0, 0xa4, 0x43, 0x62, 0xc7, 0xed, 0x60, 0x1a, 0x1a, 0xb3, + 0x6a, 0x69, 0xca, 0xf3, 0x40, 0x38, 0x36, 0x84, 0x1d, 0xad, 0xc2, 0xab, 0x7d, 0xe8, 0x10, 0xa0, + 0x24, 0x01, 0x17, 0xfb, 0xce, 0x0c, 0xe6, 0x1a, 0x54, 0xdc, 0x2e, 0xe3, 0xc4, 0x73, 0xda, 0x5d, + 0xe6, 0xee, 0x1a, 0x20, 0x17, 0x5b, 0x56, 0xb6, 0x75, 0x61, 0x42, 0x6f, 0x42, 0x91, 0x27, 0x38, + 0xe9, 0x71, 0xa3, 0xdc, 0xc8, 0x37, 0xe7, 0x57, 0xaf, 0x8e, 0x29, 0x1a, 0x51, 0x05, 0x3b, 0x32, + 0xc8, 0xd6, 0xc1, 0xa8, 0x0e, 0x65, 0x37, 0x66, 0x9c, 0x6b, 0x0d, 0x95, 0x46, 0xbe, 0x39, 0x6b, + 0x83, 0x34, 0xa9, 0xd4, 0xef, 0x43, 0xc9, 0xa3, 0x31, 0x71, 0x45, 0x53, 0x30, 0xe6, 0x24, 0x75, + 0xe3, 0x04, 0xea, 0x7b, 0x69, 0x9c, 0x3d, 0x80, 0x98, 0xbf, 0x15, 0x46, 0xaa, 0x3d, 0xbd, 0xc2, + 0x68, 0x15, 0x2e, 0xd0, 0x70, 0x9f, 0x75, 0xf7, 0x89, 0xaa, 0xc6, 0x53, 0xb6, 0x3b, 0x0d, 0x44, + 0x35, 0x00, 0x59, 0x04, 0xb2, 0x4b, 0xc9, 0x0b, 0x32, 0x6d, 0x67, 0x2c, 0x99, 0x7d, 0x98, 0x3a, + 0xcf, 0x3e, 0x0c, 0x2d, 0x73, 0xfa, 0xdc, 0xcb, 0x44, 0x9b, 0x00, 0x83, 0x57, 0x81, 0xee, 0xae, + 0x4b, 0x43, 0xf7, 0x48, 0x3d, 0x37, 0x06, 0x33, 0xd3, 0x27, 0x7a, 0x1b, 0xec, 0x0c, 0x32, 0xd3, + 0x25, 0x7e, 0xc9, 0xa7, 0xad, 0x36, 0xbb, 0x71, 0xfa, 0x0a, 0x6f, 0x43, 0x25, 0xd3, 0x27, 0xd2, + 0x96, 0x76, 0xae, 0x46, 0x51, 0x1e, 0x34, 0x0a, 0x8e, 0x3e, 0x1c, 0x92, 0xaf, 0x46, 0xd8, 0x8d, + 0x33, 0xe5, 0x2b, 0xbe, 0xac, 0xfe, 0xd5, 0xbf, 0x66, 0x60, 0x46, 0xaa, 0x46, 0x5f, 0x40, 0x51, + 0x3d, 0x0c, 0xd0, 0x38, 0x59, 0xa3, 0x2f, 0x90, 0xea, 0xd2, 0x59, 0x61, 0x2a, 0x9d, 0x79, 0xed, + 0xab, 0x3f, 0xfe, 0xfd, 0xae, 0x70, 0x19, 0x2d, 0x5a, 0xa3, 0xcf, 0x1c, 0xf5, 0xf8, 0x40, 0x3f, + 0xe4, 0xa1, 0x9c, 0xe9, 0xe5, 0xe8, 0xd6, 0x49, 0xd4, 0xa3, 0xaf, 0x93, 0xea, 0x1b, 0x13, 0xc5, + 0x6a, 0x2d, 0x2d, 0xa9, 0xa5, 0x89, 0x96, 0xc6, 0x68, 0x91, 0x13, 0x43, 0x8d, 0x42, 0xeb, 0xb1, + 0x7c, 0xe3, 0x3c, 0x11, 0xc2, 0xe6, 0x86, 0xc6, 0x14, 0xba, 0x7d, 0x76, 0xba, 0xc1, 0xd0, 0xab, + 0x2e, 0x4f, 0x18, 0xad, 0xe5, 0x35, 0xa5, 0x3c, 0x13, 0x35, 0x4e, 0x95, 0x27, 0x64, 0x7c, 0x9f, + 0x07, 0x18, 0x94, 0x0a, 0xba, 0x79, 0x62, 0x9e, 0xe3, 0x03, 0xaf, 0x7a, 0x6b, 0x92, 0x50, 0xad, + 0xc7, 0x92, 0x7a, 0x6e, 0xa2, 0x1b, 0xe3, 0xf4, 0xc8, 0x70, 0x51, 0xce, 0xd6, 0x63, 0x3d, 0x41, + 0x9f, 0xa0, 0x6f, 0xc4, 0x41, 0x66, 0xea, 0x74, 0x82, 0x64, 0xfc, 0xec, 0x83, 0x1c, 0xbd, 0x50, + 0xe6, 0x92, 0x54, 0xd6, 0x40, 0xb5, 0x53, 0x95, 0xf1, 0xf5, 0xb5, 0x67, 0x87, 0xb5, 0xfc, 0xf3, + 0xc3, 0x5a, 0xfe, 0x9f, 0xc3, 0x5a, 0xfe, 0xdb, 0xa3, 0x5a, 0xee, 0xf9, 0x51, 0x2d, 0xf7, 0xe7, + 0x51, 0x2d, 0xf7, 0xe9, 0x8d, 0xcc, 0x48, 0x5c, 0xf1, 0xbb, 0xb8, 0xcd, 0xad, 0x15, 0x7f, 0x59, + 0xb6, 0x55, 0xeb, 0x91, 0x22, 0x94, 0x73, 0xb1, 0x5d, 0x94, 0x8f, 0xad, 0xbb, 0xff, 0x07, 0x00, + 0x00, 0xff, 0xff, 0x5e, 0xee, 0xaf, 0xcf, 0x93, 0x0c, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/bep3/types/swap_test.go b/x/bep3/types/swap_test.go index ca0d6071..5ad432b7 100644 --- a/x/bep3/types/swap_test.go +++ b/x/bep3/types/swap_test.go @@ -10,8 +10,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/bep3/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/bep3/types" ) type AtomicSwapTestSuite struct { diff --git a/x/bep3/types/tx.pb.go b/x/bep3/types/tx.pb.go index 8929798a..8b8e4791 100644 --- a/x/bep3/types/tx.pb.go +++ b/x/bep3/types/tx.pb.go @@ -275,44 +275,45 @@ func init() { func init() { proto.RegisterFile("kava/bep3/v1beta1/tx.proto", fileDescriptor_019a1c7100544f13) } var fileDescriptor_019a1c7100544f13 = []byte{ - // 592 bytes of a gzipped FileDescriptorProto + // 594 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0xbf, 0x6f, 0xd3, 0x40, - 0x14, 0xb6, 0x93, 0x92, 0xd2, 0x6b, 0x11, 0xe1, 0x5a, 0x24, 0xd7, 0x14, 0x3b, 0x4a, 0x45, 0xe5, - 0xa1, 0xb1, 0x69, 0xba, 0x31, 0xd1, 0x84, 0x81, 0x0e, 0x05, 0xc9, 0xd9, 0x58, 0xac, 0xb3, 0x7d, - 0xb5, 0xaf, 0xad, 0xef, 0x2c, 0xdf, 0x25, 0x2d, 0xff, 0x01, 0x23, 0x23, 0x62, 0xca, 0xcc, 0xc2, - 0xc2, 0xdf, 0x80, 0x3a, 0x56, 0x4c, 0x4c, 0x05, 0x25, 0x0b, 0x7f, 0x06, 0xf2, 0x8f, 0x84, 0xe6, - 0x97, 0xa8, 0x90, 0x98, 0x7c, 0xf7, 0xbe, 0xef, 0xbd, 0x7b, 0xf7, 0x7d, 0x7e, 0x07, 0xd4, 0x53, - 0xd4, 0x43, 0x96, 0x8b, 0xe3, 0x7d, 0xab, 0xb7, 0xe7, 0x62, 0x81, 0xf6, 0x2c, 0x71, 0x61, 0xc6, - 0x09, 0x13, 0x0c, 0x3e, 0x48, 0x31, 0x33, 0xc5, 0xcc, 0x02, 0x53, 0x35, 0x8f, 0xf1, 0x88, 0x71, - 0xcb, 0x45, 0x1c, 0x8f, 0x13, 0x3c, 0x46, 0x68, 0x9e, 0xa2, 0x6e, 0xe6, 0xb8, 0x93, 0xed, 0xac, - 0x7c, 0x53, 0x40, 0x1b, 0x01, 0x0b, 0x58, 0x1e, 0x4f, 0x57, 0x79, 0xb4, 0xfe, 0xb9, 0x0c, 0xd6, - 0x8f, 0x78, 0xd0, 0x4e, 0x30, 0x12, 0xf8, 0x40, 0xb0, 0x88, 0x78, 0x9d, 0x73, 0x14, 0xc3, 0x5d, - 0xb0, 0x74, 0x9c, 0xb0, 0x48, 0x91, 0x6b, 0xb2, 0xb1, 0xd2, 0x52, 0xbe, 0x7d, 0x69, 0x6c, 0x14, - 0xd5, 0x0e, 0x7c, 0x3f, 0xc1, 0x9c, 0x77, 0x44, 0x42, 0x68, 0x60, 0x67, 0x2c, 0x68, 0x80, 0x92, - 0x60, 0x4a, 0xe9, 0x2f, 0xdc, 0x92, 0x60, 0xb0, 0x09, 0x1e, 0x26, 0xd8, 0x23, 0x31, 0xc1, 0x54, - 0x38, 0x4c, 0x84, 0x38, 0x71, 0xbc, 0x10, 0x11, 0xaa, 0x94, 0xd3, 0x64, 0x7b, 0x7d, 0x0c, 0xbe, - 0x4e, 0xb1, 0x76, 0x0a, 0xc1, 0x5d, 0x00, 0x39, 0xa6, 0x3e, 0x4e, 0x26, 0x12, 0x96, 0xb2, 0x84, - 0x6a, 0x8e, 0x4c, 0xb2, 0x13, 0x44, 0x7d, 0x16, 0x39, 0xb4, 0x1b, 0xb9, 0x38, 0x71, 0x42, 0xc4, - 0x43, 0xe5, 0x4e, 0xce, 0xce, 0x91, 0x57, 0x19, 0xf0, 0x12, 0xf1, 0x10, 0x6e, 0x81, 0x15, 0x41, - 0x22, 0xcc, 0x05, 0x8a, 0x62, 0xa5, 0x52, 0x93, 0x8d, 0xb2, 0xfd, 0x27, 0x00, 0x3d, 0x50, 0x41, - 0x11, 0xeb, 0x52, 0xa1, 0x2c, 0xd7, 0xca, 0xc6, 0x6a, 0x73, 0xd3, 0x2c, 0x2e, 0x96, 0xea, 0x3f, - 0x32, 0xc5, 0x6c, 0x33, 0x42, 0x5b, 0x4f, 0x2f, 0xaf, 0x75, 0xe9, 0xd3, 0x0f, 0xdd, 0x08, 0x88, - 0x08, 0xbb, 0xae, 0xe9, 0xb1, 0xa8, 0xd0, 0xbf, 0xf8, 0x34, 0xb8, 0x7f, 0x6a, 0x89, 0xb7, 0x31, - 0xe6, 0x59, 0x02, 0xb7, 0x8b, 0xd2, 0x50, 0x07, 0xab, 0x21, 0x26, 0x41, 0x28, 0x1c, 0x1e, 0x23, - 0xaa, 0xdc, 0xad, 0xc9, 0xc6, 0x92, 0x0d, 0xf2, 0x50, 0x27, 0x46, 0xf4, 0xd9, 0xda, 0xbb, 0xbe, - 0x2e, 0x7d, 0xe8, 0xeb, 0xd2, 0xaf, 0xbe, 0x2e, 0xd5, 0x1f, 0x83, 0x47, 0x73, 0x0c, 0xb3, 0x31, - 0x8f, 0x19, 0xe5, 0xb8, 0xfe, 0x51, 0x06, 0x30, 0xc5, 0xcf, 0x10, 0x89, 0xfe, 0xd9, 0xcf, 0x6d, - 0xb0, 0xcc, 0xcf, 0x51, 0xec, 0x10, 0xbf, 0x30, 0x15, 0x0c, 0xae, 0xf5, 0x4a, 0x5a, 0xe8, 0xf0, - 0x85, 0x5d, 0x49, 0xa1, 0x43, 0x1f, 0x6e, 0x83, 0x7b, 0x13, 0x42, 0x17, 0x16, 0xae, 0xdd, 0xd4, - 0x78, 0xaa, 0xf7, 0x2d, 0xa0, 0xce, 0xf6, 0x36, 0x6e, 0xbd, 0x97, 0xfd, 0x8a, 0x36, 0x3e, 0xee, - 0x52, 0xff, 0xbf, 0xb6, 0x3e, 0x57, 0xd1, 0xe9, 0x73, 0x47, 0x6d, 0x35, 0xbf, 0x96, 0x40, 0xf9, - 0x88, 0x07, 0xf0, 0x04, 0x54, 0x67, 0xc6, 0x64, 0xc7, 0x9c, 0x99, 0x51, 0x73, 0x8e, 0x3b, 0xaa, - 0x79, 0x3b, 0xde, 0xe8, 0x4c, 0x18, 0x80, 0xfb, 0xd3, 0x0e, 0x3e, 0x59, 0x50, 0x62, 0x92, 0xa6, - 0x36, 0x6e, 0x45, 0x1b, 0x1f, 0x74, 0x02, 0xaa, 0x33, 0x82, 0x2f, 0xb8, 0xd4, 0x34, 0x6f, 0xd1, - 0xa5, 0x16, 0x09, 0xd9, 0x7a, 0x7e, 0x39, 0xd0, 0xe4, 0xab, 0x81, 0x26, 0xff, 0x1c, 0x68, 0xf2, - 0xfb, 0xa1, 0x26, 0x5d, 0x0d, 0x35, 0xe9, 0xfb, 0x50, 0x93, 0xde, 0xec, 0xdc, 0x18, 0x9a, 0xb4, - 0x66, 0xe3, 0x0c, 0xb9, 0x3c, 0x5b, 0x59, 0x17, 0xf9, 0xe3, 0x98, 0x0d, 0x8e, 0x5b, 0xc9, 0x1e, - 0xad, 0xfd, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x94, 0xca, 0xe1, 0xe1, 0x36, 0x05, 0x00, 0x00, + 0x14, 0xb6, 0x93, 0x92, 0xd2, 0x6b, 0x11, 0xe5, 0x5a, 0x24, 0xd7, 0x14, 0x3b, 0x6a, 0x05, 0x78, + 0x68, 0xec, 0x34, 0xdd, 0xd8, 0x92, 0x30, 0xd0, 0xa1, 0x20, 0x39, 0x1b, 0x8b, 0x75, 0xb6, 0xaf, + 0xf6, 0xb5, 0xf5, 0x9d, 0xe5, 0xbb, 0xa4, 0xe5, 0x3f, 0x60, 0x64, 0x44, 0x4c, 0x99, 0x59, 0x58, + 0xf8, 0x1b, 0x50, 0xc7, 0x8a, 0x89, 0xa9, 0xa0, 0x64, 0xe1, 0xcf, 0x40, 0xfe, 0x91, 0xd0, 0xfc, + 0x12, 0x15, 0x12, 0x53, 0x72, 0xef, 0xfb, 0xde, 0xbb, 0xf7, 0xbe, 0xcf, 0xef, 0x80, 0x7a, 0x8a, + 0x7a, 0xc8, 0x72, 0x71, 0x7c, 0x60, 0xf5, 0xf6, 0x5d, 0x2c, 0xd0, 0xbe, 0x25, 0x2e, 0xcc, 0x38, + 0x61, 0x82, 0xc1, 0x07, 0x29, 0x66, 0xa6, 0x98, 0x59, 0x60, 0xaa, 0xe6, 0x31, 0x1e, 0x31, 0x6e, + 0xb9, 0x88, 0xe3, 0x71, 0x82, 0xc7, 0x08, 0xcd, 0x53, 0xd4, 0xad, 0x1c, 0x77, 0xb2, 0x93, 0x95, + 0x1f, 0x0a, 0x68, 0x33, 0x60, 0x01, 0xcb, 0xe3, 0xe9, 0xbf, 0x3c, 0xba, 0xf3, 0xb9, 0x0c, 0x36, + 0x8e, 0x78, 0xd0, 0x4e, 0x30, 0x12, 0xb8, 0x29, 0x58, 0x44, 0xbc, 0xce, 0x39, 0x8a, 0xe1, 0x1e, + 0x58, 0x3a, 0x4e, 0x58, 0xa4, 0xc8, 0x55, 0xd9, 0x58, 0x69, 0x29, 0xdf, 0xbe, 0xd4, 0x36, 0x8b, + 0x6a, 0x4d, 0xdf, 0x4f, 0x30, 0xe7, 0x1d, 0x91, 0x10, 0x1a, 0xd8, 0x19, 0x0b, 0x1a, 0xa0, 0x24, + 0x98, 0x52, 0xfa, 0x0b, 0xb7, 0x24, 0x18, 0x6c, 0x80, 0x87, 0x09, 0xf6, 0x48, 0x4c, 0x30, 0x15, + 0x0e, 0x13, 0x21, 0x4e, 0x1c, 0x2f, 0x44, 0x84, 0x2a, 0xe5, 0x34, 0xd9, 0xde, 0x18, 0x83, 0xaf, + 0x53, 0xac, 0x9d, 0x42, 0x70, 0x0f, 0x40, 0x8e, 0xa9, 0x8f, 0x93, 0x89, 0x84, 0xa5, 0x2c, 0x61, + 0x3d, 0x47, 0x26, 0xd9, 0x09, 0xa2, 0x3e, 0x8b, 0x1c, 0xda, 0x8d, 0x5c, 0x9c, 0x38, 0x21, 0xe2, + 0xa1, 0x72, 0x27, 0x67, 0xe7, 0xc8, 0xab, 0x0c, 0x78, 0x89, 0x78, 0x08, 0xb7, 0xc1, 0x8a, 0x20, + 0x11, 0xe6, 0x02, 0x45, 0xb1, 0x52, 0xa9, 0xca, 0x46, 0xd9, 0xfe, 0x13, 0x80, 0x1e, 0xa8, 0xa0, + 0x88, 0x75, 0xa9, 0x50, 0x96, 0xab, 0x65, 0x63, 0xb5, 0xb1, 0x65, 0x16, 0x83, 0xa5, 0xfa, 0x8f, + 0x4c, 0x31, 0xdb, 0x8c, 0xd0, 0x56, 0xfd, 0xf2, 0x5a, 0x97, 0x3e, 0xfd, 0xd0, 0x8d, 0x80, 0x88, + 0xb0, 0xeb, 0x9a, 0x1e, 0x8b, 0x0a, 0xfd, 0x8b, 0x9f, 0x1a, 0xf7, 0x4f, 0x2d, 0xf1, 0x36, 0xc6, + 0x3c, 0x4b, 0xe0, 0x76, 0x51, 0x1a, 0xea, 0x60, 0x35, 0xc4, 0x24, 0x08, 0x85, 0xc3, 0x63, 0x44, + 0x95, 0xbb, 0x55, 0xd9, 0x58, 0xb2, 0x41, 0x1e, 0xea, 0xc4, 0x88, 0x3e, 0x5f, 0x7b, 0xd7, 0xd7, + 0xa5, 0x0f, 0x7d, 0x5d, 0xfa, 0xd5, 0xd7, 0xa5, 0x9d, 0xc7, 0xe0, 0xd1, 0x1c, 0xc3, 0x6c, 0xcc, + 0x63, 0x46, 0x39, 0xde, 0xf9, 0x28, 0x03, 0x98, 0xe2, 0x67, 0x88, 0x44, 0xff, 0xec, 0xe7, 0x2e, + 0x58, 0xe6, 0xe7, 0x28, 0x76, 0x88, 0x5f, 0x98, 0x0a, 0x06, 0xd7, 0x7a, 0x25, 0x2d, 0x74, 0xf8, + 0xc2, 0xae, 0xa4, 0xd0, 0xa1, 0x0f, 0x77, 0xc1, 0xbd, 0x09, 0xa1, 0x0b, 0x0b, 0xd7, 0x6e, 0x6a, + 0x3c, 0xd5, 0xfb, 0x36, 0x50, 0x67, 0x7b, 0x1b, 0xb7, 0xde, 0xcb, 0x3e, 0x45, 0x1b, 0x1f, 0x77, + 0xa9, 0xff, 0x5f, 0x5b, 0x9f, 0xab, 0xe8, 0xf4, 0xbd, 0xa3, 0xb6, 0x1a, 0x5f, 0x4b, 0xa0, 0x7c, + 0xc4, 0x03, 0x78, 0x02, 0xd6, 0x67, 0xd6, 0xe4, 0xa9, 0x39, 0xb3, 0xa3, 0xe6, 0x1c, 0x77, 0x54, + 0xf3, 0x76, 0xbc, 0xd1, 0x9d, 0x30, 0x00, 0xf7, 0xa7, 0x1d, 0x7c, 0xb2, 0xa0, 0xc4, 0x24, 0x4d, + 0xad, 0xdd, 0x8a, 0x36, 0xbe, 0xe8, 0x04, 0xac, 0xcf, 0x08, 0xbe, 0x60, 0xa8, 0x69, 0xde, 0xa2, + 0xa1, 0x16, 0x09, 0xd9, 0x6a, 0x5e, 0x0e, 0x34, 0xf9, 0x6a, 0xa0, 0xc9, 0x3f, 0x07, 0x9a, 0xfc, + 0x7e, 0xa8, 0x49, 0x57, 0x43, 0x4d, 0xfa, 0x3e, 0xd4, 0xa4, 0x37, 0xcf, 0x6e, 0x2c, 0x4d, 0x3d, + 0x38, 0x43, 0x2e, 0xb7, 0xea, 0x41, 0x2d, 0xdb, 0x73, 0xeb, 0x22, 0x7f, 0x1d, 0xb3, 0xcd, 0x71, + 0x2b, 0xd9, 0xab, 0x75, 0xf0, 0x3b, 0x00, 0x00, 0xff, 0xff, 0xa8, 0x19, 0xd8, 0xb9, 0x37, 0x05, + 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/cdp/abci.go b/x/cdp/abci.go index b44b276b..33fcc236 100644 --- a/x/cdp/abci.go +++ b/x/cdp/abci.go @@ -10,9 +10,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/kava-labs/kava/x/cdp/keeper" - "github.com/kava-labs/kava/x/cdp/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/x/cdp/keeper" + "github.com/0glabs/0g-chain/x/cdp/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) // BeginBlocker compounds the debt in outstanding cdps and liquidates cdps that are below the required collateralization ratio diff --git a/x/cdp/abci_test.go b/x/cdp/abci_test.go index 0640aa06..d26895c7 100644 --- a/x/cdp/abci_test.go +++ b/x/cdp/abci_test.go @@ -14,11 +14,11 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - auctiontypes "github.com/kava-labs/kava/x/auction/types" - "github.com/kava-labs/kava/x/cdp" - "github.com/kava-labs/kava/x/cdp/keeper" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/app" + auctiontypes "github.com/0glabs/0g-chain/x/auction/types" + "github.com/0glabs/0g-chain/x/cdp" + "github.com/0glabs/0g-chain/x/cdp/keeper" + "github.com/0glabs/0g-chain/x/cdp/types" ) type ModuleTestSuite struct { diff --git a/x/cdp/client/cli/query.go b/x/cdp/client/cli/query.go index dcfe3623..3b2089c9 100644 --- a/x/cdp/client/cli/query.go +++ b/x/cdp/client/cli/query.go @@ -13,7 +13,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" ) // Query CDP flags diff --git a/x/cdp/client/cli/tx.go b/x/cdp/client/cli/tx.go index 69262375..87c9e1eb 100644 --- a/x/cdp/client/cli/tx.go +++ b/x/cdp/client/cli/tx.go @@ -12,7 +12,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/cdp/genesis.go b/x/cdp/genesis.go index c3123b65..0f5b3148 100644 --- a/x/cdp/genesis.go +++ b/x/cdp/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/cdp/keeper" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/keeper" + "github.com/0glabs/0g-chain/x/cdp/types" ) // InitGenesis sets initial genesis state for cdp module diff --git a/x/cdp/genesis_test.go b/x/cdp/genesis_test.go index ef9254f0..fea06051 100644 --- a/x/cdp/genesis_test.go +++ b/x/cdp/genesis_test.go @@ -15,10 +15,10 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/cdp" - "github.com/kava-labs/kava/x/cdp/keeper" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/cdp" + "github.com/0glabs/0g-chain/x/cdp/keeper" + "github.com/0glabs/0g-chain/x/cdp/types" ) type GenesisTestSuite struct { diff --git a/x/cdp/integration_test.go b/x/cdp/integration_test.go index 84255c29..80b99507 100644 --- a/x/cdp/integration_test.go +++ b/x/cdp/integration_test.go @@ -9,9 +9,9 @@ import ( tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/cdp/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/cdp/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) // Avoid cluttering test cases with long function names diff --git a/x/cdp/keeper/auctions.go b/x/cdp/keeper/auctions.go index 7ab0b600..14df5b1f 100644 --- a/x/cdp/keeper/auctions.go +++ b/x/cdp/keeper/auctions.go @@ -4,7 +4,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" ) const ( diff --git a/x/cdp/keeper/auctions_test.go b/x/cdp/keeper/auctions_test.go index ba230542..b28fcdf2 100644 --- a/x/cdp/keeper/auctions_test.go +++ b/x/cdp/keeper/auctions_test.go @@ -6,10 +6,10 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - auctiontypes "github.com/kava-labs/kava/x/auction/types" - "github.com/kava-labs/kava/x/cdp/keeper" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/app" + auctiontypes "github.com/0glabs/0g-chain/x/auction/types" + "github.com/0glabs/0g-chain/x/cdp/keeper" + "github.com/0glabs/0g-chain/x/cdp/types" "github.com/stretchr/testify/suite" diff --git a/x/cdp/keeper/cdp.go b/x/cdp/keeper/cdp.go index ddd78bf2..3d131d23 100644 --- a/x/cdp/keeper/cdp.go +++ b/x/cdp/keeper/cdp.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" ) // AddCdp adds a cdp for a specific owner and collateral type diff --git a/x/cdp/keeper/cdp_test.go b/x/cdp/keeper/cdp_test.go index 9c4b5203..51d90409 100644 --- a/x/cdp/keeper/cdp_test.go +++ b/x/cdp/keeper/cdp_test.go @@ -13,9 +13,9 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/cdp/keeper" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/cdp/keeper" + "github.com/0glabs/0g-chain/x/cdp/types" ) type CdpTestSuite struct { diff --git a/x/cdp/keeper/deposit.go b/x/cdp/keeper/deposit.go index a2edf65d..6c4978cf 100644 --- a/x/cdp/keeper/deposit.go +++ b/x/cdp/keeper/deposit.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" ) // DepositCollateral adds collateral to a cdp diff --git a/x/cdp/keeper/deposit_test.go b/x/cdp/keeper/deposit_test.go index 070c50b1..c4cbb696 100644 --- a/x/cdp/keeper/deposit_test.go +++ b/x/cdp/keeper/deposit_test.go @@ -11,9 +11,9 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/cdp/keeper" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/cdp/keeper" + "github.com/0glabs/0g-chain/x/cdp/types" ) type DepositTestSuite struct { diff --git a/x/cdp/keeper/draw.go b/x/cdp/keeper/draw.go index 3b09f470..626b8a45 100644 --- a/x/cdp/keeper/draw.go +++ b/x/cdp/keeper/draw.go @@ -6,7 +6,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" ) // AddPrincipal adds debt to a cdp if the additional debt does not put the cdp below the liquidation ratio diff --git a/x/cdp/keeper/draw_test.go b/x/cdp/keeper/draw_test.go index e3d6f979..e580e8ba 100644 --- a/x/cdp/keeper/draw_test.go +++ b/x/cdp/keeper/draw_test.go @@ -12,9 +12,9 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/cdp/keeper" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/cdp/keeper" + "github.com/0glabs/0g-chain/x/cdp/types" ) type DrawTestSuite struct { diff --git a/x/cdp/keeper/grpc_query.go b/x/cdp/keeper/grpc_query.go index c81ac912..32ca9562 100644 --- a/x/cdp/keeper/grpc_query.go +++ b/x/cdp/keeper/grpc_query.go @@ -11,7 +11,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" ) type QueryServer struct { diff --git a/x/cdp/keeper/grpc_query_test.go b/x/cdp/keeper/grpc_query_test.go index 3c1e06d0..d298d420 100644 --- a/x/cdp/keeper/grpc_query_test.go +++ b/x/cdp/keeper/grpc_query_test.go @@ -5,12 +5,12 @@ import ( "time" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/cdp/keeper" + "github.com/0glabs/0g-chain/x/cdp/types" tmprototypes "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/cdp/keeper" - "github.com/kava-labs/kava/x/cdp/types" "github.com/stretchr/testify/suite" ) diff --git a/x/cdp/keeper/hooks.go b/x/cdp/keeper/hooks.go index 7768bc08..2da62ee8 100644 --- a/x/cdp/keeper/hooks.go +++ b/x/cdp/keeper/hooks.go @@ -1,8 +1,8 @@ package keeper import ( + "github.com/0glabs/0g-chain/x/cdp/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/cdp/types" ) // Implements StakingHooks interface diff --git a/x/cdp/keeper/integration_test.go b/x/cdp/keeper/integration_test.go index 8f64e3f1..d3c9c98e 100644 --- a/x/cdp/keeper/integration_test.go +++ b/x/cdp/keeper/integration_test.go @@ -9,9 +9,9 @@ import ( tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/cdp/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/cdp/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) // Avoid cluttering test cases with long function names diff --git a/x/cdp/keeper/interest.go b/x/cdp/keeper/interest.go index 610686f5..d9c964ab 100644 --- a/x/cdp/keeper/interest.go +++ b/x/cdp/keeper/interest.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" ) var scalingFactor = 1e18 diff --git a/x/cdp/keeper/interest_test.go b/x/cdp/keeper/interest_test.go index d3881fc2..eed54598 100644 --- a/x/cdp/keeper/interest_test.go +++ b/x/cdp/keeper/interest_test.go @@ -12,9 +12,9 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/cdp/keeper" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/cdp/keeper" + "github.com/0glabs/0g-chain/x/cdp/types" ) type InterestTestSuite struct { diff --git a/x/cdp/keeper/keeper.go b/x/cdp/keeper/keeper.go index 2ab77c3c..22f56d7e 100644 --- a/x/cdp/keeper/keeper.go +++ b/x/cdp/keeper/keeper.go @@ -11,7 +11,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" ) // Keeper keeper for the cdp module diff --git a/x/cdp/keeper/keeper_bench_test.go b/x/cdp/keeper/keeper_bench_test.go index 974451fd..896e55fc 100644 --- a/x/cdp/keeper/keeper_bench_test.go +++ b/x/cdp/keeper/keeper_bench_test.go @@ -10,9 +10,9 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/cdp/keeper" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/cdp/keeper" + "github.com/0glabs/0g-chain/x/cdp/types" ) // saving the result to a module level variable ensures the compiler doesn't optimize the test away diff --git a/x/cdp/keeper/keeper_test.go b/x/cdp/keeper/keeper_test.go index dff4095d..1b71c54f 100644 --- a/x/cdp/keeper/keeper_test.go +++ b/x/cdp/keeper/keeper_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/cdp/keeper" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/cdp/keeper" ) type KeeperTestSuite struct { diff --git a/x/cdp/keeper/migrations.go b/x/cdp/keeper/migrations.go index 7b8a0c18..9dc818cf 100644 --- a/x/cdp/keeper/migrations.go +++ b/x/cdp/keeper/migrations.go @@ -1,8 +1,8 @@ package keeper import ( + v2 "github.com/0glabs/0g-chain/x/cdp/migrations/v2" sdk "github.com/cosmos/cosmos-sdk/types" - v2 "github.com/kava-labs/kava/x/cdp/migrations/v2" ) // Migrator is a struct for handling in-place store migrations. diff --git a/x/cdp/keeper/msg_server.go b/x/cdp/keeper/msg_server.go index 8f078b43..20d68fc2 100644 --- a/x/cdp/keeper/msg_server.go +++ b/x/cdp/keeper/msg_server.go @@ -3,8 +3,8 @@ package keeper import ( "context" + "github.com/0glabs/0g-chain/x/cdp/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/cdp/types" ) type msgServer struct { diff --git a/x/cdp/keeper/params.go b/x/cdp/keeper/params.go index 62b3a4a6..fab467fc 100644 --- a/x/cdp/keeper/params.go +++ b/x/cdp/keeper/params.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" ) // GetParams returns the params from the store diff --git a/x/cdp/keeper/querier.go b/x/cdp/keeper/querier.go index 143dbff0..8f5b83d9 100644 --- a/x/cdp/keeper/querier.go +++ b/x/cdp/keeper/querier.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" ) // FilterCDPs queries the store for all CDPs that match query params diff --git a/x/cdp/keeper/seize.go b/x/cdp/keeper/seize.go index 77529a60..856ad2f2 100644 --- a/x/cdp/keeper/seize.go +++ b/x/cdp/keeper/seize.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" ) // AttemptKeeperLiquidation liquidates the cdp with the input collateral type and owner if it is below the required collateralization ratio diff --git a/x/cdp/keeper/seize_test.go b/x/cdp/keeper/seize_test.go index 37c8428a..566dac42 100644 --- a/x/cdp/keeper/seize_test.go +++ b/x/cdp/keeper/seize_test.go @@ -18,10 +18,10 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - auctiontypes "github.com/kava-labs/kava/x/auction/types" - "github.com/kava-labs/kava/x/cdp/keeper" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/app" + auctiontypes "github.com/0glabs/0g-chain/x/auction/types" + "github.com/0glabs/0g-chain/x/cdp/keeper" + "github.com/0glabs/0g-chain/x/cdp/types" ) type SeizeTestSuite struct { diff --git a/x/cdp/migrations/v2/store.go b/x/cdp/migrations/v2/store.go index f457c174..1a84e0cc 100644 --- a/x/cdp/migrations/v2/store.go +++ b/x/cdp/migrations/v2/store.go @@ -1,9 +1,9 @@ package v2 import ( + "github.com/0glabs/0g-chain/x/cdp/types" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/kava-labs/kava/x/cdp/types" ) // MigrateStore performs in-place store migrations for consensus version 2 diff --git a/x/cdp/migrations/v2/store_test.go b/x/cdp/migrations/v2/store_test.go index 13da0382..206ef5a5 100644 --- a/x/cdp/migrations/v2/store_test.go +++ b/x/cdp/migrations/v2/store_test.go @@ -10,8 +10,8 @@ import ( moduletestutil "github.com/cosmos/cosmos-sdk/types/module/testutil" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - v2cdp "github.com/kava-labs/kava/x/cdp/migrations/v2" - "github.com/kava-labs/kava/x/cdp/types" + v2cdp "github.com/0glabs/0g-chain/x/cdp/migrations/v2" + "github.com/0glabs/0g-chain/x/cdp/types" ) func TestStoreMigrationAddsKeyTableIncludingNewParam(t *testing.T) { diff --git a/x/cdp/module.go b/x/cdp/module.go index 32d07d1c..401c4b48 100644 --- a/x/cdp/module.go +++ b/x/cdp/module.go @@ -16,9 +16,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/kava-labs/kava/x/cdp/client/cli" - "github.com/kava-labs/kava/x/cdp/keeper" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/client/cli" + "github.com/0glabs/0g-chain/x/cdp/keeper" + "github.com/0glabs/0g-chain/x/cdp/types" ) var ( diff --git a/x/cdp/types/cdp.pb.go b/x/cdp/types/cdp.pb.go index a59e9caf..87f0190d 100644 --- a/x/cdp/types/cdp.pb.go +++ b/x/cdp/types/cdp.pb.go @@ -242,46 +242,46 @@ func init() { func init() { proto.RegisterFile("kava/cdp/v1beta1/cdp.proto", fileDescriptor_68a9ab097fb7be40) } var fileDescriptor_68a9ab097fb7be40 = []byte{ - // 613 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0xcf, 0x6e, 0xd3, 0x30, - 0x1c, 0xae, 0xbb, 0x36, 0x5b, 0xbd, 0xb1, 0x4e, 0x06, 0xa1, 0xac, 0x87, 0xa4, 0x1a, 0x02, 0x7a, - 0x69, 0xa2, 0x01, 0x12, 0x17, 0x10, 0x5a, 0x1a, 0x0d, 0xca, 0x85, 0x29, 0x1a, 0x17, 0x0e, 0x54, - 0xae, 0xed, 0x96, 0x68, 0x69, 0x1c, 0xc5, 0xee, 0xd8, 0x1e, 0x02, 0x69, 0x0f, 0xb3, 0x87, 0xd8, - 0x81, 0xc3, 0xb4, 0x13, 0xe2, 0x10, 0x20, 0x7b, 0x0b, 0x4e, 0xc8, 0x4e, 0xba, 0xec, 0x58, 0x24, - 0x38, 0xf5, 0xf7, 0xc7, 0xdf, 0xf7, 0x73, 0x7f, 0xdf, 0x17, 0xc3, 0xce, 0x11, 0x3e, 0xc6, 0x2e, - 0xa1, 0x89, 0x7b, 0xbc, 0x3b, 0x66, 0x12, 0xef, 0xaa, 0xd8, 0x49, 0x52, 0x2e, 0x39, 0xda, 0x52, - 0x3d, 0x47, 0xe5, 0x65, 0xaf, 0x63, 0x11, 0x2e, 0x66, 0x5c, 0xb8, 0x63, 0x2c, 0x58, 0x05, 0xe0, - 0x61, 0x5c, 0x20, 0x3a, 0xdb, 0x45, 0x7f, 0xa4, 0x33, 0xb7, 0x48, 0xca, 0xd6, 0xbd, 0x29, 0x9f, - 0xf2, 0xa2, 0xae, 0xa2, 0xb2, 0x6a, 0x4f, 0x39, 0x9f, 0x46, 0xcc, 0xd5, 0xd9, 0x78, 0x3e, 0x71, - 0x65, 0x38, 0x63, 0x42, 0xe2, 0x59, 0x79, 0x87, 0x9d, 0x2f, 0x0d, 0xb8, 0x32, 0xf0, 0x0f, 0xd0, - 0x7d, 0x58, 0x0f, 0xa9, 0x09, 0xba, 0xa0, 0xd7, 0xf0, 0x8c, 0x3c, 0xb3, 0xeb, 0x43, 0x3f, 0xa8, - 0x87, 0x14, 0x7d, 0x84, 0x4d, 0xfe, 0x39, 0x66, 0xa9, 0x59, 0xef, 0x82, 0xde, 0x86, 0xf7, 0xe6, - 0x77, 0x66, 0xf7, 0xa7, 0xa1, 0xfc, 0x34, 0x1f, 0x3b, 0x84, 0xcf, 0xca, 0x2b, 0x94, 0x3f, 0x7d, - 0x41, 0x8f, 0x5c, 0x79, 0x9a, 0x30, 0xe1, 0xec, 0x11, 0xb2, 0x47, 0x69, 0xca, 0x84, 0xb8, 0x3a, - 0xef, 0xdf, 0x2d, 0x2f, 0x5a, 0x56, 0xbc, 0x53, 0xc9, 0x44, 0x50, 0xd0, 0x22, 0x04, 0x1b, 0x0a, - 0x61, 0xae, 0x74, 0x41, 0xaf, 0x15, 0xe8, 0x18, 0xbd, 0x82, 0x90, 0xf0, 0x28, 0xc2, 0x92, 0xa5, - 0x38, 0x32, 0x1b, 0x5d, 0xd0, 0x5b, 0x7f, 0xb2, 0xed, 0x94, 0x24, 0x6a, 0x35, 0x8b, 0x7d, 0x39, - 0x03, 0x1e, 0xc6, 0x5e, 0xe3, 0x22, 0xb3, 0x6b, 0xc1, 0x2d, 0x08, 0x7a, 0x09, 0x5b, 0x49, 0x1a, - 0xc6, 0x24, 0x4c, 0x70, 0x64, 0x36, 0x97, 0xc3, 0x57, 0x08, 0xf4, 0x16, 0x6e, 0x61, 0x42, 0xe6, - 0xb3, 0xb9, 0xe2, 0xa3, 0xa3, 0x09, 0x63, 0xc2, 0x34, 0x96, 0x63, 0x69, 0xdf, 0x02, 0xee, 0x33, - 0x26, 0xd0, 0x6b, 0xb8, 0xa1, 0xf0, 0xa3, 0x79, 0x42, 0x55, 0xcd, 0x5c, 0xd5, 0x3c, 0x1d, 0xa7, - 0xd0, 0xc5, 0x59, 0xe8, 0xe2, 0x1c, 0x2e, 0x74, 0xf1, 0xd6, 0x14, 0xd1, 0xd9, 0x0f, 0x1b, 0x04, - 0xeb, 0x0a, 0xf9, 0xbe, 0x00, 0x22, 0x06, 0xdb, 0x61, 0x2c, 0x59, 0xca, 0x84, 0x1c, 0x4d, 0x30, - 0x91, 0x3c, 0x35, 0xd7, 0xd4, 0xce, 0xbc, 0x17, 0xea, 0xfc, 0xf7, 0xcc, 0x7e, 0xb4, 0x84, 0x2c, - 0x3e, 0x23, 0x57, 0xe7, 0x7d, 0x58, 0xfe, 0x09, 0x9f, 0x91, 0x60, 0x73, 0x41, 0xba, 0xaf, 0x39, - 0x77, 0xbe, 0x02, 0xb8, 0xea, 0xb3, 0x84, 0x8b, 0x50, 0xa2, 0x2e, 0x34, 0x08, 0x4d, 0x46, 0x37, - 0xbe, 0x68, 0xe5, 0x99, 0xdd, 0x1c, 0xd0, 0x64, 0xe8, 0x07, 0x4d, 0x42, 0x93, 0x21, 0x45, 0x13, - 0xd8, 0xa2, 0xc5, 0x61, 0x5e, 0x38, 0xa4, 0xf5, 0x0f, 0x1d, 0x52, 0x51, 0xa3, 0xe7, 0xd0, 0xc0, - 0x33, 0x3e, 0x8f, 0xa5, 0xf6, 0xc9, 0x12, 0x3a, 0x94, 0xc7, 0x77, 0x52, 0xb8, 0x79, 0xc8, 0x25, - 0x8e, 0x0e, 0x6e, 0xc4, 0x7d, 0x0c, 0xdb, 0x95, 0x53, 0x46, 0xda, 0x7b, 0x40, 0x7b, 0x6f, 0xb3, - 0x2a, 0x1f, 0x2a, 0x17, 0x56, 0x33, 0xeb, 0x7f, 0x37, 0x53, 0xc0, 0xb6, 0x9e, 0x39, 0xa8, 0x0c, - 0xf9, 0xff, 0x87, 0x3e, 0x83, 0x77, 0xde, 0xa9, 0x0f, 0x6a, 0xe0, 0x1f, 0x0c, 0x63, 0xca, 0x4e, - 0xd0, 0x03, 0xb8, 0x5a, 0x88, 0x27, 0x4c, 0xd0, 0x5d, 0xe9, 0x35, 0x3c, 0x98, 0x67, 0xb6, 0xa1, - 0xd5, 0x13, 0x81, 0xa1, 0xe5, 0x13, 0xde, 0xe0, 0xe2, 0x97, 0x55, 0xbb, 0xc8, 0x2d, 0x70, 0x99, - 0x5b, 0xe0, 0x67, 0x6e, 0x81, 0xb3, 0x6b, 0xab, 0x76, 0x79, 0x6d, 0xd5, 0xbe, 0x5d, 0x5b, 0xb5, - 0x0f, 0x0f, 0x6f, 0xc9, 0xa8, 0x9e, 0xaa, 0x7e, 0x84, 0xc7, 0x42, 0x47, 0xee, 0x89, 0x7e, 0xd2, - 0xb4, 0x92, 0x63, 0x43, 0x9b, 0xf8, 0xe9, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x95, 0xe3, 0x65, - 0xc4, 0xeb, 0x04, 0x00, 0x00, + // 617 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0x41, 0x6f, 0xd3, 0x30, + 0x14, 0xae, 0xbb, 0x36, 0x5b, 0xbd, 0xb1, 0x4e, 0x06, 0xa1, 0xac, 0x87, 0xa4, 0x1a, 0x12, 0xf4, + 0xd2, 0x64, 0x03, 0x24, 0x2e, 0x20, 0xb4, 0x34, 0x1a, 0x94, 0x0b, 0x53, 0x34, 0x2e, 0x1c, 0xa8, + 0x5c, 0xdb, 0xcd, 0xa2, 0xa5, 0x71, 0x14, 0xbb, 0x63, 0xfb, 0x11, 0x48, 0xfb, 0x31, 0xfb, 0x11, + 0x3b, 0x70, 0x98, 0x76, 0x42, 0x1c, 0x0a, 0x74, 0xff, 0x82, 0x13, 0xb2, 0x93, 0x2e, 0x3d, 0x16, + 0x09, 0x4e, 0xf1, 0x7b, 0xcf, 0xdf, 0xf7, 0x5e, 0xde, 0xf7, 0x25, 0xb0, 0x75, 0x82, 0x4f, 0xb1, + 0x4b, 0x68, 0xea, 0x9e, 0xee, 0x0d, 0x99, 0xc4, 0x7b, 0xea, 0xec, 0xa4, 0x19, 0x97, 0x1c, 0x6d, + 0xa9, 0x9a, 0xa3, 0xe2, 0xa2, 0xd6, 0xb2, 0x08, 0x17, 0x63, 0x2e, 0xdc, 0x21, 0x16, 0xac, 0x04, + 0xf0, 0x28, 0xc9, 0x11, 0xad, 0xed, 0xbc, 0x3e, 0xd0, 0x91, 0x9b, 0x07, 0x45, 0xe9, 0x41, 0xc8, + 0x43, 0x9e, 0xe7, 0xd5, 0xa9, 0xc8, 0xda, 0x21, 0xe7, 0x61, 0xcc, 0x5c, 0x1d, 0x0d, 0x27, 0x23, + 0x57, 0x46, 0x63, 0x26, 0x24, 0x1e, 0x17, 0x33, 0xec, 0x7c, 0xa9, 0xc1, 0x95, 0x9e, 0x7f, 0x88, + 0x1e, 0xc2, 0x6a, 0x44, 0x4d, 0xd0, 0x06, 0x9d, 0x9a, 0x67, 0xcc, 0xa6, 0x76, 0xb5, 0xef, 0x07, + 0xd5, 0x88, 0xa2, 0x4f, 0xb0, 0xce, 0x3f, 0x27, 0x2c, 0x33, 0xab, 0x6d, 0xd0, 0xd9, 0xf0, 0xde, + 0xfe, 0x9e, 0xda, 0xdd, 0x30, 0x92, 0xc7, 0x93, 0xa1, 0x43, 0xf8, 0xb8, 0x18, 0xa1, 0x78, 0x74, + 0x05, 0x3d, 0x71, 0xe5, 0x79, 0xca, 0x84, 0xb3, 0x4f, 0xc8, 0x3e, 0xa5, 0x19, 0x13, 0xe2, 0xe6, + 0xb2, 0x7b, 0xbf, 0x18, 0xb4, 0xc8, 0x78, 0xe7, 0x92, 0x89, 0x20, 0xa7, 0x45, 0x08, 0xd6, 0x14, + 0xc2, 0x5c, 0x69, 0x83, 0x4e, 0x23, 0xd0, 0x67, 0xf4, 0x1a, 0x42, 0xc2, 0xe3, 0x18, 0x4b, 0x96, + 0xe1, 0xd8, 0xac, 0xb5, 0x41, 0x67, 0xfd, 0xe9, 0xb6, 0x53, 0x90, 0xa8, 0xd5, 0xcc, 0xf7, 0xe5, + 0xf4, 0x78, 0x94, 0x78, 0xb5, 0xab, 0xa9, 0x5d, 0x09, 0x16, 0x20, 0xe8, 0x15, 0x6c, 0xa4, 0x59, + 0x94, 0x90, 0x28, 0xc5, 0xb1, 0x59, 0x5f, 0x0e, 0x5f, 0x22, 0xd0, 0x3b, 0xb8, 0x85, 0x09, 0x99, + 0x8c, 0x27, 0x8a, 0x8f, 0x0e, 0x46, 0x8c, 0x09, 0xd3, 0x58, 0x8e, 0xa5, 0xb9, 0x00, 0x3c, 0x60, + 0x4c, 0xa0, 0x37, 0x70, 0x43, 0xe1, 0x07, 0x93, 0x94, 0xaa, 0x9c, 0xb9, 0xaa, 0x79, 0x5a, 0x4e, + 0xae, 0x8b, 0x33, 0xd7, 0xc5, 0x39, 0x9a, 0xeb, 0xe2, 0xad, 0x29, 0xa2, 0x8b, 0x1f, 0x36, 0x08, + 0xd6, 0x15, 0xf2, 0x43, 0x0e, 0x44, 0x0c, 0x36, 0xa3, 0x44, 0xb2, 0x8c, 0x09, 0x39, 0x18, 0x61, + 0x22, 0x79, 0x66, 0xae, 0xa9, 0x9d, 0x79, 0x2f, 0xd5, 0xfd, 0xef, 0x53, 0xfb, 0xf1, 0x12, 0xb2, + 0xf8, 0x8c, 0xdc, 0x5c, 0x76, 0x61, 0xf1, 0x12, 0x3e, 0x23, 0xc1, 0xe6, 0x9c, 0xf4, 0x40, 0x73, + 0xee, 0x7c, 0x05, 0x70, 0xd5, 0x67, 0x29, 0x17, 0x91, 0x44, 0x6d, 0x68, 0x10, 0x9a, 0x0e, 0xee, + 0x7c, 0xd1, 0x98, 0x4d, 0xed, 0x7a, 0x8f, 0xa6, 0x7d, 0x3f, 0xa8, 0x13, 0x9a, 0xf6, 0x29, 0x1a, + 0xc1, 0x06, 0xcd, 0x2f, 0xf3, 0xdc, 0x21, 0x8d, 0x7f, 0xe8, 0x90, 0x92, 0x1a, 0xbd, 0x80, 0x06, + 0x1e, 0xf3, 0x49, 0x22, 0xb5, 0x4f, 0x96, 0xd0, 0xa1, 0xb8, 0xbe, 0x93, 0xc1, 0xcd, 0x23, 0x2e, + 0x71, 0x7c, 0x78, 0x27, 0xee, 0x13, 0xd8, 0x2c, 0x9d, 0x32, 0xd0, 0xde, 0x03, 0xda, 0x7b, 0x9b, + 0x65, 0xfa, 0x48, 0xb9, 0xb0, 0xec, 0x59, 0xfd, 0xbb, 0x9e, 0x02, 0x36, 0x75, 0xcf, 0x5e, 0x69, + 0xc8, 0xff, 0xdf, 0xf4, 0x39, 0xbc, 0xf7, 0x5e, 0x7d, 0x50, 0x3d, 0xff, 0xb0, 0x9f, 0x50, 0x76, + 0x86, 0x1e, 0xc1, 0xd5, 0x5c, 0x3c, 0x61, 0x82, 0xf6, 0x4a, 0xa7, 0xe6, 0xc1, 0xd9, 0xd4, 0x36, + 0xb4, 0x7a, 0x22, 0x30, 0xb4, 0x7c, 0xc2, 0xf3, 0xaf, 0x7e, 0x59, 0x95, 0xab, 0x99, 0x05, 0xae, + 0x67, 0x16, 0xf8, 0x39, 0xb3, 0xc0, 0xc5, 0xad, 0x55, 0xb9, 0xbe, 0xb5, 0x2a, 0xdf, 0x6e, 0xad, + 0xca, 0xc7, 0x45, 0x47, 0xed, 0x86, 0x31, 0x1e, 0x0a, 0x77, 0x37, 0xec, 0x92, 0x63, 0x1c, 0x25, + 0xee, 0x99, 0xfe, 0xa7, 0x69, 0x29, 0x87, 0x86, 0x76, 0xf1, 0xb3, 0x3f, 0x01, 0x00, 0x00, 0xff, + 0xff, 0xac, 0x93, 0x62, 0xcb, 0xec, 0x04, 0x00, 0x00, } func (m *CDP) Marshal() (dAtA []byte, err error) { diff --git a/x/cdp/types/cdp_test.go b/x/cdp/types/cdp_test.go index 424899b6..24f454c7 100644 --- a/x/cdp/types/cdp_test.go +++ b/x/cdp/types/cdp_test.go @@ -13,7 +13,7 @@ import ( "github.com/cometbft/cometbft/crypto/secp256k1" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" ) type CdpValidationSuite struct { diff --git a/x/cdp/types/expected_keepers.go b/x/cdp/types/expected_keepers.go index d956ee3e..c3db9ac4 100644 --- a/x/cdp/types/expected_keepers.go +++ b/x/cdp/types/expected_keepers.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" + pftypes "github.com/0glabs/0g-chain/x/pricefeed/types" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" - pftypes "github.com/kava-labs/kava/x/pricefeed/types" ) // BankKeeper defines the expected bank keeper for module accounts diff --git a/x/cdp/types/genesis.pb.go b/x/cdp/types/genesis.pb.go index 49ba9a75..b9a5d937 100644 --- a/x/cdp/types/genesis.pb.go +++ b/x/cdp/types/genesis.pb.go @@ -464,83 +464,83 @@ func init() { func init() { proto.RegisterFile("kava/cdp/v1beta1/genesis.proto", fileDescriptor_e4494a90aaab0034) } var fileDescriptor_e4494a90aaab0034 = []byte{ - // 1208 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0xdd, 0x6e, 0x1a, 0xc7, - 0x17, 0xf7, 0xda, 0xc4, 0x81, 0xb1, 0x63, 0xf0, 0xc4, 0x49, 0xd6, 0x8e, 0xfe, 0xc0, 0xdf, 0x55, - 0x1b, 0x7a, 0x11, 0x50, 0x52, 0x29, 0x52, 0xa5, 0xa8, 0x69, 0xd6, 0x28, 0x11, 0x4a, 0x2a, 0xa1, - 0xb5, 0xaf, 0xda, 0x8b, 0xd5, 0xec, 0xec, 0x80, 0x47, 0x2c, 0x3b, 0xdb, 0x99, 0x81, 0x26, 0x79, - 0x85, 0xaa, 0x6a, 0xd4, 0x97, 0xa8, 0x14, 0xf5, 0xb2, 0x0f, 0x91, 0xde, 0x45, 0xbd, 0xaa, 0x7a, - 0x41, 0x2a, 0xf2, 0x22, 0xd5, 0x7c, 0x00, 0x6b, 0x30, 0x52, 0x64, 0xd3, 0x1b, 0x76, 0xe7, 0x7c, - 0xfc, 0xce, 0xc7, 0x9c, 0x73, 0xf6, 0x00, 0xca, 0x3d, 0x34, 0x44, 0x0d, 0x1c, 0xa5, 0x8d, 0xe1, - 0xbd, 0x90, 0x48, 0x74, 0xaf, 0xd1, 0x25, 0x09, 0x11, 0x54, 0xd4, 0x53, 0xce, 0x24, 0x83, 0x25, - 0xc5, 0xaf, 0xe3, 0x28, 0xad, 0x5b, 0xfe, 0x41, 0x19, 0x33, 0xd1, 0x67, 0xa2, 0x11, 0x22, 0x41, - 0xa6, 0x4a, 0x98, 0xd1, 0xc4, 0x68, 0x1c, 0xec, 0x1b, 0x7e, 0xa0, 0x4f, 0x0d, 0x73, 0xb0, 0xac, - 0xbd, 0x2e, 0xeb, 0x32, 0x43, 0x57, 0x6f, 0x96, 0x5a, 0xe9, 0x32, 0xd6, 0x8d, 0x49, 0x43, 0x9f, - 0xc2, 0x41, 0xa7, 0x21, 0x69, 0x9f, 0x08, 0x89, 0xfa, 0xa9, 0x15, 0x38, 0x58, 0xf0, 0x51, 0xf9, - 0xa3, 0x79, 0x87, 0x7f, 0xe4, 0xc0, 0xf6, 0x53, 0xe3, 0xf1, 0xb1, 0x44, 0x92, 0xc0, 0x07, 0x60, - 0x33, 0x45, 0x1c, 0xf5, 0x85, 0xeb, 0x54, 0x9d, 0xda, 0xd6, 0x7d, 0xb7, 0x3e, 0x1f, 0x41, 0xbd, - 0xad, 0xf9, 0x5e, 0xee, 0xed, 0xa8, 0xb2, 0xe6, 0x5b, 0x69, 0xf8, 0x08, 0xe4, 0x70, 0x94, 0x0a, - 0x77, 0xbd, 0xba, 0x51, 0xdb, 0xba, 0x7f, 0x63, 0x51, 0xeb, 0xa8, 0xd9, 0xf6, 0xf6, 0x94, 0xca, - 0x78, 0x54, 0xc9, 0x1d, 0x35, 0xdb, 0xe2, 0xcd, 0x7b, 0xf3, 0xf4, 0xb5, 0x22, 0x7c, 0x0a, 0xf2, - 0x11, 0x49, 0x99, 0xa0, 0x52, 0xb8, 0x1b, 0x1a, 0x64, 0x7f, 0x11, 0xa4, 0x69, 0x24, 0xbc, 0x92, - 0x02, 0x7a, 0xf3, 0xbe, 0x92, 0xb7, 0x04, 0xe1, 0x4f, 0x95, 0xe1, 0x97, 0xa0, 0x28, 0x24, 0xe2, - 0x92, 0x26, 0xdd, 0x00, 0x47, 0x69, 0x40, 0x23, 0x37, 0x57, 0x75, 0x6a, 0x39, 0x6f, 0x77, 0x3c, - 0xaa, 0x5c, 0x3b, 0xb6, 0xac, 0xa3, 0x28, 0x6d, 0x35, 0xfd, 0x6b, 0x22, 0x73, 0x8c, 0xe0, 0xff, - 0x00, 0x88, 0x48, 0x28, 0x83, 0x88, 0x24, 0xac, 0xef, 0x5e, 0xa9, 0x3a, 0xb5, 0x82, 0x5f, 0x50, - 0x94, 0xa6, 0x22, 0xc0, 0xdb, 0xa0, 0xd0, 0x65, 0x43, 0xcb, 0xdd, 0xd4, 0xdc, 0x7c, 0x97, 0x0d, - 0x0d, 0xf3, 0x47, 0x07, 0xdc, 0x4e, 0x39, 0x19, 0x52, 0x36, 0x10, 0x01, 0xc2, 0x78, 0xd0, 0x1f, - 0xc4, 0x48, 0x52, 0x96, 0x04, 0xfa, 0x3e, 0xdc, 0xab, 0x3a, 0xa6, 0xcf, 0x17, 0x63, 0xb2, 0xe9, - 0x7f, 0x9c, 0x51, 0x39, 0xa1, 0x7d, 0xe2, 0x55, 0x6d, 0x8c, 0xee, 0x12, 0x01, 0xe1, 0xef, 0x4f, - 0xec, 0x2d, 0xb0, 0x20, 0x07, 0x25, 0xc9, 0x24, 0x8a, 0x83, 0x94, 0xd3, 0x04, 0xd3, 0x14, 0xc5, - 0xc2, 0xcd, 0x6b, 0x0f, 0xee, 0x2c, 0xf5, 0xe0, 0x44, 0x29, 0xb4, 0x27, 0xf2, 0x5e, 0xd9, 0xda, - 0xbf, 0x79, 0x2e, 0x5b, 0xf8, 0x45, 0x79, 0x96, 0x70, 0xf8, 0xdb, 0x26, 0xd8, 0x34, 0xb5, 0x01, - 0x4f, 0xc1, 0x2e, 0x66, 0x71, 0x8c, 0x24, 0xe1, 0xca, 0x87, 0x49, 0x41, 0x29, 0xfb, 0xff, 0x3f, - 0xa7, 0x34, 0xa6, 0xa2, 0x5a, 0xdd, 0x73, 0xad, 0xe5, 0xd2, 0x1c, 0x43, 0xf8, 0x25, 0x3c, 0x47, - 0x81, 0x5f, 0xdb, 0x2b, 0xd3, 0x36, 0xdc, 0x75, 0x5d, 0xb3, 0xb7, 0xcf, 0x2b, 0x9c, 0x50, 0x1a, - 0x70, 0x53, 0xb6, 0xfa, 0x56, 0x35, 0x01, 0x3e, 0x03, 0xbb, 0xdd, 0x98, 0x85, 0x28, 0x0e, 0x34, - 0x50, 0x4c, 0xfb, 0x54, 0xba, 0x1b, 0x1a, 0x68, 0xbf, 0x6e, 0xfb, 0x4f, 0x35, 0x6b, 0xc6, 0x5d, - 0x9a, 0x58, 0x98, 0xa2, 0xd1, 0x54, 0xe8, 0xcf, 0x95, 0x1e, 0x7c, 0x01, 0xf6, 0xc5, 0x80, 0xa7, - 0xb1, 0xaa, 0x81, 0x01, 0x36, 0xd7, 0x7f, 0xca, 0x89, 0x38, 0x65, 0xb1, 0x29, 0xc3, 0x82, 0xf7, - 0x50, 0x69, 0xfe, 0x3d, 0xaa, 0x7c, 0xd6, 0xa5, 0xf2, 0x74, 0x10, 0xd6, 0x31, 0xeb, 0xdb, 0x36, - 0xb7, 0x8f, 0xbb, 0x22, 0xea, 0x35, 0xe4, 0xcb, 0x94, 0x88, 0x7a, 0x2b, 0x91, 0x7f, 0xfe, 0x7e, - 0x17, 0x58, 0x2f, 0x5a, 0x89, 0xf4, 0x6f, 0x59, 0xf8, 0xc7, 0x06, 0xfd, 0x64, 0x02, 0x0e, 0x63, - 0x70, 0x7d, 0xde, 0x72, 0xcc, 0xa4, 0x29, 0xe2, 0x4b, 0xda, 0xdc, 0x3d, 0x6b, 0xf3, 0x39, 0x93, - 0x90, 0x83, 0x9b, 0x3a, 0x5b, 0x8b, 0x41, 0x6e, 0xae, 0xc0, 0xe0, 0x9e, 0xc2, 0x5e, 0x88, 0xb0, - 0x03, 0x4a, 0x67, 0x6c, 0xaa, 0xf0, 0xae, 0xae, 0xc0, 0xda, 0x4e, 0xc6, 0x9a, 0x8a, 0xed, 0x0e, - 0x28, 0x62, 0xca, 0xf1, 0x80, 0xca, 0x20, 0xe4, 0x04, 0xf5, 0x08, 0x77, 0xf3, 0x55, 0xa7, 0x96, - 0xf7, 0x77, 0x2c, 0xd9, 0x33, 0x54, 0xf8, 0x10, 0x1c, 0xc4, 0xf4, 0xfb, 0x01, 0x8d, 0x4c, 0x9f, - 0x87, 0x31, 0xc3, 0xbd, 0x80, 0x26, 0x92, 0xf0, 0x21, 0x8a, 0xdd, 0x42, 0xd5, 0xa9, 0x6d, 0xf8, - 0x6e, 0x46, 0xc2, 0x53, 0x02, 0x2d, 0xcb, 0x3f, 0xfc, 0x65, 0x1d, 0x14, 0xa6, 0x65, 0x09, 0xf7, - 0xc0, 0x15, 0x33, 0x57, 0x1c, 0x3d, 0x57, 0xcc, 0x41, 0xb9, 0xc2, 0x49, 0x87, 0x70, 0x92, 0x60, - 0x12, 0x20, 0x21, 0x88, 0xd4, 0x25, 0x5e, 0xf0, 0x77, 0xa6, 0xe4, 0xc7, 0x8a, 0x0a, 0xa9, 0x6a, - 0xb8, 0x64, 0x48, 0xb8, 0x50, 0x9e, 0x74, 0x10, 0x96, 0x8c, 0xeb, 0x22, 0xbe, 0x6c, 0x72, 0x4a, - 0x33, 0xd8, 0x27, 0x1a, 0x15, 0x7e, 0x67, 0x3b, 0xae, 0x13, 0x33, 0xc6, 0x57, 0x52, 0xd3, 0xba, - 0x19, 0x9f, 0x28, 0xb8, 0xc3, 0x9f, 0xf3, 0xa0, 0x38, 0xd7, 0xf5, 0x4b, 0x52, 0x03, 0x41, 0x4e, - 0xe1, 0xd9, 0x7c, 0xe8, 0x77, 0x95, 0x85, 0xec, 0x85, 0x70, 0xf5, 0xb8, 0x40, 0x16, 0x9a, 0x04, - 0x67, 0x3c, 0x6c, 0x12, 0xec, 0x97, 0x32, 0xb0, 0xbe, 0xfa, 0x85, 0x5f, 0xd9, 0x2c, 0x98, 0x71, - 0x91, 0xfb, 0xb8, 0x71, 0xa1, 0x03, 0x35, 0x83, 0x02, 0x01, 0xf5, 0xed, 0x09, 0x69, 0x4c, 0xe5, - 0xcb, 0xa0, 0x43, 0xc8, 0x05, 0x1a, 0x75, 0xd1, 0xcd, 0xed, 0x29, 0xe4, 0x13, 0x42, 0x60, 0x00, - 0xb6, 0x27, 0xad, 0x22, 0xe8, 0x2b, 0xb2, 0x92, 0xce, 0xdc, 0xb2, 0x88, 0xc7, 0xf4, 0x15, 0x81, - 0x7d, 0x70, 0x3d, 0x9b, 0xee, 0x94, 0x24, 0x28, 0x96, 0x2f, 0x2f, 0xd0, 0x93, 0x8b, 0x91, 0xc0, - 0x0c, 0x70, 0xdb, 0xe0, 0xc2, 0x07, 0x60, 0x47, 0xa4, 0x4c, 0x06, 0x7d, 0xc4, 0x7b, 0x44, 0xaa, - 0xef, 0x7a, 0x5e, 0x5b, 0x2a, 0x8d, 0x47, 0x95, 0xed, 0xe3, 0x94, 0xc9, 0x6f, 0x34, 0xa3, 0xd5, - 0xf4, 0xb7, 0xc5, 0xec, 0x14, 0xc1, 0x67, 0xe0, 0x46, 0xd6, 0xcd, 0x99, 0x7a, 0x41, 0xab, 0xdf, - 0x1a, 0x8f, 0x2a, 0xd7, 0x9f, 0xcf, 0x04, 0xa6, 0x28, 0xd9, 0xe0, 0xa6, 0x60, 0x43, 0xe0, 0xf6, - 0x08, 0x49, 0x09, 0x0f, 0x38, 0xf9, 0x01, 0xf1, 0x28, 0x48, 0x09, 0xc7, 0x24, 0x91, 0xa8, 0x4b, - 0x5c, 0xb0, 0x82, 0xc0, 0x6f, 0x1a, 0x74, 0x5f, 0x83, 0xb7, 0xa7, 0xd8, 0x6a, 0xbd, 0xf8, 0x04, - 0x9f, 0x12, 0xdc, 0x0b, 0x66, 0x9f, 0x40, 0xfa, 0xca, 0x44, 0x44, 0x93, 0x88, 0xbc, 0x08, 0x30, - 0x1b, 0x24, 0xd2, 0xdd, 0x5a, 0xc1, 0x25, 0x57, 0xb5, 0xa1, 0xa3, 0x79, 0x3b, 0x2d, 0x65, 0xe6, - 0x48, 0x59, 0x39, 0x7f, 0xdc, 0x6c, 0xff, 0x17, 0xe3, 0xe6, 0xf0, 0xa7, 0x75, 0x70, 0x6b, 0xc9, - 0x06, 0xa4, 0x27, 0xf5, 0x6c, 0xcd, 0xd0, 0xe3, 0xc0, 0xcc, 0x88, 0x9d, 0x19, 0xf9, 0x44, 0x0d, - 0x86, 0x10, 0x1c, 0x2c, 0xdf, 0xcd, 0xec, 0xd6, 0x70, 0x50, 0x37, 0x8b, 0x74, 0x7d, 0xb2, 0x48, - 0xd7, 0x4f, 0x26, 0x8b, 0xb4, 0x97, 0x57, 0x41, 0xbd, 0x7e, 0x5f, 0x71, 0x7c, 0x77, 0xd9, 0xce, - 0x05, 0x09, 0x28, 0xea, 0xd9, 0x4f, 0x84, 0xbc, 0xf8, 0x00, 0x5e, 0x2c, 0x88, 0x9d, 0x09, 0xa8, - 0xcd, 0xc7, 0xaf, 0x0e, 0xb8, 0x71, 0xee, 0x46, 0xf6, 0xf1, 0xd9, 0x20, 0xa0, 0x38, 0xb7, 0x1c, - 0x9a, 0x29, 0x7a, 0xd9, 0xef, 0xe8, 0xd9, 0x85, 0xd0, 0x7b, 0xf4, 0x76, 0x5c, 0x76, 0xde, 0x8d, - 0xcb, 0xce, 0x3f, 0xe3, 0xb2, 0xf3, 0xfa, 0x43, 0x79, 0xed, 0xdd, 0x87, 0xf2, 0xda, 0x5f, 0x1f, - 0xca, 0x6b, 0xdf, 0x7e, 0x9a, 0xc1, 0x57, 0xab, 0xda, 0xdd, 0x18, 0x85, 0x42, 0xbf, 0x35, 0x5e, - 0xe8, 0x3f, 0x2a, 0xda, 0x44, 0xb8, 0xa9, 0x6f, 0xe2, 0x8b, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, - 0x5c, 0xdf, 0x27, 0x18, 0x65, 0x0d, 0x00, 0x00, + // 1210 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0x4f, 0x6f, 0x13, 0x47, + 0x14, 0xcf, 0x26, 0x26, 0xd8, 0x93, 0x10, 0x3b, 0x43, 0x80, 0x4d, 0x50, 0x6d, 0x37, 0x95, 0x4a, + 0x7a, 0xc0, 0x06, 0x2a, 0x21, 0x55, 0x42, 0x2d, 0x6c, 0x2c, 0x50, 0x04, 0x95, 0xa2, 0x4d, 0x4e, + 0xed, 0x61, 0x35, 0x3b, 0x3b, 0x5e, 0x8f, 0xbc, 0xde, 0xd9, 0xce, 0x8c, 0x5d, 0xe0, 0x2b, 0x54, + 0x55, 0x51, 0xbf, 0x44, 0x25, 0xd4, 0x63, 0x3f, 0x04, 0xbd, 0xa1, 0x9e, 0xaa, 0x1e, 0x4c, 0x65, + 0xbe, 0x48, 0x35, 0x7f, 0x6c, 0x6f, 0xec, 0x58, 0x42, 0xc1, 0xbd, 0x64, 0x3d, 0xef, 0xcf, 0xef, + 0xfd, 0x99, 0xf7, 0xde, 0xbc, 0x80, 0x6a, 0x17, 0x0d, 0x50, 0x13, 0x47, 0x59, 0x73, 0x70, 0x37, + 0x24, 0x12, 0xdd, 0x6d, 0xc6, 0x24, 0x25, 0x82, 0x8a, 0x46, 0xc6, 0x99, 0x64, 0xb0, 0xa2, 0xf8, + 0x0d, 0x1c, 0x65, 0x0d, 0xcb, 0xdf, 0xab, 0x62, 0x26, 0x7a, 0x4c, 0x34, 0x43, 0x24, 0xc8, 0x44, + 0x09, 0x33, 0x9a, 0x1a, 0x8d, 0xbd, 0x5d, 0xc3, 0x0f, 0xf4, 0xa9, 0x69, 0x0e, 0x96, 0xb5, 0x13, + 0xb3, 0x98, 0x19, 0xba, 0xfa, 0x65, 0xa9, 0xb5, 0x98, 0xb1, 0x38, 0x21, 0x4d, 0x7d, 0x0a, 0xfb, + 0xed, 0xa6, 0xa4, 0x3d, 0x22, 0x24, 0xea, 0x65, 0x56, 0x60, 0x6f, 0xce, 0x47, 0xe5, 0x8f, 0xe6, + 0xed, 0xff, 0x59, 0x00, 0x9b, 0x4f, 0x8c, 0xc7, 0x27, 0x12, 0x49, 0x02, 0xef, 0x83, 0xf5, 0x0c, + 0x71, 0xd4, 0x13, 0xae, 0x53, 0x77, 0x0e, 0x36, 0xee, 0xb9, 0x8d, 0xd9, 0x08, 0x1a, 0xc7, 0x9a, + 0xef, 0x15, 0xde, 0x0c, 0x6b, 0x2b, 0xbe, 0x95, 0x86, 0xdf, 0x80, 0x02, 0x8e, 0x32, 0xe1, 0xae, + 0xd6, 0xd7, 0x0e, 0x36, 0xee, 0x5d, 0x9b, 0xd7, 0x3a, 0x6c, 0x1d, 0x7b, 0x3b, 0x4a, 0x65, 0x34, + 0xac, 0x15, 0x0e, 0x5b, 0xc7, 0xe2, 0xf5, 0x3b, 0xf3, 0xf5, 0xb5, 0x22, 0x7c, 0x02, 0x8a, 0x11, + 0xc9, 0x98, 0xa0, 0x52, 0xb8, 0x6b, 0x1a, 0x64, 0x77, 0x1e, 0xa4, 0x65, 0x24, 0xbc, 0x8a, 0x02, + 0x7a, 0xfd, 0xae, 0x56, 0xb4, 0x04, 0xe1, 0x4f, 0x94, 0xe1, 0x57, 0xa0, 0x2c, 0x24, 0xe2, 0x92, + 0xa6, 0x71, 0x80, 0xa3, 0x2c, 0xa0, 0x91, 0x5b, 0xa8, 0x3b, 0x07, 0x05, 0x6f, 0x7b, 0x34, 0xac, + 0x5d, 0x39, 0xb1, 0xac, 0xc3, 0x28, 0x3b, 0x6a, 0xf9, 0x57, 0x44, 0xee, 0x18, 0xc1, 0x4f, 0x00, + 0x88, 0x48, 0x28, 0x83, 0x88, 0xa4, 0xac, 0xe7, 0x5e, 0xaa, 0x3b, 0x07, 0x25, 0xbf, 0xa4, 0x28, + 0x2d, 0x45, 0x80, 0x37, 0x41, 0x29, 0x66, 0x03, 0xcb, 0x5d, 0xd7, 0xdc, 0x62, 0xcc, 0x06, 0x86, + 0xf9, 0x93, 0x03, 0x6e, 0x66, 0x9c, 0x0c, 0x28, 0xeb, 0x8b, 0x00, 0x61, 0xdc, 0xef, 0xf5, 0x13, + 0x24, 0x29, 0x4b, 0x03, 0x7d, 0x1f, 0xee, 0x65, 0x1d, 0xd3, 0x17, 0xf3, 0x31, 0xd9, 0xf4, 0x3f, + 0xca, 0xa9, 0x9c, 0xd2, 0x1e, 0xf1, 0xea, 0x36, 0x46, 0x77, 0x81, 0x80, 0xf0, 0x77, 0xc7, 0xf6, + 0xe6, 0x58, 0x90, 0x83, 0x8a, 0x64, 0x12, 0x25, 0x41, 0xc6, 0x69, 0x8a, 0x69, 0x86, 0x12, 0xe1, + 0x16, 0xb5, 0x07, 0xb7, 0x16, 0x7a, 0x70, 0xaa, 0x14, 0x8e, 0xc7, 0xf2, 0x5e, 0xd5, 0xda, 0xbf, + 0x7e, 0x2e, 0x5b, 0xf8, 0x65, 0x79, 0x96, 0xb0, 0xff, 0xfb, 0x3a, 0x58, 0x37, 0xb5, 0x01, 0x3b, + 0x60, 0x1b, 0xb3, 0x24, 0x41, 0x92, 0x70, 0xe5, 0xc3, 0xb8, 0xa0, 0x94, 0xfd, 0x4f, 0xcf, 0x29, + 0x8d, 0x89, 0xa8, 0x56, 0xf7, 0x5c, 0x6b, 0xb9, 0x32, 0xc3, 0x10, 0x7e, 0x05, 0xcf, 0x50, 0xe0, + 0x43, 0x7b, 0x65, 0xda, 0x86, 0xbb, 0xaa, 0x6b, 0xf6, 0xe6, 0x79, 0x85, 0x13, 0x4a, 0x03, 0x6e, + 0xca, 0x56, 0xdf, 0xaa, 0x26, 0xc0, 0xa7, 0x60, 0x3b, 0x4e, 0x58, 0x88, 0x92, 0x40, 0x03, 0x25, + 0xb4, 0x47, 0xa5, 0xbb, 0xa6, 0x81, 0x76, 0x1b, 0xb6, 0xff, 0x54, 0xb3, 0xe6, 0xdc, 0xa5, 0xa9, + 0x85, 0x29, 0x1b, 0x4d, 0x85, 0xfe, 0x4c, 0xe9, 0xc1, 0xe7, 0x60, 0x57, 0xf4, 0x79, 0x96, 0xa8, + 0x1a, 0xe8, 0x63, 0x73, 0xfd, 0x1d, 0x4e, 0x44, 0x87, 0x25, 0xa6, 0x0c, 0x4b, 0xde, 0x03, 0xa5, + 0xf9, 0xcf, 0xb0, 0xf6, 0x79, 0x4c, 0x65, 0xa7, 0x1f, 0x36, 0x30, 0xeb, 0xd9, 0x36, 0xb7, 0x9f, + 0xdb, 0x22, 0xea, 0x36, 0xe5, 0x8b, 0x8c, 0x88, 0xc6, 0x51, 0x2a, 0xff, 0xfa, 0xe3, 0x36, 0xb0, + 0x5e, 0x1c, 0xa5, 0xd2, 0xbf, 0x61, 0xe1, 0x1f, 0x19, 0xf4, 0xd3, 0x31, 0x38, 0x4c, 0xc0, 0xd5, + 0x59, 0xcb, 0x09, 0x93, 0xa6, 0x88, 0x3f, 0xd2, 0xe6, 0xf6, 0x59, 0x9b, 0xcf, 0x98, 0x84, 0x1c, + 0x5c, 0xd7, 0xd9, 0x9a, 0x0f, 0x72, 0x7d, 0x09, 0x06, 0x77, 0x14, 0xf6, 0x5c, 0x84, 0x6d, 0x50, + 0x39, 0x63, 0x53, 0x85, 0x77, 0x79, 0x09, 0xd6, 0xb6, 0x72, 0xd6, 0x54, 0x6c, 0xb7, 0x40, 0x19, + 0x53, 0x8e, 0xfb, 0x54, 0x06, 0x21, 0x27, 0xa8, 0x4b, 0xb8, 0x5b, 0xac, 0x3b, 0x07, 0x45, 0x7f, + 0xcb, 0x92, 0x3d, 0x43, 0x85, 0x0f, 0xc0, 0x5e, 0x42, 0x7f, 0xe8, 0xd3, 0xc8, 0xf4, 0x79, 0x98, + 0x30, 0xdc, 0x0d, 0x68, 0x2a, 0x09, 0x1f, 0xa0, 0xc4, 0x2d, 0xd5, 0x9d, 0x83, 0x35, 0xdf, 0xcd, + 0x49, 0x78, 0x4a, 0xe0, 0xc8, 0xf2, 0xf7, 0x7f, 0x5d, 0x05, 0xa5, 0x49, 0x59, 0xc2, 0x1d, 0x70, + 0xc9, 0xcc, 0x15, 0x47, 0xcf, 0x15, 0x73, 0x50, 0xae, 0x70, 0xd2, 0x26, 0x9c, 0xa4, 0x98, 0x04, + 0x48, 0x08, 0x22, 0x75, 0x89, 0x97, 0xfc, 0xad, 0x09, 0xf9, 0x91, 0xa2, 0x42, 0xaa, 0x1a, 0x2e, + 0x1d, 0x10, 0x2e, 0x94, 0x27, 0x6d, 0x84, 0x25, 0xe3, 0xba, 0x88, 0x3f, 0x36, 0x39, 0x95, 0x29, + 0xec, 0x63, 0x8d, 0x0a, 0xbf, 0xb7, 0x1d, 0xd7, 0x4e, 0x18, 0xe3, 0x4b, 0xa9, 0x69, 0xdd, 0x8c, + 0x8f, 0x15, 0xdc, 0xfe, 0x2f, 0x45, 0x50, 0x9e, 0xe9, 0xfa, 0x05, 0xa9, 0x81, 0xa0, 0xa0, 0xf0, + 0x6c, 0x3e, 0xf4, 0x6f, 0x95, 0x85, 0xfc, 0x85, 0x70, 0xf5, 0xb9, 0x40, 0x16, 0x5a, 0x04, 0xe7, + 0x3c, 0x6c, 0x11, 0xec, 0x57, 0x72, 0xb0, 0xbe, 0xfa, 0x0b, 0xbf, 0xb6, 0x59, 0x30, 0xe3, 0xa2, + 0xf0, 0x61, 0xe3, 0x42, 0x07, 0x6a, 0x06, 0x05, 0x02, 0xea, 0xed, 0x09, 0x69, 0x42, 0xe5, 0x8b, + 0xa0, 0x4d, 0xc8, 0x05, 0x1a, 0x75, 0xde, 0xcd, 0xcd, 0x09, 0xe4, 0x63, 0x42, 0x60, 0x00, 0x36, + 0xc7, 0xad, 0x22, 0xe8, 0x4b, 0xb2, 0x94, 0xce, 0xdc, 0xb0, 0x88, 0x27, 0xf4, 0x25, 0x81, 0x3d, + 0x70, 0x35, 0x9f, 0xee, 0x8c, 0xa4, 0x28, 0x91, 0x2f, 0x2e, 0xd0, 0x93, 0xf3, 0x91, 0xc0, 0x1c, + 0xf0, 0xb1, 0xc1, 0x85, 0xf7, 0xc1, 0x96, 0xc8, 0x98, 0x0c, 0x7a, 0x88, 0x77, 0x89, 0x54, 0xef, + 0x7a, 0x51, 0x5b, 0xaa, 0x8c, 0x86, 0xb5, 0xcd, 0x93, 0x8c, 0xc9, 0x6f, 0x35, 0xe3, 0xa8, 0xe5, + 0x6f, 0x8a, 0xe9, 0x29, 0x82, 0x4f, 0xc1, 0xb5, 0xbc, 0x9b, 0x53, 0xf5, 0x92, 0x56, 0xbf, 0x31, + 0x1a, 0xd6, 0xae, 0x3e, 0x9b, 0x0a, 0x4c, 0x50, 0xf2, 0xc1, 0x4d, 0xc0, 0x06, 0xc0, 0xed, 0x12, + 0x92, 0x11, 0x1e, 0x70, 0xf2, 0x23, 0xe2, 0x51, 0x90, 0x11, 0x8e, 0x49, 0x2a, 0x51, 0x4c, 0x5c, + 0xb0, 0x84, 0xc0, 0xaf, 0x1b, 0x74, 0x5f, 0x83, 0x1f, 0x4f, 0xb0, 0xd5, 0x7a, 0xf1, 0x19, 0xee, + 0x10, 0xdc, 0x0d, 0xa6, 0x4f, 0x20, 0x7d, 0x69, 0x22, 0xa2, 0x69, 0x44, 0x9e, 0x07, 0x98, 0xf5, + 0x53, 0xe9, 0x6e, 0x2c, 0xe1, 0x92, 0xeb, 0xda, 0xd0, 0xe1, 0xac, 0x9d, 0x23, 0x65, 0xe6, 0x50, + 0x59, 0x39, 0x7f, 0xdc, 0x6c, 0xfe, 0x1f, 0xe3, 0x66, 0xff, 0xe7, 0x55, 0x70, 0x63, 0xc1, 0x06, + 0xa4, 0x27, 0xf5, 0x74, 0xcd, 0xd0, 0xe3, 0xc0, 0xcc, 0x88, 0xad, 0x29, 0xf9, 0x54, 0x0d, 0x86, + 0x10, 0xec, 0x2d, 0xde, 0xcd, 0xec, 0xd6, 0xb0, 0xd7, 0x30, 0x8b, 0x74, 0x63, 0xbc, 0x48, 0x37, + 0x4e, 0xc7, 0x8b, 0xb4, 0x57, 0x54, 0x41, 0xbd, 0x7a, 0x57, 0x73, 0x7c, 0x77, 0xd1, 0xce, 0x05, + 0x09, 0x28, 0xeb, 0xd9, 0x4f, 0x84, 0xbc, 0xf8, 0x00, 0x9e, 0x2f, 0x88, 0xad, 0x31, 0xa8, 0xcd, + 0xc7, 0x6f, 0x0e, 0xb8, 0x76, 0xee, 0x46, 0xf6, 0xe1, 0xd9, 0x20, 0xa0, 0x3c, 0xb3, 0x1c, 0x9a, + 0x29, 0xfa, 0xb1, 0xef, 0xe8, 0xd9, 0x85, 0xd0, 0x7b, 0xf8, 0x66, 0x54, 0x75, 0xde, 0x8e, 0xaa, + 0xce, 0xbf, 0xa3, 0xaa, 0xf3, 0xea, 0x7d, 0x75, 0xe5, 0xed, 0xfb, 0xea, 0xca, 0xdf, 0xef, 0xab, + 0x2b, 0xdf, 0xe5, 0xf1, 0xef, 0xc4, 0x09, 0x0a, 0x45, 0xf3, 0x4e, 0x7c, 0x1b, 0x77, 0x10, 0x4d, + 0x9b, 0xcf, 0xf5, 0x7f, 0x2a, 0xda, 0x46, 0xb8, 0xae, 0xaf, 0xe2, 0xcb, 0xff, 0x02, 0x00, 0x00, + 0xff, 0xff, 0x82, 0x92, 0x8e, 0xd7, 0x66, 0x0d, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/cdp/types/genesis_test.go b/x/cdp/types/genesis_test.go index ca9c8197..a363b995 100644 --- a/x/cdp/types/genesis_test.go +++ b/x/cdp/types/genesis_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkmath "cosmossdk.io/math" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/x/cdp/types/params_test.go b/x/cdp/types/params_test.go index 0dd72767..d82cfc32 100644 --- a/x/cdp/types/params_test.go +++ b/x/cdp/types/params_test.go @@ -8,7 +8,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/x/cdp/types" ) type ParamsTestSuite struct { diff --git a/x/cdp/types/query.pb.go b/x/cdp/types/query.pb.go index ca16689f..13f3928e 100644 --- a/x/cdp/types/query.pb.go +++ b/x/cdp/types/query.pb.go @@ -839,79 +839,79 @@ func init() { func init() { proto.RegisterFile("kava/cdp/v1beta1/query.proto", fileDescriptor_fd68799328aaf74a) } var fileDescriptor_fd68799328aaf74a = []byte{ - // 1142 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xcf, 0x6f, 0xdb, 0x54, - 0x1c, 0x8f, 0xd3, 0xb4, 0x4b, 0x5f, 0xa7, 0x26, 0x3c, 0x42, 0xe7, 0x9a, 0x92, 0xa4, 0x1e, 0x5b, - 0x0b, 0xa2, 0x36, 0x2b, 0xe2, 0xb7, 0xd0, 0xd4, 0xb4, 0x74, 0x1a, 0x12, 0x52, 0x31, 0x05, 0x24, - 0x24, 0x14, 0x5e, 0xec, 0xd7, 0xcc, 0x90, 0xf8, 0x79, 0x7e, 0x76, 0x47, 0x99, 0x26, 0x04, 0x87, - 0x89, 0xe3, 0x04, 0x07, 0x0e, 0x48, 0x68, 0x17, 0x2e, 0x9c, 0xf9, 0x23, 0x76, 0x9c, 0x80, 0x03, - 0xa7, 0x0d, 0x5a, 0x0e, 0xfc, 0x19, 0xd3, 0x7b, 0xfe, 0x3a, 0x76, 0xe2, 0xa4, 0xed, 0x0e, 0xbb, - 0x44, 0xf1, 0xf7, 0xd7, 0xe7, 0xf3, 0xfd, 0xfa, 0xfb, 0xc3, 0x68, 0xe9, 0x4b, 0xb2, 0x4f, 0x4c, - 0xdb, 0xf1, 0xcd, 0xfd, 0x4b, 0x1d, 0x1a, 0x92, 0x4b, 0xe6, 0xf5, 0x88, 0x06, 0x07, 0x86, 0x1f, - 0xb0, 0x90, 0xe1, 0xaa, 0xd0, 0x1a, 0xb6, 0xe3, 0x1b, 0xa0, 0xd5, 0xea, 0x36, 0xe3, 0x7d, 0xc6, - 0x4d, 0x12, 0x85, 0xd7, 0x06, 0x2e, 0xe2, 0x21, 0xf6, 0xd0, 0x5e, 0x04, 0x7d, 0x87, 0x70, 0x1a, - 0x87, 0x1a, 0x58, 0xf9, 0xa4, 0xeb, 0x7a, 0x24, 0x74, 0x99, 0x07, 0xb6, 0xf5, 0xac, 0x6d, 0x62, - 0x65, 0x33, 0x37, 0xd1, 0x2f, 0xc6, 0xfa, 0xb6, 0x7c, 0x32, 0xe3, 0x07, 0x50, 0xd5, 0xba, 0xac, - 0xcb, 0x62, 0xb9, 0xf8, 0x07, 0xd2, 0xa5, 0x2e, 0x63, 0xdd, 0x1e, 0x35, 0x89, 0xef, 0x9a, 0xc4, - 0xf3, 0x58, 0x28, 0xd1, 0x12, 0x9f, 0x06, 0x68, 0xe5, 0x53, 0x27, 0xda, 0x33, 0x43, 0xb7, 0x4f, - 0x79, 0x48, 0xfa, 0x3e, 0x18, 0x68, 0xb9, 0x5a, 0x88, 0xcc, 0x81, 0x6b, 0x4e, 0xd7, 0xa5, 0x1e, - 0xe5, 0x2e, 0x04, 0xd7, 0x6b, 0x08, 0x7f, 0x20, 0xb2, 0xdd, 0x21, 0x01, 0xe9, 0x73, 0x8b, 0x5e, - 0x8f, 0x28, 0x0f, 0xf5, 0x4f, 0xd0, 0xd3, 0x43, 0x52, 0xee, 0x33, 0x8f, 0x53, 0xfc, 0x1a, 0x9a, - 0xf1, 0xa5, 0x44, 0x55, 0x9a, 0xca, 0xea, 0xdc, 0xba, 0x6a, 0x8c, 0xd6, 0xd9, 0x88, 0x3d, 0x5a, - 0xa5, 0x7b, 0x0f, 0x1a, 0x05, 0x0b, 0xac, 0xdf, 0x2a, 0x7f, 0x7f, 0xb7, 0x51, 0xf8, 0xff, 0x6e, - 0xa3, 0xa0, 0x2f, 0xa0, 0x9a, 0x0c, 0xbc, 0x61, 0xdb, 0x2c, 0xf2, 0xc2, 0x01, 0xe0, 0x67, 0xe8, - 0x99, 0x11, 0x39, 0x40, 0x6e, 0xa1, 0x32, 0x01, 0x99, 0xaa, 0x34, 0xa7, 0x56, 0xe7, 0xd6, 0x75, - 0x03, 0x2a, 0x2a, 0xdf, 0x5e, 0x82, 0xfb, 0x3e, 0x73, 0xa2, 0x1e, 0x05, 0x77, 0x80, 0x1f, 0x78, - 0xea, 0x5f, 0xa0, 0x8a, 0x0c, 0xbf, 0xe9, 0xf8, 0x80, 0x88, 0x57, 0x50, 0xc5, 0x66, 0xbd, 0x1e, - 0x09, 0x69, 0x40, 0x7a, 0xed, 0xf0, 0xc0, 0xa7, 0x32, 0xa9, 0x59, 0x6b, 0x3e, 0x15, 0xef, 0x1e, - 0xf8, 0x14, 0x1b, 0x68, 0x9a, 0xdd, 0xf0, 0x68, 0xa0, 0x16, 0x85, 0xba, 0xa5, 0xfe, 0xf1, 0xfb, - 0x5a, 0x0d, 0x18, 0x6c, 0x38, 0x4e, 0x40, 0x39, 0xff, 0x30, 0x0c, 0x5c, 0xaf, 0x6b, 0xc5, 0x66, - 0xfa, 0x55, 0x54, 0x4d, 0xb1, 0x20, 0x8b, 0x57, 0xd1, 0x94, 0xed, 0xf8, 0x50, 0xb5, 0xe7, 0xf2, - 0x55, 0xdb, 0xdc, 0xda, 0x49, 0x6c, 0x81, 0xbb, 0xb0, 0xd7, 0xff, 0x55, 0xd2, 0x58, 0xfc, 0x49, - 0x13, 0xc7, 0x0b, 0xa8, 0xe8, 0x3a, 0xea, 0x54, 0x53, 0x59, 0x2d, 0xb5, 0x66, 0x0e, 0x1f, 0x34, - 0x8a, 0x57, 0xb7, 0xac, 0xa2, 0xeb, 0xe0, 0x1a, 0x9a, 0x0e, 0x44, 0x43, 0xaa, 0x25, 0x09, 0x13, - 0x3f, 0xe0, 0x6d, 0x84, 0xd2, 0xc1, 0x50, 0xa7, 0x65, 0x66, 0x17, 0x93, 0x57, 0x23, 0x26, 0xc3, - 0x88, 0x07, 0x32, 0x6d, 0x8c, 0x2e, 0x85, 0x14, 0xac, 0x8c, 0xa7, 0xfe, 0xab, 0x82, 0x9e, 0xca, - 0xe4, 0x08, 0x05, 0xbb, 0x82, 0x4a, 0xb6, 0xe3, 0x27, 0xaf, 0xfc, 0x84, 0x8a, 0xd5, 0x44, 0xc5, - 0x7e, 0x7b, 0xd8, 0x38, 0x9b, 0x11, 0x72, 0x4b, 0x06, 0xc0, 0x57, 0x86, 0x68, 0x16, 0x25, 0xcd, - 0x95, 0x13, 0x69, 0xc6, 0x31, 0x86, 0x78, 0x32, 0xe8, 0xdc, 0x2d, 0xea, 0x33, 0xee, 0x86, 0x4f, - 0xfc, 0x75, 0xe8, 0x9f, 0xc3, 0x48, 0xa4, 0x80, 0x83, 0xda, 0x94, 0x1d, 0x90, 0x41, 0x7d, 0x16, - 0xf3, 0xf5, 0x01, 0xaf, 0x56, 0x15, 0x6a, 0x53, 0x1e, 0x84, 0x19, 0x38, 0xeb, 0xef, 0x22, 0x4d, - 0x22, 0xec, 0xb2, 0x90, 0xf4, 0x76, 0x02, 0xd7, 0xb3, 0x5d, 0x9f, 0xf4, 0x1e, 0x37, 0x31, 0xfd, - 0x5b, 0x05, 0x3d, 0x3b, 0x36, 0x0e, 0xf0, 0xed, 0xa0, 0x4a, 0x28, 0x34, 0x6d, 0x3f, 0x51, 0x01, - 0xed, 0x66, 0x9e, 0xf6, 0x70, 0x88, 0xd6, 0x39, 0x60, 0x5f, 0x19, 0x96, 0x73, 0x6b, 0x3e, 0x1c, - 0x12, 0xe8, 0xdb, 0x59, 0x0a, 0x9b, 0x03, 0x7e, 0x8f, 0x9d, 0xcb, 0x6d, 0x05, 0x2d, 0x8d, 0x0f, - 0x04, 0xc9, 0xec, 0xa1, 0x6a, 0x9c, 0x4c, 0xea, 0x08, 0xd9, 0x2c, 0x4f, 0xc8, 0x26, 0x0d, 0xd2, - 0x52, 0x21, 0x9d, 0xea, 0x88, 0x82, 0x5b, 0x71, 0x85, 0x52, 0x89, 0xfe, 0x43, 0x09, 0xcd, 0x65, - 0xda, 0x19, 0x86, 0x53, 0x19, 0x37, 0x9c, 0x99, 0xae, 0x4a, 0x46, 0x19, 0xa3, 0x92, 0x4c, 0x72, - 0x4a, 0x0a, 0xe5, 0x7f, 0x7c, 0x19, 0xa1, 0x0c, 0xe7, 0x92, 0x9c, 0x84, 0xc5, 0xa1, 0x49, 0x18, - 0xcc, 0x16, 0x73, 0x3d, 0x58, 0x43, 0x19, 0x17, 0xfc, 0x0e, 0x9a, 0x4d, 0xdf, 0xe0, 0xf4, 0xe9, - 0xfc, 0x53, 0x0f, 0xfc, 0x1e, 0xaa, 0x12, 0xdb, 0x8e, 0xfa, 0x91, 0x88, 0xe7, 0xb4, 0xf7, 0x28, - 0xe5, 0xea, 0xcc, 0xe9, 0xa2, 0x54, 0x32, 0x8e, 0xdb, 0x94, 0x8a, 0xa9, 0x3e, 0x2b, 0xfc, 0xdb, - 0x91, 0xef, 0x08, 0x99, 0x7a, 0x46, 0xc6, 0xd1, 0x8c, 0xf8, 0x52, 0x1a, 0xc9, 0xa5, 0x34, 0x76, - 0x93, 0x4b, 0xd9, 0x2a, 0x8b, 0x40, 0x77, 0x1e, 0x36, 0x14, 0x6b, 0x4e, 0x78, 0x7e, 0x14, 0x3b, - 0x8a, 0xc6, 0x70, 0xbd, 0x90, 0x06, 0x94, 0x87, 0xed, 0x3d, 0x62, 0x87, 0x2c, 0x50, 0xcb, 0x71, - 0x63, 0x24, 0xe2, 0x6d, 0x29, 0x15, 0xec, 0x33, 0x1d, 0xb4, 0x4f, 0x7a, 0x11, 0x55, 0x67, 0x4f, - 0xc9, 0x3e, 0x75, 0xfc, 0x58, 0xf8, 0xe1, 0xd7, 0xd1, 0xb9, 0x54, 0xe4, 0x7e, 0x2d, 0xf7, 0x4b, - 0x3b, 0x5e, 0xb1, 0x48, 0x82, 0x2f, 0xe4, 0xd4, 0x96, 0xf8, 0x5d, 0xff, 0xeb, 0x0c, 0x9a, 0x96, - 0xdd, 0x89, 0x6f, 0xa0, 0x99, 0xf8, 0xd2, 0xe2, 0xe7, 0xf3, 0x6d, 0x97, 0x3f, 0xe8, 0xda, 0x85, - 0x13, 0xac, 0xe2, 0x2e, 0xd3, 0x9b, 0xdf, 0xfd, 0xf9, 0xdf, 0x8f, 0x45, 0x0d, 0xab, 0x66, 0xee, - 0xb3, 0x21, 0x3e, 0xe5, 0xf8, 0x1b, 0x54, 0x4e, 0x6e, 0x34, 0xbe, 0x38, 0x21, 0xe8, 0xc8, 0x71, - 0xd7, 0x56, 0x4e, 0xb4, 0x03, 0x78, 0x5d, 0xc2, 0x2f, 0x61, 0x2d, 0x0f, 0x9f, 0x9c, 0x72, 0xfc, - 0x93, 0x82, 0xe6, 0x87, 0xb7, 0x01, 0x7e, 0x69, 0x42, 0xfc, 0xb1, 0x7b, 0x4d, 0x5b, 0x3b, 0xa5, - 0x35, 0x70, 0x5a, 0x95, 0x9c, 0x74, 0xdc, 0xcc, 0x73, 0x1a, 0xde, 0x41, 0xf8, 0x67, 0x05, 0x55, - 0x46, 0x06, 0x1b, 0x1f, 0x0b, 0x96, 0xdb, 0x53, 0x9a, 0x71, 0x5a, 0x73, 0x20, 0xf7, 0x82, 0x24, - 0x77, 0x1e, 0x2f, 0x4f, 0x20, 0x97, 0x61, 0xc2, 0x50, 0x49, 0x5c, 0x58, 0xac, 0x4f, 0x80, 0xc8, - 0x7c, 0x62, 0x68, 0xe7, 0x8f, 0xb5, 0x01, 0xec, 0xba, 0xc4, 0x56, 0xf1, 0x82, 0x39, 0xee, 0xf3, - 0x93, 0xe3, 0xdb, 0x0a, 0x9a, 0xda, 0x74, 0x7c, 0xbc, 0x3c, 0x39, 0x58, 0x82, 0xa7, 0x1f, 0x67, - 0x02, 0x70, 0x6f, 0x48, 0xb8, 0x75, 0xfc, 0xf2, 0x78, 0x38, 0xf3, 0xa6, 0xdc, 0x7c, 0xb7, 0xcc, - 0x9b, 0x23, 0x8b, 0xfe, 0x16, 0xfe, 0x45, 0x41, 0x83, 0xeb, 0x37, 0xb1, 0x67, 0x47, 0xce, 0xfa, - 0xc4, 0x9e, 0x1d, 0xbd, 0xc6, 0xfa, 0x86, 0xe4, 0xf5, 0x36, 0x7e, 0x73, 0x02, 0xaf, 0xe4, 0xda, - 0x4e, 0x26, 0xd8, 0xba, 0x7c, 0xef, 0xb0, 0xae, 0xdc, 0x3f, 0xac, 0x2b, 0xff, 0x1c, 0xd6, 0x95, - 0x3b, 0x47, 0xf5, 0xc2, 0xfd, 0xa3, 0x7a, 0xe1, 0xef, 0xa3, 0x7a, 0xe1, 0xd3, 0x0b, 0x5d, 0x37, - 0xbc, 0x16, 0x75, 0x0c, 0x9b, 0xf5, 0x65, 0xf8, 0xb5, 0x1e, 0xe9, 0xf0, 0x18, 0xe8, 0x2b, 0x09, - 0x25, 0x02, 0xf0, 0xce, 0x8c, 0x5c, 0x78, 0xaf, 0x3c, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x2f, 0x73, - 0xf8, 0x07, 0x15, 0x0d, 0x00, 0x00, + // 1150 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0x4b, 0x6f, 0xe3, 0xd4, + 0x17, 0x8f, 0xd3, 0xb4, 0x93, 0xde, 0x8e, 0x9a, 0xfc, 0xef, 0x3f, 0x74, 0x5c, 0x53, 0x92, 0xd4, + 0x03, 0x6d, 0x41, 0xd4, 0xee, 0x14, 0xf1, 0x16, 0x82, 0xa6, 0xa5, 0xa3, 0x41, 0x42, 0x2a, 0xa6, + 0x80, 0x84, 0x84, 0xc2, 0x8d, 0x7d, 0xeb, 0x1a, 0x12, 0x5f, 0x8f, 0x1f, 0x1d, 0xca, 0x68, 0x84, + 0x60, 0x31, 0x62, 0x39, 0x82, 0x05, 0x0b, 0x24, 0x34, 0x1b, 0x36, 0xac, 0xf9, 0x10, 0xb3, 0x1c, + 0x01, 0x0b, 0x56, 0x33, 0xd0, 0xb2, 0xe0, 0x63, 0xa0, 0x7b, 0x7d, 0x1c, 0x3b, 0x71, 0xd2, 0x66, + 0x16, 0xb3, 0x89, 0xe2, 0xf3, 0xfa, 0xfd, 0xce, 0xf1, 0x79, 0x18, 0x2d, 0x7d, 0x4e, 0x8e, 0x88, + 0x6e, 0x5a, 0x9e, 0x7e, 0x74, 0xa5, 0x43, 0x43, 0x72, 0x45, 0xbf, 0x1e, 0x51, 0xff, 0x58, 0xf3, + 0x7c, 0x16, 0x32, 0x5c, 0xe5, 0x5a, 0xcd, 0xb4, 0x3c, 0x0d, 0xb4, 0x4a, 0xdd, 0x64, 0x41, 0x8f, + 0x05, 0x3a, 0x89, 0xc2, 0xc3, 0xbe, 0x0b, 0x7f, 0x88, 0x3d, 0x94, 0xe7, 0x40, 0xdf, 0x21, 0x01, + 0x8d, 0x43, 0xf5, 0xad, 0x3c, 0x62, 0x3b, 0x2e, 0x09, 0x1d, 0xe6, 0x82, 0x6d, 0x3d, 0x6b, 0x9b, + 0x58, 0x99, 0xcc, 0x49, 0xf4, 0x8b, 0xb1, 0xbe, 0x2d, 0x9e, 0xf4, 0xf8, 0x01, 0x54, 0x35, 0x9b, + 0xd9, 0x2c, 0x96, 0xf3, 0x7f, 0x20, 0x5d, 0xb2, 0x19, 0xb3, 0xbb, 0x54, 0x27, 0x9e, 0xa3, 0x13, + 0xd7, 0x65, 0xa1, 0x40, 0x4b, 0x7c, 0x1a, 0xa0, 0x15, 0x4f, 0x9d, 0xe8, 0x40, 0x0f, 0x9d, 0x1e, + 0x0d, 0x42, 0xd2, 0xf3, 0xc0, 0x40, 0xc9, 0xd5, 0x82, 0x67, 0x0e, 0x5c, 0x73, 0x3a, 0x9b, 0xba, + 0x34, 0x70, 0x20, 0xb8, 0x5a, 0x43, 0xf8, 0x3d, 0x9e, 0xed, 0x1e, 0xf1, 0x49, 0x2f, 0x30, 0xe8, + 0xf5, 0x88, 0x06, 0xa1, 0xfa, 0x11, 0xfa, 0xff, 0x80, 0x34, 0xf0, 0x98, 0x1b, 0x50, 0xfc, 0x12, + 0x9a, 0xf1, 0x84, 0x44, 0x96, 0x9a, 0xd2, 0xda, 0xdc, 0xa6, 0xac, 0x0d, 0xd7, 0x59, 0x8b, 0x3d, + 0x5a, 0xa5, 0x7b, 0x0f, 0x1a, 0x05, 0x03, 0xac, 0x5f, 0x2b, 0x7f, 0x7b, 0xb7, 0x51, 0xf8, 0xf7, + 0x6e, 0xa3, 0xa0, 0x2e, 0xa0, 0x9a, 0x08, 0xbc, 0x65, 0x9a, 0x2c, 0x72, 0xc3, 0x3e, 0xe0, 0x27, + 0xe8, 0x89, 0x21, 0x39, 0x40, 0xee, 0xa0, 0x32, 0x01, 0x99, 0x2c, 0x35, 0xa7, 0xd6, 0xe6, 0x36, + 0x55, 0x0d, 0x2a, 0x2a, 0xde, 0x5e, 0x82, 0xfb, 0x2e, 0xb3, 0xa2, 0x2e, 0x05, 0x77, 0x80, 0xef, + 0x7b, 0xaa, 0x9f, 0xa1, 0x8a, 0x08, 0xbf, 0x6d, 0x79, 0x80, 0x88, 0x57, 0x51, 0xc5, 0x64, 0xdd, + 0x2e, 0x09, 0xa9, 0x4f, 0xba, 0xed, 0xf0, 0xd8, 0xa3, 0x22, 0xa9, 0x59, 0x63, 0x3e, 0x15, 0xef, + 0x1f, 0x7b, 0x14, 0x6b, 0x68, 0x9a, 0xdd, 0x70, 0xa9, 0x2f, 0x17, 0xb9, 0xba, 0x25, 0xff, 0xf6, + 0xeb, 0x7a, 0x0d, 0x18, 0x6c, 0x59, 0x96, 0x4f, 0x83, 0xe0, 0xfd, 0xd0, 0x77, 0x5c, 0xdb, 0x88, + 0xcd, 0xd4, 0x6b, 0xa8, 0x9a, 0x62, 0x41, 0x16, 0x2f, 0xa2, 0x29, 0xd3, 0xf2, 0xa0, 0x6a, 0x4f, + 0xe5, 0xab, 0xb6, 0xbd, 0xb3, 0x97, 0xd8, 0x02, 0x77, 0x6e, 0xaf, 0xfe, 0x2d, 0xa5, 0xb1, 0x82, + 0xc7, 0x4d, 0x1c, 0x2f, 0xa0, 0xa2, 0x63, 0xc9, 0x53, 0x4d, 0x69, 0xad, 0xd4, 0x9a, 0x39, 0x79, + 0xd0, 0x28, 0x5e, 0xdb, 0x31, 0x8a, 0x8e, 0x85, 0x6b, 0x68, 0xda, 0xe7, 0x0d, 0x29, 0x97, 0x04, + 0x4c, 0xfc, 0x80, 0x77, 0x11, 0x4a, 0x07, 0x43, 0x9e, 0x16, 0x99, 0xad, 0x24, 0xaf, 0x86, 0x4f, + 0x86, 0x16, 0x0f, 0x64, 0xda, 0x18, 0x36, 0x85, 0x14, 0x8c, 0x8c, 0xa7, 0xfa, 0xb3, 0x84, 0xfe, + 0x97, 0xc9, 0x11, 0x0a, 0x76, 0x15, 0x95, 0x4c, 0xcb, 0x4b, 0x5e, 0xf9, 0x39, 0x15, 0xab, 0xf1, + 0x8a, 0xfd, 0xf2, 0xb0, 0x71, 0x31, 0x23, 0x0c, 0x0c, 0x11, 0x00, 0x5f, 0x1d, 0xa0, 0x59, 0x14, + 0x34, 0x57, 0xcf, 0xa5, 0x19, 0xc7, 0x18, 0xe0, 0xc9, 0xa0, 0x73, 0x77, 0xa8, 0xc7, 0x02, 0x27, + 0x7c, 0xec, 0xaf, 0x43, 0xfd, 0x14, 0x46, 0x22, 0x05, 0xec, 0xd7, 0xa6, 0x6c, 0x81, 0x0c, 0xea, + 0xb3, 0x98, 0xaf, 0x0f, 0x78, 0xb5, 0xaa, 0x50, 0x9b, 0x72, 0x3f, 0x4c, 0xdf, 0x59, 0x7d, 0x1b, + 0x29, 0x02, 0x61, 0x9f, 0x85, 0xa4, 0xbb, 0xe7, 0x3b, 0xae, 0xe9, 0x78, 0xa4, 0xfb, 0xa8, 0x89, + 0xa9, 0x5f, 0x4b, 0xe8, 0xc9, 0x91, 0x71, 0x80, 0x6f, 0x07, 0x55, 0x42, 0xae, 0x69, 0x7b, 0x89, + 0x0a, 0x68, 0x37, 0xf3, 0xb4, 0x07, 0x43, 0xb4, 0x2e, 0x01, 0xfb, 0xca, 0xa0, 0x3c, 0x30, 0xe6, + 0xc3, 0x01, 0x81, 0xba, 0x9b, 0xa5, 0xb0, 0xdd, 0xe7, 0xf7, 0xc8, 0xb9, 0xdc, 0x96, 0xd0, 0xd2, + 0xe8, 0x40, 0x90, 0xcc, 0x01, 0xaa, 0xc6, 0xc9, 0xa4, 0x8e, 0x90, 0xcd, 0xf2, 0x98, 0x6c, 0xd2, + 0x20, 0x2d, 0x19, 0xd2, 0xa9, 0x0e, 0x29, 0x02, 0x23, 0xae, 0x50, 0x2a, 0x51, 0xbf, 0x2b, 0xa1, + 0xb9, 0x4c, 0x3b, 0xc3, 0x70, 0x4a, 0xa3, 0x86, 0x33, 0xd3, 0x55, 0xc9, 0x28, 0x63, 0x54, 0x12, + 0x49, 0x4e, 0x09, 0xa1, 0xf8, 0x8f, 0xdf, 0x44, 0x28, 0xc3, 0xb9, 0x24, 0x26, 0x61, 0x71, 0x60, + 0x12, 0xfa, 0xb3, 0xc5, 0x1c, 0x17, 0xd6, 0x50, 0xc6, 0x05, 0xbf, 0x81, 0x66, 0xd3, 0x37, 0x38, + 0x3d, 0x99, 0x7f, 0xea, 0x81, 0xdf, 0x41, 0x55, 0x62, 0x9a, 0x51, 0x2f, 0xe2, 0xf1, 0xac, 0xf6, + 0x01, 0xa5, 0x81, 0x3c, 0x33, 0x59, 0x94, 0x4a, 0xc6, 0x71, 0x97, 0x52, 0x3e, 0xd5, 0x17, 0xb9, + 0x7f, 0x3b, 0xf2, 0x2c, 0x2e, 0x93, 0x2f, 0x88, 0x38, 0x8a, 0x16, 0x5f, 0x4a, 0x2d, 0xb9, 0x94, + 0xda, 0x7e, 0x72, 0x29, 0x5b, 0x65, 0x1e, 0xe8, 0xce, 0xc3, 0x86, 0x64, 0xcc, 0x71, 0xcf, 0x0f, + 0x62, 0x47, 0xde, 0x18, 0x8e, 0x1b, 0x52, 0x9f, 0x06, 0x61, 0xfb, 0x80, 0x98, 0x21, 0xf3, 0xe5, + 0x72, 0xdc, 0x18, 0x89, 0x78, 0x57, 0x48, 0x39, 0xfb, 0x4c, 0x07, 0x1d, 0x91, 0x6e, 0x44, 0xe5, + 0xd9, 0x09, 0xd9, 0xa7, 0x8e, 0x1f, 0x72, 0x3f, 0xfc, 0x32, 0xba, 0x94, 0x8a, 0x9c, 0x2f, 0xc5, + 0x7e, 0x69, 0xc7, 0x2b, 0x16, 0x09, 0xf0, 0x85, 0x9c, 0xda, 0xe0, 0xbf, 0x9b, 0x7f, 0x5c, 0x40, + 0xd3, 0xa2, 0x3b, 0xf1, 0x0d, 0x34, 0x13, 0x5f, 0x5a, 0xfc, 0x74, 0xbe, 0xed, 0xf2, 0x07, 0x5d, + 0x79, 0xe6, 0x1c, 0xab, 0xb8, 0xcb, 0xd4, 0xe6, 0x37, 0xbf, 0xff, 0xf3, 0x7d, 0x51, 0xc1, 0xb2, + 0x9e, 0xfb, 0x6c, 0x88, 0x4f, 0x39, 0xfe, 0x0a, 0x95, 0x93, 0x1b, 0x8d, 0x57, 0xc6, 0x04, 0x1d, + 0x3a, 0xee, 0xca, 0xea, 0xb9, 0x76, 0x00, 0xaf, 0x0a, 0xf8, 0x25, 0xac, 0xe4, 0xe1, 0x93, 0x53, + 0x8e, 0x7f, 0x90, 0xd0, 0xfc, 0xe0, 0x36, 0xc0, 0xcf, 0x8f, 0x89, 0x3f, 0x72, 0xaf, 0x29, 0xeb, + 0x13, 0x5a, 0x03, 0xa7, 0x35, 0xc1, 0x49, 0xc5, 0xcd, 0x3c, 0xa7, 0xc1, 0x1d, 0x84, 0x7f, 0x94, + 0x50, 0x65, 0x68, 0xb0, 0xf1, 0x99, 0x60, 0xb9, 0x3d, 0xa5, 0x68, 0x93, 0x9a, 0x03, 0xb9, 0x67, + 0x05, 0xb9, 0xcb, 0x78, 0x79, 0x0c, 0xb9, 0x0c, 0x13, 0x86, 0x4a, 0xfc, 0xc2, 0x62, 0x75, 0x0c, + 0x44, 0xe6, 0x13, 0x43, 0xb9, 0x7c, 0xa6, 0x0d, 0x60, 0xd7, 0x05, 0xb6, 0x8c, 0x17, 0xf4, 0x51, + 0x9f, 0x9f, 0x01, 0xbe, 0x2d, 0xa1, 0xa9, 0x6d, 0xcb, 0xc3, 0xcb, 0xe3, 0x83, 0x25, 0x78, 0xea, + 0x59, 0x26, 0x00, 0xf7, 0x8a, 0x80, 0xdb, 0xc4, 0x1b, 0xa3, 0xe1, 0xf4, 0x9b, 0x62, 0xf3, 0xdd, + 0xd2, 0x6f, 0x0e, 0x2d, 0xfa, 0x5b, 0xf8, 0x27, 0x09, 0xf5, 0xaf, 0xdf, 0xd8, 0x9e, 0x1d, 0x3a, + 0xeb, 0x63, 0x7b, 0x76, 0xf8, 0x1a, 0xab, 0x5b, 0x82, 0xd7, 0xeb, 0xf8, 0xd5, 0x31, 0xbc, 0x92, + 0x6b, 0x3b, 0x9e, 0x60, 0xeb, 0xad, 0x7b, 0x27, 0x75, 0xe9, 0xfe, 0x49, 0x5d, 0xfa, 0xeb, 0xa4, + 0x2e, 0xdd, 0x39, 0xad, 0x17, 0xee, 0x9f, 0xd6, 0x0b, 0x7f, 0x9e, 0xd6, 0x0b, 0x1f, 0xaf, 0xd8, + 0x4e, 0x78, 0x18, 0x75, 0x34, 0x93, 0xf5, 0xf4, 0x0d, 0xbb, 0x4b, 0x3a, 0x81, 0xbe, 0x61, 0xaf, + 0x9b, 0x87, 0xc4, 0x71, 0xf5, 0x2f, 0x04, 0x16, 0x8f, 0x10, 0x74, 0x66, 0xc4, 0xc6, 0x7b, 0xe1, + 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa8, 0x6d, 0x9d, 0x1e, 0x16, 0x0d, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/cdp/types/tx.pb.go b/x/cdp/types/tx.pb.go index f21bd475..ac7c1464 100644 --- a/x/cdp/types/tx.pb.go +++ b/x/cdp/types/tx.pb.go @@ -669,47 +669,48 @@ func init() { func init() { proto.RegisterFile("kava/cdp/v1beta1/tx.proto", fileDescriptor_3b8c9334ad8ab0d3) } var fileDescriptor_3b8c9334ad8ab0d3 = []byte{ - // 639 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x55, 0xc1, 0x6e, 0xd3, 0x4c, - 0x10, 0x8e, 0x9b, 0x26, 0x6d, 0xb6, 0xbf, 0x7e, 0x90, 0x09, 0x28, 0x89, 0xc0, 0x8d, 0x22, 0x0a, - 0xbd, 0xd4, 0xa6, 0x05, 0x21, 0x38, 0xa0, 0x8a, 0x24, 0x97, 0x4a, 0x44, 0xaa, 0x5c, 0x24, 0x24, - 0x2e, 0xd1, 0xda, 0xbb, 0x72, 0xad, 0x26, 0xde, 0x65, 0x77, 0xdb, 0x34, 0x6f, 0xc1, 0x1b, 0x70, - 0x41, 0xe2, 0x05, 0x78, 0x88, 0x1e, 0x2b, 0x4e, 0x9c, 0x02, 0x4a, 0x4e, 0x3c, 0x01, 0x57, 0x64, - 0xaf, 0xbd, 0x8e, 0x52, 0x27, 0x04, 0x10, 0x17, 0x6e, 0xeb, 0xfd, 0x66, 0x3e, 0x7d, 0xdf, 0x78, - 0x66, 0x16, 0x54, 0x4f, 0xe0, 0x19, 0xb4, 0x5c, 0x44, 0xad, 0xb3, 0x5d, 0x07, 0x0b, 0xb8, 0x6b, - 0x89, 0x73, 0x93, 0x32, 0x22, 0x88, 0x7e, 0x3d, 0x84, 0x4c, 0x17, 0x51, 0x33, 0x86, 0x6a, 0x86, - 0x4b, 0x78, 0x9f, 0x70, 0xcb, 0x81, 0x1c, 0xab, 0x78, 0x97, 0xf8, 0x81, 0xcc, 0xa8, 0x55, 0x25, - 0xde, 0x8d, 0xbe, 0x2c, 0xf9, 0x11, 0x43, 0x65, 0x8f, 0x78, 0x44, 0xde, 0x87, 0x27, 0x79, 0xdb, - 0xf8, 0xa6, 0x81, 0xff, 0x3a, 0xdc, 0x6b, 0x31, 0x0c, 0x05, 0x6e, 0xb5, 0x0f, 0xf5, 0x07, 0xa0, - 0xc8, 0x71, 0x80, 0x30, 0xab, 0x68, 0x75, 0x6d, 0xbb, 0xd4, 0xac, 0x7c, 0xfa, 0xb8, 0x53, 0x8e, - 0x89, 0x9e, 0x23, 0xc4, 0x30, 0xe7, 0x47, 0x82, 0xf9, 0x81, 0x67, 0xc7, 0x71, 0xfa, 0x3e, 0x00, - 0x2e, 0xe9, 0xf5, 0xa0, 0xc0, 0x0c, 0xf6, 0x2a, 0x2b, 0x75, 0x6d, 0x7b, 0x63, 0xaf, 0x6a, 0xc6, - 0x29, 0xa1, 0xd0, 0x44, 0xbd, 0xd9, 0x22, 0x7e, 0xd0, 0x5c, 0xbd, 0x18, 0x6d, 0xe6, 0xec, 0xa9, - 0x14, 0xfd, 0x19, 0x28, 0x51, 0xe6, 0x07, 0xae, 0x4f, 0x61, 0xaf, 0x92, 0x5f, 0x2e, 0x3f, 0xcd, - 0xd0, 0xef, 0x83, 0x6b, 0x29, 0x59, 0x57, 0x0c, 0x29, 0xae, 0xac, 0x86, 0xd2, 0xed, 0xff, 0xd3, - 0xeb, 0x97, 0x43, 0x8a, 0x1b, 0x4f, 0x40, 0x79, 0xda, 0xaa, 0x8d, 0x39, 0x25, 0x01, 0xc7, 0x7a, - 0x1d, 0x14, 0x5d, 0x44, 0xbb, 0x3e, 0x8a, 0x2c, 0xaf, 0x36, 0x4b, 0xe3, 0xd1, 0x66, 0xa1, 0x85, - 0xe8, 0x41, 0xdb, 0x2e, 0xb8, 0x88, 0x1e, 0xa0, 0xc6, 0x48, 0x03, 0xa0, 0xc3, 0xbd, 0x36, 0xa6, - 0x84, 0xfb, 0x42, 0x7f, 0x0c, 0x4a, 0x48, 0x1e, 0xc9, 0xcf, 0xcb, 0x94, 0x86, 0xea, 0x26, 0x28, - 0x90, 0x41, 0x80, 0x59, 0x54, 0xa4, 0x45, 0x39, 0x32, 0x6c, 0xa6, 0xb2, 0xf9, 0x5f, 0xaf, 0xec, - 0xd2, 0xa5, 0x29, 0x03, 0x3d, 0xf5, 0x97, 0x14, 0xa6, 0xf1, 0x45, 0x03, 0x1b, 0x1d, 0xee, 0xbd, - 0xf2, 0xc5, 0x31, 0x62, 0x70, 0xf0, 0x0f, 0xfa, 0xbe, 0x09, 0x6e, 0x4c, 0x19, 0x54, 0xc6, 0x3f, - 0x48, 0xe3, 0x6d, 0x06, 0x07, 0x6d, 0xec, 0x88, 0xdf, 0x18, 0x8a, 0x0c, 0x05, 0x2b, 0x59, 0x0a, - 0xfe, 0xb0, 0xf9, 0x63, 0x03, 0x89, 0x50, 0x65, 0xe0, 0xbd, 0x1c, 0x6b, 0x1b, 0x53, 0x38, 0xfc, - 0xdb, 0x0e, 0x9e, 0x82, 0x35, 0x0a, 0x87, 0x7d, 0x1c, 0x88, 0x65, 0xf5, 0x27, 0xf1, 0x8d, 0x5b, - 0xd1, 0x44, 0x2a, 0x95, 0x4a, 0xfe, 0x3b, 0x29, 0xff, 0x85, 0xff, 0xe6, 0xd4, 0x47, 0x50, 0xe0, - 0x50, 0xfe, 0x09, 0xc6, 0x74, 0x19, 0xf9, 0x32, 0x4e, 0x7f, 0x04, 0xd6, 0x1d, 0xc2, 0x18, 0x19, - 0x2c, 0xd1, 0x76, 0x2a, 0x32, 0xcb, 0x74, 0x3e, 0xb3, 0x71, 0xa4, 0x72, 0x25, 0x30, 0x51, 0xbe, - 0xf7, 0x3d, 0x0f, 0xf2, 0x1d, 0xee, 0xe9, 0x47, 0xa0, 0x94, 0xee, 0x54, 0xc3, 0x9c, 0x5d, 0xe4, - 0xe6, 0xf4, 0x22, 0xaa, 0xdd, 0x5b, 0x8c, 0xab, 0x45, 0xd5, 0x01, 0x6b, 0xc9, 0x0a, 0xba, 0x9d, - 0x99, 0x12, 0xa3, 0xb5, 0xbb, 0x8b, 0x50, 0x45, 0x77, 0x08, 0xd6, 0xd5, 0x68, 0xdf, 0xc9, 0xcc, - 0x48, 0xe0, 0xda, 0xd6, 0x42, 0x78, 0x9a, 0x51, 0xcd, 0x4c, 0x36, 0x63, 0x02, 0xcf, 0x61, 0x9c, - 0x6d, 0xe4, 0xb0, 0x8e, 0x69, 0x13, 0x67, 0xd7, 0x51, 0xe1, 0x73, 0xea, 0x78, 0xa5, 0xbd, 0x42, - 0xd2, 0xb4, 0xb5, 0xb2, 0x49, 0x15, 0x3e, 0x87, 0xf4, 0xca, 0x9f, 0x6f, 0xee, 0x5f, 0x8c, 0x0d, - 0xed, 0x72, 0x6c, 0x68, 0x5f, 0xc7, 0x86, 0xf6, 0x76, 0x62, 0xe4, 0x2e, 0x27, 0x46, 0xee, 0xf3, - 0xc4, 0xc8, 0xbd, 0xde, 0xf2, 0x7c, 0x71, 0x7c, 0xea, 0x98, 0x2e, 0xe9, 0x5b, 0x21, 0xd7, 0x4e, - 0x0f, 0x3a, 0x3c, 0x3a, 0x59, 0xe7, 0xd1, 0xc3, 0x1f, 0xf6, 0x19, 0x77, 0x8a, 0xd1, 0x8b, 0xfc, - 0xf0, 0x47, 0x00, 0x00, 0x00, 0xff, 0xff, 0x2f, 0x75, 0x8a, 0x38, 0x11, 0x08, 0x00, 0x00, + // 642 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x55, 0x4d, 0x6e, 0xd3, 0x40, + 0x18, 0x8d, 0x9b, 0xfe, 0x65, 0x8a, 0x00, 0x99, 0x80, 0xd2, 0x08, 0xdc, 0x2a, 0x82, 0xd2, 0x4d, + 0xed, 0xb6, 0x20, 0x04, 0x0b, 0x04, 0x24, 0xd9, 0x54, 0x22, 0x52, 0xe5, 0x22, 0x21, 0xb1, 0xa9, + 0xc6, 0x9e, 0x91, 0x3b, 0x6a, 0xe2, 0x19, 0x66, 0xa6, 0x4d, 0x73, 0x0b, 0x6e, 0xc0, 0x06, 0x89, + 0x0b, 0x70, 0x88, 0x2e, 0x2b, 0x56, 0xac, 0x02, 0x4a, 0x56, 0x9c, 0x80, 0x2d, 0xb2, 0xc7, 0x1e, + 0x47, 0xa9, 0x13, 0x02, 0x88, 0x0d, 0x3b, 0x7b, 0xde, 0xf7, 0x3d, 0xbd, 0xf7, 0xfc, 0xcd, 0x67, + 0xb0, 0x7a, 0x0c, 0x4f, 0xa1, 0xe3, 0x23, 0xe6, 0x9c, 0xee, 0x78, 0x58, 0xc2, 0x1d, 0x47, 0x9e, + 0xd9, 0x8c, 0x53, 0x49, 0xcd, 0xeb, 0x11, 0x64, 0xfb, 0x88, 0xd9, 0x09, 0x54, 0xb5, 0x7c, 0x2a, + 0x3a, 0x54, 0x38, 0x1e, 0x14, 0x58, 0xd7, 0xfb, 0x94, 0x84, 0xaa, 0xa3, 0xba, 0xaa, 0xf0, 0xc3, + 0xf8, 0xcd, 0x51, 0x2f, 0x09, 0x54, 0x0e, 0x68, 0x40, 0xd5, 0x79, 0xf4, 0xa4, 0x4e, 0x6b, 0xdf, + 0x0d, 0x70, 0xa5, 0x25, 0x82, 0x06, 0xc7, 0x50, 0xe2, 0x46, 0x73, 0xdf, 0xdc, 0x06, 0x8b, 0x02, + 0x87, 0x08, 0xf3, 0x8a, 0xb1, 0x6e, 0x6c, 0x96, 0xea, 0x95, 0xcf, 0x9f, 0xb6, 0xca, 0x09, 0xd1, + 0x0b, 0x84, 0x38, 0x16, 0xe2, 0x40, 0x72, 0x12, 0x06, 0x6e, 0x52, 0x67, 0x3e, 0x03, 0xc0, 0xa7, + 0xed, 0x36, 0x94, 0x98, 0xc3, 0x76, 0x65, 0x6e, 0xdd, 0xd8, 0x5c, 0xd9, 0x5d, 0xb5, 0x93, 0x96, + 0x48, 0x68, 0xaa, 0xde, 0x6e, 0x50, 0x12, 0xd6, 0xe7, 0xcf, 0xfb, 0x6b, 0x05, 0x77, 0xa4, 0xc5, + 0x7c, 0x0a, 0x4a, 0x8c, 0x93, 0xd0, 0x27, 0x0c, 0xb6, 0x2b, 0xc5, 0xd9, 0xfa, 0xb3, 0x0e, 0xf3, + 0x3e, 0xb8, 0x96, 0x91, 0x1d, 0xca, 0x1e, 0xc3, 0x95, 0xf9, 0x48, 0xba, 0x7b, 0x35, 0x3b, 0x7e, + 0xd5, 0x63, 0xb8, 0xf6, 0x18, 0x94, 0x47, 0xad, 0xba, 0x58, 0x30, 0x1a, 0x0a, 0x6c, 0xae, 0x83, + 0x45, 0x1f, 0xb1, 0x43, 0x82, 0x62, 0xcb, 0xf3, 0xf5, 0xd2, 0xa0, 0xbf, 0xb6, 0xd0, 0x40, 0x6c, + 0xaf, 0xe9, 0x2e, 0xf8, 0x88, 0xed, 0xa1, 0x5a, 0xdf, 0x00, 0xa0, 0x25, 0x82, 0x26, 0x66, 0x54, + 0x10, 0x69, 0x3e, 0x02, 0x25, 0xa4, 0x1e, 0xe9, 0xaf, 0x63, 0xca, 0x4a, 0x4d, 0x1b, 0x2c, 0xd0, + 0x6e, 0x88, 0x79, 0x1c, 0xd2, 0xb4, 0x1e, 0x55, 0x36, 0x96, 0x6c, 0xf1, 0xf7, 0x93, 0x9d, 0x39, + 0x9a, 0x32, 0x30, 0x33, 0x7f, 0x69, 0x30, 0xb5, 0xaf, 0x06, 0x58, 0x69, 0x89, 0xe0, 0x35, 0x91, + 0x47, 0x88, 0xc3, 0xee, 0x7f, 0xe8, 0xfb, 0x26, 0xb8, 0x31, 0x62, 0x50, 0x1b, 0xff, 0xa8, 0x8c, + 0x37, 0x39, 0xec, 0x36, 0xb1, 0x27, 0xff, 0xe0, 0x52, 0xe4, 0x28, 0x98, 0xcb, 0x53, 0xf0, 0x97, + 0xc3, 0x9f, 0x18, 0x48, 0x85, 0x6a, 0x03, 0x1f, 0xd4, 0xb5, 0x76, 0x31, 0x83, 0xbd, 0x7f, 0xed, + 0xe0, 0x09, 0x58, 0x62, 0xb0, 0xd7, 0xc1, 0xa1, 0x9c, 0x55, 0x7f, 0x5a, 0x5f, 0xbb, 0x15, 0xdf, + 0x48, 0xad, 0x52, 0xcb, 0x7f, 0xaf, 0xe4, 0xbf, 0x24, 0x6f, 0x4f, 0x08, 0x82, 0x12, 0x47, 0xf2, + 0x8f, 0x31, 0x66, 0xb3, 0xc8, 0x57, 0x75, 0xe6, 0x43, 0xb0, 0xec, 0x51, 0xce, 0x69, 0x77, 0x86, + 0xb1, 0xd3, 0x95, 0x79, 0xa6, 0x8b, 0xb9, 0x83, 0xa3, 0x94, 0x6b, 0x81, 0xa9, 0xf2, 0xdd, 0x1f, + 0x45, 0x50, 0x6c, 0x89, 0xc0, 0x3c, 0x00, 0xa5, 0x6c, 0xa7, 0x5a, 0xf6, 0xf8, 0x22, 0xb7, 0x47, + 0x17, 0x51, 0x75, 0x63, 0x3a, 0xae, 0x17, 0x55, 0x0b, 0x2c, 0xa5, 0x2b, 0xe8, 0x76, 0x6e, 0x4b, + 0x82, 0x56, 0xef, 0x4e, 0x43, 0x35, 0xdd, 0x3e, 0x58, 0xd6, 0x57, 0xfb, 0x4e, 0x6e, 0x47, 0x0a, + 0x57, 0xef, 0x4d, 0x85, 0x47, 0x19, 0xf5, 0x9d, 0xc9, 0x67, 0x4c, 0xe1, 0x09, 0x8c, 0xe3, 0x83, + 0x1c, 0xe5, 0x98, 0x0d, 0x71, 0x7e, 0x8e, 0x1a, 0x9f, 0x90, 0xe3, 0xa5, 0xf1, 0x8a, 0x48, 0xb3, + 0xd1, 0xca, 0x27, 0xd5, 0xf8, 0x04, 0xd2, 0x4b, 0x5f, 0xbe, 0xfe, 0xfc, 0x7c, 0x60, 0x19, 0x17, + 0x03, 0xcb, 0xf8, 0x36, 0xb0, 0x8c, 0x77, 0x43, 0xab, 0x70, 0x31, 0xb4, 0x0a, 0x5f, 0x86, 0x56, + 0xe1, 0xcd, 0x46, 0x40, 0xe4, 0xd1, 0x89, 0x67, 0xfb, 0xb4, 0xe3, 0x6c, 0x07, 0x6d, 0xe8, 0x09, + 0x67, 0x3b, 0xd8, 0xf2, 0x8f, 0x20, 0x09, 0x9d, 0xb3, 0xf8, 0xcf, 0x1f, 0x0d, 0x9a, 0xf0, 0x16, + 0xe3, 0x5f, 0xf2, 0x83, 0x9f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xae, 0x1f, 0xa2, 0x1e, 0x12, 0x08, + 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/committee/abci.go b/x/committee/abci.go index 107c2289..482f7057 100644 --- a/x/committee/abci.go +++ b/x/committee/abci.go @@ -8,8 +8,8 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/kava-labs/kava/x/committee/keeper" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/x/committee/keeper" + "github.com/0glabs/0g-chain/x/committee/types" ) // BeginBlocker runs at the start of every block. diff --git a/x/committee/abci_test.go b/x/committee/abci_test.go index 80bba989..f2e937fd 100644 --- a/x/committee/abci_test.go +++ b/x/committee/abci_test.go @@ -11,13 +11,13 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/kava-labs/kava/app" - // "github.com/kava-labs/kava/x/cdp" - // cdptypes "github.com/kava-labs/kava/x/cdp/types" - "github.com/kava-labs/kava/x/committee" - "github.com/kava-labs/kava/x/committee/keeper" - "github.com/kava-labs/kava/x/committee/testutil" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/app" + // "github.com/0glabs/0g-chain/x/cdp" + // cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + "github.com/0glabs/0g-chain/x/committee" + "github.com/0glabs/0g-chain/x/committee/keeper" + "github.com/0glabs/0g-chain/x/committee/testutil" + "github.com/0glabs/0g-chain/x/committee/types" ) type ModuleTestSuite struct { diff --git a/x/committee/client/cli/cli_test.go b/x/committee/client/cli/cli_test.go index 7ec6de7b..5ab33c65 100644 --- a/x/committee/client/cli/cli_test.go +++ b/x/committee/client/cli/cli_test.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/codec" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/committee/client/cli" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/committee/client/cli" ) type CLITestSuite struct { diff --git a/x/committee/client/cli/query.go b/x/committee/client/cli/query.go index 3d09124a..d559544e 100644 --- a/x/committee/client/cli/query.go +++ b/x/committee/client/cli/query.go @@ -7,11 +7,11 @@ import ( "github.com/spf13/cobra" + "github.com/0glabs/0g-chain/x/committee/client/common" + "github.com/0glabs/0g-chain/x/committee/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/committee/client/common" - "github.com/kava-labs/kava/x/committee/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/committee/client/cli/tx.go b/x/committee/client/cli/tx.go index 8aaaa882..380c34bf 100644 --- a/x/committee/client/cli/tx.go +++ b/x/committee/client/cli/tx.go @@ -21,7 +21,7 @@ import ( govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" paramsproposal "github.com/cosmos/cosmos-sdk/x/params/types/proposal" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/x/committee/types" ) const PARAMS_CHANGE_PROPOSAL_EXAMPLE = ` diff --git a/x/committee/client/common/query.go b/x/committee/client/common/query.go index 5efe31da..145f67ed 100644 --- a/x/committee/client/common/query.go +++ b/x/committee/client/common/query.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtx "github.com/cosmos/cosmos-sdk/x/auth/tx" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/x/committee/types" ) // Note: QueryProposer is copied in from the gov module diff --git a/x/committee/client/proposal_handler.go b/x/committee/client/proposal_handler.go index f2494526..4d0dfce8 100644 --- a/x/committee/client/proposal_handler.go +++ b/x/committee/client/proposal_handler.go @@ -3,7 +3,7 @@ package client import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" - "github.com/kava-labs/kava/x/committee/client/cli" + "github.com/0glabs/0g-chain/x/committee/client/cli" ) // ProposalHandler is a struct containing handler funcs for submiting CommitteeChange/Delete proposal txs to the gov module through the cli or rest. diff --git a/x/committee/genesis.go b/x/committee/genesis.go index 7f9f9672..5fec0bc8 100644 --- a/x/committee/genesis.go +++ b/x/committee/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/committee/keeper" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/x/committee/keeper" + "github.com/0glabs/0g-chain/x/committee/types" ) // InitGenesis initializes the store state from a genesis state. diff --git a/x/committee/genesis_test.go b/x/committee/genesis_test.go index 64f321f0..7b79a41d 100644 --- a/x/committee/genesis_test.go +++ b/x/committee/genesis_test.go @@ -9,11 +9,11 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/committee" - "github.com/kava-labs/kava/x/committee/keeper" - "github.com/kava-labs/kava/x/committee/testutil" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/committee" + "github.com/0glabs/0g-chain/x/committee/keeper" + "github.com/0glabs/0g-chain/x/committee/testutil" + "github.com/0glabs/0g-chain/x/committee/types" ) type GenesisTestSuite struct { diff --git a/x/committee/keeper/_param_permission_test.go b/x/committee/keeper/_param_permission_test.go index 8ebe9c26..cd505043 100644 --- a/x/committee/keeper/_param_permission_test.go +++ b/x/committee/keeper/_param_permission_test.go @@ -12,11 +12,11 @@ import ( paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - bep3types "github.com/kava-labs/kava/x/bep3/types" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - "github.com/kava-labs/kava/x/committee/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + bep3types "github.com/0glabs/0g-chain/x/bep3/types" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + "github.com/0glabs/0g-chain/x/committee/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) type PermissionTestSuite struct { diff --git a/x/committee/keeper/committee_test.go b/x/committee/keeper/committee_test.go index dca7454c..b97e8a33 100644 --- a/x/committee/keeper/committee_test.go +++ b/x/committee/keeper/committee_test.go @@ -10,8 +10,8 @@ package keeper_test // govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" // paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" -// "github.com/kava-labs/kava/app" -// "github.com/kava-labs/kava/x/committee/types" +// "github.com/0glabs/0g-chain/app" +// "github.com/0glabs/0g-chain/x/committee/types" // ) // type TypesTestSuite struct { diff --git a/x/committee/keeper/gprc_query_test.go b/x/committee/keeper/gprc_query_test.go index aba08664..9d115876 100644 --- a/x/committee/keeper/gprc_query_test.go +++ b/x/committee/keeper/gprc_query_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/committee/testutil" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/x/committee/testutil" + "github.com/0glabs/0g-chain/x/committee/types" ) type grpcQueryTestSuite struct { diff --git a/x/committee/keeper/grpc_query.go b/x/committee/keeper/grpc_query.go index 0ef0bb45..a0c94679 100644 --- a/x/committee/keeper/grpc_query.go +++ b/x/committee/keeper/grpc_query.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/x/committee/types" ) type queryServer struct { diff --git a/x/committee/keeper/integration_test.go b/x/committee/keeper/integration_test.go index 75c04a0c..d76e2965 100644 --- a/x/committee/keeper/integration_test.go +++ b/x/committee/keeper/integration_test.go @@ -8,10 +8,10 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/committee/keeper" - "github.com/kava-labs/kava/x/committee/testutil" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/committee/keeper" + "github.com/0glabs/0g-chain/x/committee/testutil" + "github.com/0glabs/0g-chain/x/committee/types" ) // getProposalVoteMap collects up votes into a map indexed by proposalID diff --git a/x/committee/keeper/keeper.go b/x/committee/keeper/keeper.go index 703a90be..6dd05170 100644 --- a/x/committee/keeper/keeper.go +++ b/x/committee/keeper/keeper.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/x/committee/types" ) type Keeper struct { diff --git a/x/committee/keeper/keeper_test.go b/x/committee/keeper/keeper_test.go index 4ba614a7..54cc1500 100644 --- a/x/committee/keeper/keeper_test.go +++ b/x/committee/keeper/keeper_test.go @@ -7,8 +7,8 @@ import ( govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/committee/testutil" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/x/committee/testutil" + "github.com/0glabs/0g-chain/x/committee/types" ) type keeperTestSuite struct { diff --git a/x/committee/keeper/msg_server.go b/x/committee/keeper/msg_server.go index 2458cad0..10ad8bfe 100644 --- a/x/committee/keeper/msg_server.go +++ b/x/committee/keeper/msg_server.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/x/committee/types" ) type msgServer struct { diff --git a/x/committee/keeper/msg_server_test.go b/x/committee/keeper/msg_server_test.go index f0141ca6..f2128131 100644 --- a/x/committee/keeper/msg_server_test.go +++ b/x/committee/keeper/msg_server_test.go @@ -12,10 +12,10 @@ import ( proposal "github.com/cosmos/cosmos-sdk/x/params/types/proposal" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/committee/keeper" - "github.com/kava-labs/kava/x/committee/types" - swaptypes "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/committee/keeper" + "github.com/0glabs/0g-chain/x/committee/types" + swaptypes "github.com/0glabs/0g-chain/x/swap/types" ) //NewDistributionGenesisWithPool creates a default distribution genesis state with some coins in the community pool. diff --git a/x/committee/keeper/proposal.go b/x/committee/keeper/proposal.go index 744a2b82..f1d922f9 100644 --- a/x/committee/keeper/proposal.go +++ b/x/committee/keeper/proposal.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/x/committee/types" ) // SubmitProposal adds a proposal to a committee so that it can be voted on. diff --git a/x/committee/keeper/proposal_test.go b/x/committee/keeper/proposal_test.go index 7fa10db5..24278e19 100644 --- a/x/committee/keeper/proposal_test.go +++ b/x/committee/keeper/proposal_test.go @@ -10,13 +10,13 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" - "github.com/kava-labs/kava/app" - // bep3types "github.com/kava-labs/kava/x/bep3/types" - // cdptypes "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/app" + // bep3types "github.com/0glabs/0g-chain/x/bep3/types" + // cdptypes "github.com/0glabs/0g-chain/x/cdp/types" - "github.com/kava-labs/kava/x/committee/testutil" - "github.com/kava-labs/kava/x/committee/types" - // "github.com/kava-labs/kava/x/pricefeed" + "github.com/0glabs/0g-chain/x/committee/testutil" + "github.com/0glabs/0g-chain/x/committee/types" + // "github.com/0glabs/0g-chain/x/pricefeed" ) // func newCDPGenesisState(params cdptypes.Params) app.GenesisState { diff --git a/x/committee/module.go b/x/committee/module.go index f444e184..b9f17195 100644 --- a/x/committee/module.go +++ b/x/committee/module.go @@ -16,9 +16,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/kava-labs/kava/x/committee/client/cli" - "github.com/kava-labs/kava/x/committee/keeper" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/x/committee/client/cli" + "github.com/0glabs/0g-chain/x/committee/keeper" + "github.com/0glabs/0g-chain/x/committee/types" ) // ConsensusVersion defines the current module consensus version. diff --git a/x/committee/proposal_handler.go b/x/committee/proposal_handler.go index 0ffbda5d..db39543b 100644 --- a/x/committee/proposal_handler.go +++ b/x/committee/proposal_handler.go @@ -2,11 +2,11 @@ package committee import ( errorsmod "cosmossdk.io/errors" + "github.com/0glabs/0g-chain/x/committee/keeper" + "github.com/0glabs/0g-chain/x/committee/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/kava-labs/kava/x/committee/keeper" - "github.com/kava-labs/kava/x/committee/types" ) func NewProposalHandler(k keeper.Keeper) govv1beta1.Handler { diff --git a/x/committee/proposal_handler_test.go b/x/committee/proposal_handler_test.go index 117554c8..588e0d50 100644 --- a/x/committee/proposal_handler_test.go +++ b/x/committee/proposal_handler_test.go @@ -12,11 +12,11 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/committee" - "github.com/kava-labs/kava/x/committee/keeper" - "github.com/kava-labs/kava/x/committee/testutil" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/committee" + "github.com/0glabs/0g-chain/x/committee/keeper" + "github.com/0glabs/0g-chain/x/committee/testutil" + "github.com/0glabs/0g-chain/x/committee/types" ) var testTime time.Time = time.Date(1998, time.January, 1, 0, 0, 0, 0, time.UTC) diff --git a/x/committee/spec/01_concepts.md b/x/committee/spec/01_concepts.md index 8c6dbec9..6ab4ede9 100644 --- a/x/committee/spec/01_concepts.md +++ b/x/committee/spec/01_concepts.md @@ -8,4 +8,4 @@ For a general introduction to governance using the Comsos-SDK, see [x/gov](https This module provides companion governance functionality to `x/gov` by allowing the creation of committees, or groups of addresses that can vote on proposals for which they have permission and which bypass the usual on-chain governance structures. Permissions scope the types of proposals that committees can submit and vote on. This allows for committees with unlimited breadth (ie, a committee can have permission to perform any governance action), or narrowly scoped abilities (ie, a committee can only change a single parameter of a single module within a specified range). -Committees are either member committees governed by a set of whitelisted addresses or token committees whose votes are weighted by token balance. For example, the [Kava Stability Committee](https://medium.com/kava-labs/kava-improves-governance-enabling-faster-response-to-volatile-markets-2d0fff6e5fa9) is a member committee that has the ability to protect critical protocol infrastructure by briefly pausing certain functionality; while the Hard Token Committee allows HARD token holders to participate in governance related to HARD protocol on the Kava blockchain. Further, committees can tally votes by either the "first-past-the-post" or "deadline" tallying procedure. Committees with "first-past-the-post" vote tallying enact proposals immediately once they pass, allowing greater flexibility than permitted by `x/gov`. Committees with "deadline" vote tallying evaluate proposals at their deadline, allowing time for all stakeholders to vote before a proposal is enacted or rejected. +Committees are either member committees governed by a set of whitelisted addresses or token committees whose votes are weighted by token balance. For example, the [Kava Stability Committee](https://medium.com/0glabs/0g-chain-improves-governance-enabling-faster-response-to-volatile-markets-2d0fff6e5fa9) is a member committee that has the ability to protect critical protocol infrastructure by briefly pausing certain functionality; while the Hard Token Committee allows HARD token holders to participate in governance related to HARD protocol on the Kava blockchain. Further, committees can tally votes by either the "first-past-the-post" or "deadline" tallying procedure. Committees with "first-past-the-post" vote tallying enact proposals immediately once they pass, allowing greater flexibility than permitted by `x/gov`. Committees with "deadline" vote tallying evaluate proposals at their deadline, allowing time for all stakeholders to vote before a proposal is enacted or rejected. diff --git a/x/committee/testutil/suite.go b/x/committee/testutil/suite.go index abc31441..5504a2bf 100644 --- a/x/committee/testutil/suite.go +++ b/x/committee/testutil/suite.go @@ -6,9 +6,9 @@ import ( bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/committee/keeper" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/committee/keeper" + "github.com/0glabs/0g-chain/x/committee/types" ) // Suite implements a test suite for the module integration tests diff --git a/x/committee/types/codec.go b/x/committee/types/codec.go index 753bd011..aa5c76b4 100644 --- a/x/committee/types/codec.go +++ b/x/committee/types/codec.go @@ -1,6 +1,8 @@ package types import ( + communitytypes "github.com/0glabs/0g-chain/x/community/types" + kavadisttypes "github.com/0glabs/0g-chain/x/kavadist/types" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/codec/legacy" "github.com/cosmos/cosmos-sdk/codec/types" @@ -13,8 +15,6 @@ import ( govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" proposaltypes "github.com/cosmos/cosmos-sdk/x/params/types/proposal" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - communitytypes "github.com/kava-labs/kava/x/community/types" - kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" ) var ( diff --git a/x/committee/types/committee.pb.go b/x/committee/types/committee.pb.go index 12e02536..6c51e5bb 100644 --- a/x/committee/types/committee.pb.go +++ b/x/committee/types/committee.pb.go @@ -195,48 +195,48 @@ func init() { } var fileDescriptor_a2549fd9d70ca349 = []byte{ - // 649 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0xcd, 0x6e, 0xd3, 0x40, - 0x10, 0xb6, 0x93, 0x90, 0xd2, 0x75, 0x1b, 0xd2, 0xa5, 0x54, 0x4e, 0x85, 0x6c, 0xab, 0x40, 0x15, - 0x81, 0x62, 0xab, 0xe1, 0xc6, 0x2d, 0xae, 0x13, 0xd5, 0x52, 0x69, 0x22, 0xc7, 0x3d, 0xc0, 0xc5, - 0xb2, 0xe3, 0x25, 0xb5, 0x1a, 0x67, 0x83, 0x77, 0x53, 0x35, 0x6f, 0xc0, 0x91, 0x63, 0x8f, 0x48, - 0xbc, 0x42, 0x1f, 0xa2, 0xea, 0xa9, 0xe2, 0x84, 0x38, 0x84, 0x92, 0x3e, 0x05, 0x9c, 0x90, 0xff, - 0x1a, 0x17, 0x8a, 0x04, 0x07, 0x4e, 0xde, 0xfd, 0xe6, 0x9b, 0x99, 0xfd, 0x66, 0x3e, 0x19, 0x6c, - 0x1e, 0xda, 0x47, 0xb6, 0xd2, 0xc3, 0xbe, 0xef, 0x51, 0x8a, 0x90, 0x72, 0xb4, 0xe5, 0x20, 0x6a, - 0x6f, 0xcd, 0x11, 0x79, 0x14, 0x60, 0x8a, 0xe1, 0x5a, 0xc8, 0x93, 0xe7, 0x68, 0xc2, 0x5b, 0xaf, - 0xf4, 0x30, 0xf1, 0x31, 0xb1, 0x22, 0x96, 0x12, 0x5f, 0xe2, 0x94, 0xf5, 0xd5, 0x3e, 0xee, 0xe3, - 0x18, 0x0f, 0x4f, 0x09, 0x5a, 0xe9, 0x63, 0xdc, 0x1f, 0x20, 0x25, 0xba, 0x39, 0xe3, 0x37, 0x8a, - 0x3d, 0x9c, 0x24, 0x21, 0xe1, 0xd7, 0x90, 0x3b, 0x0e, 0x6c, 0xea, 0xe1, 0x61, 0x1c, 0xdf, 0xf8, - 0x9e, 0x07, 0xcb, 0xaa, 0x4d, 0xd0, 0x76, 0xfa, 0x0a, 0xb8, 0x06, 0x72, 0x9e, 0xcb, 0xb3, 0x12, - 0x5b, 0x2d, 0xa8, 0xc5, 0xd9, 0x54, 0xcc, 0xe9, 0x9a, 0x91, 0xf3, 0x5c, 0x28, 0x01, 0xce, 0x45, - 0xa4, 0x17, 0x78, 0xa3, 0x30, 0x9d, 0xcf, 0x49, 0x6c, 0x75, 0xd1, 0xc8, 0x42, 0xd0, 0x01, 0x0b, - 0x3e, 0xf2, 0x1d, 0x14, 0x10, 0x3e, 0x2f, 0xe5, 0xab, 0x4b, 0xea, 0xce, 0x8f, 0xa9, 0x58, 0xeb, - 0x7b, 0xf4, 0x60, 0xec, 0x84, 0x32, 0x13, 0x29, 0xc9, 0xa7, 0x46, 0xdc, 0x43, 0x85, 0x4e, 0x46, - 0x88, 0xc8, 0x8d, 0x5e, 0xaf, 0xe1, 0xba, 0x01, 0x22, 0xe4, 0xd3, 0x69, 0xed, 0x7e, 0x22, 0x38, - 0x41, 0xd4, 0x09, 0x45, 0xc4, 0x48, 0x0b, 0xc3, 0x16, 0xe0, 0x46, 0x28, 0xf0, 0x3d, 0x42, 0x3c, - 0x3c, 0x24, 0x7c, 0x41, 0xca, 0x57, 0xb9, 0xfa, 0xaa, 0x1c, 0xab, 0x94, 0x53, 0x95, 0x72, 0x63, - 0x38, 0x51, 0x4b, 0xe7, 0xa7, 0x35, 0xd0, 0xb9, 0x26, 0x1b, 0xd9, 0x44, 0xb8, 0x0f, 0x4a, 0x47, - 0x98, 0x22, 0x8b, 0x1e, 0x04, 0x88, 0x1c, 0xe0, 0x81, 0xcb, 0xdf, 0x09, 0x05, 0xa9, 0xf2, 0xd9, - 0x54, 0x64, 0xbe, 0x4c, 0xc5, 0xcd, 0xbf, 0x78, 0xb6, 0x86, 0x7a, 0xc6, 0x72, 0x58, 0xc5, 0x4c, - 0x8b, 0xc0, 0x0e, 0x58, 0x19, 0x05, 0x78, 0x84, 0x89, 0x3d, 0xb0, 0xd2, 0x49, 0xf3, 0x45, 0x89, - 0xad, 0x72, 0xf5, 0xca, 0x6f, 0x8f, 0xd4, 0x12, 0x82, 0x7a, 0x37, 0x6c, 0x7a, 0xf2, 0x55, 0x64, - 0x8d, 0x72, 0x9a, 0x9d, 0xc6, 0x60, 0x0b, 0x2c, 0x51, 0x7b, 0x30, 0x98, 0x58, 0x38, 0x9e, 0xfb, - 0x82, 0xc4, 0x56, 0x4b, 0xf5, 0x47, 0xf2, 0xed, 0xde, 0x91, 0xcd, 0x90, 0xdb, 0x8e, 0xa8, 0x06, - 0x47, 0xe7, 0x97, 0x17, 0x2b, 0x27, 0x1f, 0x44, 0xe6, 0xfc, 0xb4, 0xb6, 0x78, 0xbd, 0xe9, 0x8d, - 0x63, 0x70, 0xef, 0x65, 0x34, 0xd6, 0xf9, 0xf2, 0x0d, 0x50, 0x72, 0x6c, 0x82, 0xac, 0xeb, 0xc2, - 0x91, 0x11, 0xb8, 0xfa, 0x93, 0x3f, 0xf5, 0xbb, 0xe1, 0x1d, 0xb5, 0x70, 0x31, 0x15, 0x59, 0x63, - 0xd9, 0xc9, 0x82, 0xb7, 0x75, 0xbe, 0x64, 0x41, 0xc9, 0xc4, 0x87, 0x68, 0xf8, 0x5f, 0x3b, 0xc3, - 0x16, 0x28, 0xbe, 0x1d, 0xe3, 0x60, 0xec, 0xc7, 0x6e, 0xfd, 0xe7, 0xe5, 0x26, 0xd9, 0x50, 0x04, - 0xf1, 0x28, 0x2d, 0x17, 0x0d, 0xb1, 0xcf, 0xe7, 0x23, 0xeb, 0x83, 0x08, 0xd2, 0x42, 0xe4, 0x16, - 0x89, 0x4f, 0x03, 0xc0, 0x65, 0x76, 0x01, 0x1f, 0x02, 0xde, 0x6c, 0xec, 0xee, 0xbe, 0xb2, 0xda, - 0x1d, 0x53, 0x6f, 0xef, 0x59, 0xfb, 0x7b, 0xdd, 0x4e, 0x73, 0x5b, 0x6f, 0xe9, 0x4d, 0xad, 0xcc, - 0xc0, 0xc7, 0x40, 0xba, 0x11, 0x6d, 0xe9, 0x46, 0xd7, 0xb4, 0x3a, 0x8d, 0xae, 0x69, 0x99, 0x3b, - 0x4d, 0xab, 0xd3, 0xee, 0x9a, 0x65, 0x16, 0x56, 0xc0, 0x83, 0x1b, 0x2c, 0xad, 0xd9, 0xd0, 0x76, - 0xf5, 0xbd, 0x66, 0x39, 0xb7, 0x5e, 0x78, 0xf7, 0x51, 0x60, 0x54, 0xfd, 0xec, 0x9b, 0xc0, 0x9c, - 0xcd, 0x04, 0xf6, 0x62, 0x26, 0xb0, 0x97, 0x33, 0x81, 0x7d, 0x7f, 0x25, 0x30, 0x17, 0x57, 0x02, - 0xf3, 0xf9, 0x4a, 0x60, 0x5e, 0x3f, 0xcb, 0xa8, 0x0e, 0x67, 0x5a, 0x1b, 0xd8, 0x0e, 0x89, 0x4e, - 0xca, 0x71, 0xe6, 0x6f, 0x15, 0xc9, 0x77, 0x8a, 0x91, 0x4b, 0x9f, 0xff, 0x0c, 0x00, 0x00, 0xff, - 0xff, 0x0d, 0x0b, 0x28, 0x7d, 0xcc, 0x04, 0x00, 0x00, + // 655 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0xcd, 0x6e, 0xd3, 0x4c, + 0x14, 0xb5, 0x93, 0x7c, 0xe9, 0xd7, 0x71, 0x1b, 0xd2, 0xa1, 0x54, 0x4e, 0x85, 0x6c, 0xab, 0x40, + 0x15, 0x21, 0x62, 0xb7, 0x61, 0xc7, 0x2e, 0xae, 0x13, 0x35, 0xa8, 0x34, 0x91, 0xe3, 0x2e, 0x60, + 0x63, 0xf9, 0x67, 0x70, 0xac, 0xc6, 0x9e, 0xe0, 0x71, 0xaa, 0xe6, 0x0d, 0x58, 0xb2, 0xec, 0x12, + 0x89, 0x57, 0xe8, 0x43, 0x54, 0x5d, 0x55, 0xac, 0x10, 0x8b, 0x50, 0xd2, 0xa7, 0x80, 0x15, 0xf2, + 0x5f, 0x93, 0x42, 0x91, 0x60, 0xc1, 0x2a, 0x99, 0x73, 0xcf, 0xfd, 0x39, 0xf7, 0x1e, 0x19, 0x6c, + 0x1e, 0x1a, 0x47, 0x86, 0x64, 0x61, 0xcf, 0x73, 0xc3, 0x10, 0x21, 0xe9, 0x68, 0xdb, 0x44, 0xa1, + 0xb1, 0x3d, 0x43, 0xc4, 0x61, 0x80, 0x43, 0x0c, 0xd7, 0x22, 0x9e, 0x38, 0x43, 0x53, 0xde, 0x7a, + 0xc5, 0xc2, 0xc4, 0xc3, 0x44, 0x8f, 0x59, 0x52, 0xf2, 0x48, 0x52, 0xd6, 0x57, 0x1d, 0xec, 0xe0, + 0x04, 0x8f, 0xfe, 0xa5, 0x68, 0xc5, 0xc1, 0xd8, 0x19, 0x20, 0x29, 0x7e, 0x99, 0xa3, 0xd7, 0x92, + 0xe1, 0x8f, 0xd3, 0x10, 0xf7, 0x73, 0xc8, 0x1e, 0x05, 0x46, 0xe8, 0x62, 0x3f, 0x89, 0x6f, 0x7c, + 0xcb, 0x83, 0x65, 0xd9, 0x20, 0x68, 0x27, 0x9b, 0x02, 0xae, 0x81, 0x9c, 0x6b, 0xb3, 0xb4, 0x40, + 0x57, 0x0b, 0x72, 0x71, 0x3a, 0xe1, 0x73, 0x6d, 0x45, 0xcd, 0xb9, 0x36, 0x14, 0x00, 0x63, 0x23, + 0x62, 0x05, 0xee, 0x30, 0x4a, 0x67, 0x73, 0x02, 0x5d, 0x5d, 0x54, 0xe7, 0x21, 0x68, 0x82, 0x05, + 0x0f, 0x79, 0x26, 0x0a, 0x08, 0x9b, 0x17, 0xf2, 0xd5, 0x25, 0x79, 0xf7, 0xfb, 0x84, 0xaf, 0x39, + 0x6e, 0xd8, 0x1f, 0x99, 0x91, 0xcc, 0x54, 0x4a, 0xfa, 0x53, 0x23, 0xf6, 0xa1, 0x14, 0x8e, 0x87, + 0x88, 0x88, 0x0d, 0xcb, 0x6a, 0xd8, 0x76, 0x80, 0x08, 0xf9, 0x78, 0x5a, 0xbb, 0x9b, 0x0a, 0x4e, + 0x11, 0x79, 0x1c, 0x22, 0xa2, 0x66, 0x85, 0x61, 0x0b, 0x30, 0x43, 0x14, 0x78, 0x2e, 0x21, 0x2e, + 0xf6, 0x09, 0x5b, 0x10, 0xf2, 0x55, 0xa6, 0xbe, 0x2a, 0x26, 0x2a, 0xc5, 0x4c, 0xa5, 0xd8, 0xf0, + 0xc7, 0x72, 0xe9, 0xfc, 0xb4, 0x06, 0xba, 0xd7, 0x64, 0x75, 0x3e, 0x11, 0x1e, 0x80, 0xd2, 0x11, + 0x0e, 0x91, 0x1e, 0xf6, 0x03, 0x44, 0xfa, 0x78, 0x60, 0xb3, 0xff, 0x45, 0x82, 0x64, 0xf1, 0x6c, + 0xc2, 0x53, 0x9f, 0x27, 0xfc, 0xe6, 0x1f, 0x8c, 0xad, 0x20, 0x4b, 0x5d, 0x8e, 0xaa, 0x68, 0x59, + 0x11, 0xd8, 0x05, 0x2b, 0xc3, 0x00, 0x0f, 0x31, 0x31, 0x06, 0x7a, 0xb6, 0x69, 0xb6, 0x28, 0xd0, + 0x55, 0xa6, 0x5e, 0xf9, 0x65, 0x48, 0x25, 0x25, 0xc8, 0xff, 0x47, 0x4d, 0x4f, 0xbe, 0xf0, 0xb4, + 0x5a, 0xce, 0xb2, 0xb3, 0x18, 0x6c, 0x81, 0xa5, 0xd0, 0x18, 0x0c, 0xc6, 0x3a, 0x4e, 0xf6, 0xbe, + 0x20, 0xd0, 0xd5, 0x52, 0xfd, 0x81, 0x78, 0xbb, 0x77, 0x44, 0x2d, 0xe2, 0x76, 0x62, 0xaa, 0xca, + 0x84, 0xb3, 0xc7, 0xb3, 0x95, 0x93, 0xf7, 0x3c, 0x75, 0x7e, 0x5a, 0x5b, 0xbc, 0xbe, 0xf4, 0xc6, + 0x31, 0xb8, 0xf3, 0x22, 0x5e, 0xeb, 0xec, 0xf8, 0x2a, 0x28, 0x99, 0x06, 0x41, 0xfa, 0x75, 0xe1, + 0xd8, 0x08, 0x4c, 0xfd, 0xd1, 0xef, 0xfa, 0xdd, 0xf0, 0x8e, 0x5c, 0xb8, 0x98, 0xf0, 0xb4, 0xba, + 0x6c, 0xce, 0x83, 0xb7, 0x75, 0xbe, 0xa4, 0x41, 0x49, 0xc3, 0x87, 0xc8, 0xff, 0xa7, 0x9d, 0x61, + 0x0b, 0x14, 0xdf, 0x8c, 0x70, 0x30, 0xf2, 0x12, 0xb7, 0xfe, 0xf5, 0x71, 0xd3, 0x6c, 0xc8, 0x83, + 0x64, 0x95, 0xba, 0x8d, 0x7c, 0xec, 0xb1, 0xf9, 0xd8, 0xfa, 0x20, 0x86, 0x94, 0x08, 0xb9, 0x45, + 0xe2, 0xe3, 0x00, 0x30, 0x73, 0xb7, 0x80, 0xf7, 0x01, 0xab, 0x35, 0xf6, 0xf6, 0x5e, 0xea, 0x9d, + 0xae, 0xd6, 0xee, 0xec, 0xeb, 0x07, 0xfb, 0xbd, 0x6e, 0x73, 0xa7, 0xdd, 0x6a, 0x37, 0x95, 0x32, + 0x05, 0x1f, 0x02, 0xe1, 0x46, 0xb4, 0xd5, 0x56, 0x7b, 0x9a, 0xde, 0x6d, 0xf4, 0x34, 0x5d, 0xdb, + 0x6d, 0xea, 0xdd, 0x4e, 0x4f, 0x2b, 0xd3, 0xb0, 0x02, 0xee, 0xdd, 0x60, 0x29, 0xcd, 0x86, 0xb2, + 0xd7, 0xde, 0x6f, 0x96, 0x73, 0xeb, 0x85, 0xb7, 0x1f, 0x38, 0x4a, 0x7e, 0x7e, 0xf6, 0x95, 0xa3, + 0xce, 0xa6, 0x1c, 0x7d, 0x31, 0xe5, 0xe8, 0xcb, 0x29, 0x47, 0xbf, 0xbb, 0xe2, 0xa8, 0x8b, 0x2b, + 0x8e, 0xfa, 0x74, 0xc5, 0x51, 0xaf, 0x9e, 0xcc, 0xa9, 0xde, 0x72, 0x06, 0x86, 0x49, 0xa4, 0x2d, + 0xa7, 0x66, 0xf5, 0x0d, 0xd7, 0x97, 0x8e, 0xe7, 0x3e, 0x57, 0xb1, 0x7e, 0xb3, 0x18, 0xdb, 0xf4, + 0xe9, 0x8f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf6, 0x82, 0x6d, 0xe2, 0xcd, 0x04, 0x00, 0x00, } func (m *BaseCommittee) Marshal() (dAtA []byte, err error) { diff --git a/x/committee/types/committee_test.go b/x/committee/types/committee_test.go index f467cac5..5a959aaf 100644 --- a/x/committee/types/committee_test.go +++ b/x/committee/types/committee_test.go @@ -11,8 +11,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/x/committee/testutil" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/x/committee/testutil" + "github.com/0glabs/0g-chain/x/committee/types" ) func TestBaseCommittee(t *testing.T) { diff --git a/x/committee/types/genesis.pb.go b/x/committee/types/genesis.pb.go index 056c0700..d426758a 100644 --- a/x/committee/types/genesis.pb.go +++ b/x/committee/types/genesis.pb.go @@ -199,48 +199,48 @@ func init() { } var fileDescriptor_919b27ac60d8c5fd = []byte{ - // 647 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x54, 0x3f, 0x6f, 0xd3, 0x40, - 0x14, 0xb7, 0x1d, 0x53, 0x92, 0x4b, 0x1a, 0xd2, 0xa3, 0xad, 0xd2, 0x08, 0xd9, 0x55, 0xc5, 0x50, - 0x81, 0x62, 0xab, 0x65, 0x41, 0x15, 0x48, 0xc4, 0x49, 0x00, 0x2f, 0x69, 0x71, 0x42, 0xa5, 0x32, - 0x10, 0x39, 0xf1, 0x61, 0xac, 0x26, 0xbe, 0x28, 0x77, 0x8d, 0x9a, 0x6f, 0xd0, 0xb1, 0x23, 0x23, - 0x12, 0x4c, 0xcc, 0xfd, 0x10, 0x55, 0xa7, 0x8a, 0x89, 0x01, 0xb9, 0xc8, 0xfd, 0x06, 0x8c, 0x4c, - 0xe8, 0xce, 0x7f, 0x12, 0x51, 0x3a, 0xf9, 0xdd, 0x7b, 0xbf, 0xf7, 0xe7, 0xf7, 0x7b, 0x4f, 0x06, - 0x0f, 0x0f, 0xed, 0x89, 0xad, 0xf7, 0xf1, 0x70, 0xe8, 0x51, 0x8a, 0x90, 0x3e, 0xd9, 0xea, 0x21, - 0x6a, 0x6f, 0xe9, 0x2e, 0xf2, 0x11, 0xf1, 0x88, 0x36, 0x1a, 0x63, 0x8a, 0xe1, 0x2a, 0x43, 0x69, - 0x29, 0x4a, 0x8b, 0x51, 0x95, 0xb5, 0x3e, 0x26, 0x43, 0x4c, 0xba, 0x1c, 0xa5, 0x47, 0x8f, 0x28, - 0xa5, 0xb2, 0xec, 0x62, 0x17, 0x47, 0x7e, 0x66, 0xc5, 0xde, 0x35, 0x17, 0x63, 0x77, 0x80, 0x74, - 0xfe, 0xea, 0x1d, 0x7d, 0xd0, 0x6d, 0x7f, 0x1a, 0x87, 0xd4, 0x7f, 0x43, 0xd4, 0x1b, 0x22, 0x42, - 0xed, 0xe1, 0x28, 0x02, 0x6c, 0x7c, 0x95, 0x40, 0xe1, 0x55, 0x34, 0x56, 0x9b, 0xda, 0x14, 0xc1, - 0x67, 0xa0, 0xe4, 0xa3, 0x63, 0xca, 0xba, 0x8f, 0x30, 0xb1, 0x07, 0x5d, 0xcf, 0x29, 0x8b, 0xeb, - 0xe2, 0xa6, 0x6c, 0xc0, 0x30, 0x50, 0x8b, 0x2d, 0x74, 0x4c, 0xf7, 0xe2, 0x90, 0xd9, 0xb0, 0x8a, - 0xfe, 0xfc, 0xdb, 0x81, 0x75, 0x00, 0x52, 0x42, 0xa4, 0x2c, 0xad, 0x67, 0x36, 0xf3, 0xdb, 0xcb, - 0x5a, 0x34, 0x84, 0x96, 0x0c, 0xa1, 0xd5, 0xfc, 0xa9, 0xb1, 0x78, 0x71, 0x56, 0xcd, 0xd5, 0x13, - 0xac, 0x35, 0x97, 0x06, 0xdf, 0x80, 0x5c, 0xd2, 0x9d, 0x94, 0x33, 0xbc, 0xc6, 0xba, 0xf6, 0x7f, - 0xb1, 0xb4, 0xa4, 0xb7, 0xb1, 0x74, 0x1e, 0xa8, 0xc2, 0xb7, 0x2b, 0x35, 0x97, 0x78, 0x88, 0x35, - 0xab, 0x02, 0x9f, 0x82, 0x3b, 0x13, 0x4c, 0x11, 0x29, 0xcb, 0xbc, 0xdc, 0x83, 0xdb, 0xca, 0xed, - 0x63, 0x8a, 0x0c, 0x99, 0x95, 0xb2, 0xa2, 0x84, 0x1d, 0xf9, 0xe4, 0xb3, 0x2a, 0x6c, 0xfc, 0x16, - 0x41, 0x36, 0x29, 0x0c, 0x5b, 0xe0, 0x6e, 0x1f, 0xfb, 0x14, 0xf9, 0x94, 0x2b, 0x73, 0x1b, 0x43, - 0xe5, 0xe2, 0xac, 0x5a, 0x89, 0xd7, 0xe7, 0xe2, 0x49, 0xda, 0xa3, 0x1e, 0xe5, 0x5a, 0x49, 0x11, - 0xb8, 0x0a, 0x24, 0xcf, 0x29, 0x4b, 0x5c, 0xe4, 0x85, 0x30, 0x50, 0x25, 0xb3, 0x61, 0x49, 0x9e, - 0x03, 0xb7, 0x41, 0x21, 0x9d, 0x90, 0xad, 0x21, 0xc3, 0x11, 0xf7, 0xc2, 0x40, 0xcd, 0xa7, 0xc2, - 0x99, 0x0d, 0x2b, 0x9f, 0x82, 0x4c, 0x07, 0xbe, 0x00, 0x59, 0x07, 0xd9, 0xce, 0xc0, 0xf3, 0x51, - 0x59, 0xe6, 0xc3, 0x55, 0x6e, 0x0c, 0xd7, 0x49, 0x6e, 0xc0, 0xc8, 0x32, 0xa6, 0xa7, 0x57, 0xaa, - 0x68, 0xa5, 0x59, 0x3b, 0x59, 0x46, 0xf8, 0x13, 0x23, 0xfd, 0x53, 0x04, 0x32, 0x13, 0x04, 0xea, - 0x20, 0x7f, 0xf3, 0x1c, 0x8a, 0x61, 0xa0, 0x82, 0xb9, 0x53, 0x00, 0xa3, 0xd9, 0x19, 0xbc, 0x8f, - 0xe4, 0x1e, 0x73, 0x52, 0x05, 0xe3, 0xf5, 0x9f, 0x40, 0xad, 0xba, 0x1e, 0xfd, 0x78, 0xd4, 0x63, - 0x9a, 0xc7, 0x37, 0x1d, 0x7f, 0xaa, 0xc4, 0x39, 0xd4, 0xe9, 0x74, 0x84, 0x88, 0x56, 0xeb, 0xf7, - 0x6b, 0x8e, 0x33, 0x46, 0x84, 0x7c, 0x3f, 0xab, 0xde, 0x8f, 0xa5, 0x8b, 0x3d, 0xc6, 0x94, 0x22, - 0x12, 0x2d, 0x65, 0x0c, 0x9f, 0x83, 0x1c, 0x33, 0xba, 0x2c, 0x8d, 0xcb, 0x52, 0xbc, 0xfd, 0x42, - 0x18, 0x83, 0xce, 0x74, 0x84, 0xac, 0xec, 0x24, 0xb6, 0xa2, 0x9d, 0x3e, 0x72, 0x41, 0x36, 0x89, - 0xc1, 0x35, 0xb0, 0xb2, 0xbf, 0xdb, 0x69, 0x76, 0x3b, 0x07, 0x7b, 0xcd, 0xee, 0xdb, 0x56, 0x7b, - 0xaf, 0x59, 0x37, 0x5f, 0x9a, 0xcd, 0x46, 0x49, 0x80, 0x4b, 0x60, 0x71, 0x16, 0x3a, 0x68, 0xb6, - 0x4b, 0x22, 0x2c, 0x81, 0xc2, 0xcc, 0xd5, 0xda, 0x2d, 0x49, 0x70, 0x05, 0x2c, 0xcd, 0x3c, 0x35, - 0xa3, 0xdd, 0xa9, 0x99, 0xad, 0x52, 0xa6, 0x22, 0x9f, 0x7c, 0x51, 0x04, 0xa3, 0x79, 0x1e, 0x2a, - 0xe2, 0x65, 0xa8, 0x88, 0xbf, 0x42, 0x45, 0x3c, 0xbd, 0x56, 0x84, 0xcb, 0x6b, 0x45, 0xf8, 0x71, - 0xad, 0x08, 0xef, 0x1e, 0xcf, 0x89, 0xc2, 0xc6, 0xaf, 0x0e, 0xec, 0x1e, 0xe1, 0x96, 0x7e, 0x3c, - 0xf7, 0xff, 0xe0, 0xea, 0xf4, 0x16, 0xf8, 0x02, 0x9f, 0xfc, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x6a, - 0x30, 0x5b, 0x09, 0x5e, 0x04, 0x00, 0x00, + // 654 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x54, 0xbf, 0x6f, 0xd3, 0x40, + 0x14, 0xb6, 0x1d, 0x53, 0x92, 0x4b, 0x1a, 0xd2, 0xa3, 0xad, 0xd2, 0x08, 0xd9, 0x55, 0xc5, 0x50, + 0x21, 0x62, 0xb7, 0x65, 0x41, 0x15, 0x48, 0xc4, 0x49, 0x0a, 0x5e, 0xd2, 0xe2, 0x84, 0x4a, 0x65, + 0x20, 0x72, 0xe2, 0xc3, 0xb5, 0x9a, 0xf8, 0xa2, 0xdc, 0x35, 0x6a, 0xfe, 0x83, 0x8e, 0x1d, 0x19, + 0x91, 0x60, 0x62, 0xee, 0x1f, 0x51, 0x75, 0xaa, 0x98, 0x18, 0x50, 0x8a, 0xdc, 0xff, 0x80, 0x91, + 0x09, 0xdd, 0xf9, 0x47, 0x22, 0x4a, 0x27, 0xdf, 0xbd, 0xf7, 0xbd, 0xef, 0xde, 0xf7, 0xbd, 0x27, + 0x83, 0xc7, 0x47, 0xf6, 0xc8, 0xd6, 0xbb, 0xb8, 0xdf, 0xf7, 0x28, 0x45, 0x48, 0x1f, 0x6d, 0x76, + 0x10, 0xb5, 0x37, 0x75, 0x17, 0xf9, 0x88, 0x78, 0x44, 0x1b, 0x0c, 0x31, 0xc5, 0x70, 0x99, 0xa1, + 0xb4, 0x04, 0xa5, 0x45, 0xa8, 0xd2, 0x4a, 0x17, 0x93, 0x3e, 0x26, 0x6d, 0x8e, 0xd2, 0xc3, 0x4b, + 0x58, 0x52, 0x5a, 0x74, 0xb1, 0x8b, 0xc3, 0x38, 0x3b, 0x45, 0xd1, 0x15, 0x17, 0x63, 0xb7, 0x87, + 0x74, 0x7e, 0xeb, 0x1c, 0x7f, 0xd4, 0x6d, 0x7f, 0x1c, 0xa5, 0xd4, 0x7f, 0x53, 0xd4, 0xeb, 0x23, + 0x42, 0xed, 0xfe, 0x20, 0x04, 0xac, 0x7d, 0x95, 0x40, 0xee, 0x75, 0xd8, 0x56, 0x93, 0xda, 0x14, + 0xc1, 0x17, 0xa0, 0xe0, 0xa3, 0x13, 0xca, 0x5e, 0x1f, 0x60, 0x62, 0xf7, 0xda, 0x9e, 0x53, 0x14, + 0x57, 0xc5, 0x75, 0xd9, 0x80, 0xc1, 0x44, 0xcd, 0x37, 0xd0, 0x09, 0xdd, 0x8b, 0x52, 0x66, 0xcd, + 0xca, 0xfb, 0xb3, 0x77, 0x07, 0x56, 0x01, 0x48, 0x04, 0x91, 0xa2, 0xb4, 0x9a, 0x5a, 0xcf, 0x6e, + 0x2d, 0x6a, 0x61, 0x13, 0x5a, 0xdc, 0x84, 0x56, 0xf1, 0xc7, 0xc6, 0xfc, 0xe5, 0x79, 0x39, 0x53, + 0x8d, 0xb1, 0xd6, 0x4c, 0x19, 0x7c, 0x0b, 0x32, 0xf1, 0xeb, 0xa4, 0x98, 0xe2, 0x1c, 0xab, 0xda, + 0xff, 0xcd, 0xd2, 0xe2, 0xb7, 0x8d, 0x85, 0x8b, 0x89, 0x2a, 0x7c, 0xbb, 0x56, 0x33, 0x71, 0x84, + 0x58, 0x53, 0x16, 0xf8, 0x1c, 0xdc, 0x1b, 0x61, 0x8a, 0x48, 0x51, 0xe6, 0x74, 0x8f, 0xee, 0xa2, + 0xdb, 0xc7, 0x14, 0x19, 0x32, 0xa3, 0xb2, 0xc2, 0x82, 0x6d, 0xf9, 0xf4, 0xb3, 0x2a, 0xac, 0xfd, + 0x16, 0x41, 0x3a, 0x26, 0x86, 0x0d, 0x70, 0xbf, 0x8b, 0x7d, 0x8a, 0x7c, 0xca, 0x9d, 0xb9, 0x4b, + 0xa1, 0x72, 0x79, 0x5e, 0x2e, 0x45, 0xe3, 0x73, 0xf1, 0x28, 0x79, 0xa3, 0x1a, 0xd6, 0x5a, 0x31, + 0x09, 0x5c, 0x06, 0x92, 0xe7, 0x14, 0x25, 0x6e, 0xf2, 0x5c, 0x30, 0x51, 0x25, 0xb3, 0x66, 0x49, + 0x9e, 0x03, 0xb7, 0x40, 0x2e, 0xe9, 0x90, 0x8d, 0x21, 0xc5, 0x11, 0x0f, 0x82, 0x89, 0x9a, 0x4d, + 0x8c, 0x33, 0x6b, 0x56, 0x36, 0x01, 0x99, 0x0e, 0x7c, 0x05, 0xd2, 0x0e, 0xb2, 0x9d, 0x9e, 0xe7, + 0xa3, 0xa2, 0xcc, 0x9b, 0x2b, 0xdd, 0x6a, 0xae, 0x15, 0xef, 0x80, 0x91, 0x66, 0x4a, 0xcf, 0xae, + 0x55, 0xd1, 0x4a, 0xaa, 0xb6, 0xd3, 0x4c, 0xf0, 0x27, 0x26, 0xfa, 0xa7, 0x08, 0x64, 0x66, 0x08, + 0xd4, 0x41, 0xf6, 0xf6, 0x3a, 0xe4, 0x83, 0x89, 0x0a, 0x66, 0x56, 0x01, 0x0c, 0xa6, 0x6b, 0xf0, + 0x21, 0xb4, 0x7b, 0xc8, 0x45, 0xe5, 0x8c, 0x37, 0x7f, 0x26, 0x6a, 0xd9, 0xf5, 0xe8, 0xe1, 0x71, + 0x87, 0x79, 0x1e, 0xed, 0x74, 0xf4, 0x29, 0x13, 0xe7, 0x48, 0xa7, 0xe3, 0x01, 0x22, 0x5a, 0xa5, + 0xdb, 0xad, 0x38, 0xce, 0x10, 0x11, 0xf2, 0xfd, 0xbc, 0xfc, 0x30, 0xb2, 0x2e, 0x8a, 0x18, 0x63, + 0x8a, 0x48, 0x38, 0x94, 0x21, 0x7c, 0x09, 0x32, 0xec, 0xd0, 0x66, 0x65, 0xdc, 0x96, 0xfc, 0xdd, + 0x1b, 0xc2, 0x14, 0xb4, 0xc6, 0x03, 0x64, 0xa5, 0x47, 0xd1, 0x29, 0x9c, 0xe9, 0x13, 0x17, 0xa4, + 0xe3, 0x1c, 0x5c, 0x01, 0x4b, 0xfb, 0xbb, 0xad, 0x7a, 0xbb, 0x75, 0xb0, 0x57, 0x6f, 0xbf, 0x6b, + 0x34, 0xf7, 0xea, 0x55, 0x73, 0xc7, 0xac, 0xd7, 0x0a, 0x02, 0x5c, 0x00, 0xf3, 0xd3, 0xd4, 0x41, + 0xbd, 0x59, 0x10, 0x61, 0x01, 0xe4, 0xa6, 0xa1, 0xc6, 0x6e, 0x41, 0x82, 0x4b, 0x60, 0x61, 0x1a, + 0xa9, 0x18, 0xcd, 0x56, 0xc5, 0x6c, 0x14, 0x52, 0x25, 0xf9, 0xf4, 0x8b, 0x22, 0x18, 0x3b, 0x17, + 0x81, 0x22, 0x5e, 0x05, 0x8a, 0xf8, 0x2b, 0x50, 0xc4, 0xb3, 0x1b, 0x45, 0xb8, 0xba, 0x51, 0x84, + 0x1f, 0x37, 0x8a, 0xf0, 0xfe, 0xe9, 0x8c, 0x29, 0x1b, 0x6e, 0xcf, 0xee, 0x10, 0x7d, 0xc3, 0x2d, + 0x77, 0x0f, 0x6d, 0xcf, 0xd7, 0x4f, 0x66, 0x7e, 0x20, 0xdc, 0x9e, 0xce, 0x1c, 0x9f, 0xe0, 0xb3, + 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xc7, 0xe1, 0x44, 0xe7, 0x5f, 0x04, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/committee/types/genesis_test.go b/x/committee/types/genesis_test.go index 98f6e8e5..a292d77e 100644 --- a/x/committee/types/genesis_test.go +++ b/x/committee/types/genesis_test.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/kava-labs/kava/x/committee/testutil" - "github.com/kava-labs/kava/x/committee/types" + "github.com/0glabs/0g-chain/x/committee/testutil" + "github.com/0glabs/0g-chain/x/committee/types" ) func TestGenesisState_Validate(t *testing.T) { diff --git a/x/committee/types/param_permissions_test.go b/x/committee/types/param_permissions_test.go index d4251714..7913f5b0 100644 --- a/x/committee/types/param_permissions_test.go +++ b/x/committee/types/param_permissions_test.go @@ -12,10 +12,10 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - types "github.com/kava-labs/kava/x/committee/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + types "github.com/0glabs/0g-chain/x/committee/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) type ParamsChangeTestSuite struct { diff --git a/x/committee/types/permissions.go b/x/committee/types/permissions.go index 3e4d6e77..c46fbcae 100644 --- a/x/committee/types/permissions.go +++ b/x/committee/types/permissions.go @@ -6,13 +6,13 @@ import ( "reflect" "strings" + communitytypes "github.com/0glabs/0g-chain/x/community/types" "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" paramsproposal "github.com/cosmos/cosmos-sdk/x/params/types/proposal" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" proto "github.com/cosmos/gogoproto/proto" - communitytypes "github.com/kava-labs/kava/x/community/types" ) // Permission is anything with a method that validates whether a proposal is allowed by it or not. diff --git a/x/committee/types/permissions.pb.go b/x/committee/types/permissions.pb.go index 6b570947..bb9816e8 100644 --- a/x/committee/types/permissions.pb.go +++ b/x/committee/types/permissions.pb.go @@ -447,39 +447,40 @@ func init() { } var fileDescriptor_bdfaf7be16465ae4 = []byte{ - // 507 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0x4f, 0x8b, 0xd3, 0x40, - 0x18, 0x87, 0x1b, 0xb3, 0x88, 0x3b, 0xe2, 0xb2, 0x64, 0x4b, 0xc9, 0x86, 0x35, 0x2d, 0xf5, 0x12, - 0x28, 0x9b, 0x50, 0xc5, 0xcb, 0xde, 0xda, 0xae, 0x78, 0xf1, 0x50, 0xb2, 0x8a, 0xe0, 0x25, 0x4c, - 0x9a, 0x31, 0x0d, 0x3b, 0xc9, 0xc4, 0x79, 0x27, 0xed, 0x16, 0x04, 0xbf, 0x82, 0x5f, 0x43, 0xcf, - 0x7e, 0x88, 0xc5, 0xd3, 0x1e, 0x3d, 0xa9, 0xb4, 0x1f, 0xc3, 0x8b, 0xe4, 0x6f, 0x03, 0x1b, 0x72, - 0x9b, 0x79, 0xf3, 0xfc, 0xde, 0xc9, 0x33, 0x2f, 0x83, 0x8c, 0x6b, 0xbc, 0xc2, 0xd6, 0x82, 0x85, - 0x61, 0x20, 0x04, 0x21, 0xd6, 0x6a, 0xec, 0x12, 0x81, 0xc7, 0x56, 0x4c, 0x78, 0x18, 0x00, 0x04, - 0x2c, 0x02, 0x33, 0xe6, 0x4c, 0x30, 0xa5, 0x97, 0x92, 0x66, 0x45, 0x9a, 0x05, 0xa9, 0x9d, 0x2e, - 0x18, 0x84, 0x0c, 0x9c, 0x8c, 0xb2, 0xf2, 0x4d, 0x1e, 0xd1, 0xba, 0x3e, 0xf3, 0x59, 0x5e, 0x4f, - 0x57, 0x79, 0x75, 0xd8, 0x47, 0x4f, 0x5e, 0x33, 0x6f, 0x5e, 0x1d, 0x70, 0x71, 0xf4, 0xf3, 0xc7, - 0x39, 0xda, 0xef, 0x87, 0x23, 0x74, 0x7a, 0xc5, 0x3e, 0x8a, 0x35, 0xe6, 0xe4, 0x5d, 0xec, 0x73, - 0xec, 0x91, 0x16, 0x78, 0x80, 0x8e, 0xde, 0x92, 0x1b, 0xd1, 0x42, 0x8c, 0x51, 0x7f, 0xc6, 0xc2, - 0x30, 0x89, 0x02, 0xb1, 0x99, 0x5d, 0xce, 0x6d, 0x12, 0xe3, 0xcd, 0x25, 0x71, 0xdb, 0x22, 0x17, - 0xc8, 0xa8, 0x47, 0xde, 0x07, 0x62, 0xe9, 0x71, 0xbc, 0x9e, 0x31, 0x4a, 0xb1, 0x20, 0x1c, 0xd3, - 0x96, 0xec, 0x4b, 0xf4, 0xac, 0xca, 0xce, 0x19, 0xa3, 0x6f, 0x48, 0xe4, 0x95, 0x0d, 0x5a, 0x62, - 0xdf, 0x24, 0xd4, 0x9b, 0x63, 0x8e, 0x43, 0x98, 0x2d, 0x71, 0xe4, 0xd7, 0x94, 0x95, 0x2f, 0xa8, - 0x87, 0x29, 0x65, 0x6b, 0xe2, 0x39, 0x71, 0x46, 0x38, 0x8b, 0x0c, 0x01, 0x55, 0x1a, 0xc8, 0xc6, - 0xe3, 0xe7, 0x23, 0xb3, 0x79, 0x34, 0xe6, 0x24, 0x4f, 0xd5, 0xdb, 0x4e, 0xcf, 0x6e, 0x7f, 0xf7, - 0x3b, 0xdf, 0xff, 0xf4, 0xbb, 0x0d, 0x1f, 0xc1, 0xee, 0xe2, 0x86, 0xea, 0xbd, 0x7f, 0xfd, 0x27, - 0xa1, 0x93, 0x86, 0xb8, 0xa2, 0xa1, 0x47, 0x90, 0xb8, 0x10, 0xe3, 0x05, 0x51, 0xa5, 0x81, 0x64, - 0x1c, 0xda, 0xd5, 0x5e, 0x39, 0x46, 0xf2, 0x35, 0xd9, 0xa8, 0x0f, 0xb2, 0x72, 0xba, 0x54, 0x26, - 0xe8, 0x29, 0x04, 0x91, 0x4f, 0x89, 0x03, 0x89, 0x9b, 0x89, 0x39, 0xa5, 0x26, 0x16, 0x82, 0x83, - 0x2a, 0x0f, 0x64, 0xe3, 0xd0, 0xd6, 0x72, 0xe8, 0xaa, 0x60, 0x8a, 0x73, 0x27, 0x29, 0xa1, 0x00, - 0x3a, 0x0b, 0x13, 0x2a, 0x82, 0xaa, 0x03, 0x38, 0x9c, 0x7c, 0x4a, 0x02, 0x4e, 0x42, 0x12, 0x09, - 0x50, 0x0f, 0xda, 0xef, 0xa7, 0xec, 0x69, 0xef, 0x33, 0xd3, 0x83, 0xf4, 0x7e, 0x6c, 0x2d, 0x6b, - 0x5b, 0x7e, 0x87, 0x1a, 0x00, 0xc3, 0xcf, 0xe8, 0xa4, 0x21, 0x58, 0x0a, 0x4a, 0x7b, 0xc1, 0x63, - 0x24, 0xaf, 0x30, 0x2d, 0x95, 0x57, 0x98, 0xa6, 0xca, 0xa5, 0xe2, 0xde, 0x59, 0x08, 0x5e, 0x0d, - 0xb4, 0x50, 0x2e, 0xa0, 0xca, 0x59, 0x08, 0x5e, 0xcc, 0x62, 0xfa, 0xea, 0x76, 0xab, 0x4b, 0x77, - 0x5b, 0x5d, 0xfa, 0xbb, 0xd5, 0xa5, 0xaf, 0x3b, 0xbd, 0x73, 0xb7, 0xd3, 0x3b, 0xbf, 0x76, 0x7a, - 0xe7, 0xc3, 0xc8, 0x0f, 0xc4, 0x32, 0x71, 0x53, 0x4f, 0x2b, 0x15, 0x3e, 0xa7, 0xd8, 0x85, 0x6c, - 0x65, 0xdd, 0xd4, 0x5e, 0xb8, 0xd8, 0xc4, 0x04, 0xdc, 0x87, 0xd9, 0x5b, 0x7c, 0xf1, 0x3f, 0x00, - 0x00, 0xff, 0xff, 0x64, 0xe8, 0xa8, 0x0a, 0x00, 0x04, 0x00, 0x00, + // 513 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0xcf, 0x6e, 0xd3, 0x40, + 0x10, 0x87, 0x63, 0x52, 0x21, 0xba, 0x88, 0xaa, 0x72, 0xa3, 0x28, 0x8d, 0x8a, 0x13, 0x85, 0x4b, + 0xa4, 0xd2, 0xb8, 0x01, 0x71, 0xe9, 0x2d, 0x49, 0x05, 0x17, 0x0e, 0x91, 0x0b, 0x42, 0xe2, 0x62, + 0x8d, 0x93, 0xc5, 0x59, 0x75, 0xed, 0x35, 0x3b, 0xeb, 0xa4, 0x91, 0x90, 0x78, 0x05, 0x5e, 0x03, + 0xce, 0x3c, 0x44, 0xc5, 0xa9, 0x47, 0x4e, 0x80, 0x92, 0xc7, 0xe0, 0x82, 0xfc, 0x37, 0x96, 0xb0, + 0x7c, 0xf3, 0xce, 0x7e, 0xbf, 0x59, 0x7f, 0x3b, 0x5a, 0xd2, 0xbf, 0x86, 0x25, 0x98, 0x33, 0xe1, + 0x79, 0x4c, 0x29, 0x4a, 0xcd, 0xe5, 0xd0, 0xa1, 0x0a, 0x86, 0x66, 0x40, 0xa5, 0xc7, 0x10, 0x99, + 0xf0, 0x71, 0x10, 0x48, 0xa1, 0x84, 0xde, 0x8c, 0xc8, 0x41, 0x4e, 0x0e, 0x52, 0xb2, 0x7d, 0x3c, + 0x13, 0xe8, 0x09, 0xb4, 0x63, 0xca, 0x4c, 0x16, 0x49, 0xa4, 0xdd, 0x70, 0x85, 0x2b, 0x92, 0x7a, + 0xf4, 0x95, 0x54, 0x7b, 0x1d, 0xf2, 0xe8, 0x95, 0x98, 0x4f, 0xf3, 0x03, 0x2e, 0x0e, 0x7e, 0x7c, + 0x3f, 0x23, 0xbb, 0x75, 0xef, 0x94, 0x1c, 0x5f, 0x89, 0x0f, 0x6a, 0x05, 0x92, 0xbe, 0x0d, 0x5c, + 0x09, 0x73, 0x5a, 0x01, 0x77, 0xc9, 0xc1, 0x1b, 0x7a, 0xa3, 0x2a, 0x88, 0x21, 0xe9, 0x4c, 0x84, + 0xe7, 0x85, 0x3e, 0x53, 0xeb, 0xc9, 0xe5, 0xd4, 0xa2, 0x01, 0xac, 0x2f, 0xa9, 0x53, 0x15, 0xb9, + 0x20, 0xfd, 0x62, 0xe4, 0x1d, 0x53, 0x8b, 0xb9, 0x84, 0xd5, 0x44, 0x70, 0x0e, 0x8a, 0x4a, 0xe0, + 0x15, 0xd9, 0x17, 0xe4, 0x49, 0x9e, 0x9d, 0x0a, 0xc1, 0x5f, 0x53, 0x7f, 0x9e, 0x35, 0xa8, 0x88, + 0x7d, 0xd5, 0x48, 0x73, 0x0a, 0x12, 0x3c, 0x9c, 0x2c, 0xc0, 0x77, 0x0b, 0xca, 0xfa, 0x67, 0xd2, + 0x04, 0xce, 0xc5, 0x8a, 0xce, 0xed, 0x20, 0x26, 0xec, 0x59, 0x8c, 0x60, 0x4b, 0xeb, 0xd6, 0xfb, + 0x0f, 0x9f, 0x9d, 0x0e, 0xca, 0x47, 0x33, 0x18, 0x25, 0xa9, 0x62, 0xdb, 0xf1, 0xc9, 0xed, 0xaf, + 0x4e, 0xed, 0xdb, 0xef, 0x4e, 0xa3, 0x64, 0x13, 0xad, 0x06, 0x94, 0x54, 0xff, 0xfb, 0xd7, 0xbf, + 0x1a, 0x39, 0x2a, 0x89, 0xeb, 0x6d, 0xf2, 0x00, 0x43, 0x07, 0x03, 0x98, 0xd1, 0x96, 0xd6, 0xd5, + 0xfa, 0xfb, 0x56, 0xbe, 0xd6, 0x0f, 0x49, 0xfd, 0x9a, 0xae, 0x5b, 0xf7, 0xe2, 0x72, 0xf4, 0xa9, + 0x8f, 0xc8, 0x63, 0x64, 0xbe, 0xcb, 0xa9, 0x8d, 0xa1, 0x13, 0x8b, 0xd9, 0x99, 0x26, 0x28, 0x25, + 0xb1, 0x55, 0xef, 0xd6, 0xfb, 0xfb, 0x56, 0x3b, 0x81, 0xae, 0x52, 0x26, 0x3d, 0x77, 0x14, 0x11, + 0x3a, 0x92, 0x13, 0x2f, 0xe4, 0x8a, 0xe5, 0x1d, 0xd0, 0x96, 0xf4, 0x63, 0xc8, 0x24, 0xf5, 0xa8, + 0xaf, 0xb0, 0xb5, 0x57, 0x7d, 0x3f, 0x59, 0x4f, 0x6b, 0x97, 0x19, 0xef, 0x45, 0xf7, 0x63, 0xb5, + 0xe3, 0xb6, 0xd9, 0x3e, 0x16, 0x00, 0xec, 0x7d, 0x22, 0x47, 0x25, 0xc1, 0x4c, 0x50, 0xdb, 0x09, + 0x1e, 0x92, 0xfa, 0x12, 0x78, 0xa6, 0xbc, 0x04, 0x1e, 0x29, 0x67, 0x8a, 0x3b, 0x67, 0xa5, 0x64, + 0x3e, 0xd0, 0x54, 0x39, 0x85, 0x72, 0x67, 0xa5, 0x64, 0x3a, 0x8b, 0xf1, 0xcb, 0xdb, 0x8d, 0xa1, + 0xdd, 0x6d, 0x0c, 0xed, 0xcf, 0xc6, 0xd0, 0xbe, 0x6c, 0x8d, 0xda, 0xdd, 0xd6, 0xa8, 0xfd, 0xdc, + 0x1a, 0xb5, 0xf7, 0x4f, 0x5d, 0xa6, 0x16, 0xa1, 0x13, 0x79, 0x9a, 0xe7, 0x2e, 0x07, 0x07, 0xcd, + 0x73, 0xf7, 0x6c, 0xb6, 0x00, 0xe6, 0x9b, 0x37, 0x85, 0x27, 0xae, 0xd6, 0x01, 0x45, 0xe7, 0x7e, + 0xfc, 0x18, 0x9f, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x18, 0x3f, 0xff, 0x00, 0x01, 0x04, 0x00, + 0x00, } func (m *GodPermission) Marshal() (dAtA []byte, err error) { diff --git a/x/committee/types/permissions_test.go b/x/committee/types/permissions_test.go index 2fe4c8a8..084e6f90 100644 --- a/x/committee/types/permissions_test.go +++ b/x/committee/types/permissions_test.go @@ -10,8 +10,8 @@ import ( govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" paramsproposal "github.com/cosmos/cosmos-sdk/x/params/types/proposal" - "github.com/kava-labs/kava/x/committee/types" - communitytypes "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/committee/types" + communitytypes "github.com/0glabs/0g-chain/x/community/types" ) func TestPackPermissions_Success(t *testing.T) { diff --git a/x/committee/types/proposal.pb.go b/x/committee/types/proposal.pb.go index a329a925..c01eb1b5 100644 --- a/x/committee/types/proposal.pb.go +++ b/x/committee/types/proposal.pb.go @@ -115,29 +115,30 @@ func init() { } var fileDescriptor_4886de4a6c720e57 = []byte{ - // 348 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x92, 0xbf, 0x4e, 0x02, 0x41, - 0x10, 0xc6, 0xef, 0xfc, 0x97, 0x70, 0x07, 0x31, 0xb9, 0x10, 0x05, 0x8a, 0x95, 0x90, 0x98, 0x90, - 0x18, 0x76, 0x03, 0x76, 0x76, 0x02, 0x85, 0x74, 0x86, 0xd2, 0x86, 0xec, 0xc1, 0xb8, 0x5c, 0x3c, - 0x76, 0x2e, 0xdc, 0x02, 0xf2, 0x16, 0xbe, 0x84, 0x6f, 0x40, 0xe7, 0x0b, 0x10, 0x2a, 0x4a, 0x2b, - 0xa3, 0xc7, 0x8b, 0x98, 0xfb, 0xc3, 0x86, 0xce, 0xc2, 0x6e, 0xbe, 0x6f, 0xbe, 0xcb, 0xfc, 0x6e, - 0x66, 0xad, 0xeb, 0x17, 0x3e, 0xe7, 0x6c, 0x88, 0x93, 0x89, 0xa7, 0x14, 0x00, 0x9b, 0x37, 0x5d, - 0x50, 0xbc, 0xc9, 0x82, 0x29, 0x06, 0x18, 0x72, 0x9f, 0x06, 0x53, 0x54, 0xe8, 0x5c, 0xc4, 0x31, - 0xaa, 0x63, 0x34, 0x8b, 0x55, 0xca, 0x43, 0x0c, 0x27, 0x18, 0x0e, 0x92, 0x14, 0x4b, 0x45, 0xfa, - 0x49, 0xa5, 0x28, 0x50, 0x60, 0xea, 0xc7, 0x55, 0xe6, 0x96, 0x05, 0xa2, 0xf0, 0x81, 0x25, 0xca, - 0x9d, 0x3d, 0x33, 0x2e, 0x97, 0x69, 0xab, 0xf6, 0x61, 0x5a, 0x97, 0x9d, 0xfd, 0x84, 0xce, 0x98, - 0x4b, 0x01, 0x8f, 0x19, 0x85, 0x53, 0xb4, 0x4e, 0x95, 0xa7, 0x7c, 0x28, 0x99, 0x55, 0xb3, 0x9e, - 0xeb, 0xa7, 0xc2, 0xa9, 0x5a, 0xf6, 0x08, 0xc2, 0xe1, 0xd4, 0x0b, 0x94, 0x87, 0xb2, 0x74, 0x94, - 0xf4, 0x0e, 0x2d, 0xe7, 0xc1, 0x2a, 0x48, 0x58, 0x0c, 0x34, 0x78, 0xe9, 0xb8, 0x6a, 0xd6, 0xed, - 0x56, 0x91, 0xa6, 0x18, 0x74, 0x8f, 0x41, 0xef, 0xe5, 0xb2, 0x5d, 0xd8, 0xac, 0x1a, 0x39, 0x4d, - 0xd0, 0xcf, 0x4b, 0x58, 0x68, 0x75, 0x47, 0x36, 0xab, 0x46, 0x25, 0xfb, 0x41, 0x81, 0xf3, 0xfd, - 0x06, 0x68, 0x07, 0xa5, 0x02, 0xa9, 0x6a, 0xef, 0x87, 0xf4, 0x5d, 0xf0, 0x41, 0xfd, 0x9f, 0xbe, - 0x65, 0xe5, 0x35, 0xf9, 0xc0, 0x1b, 0x25, 0xf0, 0x27, 0xed, 0xf3, 0xe8, 0xeb, 0xca, 0xd6, 0xa3, - 0x7a, 0xdd, 0xbe, 0xad, 0x43, 0xbd, 0xd1, 0x5f, 0x9c, 0xed, 0xde, 0xfa, 0x87, 0x18, 0xeb, 0x88, - 0x98, 0xdb, 0x88, 0x98, 0xdf, 0x11, 0x31, 0xdf, 0x76, 0xc4, 0xd8, 0xee, 0x88, 0xf1, 0xb9, 0x23, - 0xc6, 0xd3, 0x8d, 0xf0, 0xd4, 0x78, 0xe6, 0xc6, 0x97, 0x66, 0xf1, 0xc9, 0x1b, 0x3e, 0x77, 0xc3, - 0xa4, 0x62, 0xaf, 0x07, 0xaf, 0x44, 0x2d, 0x03, 0x08, 0xdd, 0xb3, 0x64, 0x7b, 0xb7, 0xbf, 0x01, - 0x00, 0x00, 0xff, 0xff, 0x58, 0x7f, 0x45, 0x9a, 0x44, 0x02, 0x00, 0x00, + // 353 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x92, 0xbf, 0x6e, 0xf2, 0x30, + 0x14, 0xc5, 0xe3, 0xef, 0x9f, 0x44, 0x02, 0xfa, 0xa4, 0x08, 0xb5, 0xc0, 0xe0, 0x22, 0xa4, 0x4a, + 0x0c, 0xc5, 0x06, 0xba, 0x75, 0x2b, 0x30, 0x94, 0x4e, 0x15, 0x63, 0x17, 0xe4, 0x04, 0xd7, 0x58, + 0x0d, 0xbe, 0x11, 0x31, 0x50, 0xde, 0xa2, 0x2f, 0xd1, 0x37, 0x60, 0xeb, 0x0b, 0x20, 0x26, 0xc6, + 0x4e, 0x55, 0x1b, 0x5e, 0xa4, 0x22, 0x09, 0x16, 0x5b, 0x87, 0x6e, 0x3e, 0xe7, 0x1e, 0xeb, 0xfe, + 0x7c, 0x7d, 0xed, 0xf3, 0x47, 0x36, 0x67, 0xd4, 0x87, 0xc9, 0x44, 0x6a, 0xcd, 0x39, 0x9d, 0xb7, + 0x3c, 0xae, 0x59, 0x8b, 0x86, 0x53, 0x08, 0x21, 0x62, 0x01, 0x09, 0xa7, 0xa0, 0xc1, 0x3d, 0xd9, + 0xc7, 0x88, 0x89, 0x91, 0x2c, 0x56, 0x29, 0xfb, 0x10, 0x4d, 0x20, 0x1a, 0x26, 0x29, 0x9a, 0x8a, + 0xf4, 0x4a, 0xa5, 0x28, 0x40, 0x40, 0xea, 0xef, 0x4f, 0x99, 0x5b, 0x16, 0x00, 0x22, 0xe0, 0x34, + 0x51, 0xde, 0xec, 0x81, 0x32, 0xb5, 0x4c, 0x4b, 0xb5, 0x57, 0x64, 0x9f, 0x76, 0x0f, 0x1d, 0xba, + 0x63, 0xa6, 0x04, 0xbf, 0xcb, 0x28, 0xdc, 0xa2, 0xfd, 0x57, 0x4b, 0x1d, 0xf0, 0x12, 0xaa, 0xa2, + 0x7a, 0x6e, 0x90, 0x0a, 0xb7, 0x6a, 0x3b, 0x23, 0x1e, 0xf9, 0x53, 0x19, 0x6a, 0x09, 0xaa, 0xf4, + 0x2b, 0xa9, 0x1d, 0x5b, 0xee, 0x8d, 0x5d, 0x50, 0x7c, 0x31, 0x34, 0xe0, 0xa5, 0xdf, 0x55, 0x54, + 0x77, 0xda, 0x45, 0x92, 0x62, 0x90, 0x03, 0x06, 0xb9, 0x56, 0xcb, 0x4e, 0x61, 0xb3, 0x6a, 0xe4, + 0x0c, 0xc1, 0x20, 0xaf, 0xf8, 0xc2, 0xa8, 0x2b, 0xbc, 0x59, 0x35, 0x2a, 0xd9, 0x03, 0x05, 0xcc, + 0x0f, 0x13, 0x20, 0x5d, 0x50, 0x9a, 0x2b, 0x5d, 0x7b, 0x39, 0xa6, 0xef, 0xf1, 0x80, 0xeb, 0x9f, + 0xd3, 0xb7, 0xed, 0xbc, 0x21, 0x1f, 0xca, 0x51, 0x02, 0xff, 0xa7, 0xf3, 0x3f, 0x7e, 0x3f, 0x73, + 0x4c, 0xab, 0x7e, 0x6f, 0xe0, 0x98, 0x50, 0x7f, 0xf4, 0x1d, 0x67, 0xe7, 0x76, 0xfd, 0x89, 0xad, + 0x75, 0x8c, 0xd1, 0x36, 0xc6, 0xe8, 0x23, 0xc6, 0xe8, 0x79, 0x87, 0xad, 0xed, 0x0e, 0x5b, 0x6f, + 0x3b, 0x6c, 0xdd, 0x5f, 0x08, 0xa9, 0xc7, 0x33, 0x6f, 0xff, 0xd3, 0xb4, 0x29, 0x02, 0xe6, 0x45, + 0xb4, 0x29, 0x1a, 0xfe, 0x98, 0x49, 0x45, 0x9f, 0x8e, 0xd6, 0x44, 0x2f, 0x43, 0x1e, 0x79, 0xff, + 0x92, 0xf1, 0x5d, 0x7e, 0x05, 0x00, 0x00, 0xff, 0xff, 0xf9, 0x4a, 0x8b, 0xf9, 0x45, 0x02, 0x00, + 0x00, } func (m *CommitteeChangeProposal) Marshal() (dAtA []byte, err error) { diff --git a/x/committee/types/query.pb.go b/x/committee/types/query.pb.go index 335f8d8f..303c6604 100644 --- a/x/committee/types/query.pb.go +++ b/x/committee/types/query.pb.go @@ -762,83 +762,84 @@ func init() { } var fileDescriptor_b81d271efeb6eee5 = []byte{ - // 1211 bytes of a gzipped FileDescriptorProto + // 1217 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x96, 0xc1, 0x6f, 0xe3, 0xc4, 0x17, 0xc7, 0xeb, 0x34, 0xed, 0x26, 0x2f, 0xdb, 0xfe, 0xfa, 0x1b, 0x95, 0x92, 0x86, 0x55, 0xd2, - 0x35, 0xab, 0xa5, 0x5b, 0x88, 0x4d, 0x53, 0x50, 0x05, 0xa2, 0x82, 0x4d, 0xdb, 0x45, 0x11, 0x12, - 0xea, 0x9a, 0xc2, 0x81, 0x95, 0x88, 0x26, 0xf5, 0x6c, 0x6a, 0x35, 0xb1, 0x5d, 0x8f, 0xd3, 0x36, - 0x2a, 0xbd, 0x70, 0x47, 0x5a, 0x09, 0x81, 0xb4, 0x07, 0x24, 0x84, 0x40, 0x42, 0xe2, 0x86, 0xf6, - 0x8f, 0xa8, 0xf6, 0xb4, 0x12, 0x17, 0xc4, 0x21, 0x40, 0xca, 0x1f, 0x82, 0x3c, 0x33, 0x9e, 0xb8, - 0x49, 0xdb, 0xb8, 0x39, 0x25, 0xb6, 0xdf, 0xfb, 0xce, 0x67, 0xde, 0xbc, 0x79, 0xef, 0x81, 0xba, - 0x87, 0x0f, 0xb0, 0xbe, 0xe3, 0x34, 0x9b, 0x96, 0xef, 0x13, 0xa2, 0x1f, 0x2c, 0xd7, 0x88, 0x8f, - 0x97, 0xf5, 0xfd, 0x16, 0xf1, 0xda, 0x9a, 0xeb, 0x39, 0xbe, 0x83, 0xe6, 0x02, 0x1b, 0x4d, 0xda, - 0x68, 0xc2, 0x26, 0xb7, 0xb4, 0xe3, 0xd0, 0xa6, 0x43, 0xf5, 0x1a, 0xa6, 0x84, 0x3b, 0x48, 0x77, - 0x17, 0xd7, 0x2d, 0x1b, 0xfb, 0x96, 0x63, 0x73, 0x8d, 0xdc, 0x3c, 0xb7, 0xad, 0xb2, 0x27, 0x9d, - 0x3f, 0x88, 0x4f, 0xb3, 0x75, 0xa7, 0xee, 0xf0, 0xf7, 0xc1, 0x3f, 0xf1, 0xf6, 0x56, 0xdd, 0x71, - 0xea, 0x0d, 0xa2, 0x63, 0xd7, 0xd2, 0xb1, 0x6d, 0x3b, 0x3e, 0x53, 0x0b, 0x7d, 0xe6, 0xc5, 0x57, - 0xf6, 0x54, 0x6b, 0x3d, 0xd6, 0xb1, 0x2d, 0x68, 0x73, 0x85, 0xfe, 0x4f, 0xbe, 0xd5, 0x24, 0xd4, - 0xc7, 0x4d, 0x57, 0x18, 0xdc, 0xb9, 0x64, 0xcb, 0x75, 0x62, 0x13, 0x6a, 0x89, 0x15, 0xd4, 0x2c, - 0xcc, 0x3d, 0x0c, 0xb6, 0xb4, 0x1e, 0xda, 0x51, 0x83, 0xec, 0xb7, 0x08, 0xf5, 0xd5, 0x2f, 0xe0, - 0xe5, 0x81, 0x2f, 0xd4, 0x75, 0x6c, 0x4a, 0xd0, 0x3a, 0x80, 0xd4, 0xa5, 0x59, 0x65, 0x61, 0x7c, - 0x31, 0x53, 0x9a, 0xd5, 0x38, 0x90, 0x16, 0x02, 0x69, 0xf7, 0xed, 0x76, 0x79, 0xea, 0xf9, 0xb3, - 0x62, 0x5a, 0x2a, 0x18, 0x11, 0x37, 0xf5, 0x5d, 0x78, 0xe9, 0xbc, 0xbe, 0x58, 0x18, 0xdd, 0x86, - 0x9b, 0xd2, 0xac, 0x6a, 0x99, 0x59, 0x65, 0x41, 0x59, 0x4c, 0x1a, 0x19, 0xf9, 0xae, 0x62, 0xaa, - 0x8f, 0xfa, 0xa9, 0x25, 0xda, 0x7d, 0x48, 0x4b, 0x43, 0xe6, 0x19, 0x93, 0xac, 0xe7, 0x25, 0xc1, - 0xb6, 0x3c, 0xc7, 0x75, 0x28, 0x6e, 0xd0, 0x6b, 0x80, 0xed, 0x09, 0xb0, 0x88, 0xaf, 0x00, 0x7b, - 0x08, 0x69, 0x37, 0x7c, 0x29, 0x42, 0x56, 0xd4, 0x2e, 0xce, 0x38, 0xed, 0x9c, 0x44, 0xa8, 0x50, - 0x4e, 0x9e, 0x76, 0x0a, 0x63, 0x46, 0x4f, 0x45, 0x5d, 0x85, 0xd9, 0x3e, 0x4b, 0xce, 0x59, 0x80, - 0x4c, 0x68, 0xd4, 0xc3, 0x84, 0xf0, 0x55, 0xc5, 0x54, 0xbf, 0x4e, 0xf4, 0x6d, 0x51, 0x52, 0x3e, - 0x86, 0x9b, 0x6e, 0xab, 0x56, 0x0d, 0x6d, 0xaf, 0x8c, 0x60, 0xb1, 0xdb, 0x29, 0x64, 0xb6, 0x5a, - 0xb5, 0x50, 0xe4, 0xf9, 0xb3, 0x62, 0x4e, 0x64, 0x7c, 0xdd, 0x39, 0x90, 0x9b, 0x59, 0x77, 0x6c, - 0x9f, 0xd8, 0xbe, 0x91, 0x71, 0x7b, 0xa6, 0x68, 0x0e, 0x12, 0x96, 0x99, 0x4d, 0x04, 0x64, 0xe5, - 0xc9, 0x6e, 0xa7, 0x90, 0xa8, 0x6c, 0x18, 0x09, 0xcb, 0x44, 0xa5, 0xbe, 0x10, 0x8f, 0x33, 0x8b, - 0xff, 0x05, 0x2b, 0xc9, 0xb3, 0xaa, 0x6c, 0x9c, 0x8b, 0x39, 0xfa, 0x00, 0x52, 0x26, 0xc1, 0x66, - 0xc3, 0xb2, 0x49, 0x36, 0xc9, 0x78, 0x73, 0x03, 0xbc, 0xdb, 0xe1, 0xe5, 0x28, 0xa7, 0x82, 0x28, - 0x3e, 0xf9, 0xab, 0xa0, 0x18, 0xd2, 0x4b, 0xbd, 0x05, 0x39, 0x16, 0x8e, 0x8f, 0xc9, 0x91, 0x1f, - 0x22, 0x56, 0x36, 0xc2, 0x8b, 0xf0, 0x08, 0x5e, 0xb9, 0xf0, 0xab, 0x08, 0xd9, 0x7b, 0x30, 0x63, - 0x93, 0x23, 0xbf, 0x3a, 0x10, 0xf2, 0x32, 0xea, 0x76, 0x0a, 0xd3, 0x7d, 0x5e, 0xd3, 0x76, 0xf4, - 0xd9, 0x54, 0xbf, 0x84, 0xff, 0x33, 0xf1, 0xcf, 0x1c, 0x5f, 0x5e, 0xbd, 0xa1, 0x07, 0x88, 0x1e, - 0x00, 0xf4, 0x4a, 0x0f, 0x0b, 0x63, 0xa6, 0x74, 0x57, 0x13, 0xc1, 0x0f, 0xea, 0x94, 0xc6, 0x0b, - 0x5b, 0x78, 0x06, 0x5b, 0xb8, 0x1e, 0x5e, 0x2f, 0x23, 0xe2, 0xa9, 0xfe, 0xa4, 0x00, 0x8a, 0x2e, - 0x2f, 0xb6, 0xb4, 0x09, 0x13, 0x07, 0xc1, 0x0b, 0x91, 0xa7, 0xf7, 0xae, 0xcc, 0xd3, 0xc0, 0xb5, - 0x2f, 0x47, 0xb9, 0x37, 0xfa, 0xf0, 0x02, 0xca, 0xd7, 0x86, 0x52, 0x72, 0xa5, 0x73, 0x98, 0x15, - 0x98, 0x89, 0x2c, 0x15, 0x33, 0x46, 0xb3, 0x7c, 0x13, 0x1e, 0x5b, 0x38, 0xcd, 0x99, 0x3c, 0xf5, - 0xa9, 0x12, 0x09, 0xb8, 0xdc, 0xb0, 0x7e, 0x81, 0x58, 0x79, 0xba, 0xdb, 0x29, 0x40, 0xe4, 0xe8, - 0x86, 0x8a, 0xa3, 0x35, 0x48, 0x07, 0x7f, 0xaa, 0x7e, 0xdb, 0x25, 0x2c, 0x75, 0xa7, 0x4b, 0x0b, - 0x97, 0xc5, 0x2e, 0x58, 0x7f, 0xbb, 0xed, 0x12, 0x23, 0x75, 0x20, 0xfe, 0xa9, 0x6f, 0x09, 0xb4, - 0x6d, 0xdc, 0x68, 0xb4, 0x63, 0x5f, 0xe6, 0x5f, 0x92, 0xe2, 0x0c, 0x85, 0xdb, 0xa8, 0x5b, 0xfa, - 0x08, 0xd2, 0x6d, 0x42, 0xab, 0xfc, 0xe0, 0xd9, 0xb6, 0xca, 0x5a, 0x70, 0x9a, 0x7f, 0x76, 0x0a, - 0x77, 0xeb, 0x96, 0xbf, 0xdb, 0xaa, 0x05, 0xbb, 0x10, 0x3d, 0x4d, 0xfc, 0x14, 0xa9, 0xb9, 0xa7, - 0x07, 0xbb, 0xa5, 0xda, 0x06, 0xd9, 0x31, 0x52, 0x6d, 0x42, 0x59, 0x26, 0xa1, 0x0a, 0xa4, 0x6c, - 0x47, 0x68, 0x8d, 0x8f, 0xa4, 0x75, 0xc3, 0x76, 0xb8, 0xd4, 0x27, 0x30, 0xb5, 0xd3, 0xf2, 0x3c, - 0x62, 0xfb, 0x42, 0x2f, 0x39, 0x92, 0xde, 0x4d, 0x21, 0xc2, 0x45, 0x3f, 0x85, 0x69, 0xd7, 0xa1, - 0xd4, 0xaa, 0x35, 0x88, 0x50, 0x9d, 0x18, 0x49, 0x75, 0x2a, 0x54, 0x91, 0xb2, 0x3c, 0x01, 0x76, - 0x3d, 0x42, 0x77, 0x9d, 0x86, 0x99, 0x9d, 0x1c, 0x4d, 0x96, 0xe5, 0x44, 0x28, 0x82, 0x1e, 0xc0, - 0xe4, 0x7e, 0xcb, 0xf1, 0x5a, 0xcd, 0xec, 0x8d, 0x91, 0xe4, 0x84, 0xb7, 0xba, 0x29, 0xca, 0xbe, - 0x81, 0x0f, 0xb7, 0xb0, 0x87, 0x9b, 0xb2, 0xe0, 0xe4, 0x20, 0x45, 0x5b, 0x35, 0xea, 0xe2, 0x1d, - 0xde, 0x34, 0xd3, 0x86, 0x7c, 0x46, 0x33, 0x30, 0xbe, 0x47, 0xda, 0x22, 0xd1, 0x83, 0xbf, 0xea, - 0x8a, 0x68, 0x72, 0x11, 0x19, 0x91, 0x74, 0xf3, 0x90, 0xf2, 0xf0, 0x61, 0xd5, 0xc4, 0x3e, 0x16, - 0x3a, 0x37, 0x3c, 0x7c, 0xb8, 0x81, 0x7d, 0x5c, 0xfa, 0x2d, 0x03, 0x13, 0xcc, 0x0b, 0x3d, 0x55, - 0x00, 0x7a, 0x43, 0x05, 0xd2, 0xae, 0xac, 0x2e, 0x03, 0x73, 0x49, 0x4e, 0x8f, 0x6d, 0xcf, 0xa1, - 0xd4, 0xa5, 0xaf, 0x7e, 0xff, 0xf7, 0x9b, 0xc4, 0x1d, 0xa4, 0xea, 0x97, 0x4c, 0x44, 0xbd, 0xa1, - 0x04, 0xfd, 0xac, 0x40, 0x6f, 0x28, 0x40, 0xc5, 0x78, 0x4b, 0x85, 0x64, 0x5a, 0x5c, 0x73, 0x01, - 0xf6, 0x0e, 0x03, 0x5b, 0x41, 0xcb, 0xc3, 0xc1, 0xf4, 0xe3, 0x68, 0x5b, 0x3c, 0x41, 0xdf, 0x2a, - 0x90, 0x96, 0x33, 0x06, 0x8a, 0x37, 0x48, 0xd0, 0x78, 0x9c, 0x03, 0xa3, 0x8b, 0x7a, 0x8f, 0x71, - 0xbe, 0x8a, 0x6e, 0x5f, 0xc6, 0x29, 0x47, 0x12, 0xf4, 0x83, 0x02, 0x29, 0xd9, 0xe4, 0xdf, 0x88, - 0x39, 0xdf, 0x70, 0xaa, 0xeb, 0x4d, 0x43, 0xea, 0x2a, 0x83, 0x5a, 0x46, 0xfa, 0x50, 0x28, 0xfd, - 0x38, 0x52, 0x08, 0x4f, 0xd0, 0xaf, 0x0a, 0xf4, 0x35, 0x65, 0x54, 0xba, 0x72, 0xe9, 0x0b, 0xa7, - 0x82, 0xdc, 0xca, 0xb5, 0x7c, 0x04, 0xf4, 0x9b, 0x0c, 0x7a, 0x09, 0x2d, 0x5e, 0x06, 0x1d, 0x4c, - 0x07, 0xc5, 0x10, 0xb7, 0x68, 0x99, 0xe8, 0x7b, 0x05, 0x26, 0x78, 0x6d, 0x19, 0xde, 0x85, 0xe5, - 0x01, 0x2f, 0xc5, 0x31, 0x15, 0x48, 0x6b, 0x0c, 0x69, 0x15, 0xbd, 0x7d, 0xcd, 0x38, 0xea, 0xbc, - 0xc7, 0xff, 0xa8, 0x40, 0x32, 0x10, 0x44, 0x8b, 0x31, 0x86, 0x04, 0x4e, 0x17, 0x7f, 0x9c, 0x50, - 0x37, 0x19, 0xdc, 0xfb, 0x68, 0x6d, 0x24, 0x38, 0xfd, 0x98, 0xb5, 0xe5, 0x13, 0x16, 0x44, 0xd6, - 0x1d, 0x87, 0x04, 0x31, 0xda, 0x78, 0x87, 0x04, 0xf1, 0x5c, 0xb3, 0x1d, 0x3d, 0x88, 0x3e, 0xa3, - 0xfa, 0x4e, 0x81, 0xb4, 0x2c, 0xa6, 0x43, 0x6e, 0x73, 0x7f, 0xed, 0x1e, 0x72, 0x9b, 0x07, 0x6a, - 0xf4, 0xf0, 0x72, 0xe8, 0xe1, 0xc3, 0xa2, 0xcb, 0x7c, 0xca, 0x95, 0xd3, 0x7f, 0xf2, 0x63, 0xa7, - 0xdd, 0xbc, 0xf2, 0xa2, 0x9b, 0x57, 0xfe, 0xee, 0xe6, 0x95, 0x27, 0x67, 0xf9, 0xb1, 0x17, 0x67, - 0xf9, 0xb1, 0x3f, 0xce, 0xf2, 0x63, 0x9f, 0xbf, 0x1e, 0x69, 0x3f, 0x81, 0x56, 0xb1, 0x81, 0x6b, - 0x94, 0xab, 0x1e, 0x45, 0x74, 0x59, 0x1f, 0xaa, 0x4d, 0xb2, 0x59, 0x7c, 0xe5, 0xbf, 0x00, 0x00, - 0x00, 0xff, 0xff, 0xb4, 0xd1, 0x58, 0x0c, 0x8a, 0x0f, 0x00, 0x00, + 0x35, 0xab, 0xa5, 0x5b, 0x6d, 0xec, 0x36, 0x05, 0x55, 0x20, 0x2a, 0xd8, 0xb4, 0x5d, 0x14, 0x90, + 0x50, 0xd7, 0x14, 0x0e, 0xac, 0x44, 0x34, 0x89, 0x67, 0x53, 0xab, 0x89, 0xed, 0x7a, 0x9c, 0xb6, + 0x51, 0xe9, 0x85, 0x3b, 0xd2, 0x4a, 0x08, 0xa4, 0x3d, 0x20, 0x21, 0x04, 0x12, 0x12, 0x37, 0xb4, + 0x7f, 0x44, 0xb5, 0xa7, 0x95, 0xb8, 0x20, 0x0e, 0x01, 0x52, 0xfe, 0x10, 0xe4, 0xf1, 0x78, 0xe2, + 0x26, 0x6d, 0xed, 0xe6, 0x94, 0xd8, 0x7e, 0xef, 0x3b, 0x9f, 0x79, 0xf3, 0xe6, 0xbd, 0x07, 0xf2, + 0x1e, 0x3e, 0xc0, 0x6a, 0xdd, 0x6a, 0xb5, 0x0c, 0xd7, 0x25, 0x44, 0x3d, 0x58, 0xa9, 0x11, 0x17, + 0xaf, 0xa8, 0xfb, 0x6d, 0xe2, 0x74, 0x14, 0xdb, 0xb1, 0x5c, 0x0b, 0xcd, 0x79, 0x36, 0x8a, 0xb0, + 0x51, 0xb8, 0x4d, 0x6e, 0xa9, 0x6e, 0xd1, 0x96, 0x45, 0xd5, 0x1a, 0xa6, 0xc4, 0x77, 0x10, 0xee, + 0x36, 0x6e, 0x18, 0x26, 0x76, 0x0d, 0xcb, 0xf4, 0x35, 0x72, 0xf3, 0xbe, 0x6d, 0x95, 0x3d, 0xa9, + 0xfe, 0x03, 0xff, 0x34, 0xdb, 0xb0, 0x1a, 0x96, 0xff, 0xde, 0xfb, 0xc7, 0xdf, 0xde, 0x6a, 0x58, + 0x56, 0xa3, 0x49, 0x54, 0x6c, 0x1b, 0x2a, 0x36, 0x4d, 0xcb, 0x65, 0x6a, 0x81, 0xcf, 0x3c, 0xff, + 0xca, 0x9e, 0x6a, 0xed, 0x27, 0x2a, 0x36, 0x39, 0x6d, 0xae, 0x30, 0xf8, 0xc9, 0x35, 0x5a, 0x84, + 0xba, 0xb8, 0x65, 0x73, 0x83, 0x3b, 0x97, 0x6c, 0xb9, 0x41, 0x4c, 0x42, 0x0d, 0xbe, 0x82, 0x9c, + 0x85, 0xb9, 0x47, 0xde, 0x96, 0x36, 0x02, 0x3b, 0xaa, 0x91, 0xfd, 0x36, 0xa1, 0xae, 0xfc, 0x05, + 0xbc, 0x3a, 0xf4, 0x85, 0xda, 0x96, 0x49, 0x09, 0xda, 0x00, 0x10, 0xba, 0x34, 0x2b, 0x2d, 0x8c, + 0x2f, 0x66, 0x4a, 0xb3, 0x8a, 0x0f, 0xa4, 0x04, 0x40, 0xca, 0x03, 0xb3, 0x53, 0x9e, 0x7a, 0xf1, + 0xbc, 0x98, 0x16, 0x0a, 0x5a, 0xc8, 0x4d, 0x7e, 0x07, 0x5e, 0x39, 0xaf, 0xcf, 0x17, 0x46, 0xb7, + 0xe1, 0xa6, 0x30, 0xab, 0x1a, 0x7a, 0x56, 0x5a, 0x90, 0x16, 0x93, 0x5a, 0x46, 0xbc, 0xab, 0xe8, + 0xf2, 0xe3, 0x41, 0x6a, 0x81, 0xf6, 0x00, 0xd2, 0xc2, 0x90, 0x79, 0xc6, 0x24, 0xeb, 0x7b, 0x09, + 0xb0, 0x6d, 0xc7, 0xb2, 0x2d, 0x8a, 0x9b, 0xf4, 0x1a, 0x60, 0x7b, 0x1c, 0x2c, 0xe4, 0xcb, 0xc1, + 0x1e, 0x41, 0xda, 0x0e, 0x5e, 0xf2, 0x90, 0x15, 0x95, 0x8b, 0x33, 0x4e, 0x39, 0x27, 0x11, 0x28, + 0x94, 0x93, 0xa7, 0xdd, 0xc2, 0x98, 0xd6, 0x57, 0x91, 0xd7, 0x60, 0x76, 0xc0, 0xd2, 0xe7, 0x2c, + 0x40, 0x26, 0x30, 0xea, 0x63, 0x42, 0xf0, 0xaa, 0xa2, 0xcb, 0x5f, 0x27, 0x06, 0xb6, 0x28, 0x28, + 0x9f, 0xc0, 0x4d, 0xbb, 0x5d, 0xab, 0x06, 0xb6, 0x57, 0x46, 0xb0, 0xd8, 0xeb, 0x16, 0x32, 0xdb, + 0xed, 0x5a, 0x20, 0xf2, 0xe2, 0x79, 0x31, 0xc7, 0x33, 0xbe, 0x61, 0x1d, 0x88, 0xcd, 0x6c, 0x58, + 0xa6, 0x4b, 0x4c, 0x57, 0xcb, 0xd8, 0x7d, 0x53, 0x34, 0x07, 0x09, 0x43, 0xcf, 0x26, 0x3c, 0xb2, + 0xf2, 0x64, 0xaf, 0x5b, 0x48, 0x54, 0x36, 0xb5, 0x84, 0xa1, 0xa3, 0xd2, 0x40, 0x88, 0xc7, 0x99, + 0xc5, 0xff, 0xbc, 0x95, 0xc4, 0x59, 0x55, 0x36, 0xcf, 0xc5, 0x1c, 0xbd, 0x0f, 0x29, 0x9d, 0x60, + 0xbd, 0x69, 0x98, 0x24, 0x9b, 0x64, 0xbc, 0xb9, 0x21, 0xde, 0x9d, 0xe0, 0x72, 0x94, 0x53, 0x5e, + 0x14, 0x9f, 0xfe, 0x55, 0x90, 0x34, 0xe1, 0x25, 0xdf, 0x82, 0x1c, 0x0b, 0xc7, 0xc7, 0xe4, 0xc8, + 0x0d, 0x10, 0x2b, 0x9b, 0xc1, 0x45, 0x78, 0x0c, 0xaf, 0x5d, 0xf8, 0x95, 0x87, 0xec, 0x5d, 0x98, + 0x31, 0xc9, 0x91, 0x5b, 0x1d, 0x0a, 0x79, 0x19, 0xf5, 0xba, 0x85, 0xe9, 0x01, 0xaf, 0x69, 0x33, + 0xfc, 0xac, 0xcb, 0x5f, 0xc2, 0xff, 0x99, 0xf8, 0x67, 0x96, 0x2b, 0xae, 0x5e, 0xe4, 0x01, 0xa2, + 0x87, 0x00, 0xfd, 0xd2, 0xc3, 0xc2, 0x98, 0x29, 0xdd, 0x55, 0x78, 0xf0, 0xbd, 0x3a, 0xa5, 0xf8, + 0x85, 0x2d, 0x38, 0x83, 0x6d, 0xdc, 0x08, 0xae, 0x97, 0x16, 0xf2, 0x94, 0x7f, 0x92, 0x00, 0x85, + 0x97, 0xe7, 0x5b, 0xda, 0x82, 0x89, 0x03, 0xef, 0x05, 0xcf, 0xd3, 0x7b, 0x57, 0xe6, 0xa9, 0xe7, + 0x3a, 0x90, 0xa3, 0xbe, 0x37, 0xfa, 0xe0, 0x02, 0xca, 0x37, 0x22, 0x29, 0x7d, 0xa5, 0x73, 0x98, + 0x15, 0x98, 0x09, 0x2d, 0x15, 0x33, 0x46, 0xb3, 0xfe, 0x26, 0x1c, 0xb6, 0x70, 0xda, 0x67, 0x72, + 0xe4, 0x67, 0x52, 0x28, 0xe0, 0x62, 0xc3, 0xea, 0x05, 0x62, 0xe5, 0xe9, 0x5e, 0xb7, 0x00, 0xa1, + 0xa3, 0x8b, 0x14, 0x47, 0xeb, 0x90, 0xf6, 0xfe, 0x54, 0xdd, 0x8e, 0x4d, 0x58, 0xea, 0x4e, 0x97, + 0x16, 0x2e, 0x8b, 0x9d, 0xb7, 0xfe, 0x4e, 0xc7, 0x26, 0x5a, 0xea, 0x80, 0xff, 0x93, 0xdf, 0xe4, + 0x68, 0x3b, 0xb8, 0xd9, 0xec, 0xc4, 0xbe, 0xcc, 0xbf, 0x24, 0xf9, 0x19, 0x72, 0xb7, 0x51, 0xb7, + 0xf4, 0x11, 0xa4, 0x3b, 0x84, 0x56, 0xfd, 0x83, 0x67, 0xdb, 0x2a, 0x2b, 0xde, 0x69, 0xfe, 0xd9, + 0x2d, 0xdc, 0x6d, 0x18, 0xee, 0x6e, 0xbb, 0xe6, 0xed, 0x82, 0xf7, 0x34, 0xfe, 0x53, 0xa4, 0xfa, + 0x9e, 0xea, 0xed, 0x96, 0x2a, 0x9b, 0xa4, 0xae, 0xa5, 0x3a, 0x84, 0xb2, 0x4c, 0x42, 0x15, 0x48, + 0x99, 0x16, 0xd7, 0x1a, 0x1f, 0x49, 0xeb, 0x86, 0x69, 0xf9, 0x52, 0x9f, 0xc0, 0x54, 0xbd, 0xed, + 0x38, 0xc4, 0x74, 0xb9, 0x5e, 0x72, 0x24, 0xbd, 0x9b, 0x5c, 0xc4, 0x17, 0xfd, 0x14, 0xa6, 0x6d, + 0x8b, 0x52, 0xa3, 0xd6, 0x24, 0x5c, 0x75, 0x62, 0x24, 0xd5, 0xa9, 0x40, 0x45, 0xc8, 0xfa, 0x09, + 0xb0, 0xeb, 0x10, 0xba, 0x6b, 0x35, 0xf5, 0xec, 0xe4, 0x68, 0xb2, 0x2c, 0x27, 0x02, 0x11, 0xf4, + 0x10, 0x26, 0xf7, 0xdb, 0x96, 0xd3, 0x6e, 0x65, 0x6f, 0x8c, 0x24, 0xc7, 0xbd, 0xe5, 0x2d, 0x5e, + 0xf6, 0x35, 0x7c, 0xb8, 0x8d, 0x1d, 0xdc, 0x12, 0x05, 0x27, 0x07, 0x29, 0xda, 0xae, 0x51, 0x1b, + 0xd7, 0xfd, 0xa6, 0x99, 0xd6, 0xc4, 0x33, 0x9a, 0x81, 0xf1, 0x3d, 0xd2, 0xe1, 0x89, 0xee, 0xfd, + 0x95, 0x57, 0x79, 0x93, 0x0b, 0xc9, 0xf0, 0xa4, 0x9b, 0x87, 0x94, 0x83, 0x0f, 0xab, 0x3a, 0x76, + 0x31, 0xd7, 0xb9, 0xe1, 0xe0, 0xc3, 0x4d, 0xec, 0xe2, 0xd2, 0x6f, 0x19, 0x98, 0x60, 0x5e, 0xe8, + 0x99, 0x04, 0xd0, 0x1f, 0x2a, 0x90, 0x72, 0x65, 0x75, 0x19, 0x9a, 0x4b, 0x72, 0x6a, 0x6c, 0x7b, + 0x1f, 0x4a, 0x5e, 0xfa, 0xea, 0xf7, 0x7f, 0xbf, 0x49, 0xdc, 0x41, 0xb2, 0x7a, 0xc9, 0x44, 0xd4, + 0x1f, 0x4a, 0xd0, 0xcf, 0x12, 0xf4, 0x87, 0x02, 0x54, 0x8c, 0xb7, 0x54, 0x40, 0xa6, 0xc4, 0x35, + 0xe7, 0x60, 0x6f, 0x33, 0xb0, 0x55, 0xb4, 0x12, 0x0d, 0xa6, 0x1e, 0x87, 0xdb, 0xe2, 0x09, 0xfa, + 0x56, 0x82, 0xb4, 0x98, 0x31, 0x50, 0xbc, 0x41, 0x82, 0xc6, 0xe3, 0x1c, 0x1a, 0x5d, 0xe4, 0x7b, + 0x8c, 0xf3, 0x75, 0x74, 0xfb, 0x32, 0x4e, 0x31, 0x92, 0xa0, 0x1f, 0x24, 0x48, 0x89, 0x26, 0x7f, + 0x3f, 0xe6, 0x7c, 0xe3, 0x53, 0x5d, 0x6f, 0x1a, 0x92, 0xd7, 0x18, 0xd4, 0x0a, 0x52, 0x23, 0xa1, + 0xd4, 0xe3, 0x50, 0x21, 0x3c, 0x41, 0xbf, 0x4a, 0x30, 0xd0, 0x94, 0x51, 0xe9, 0xca, 0xa5, 0x2f, + 0x9c, 0x0a, 0x72, 0xab, 0xd7, 0xf2, 0xe1, 0xd0, 0xcb, 0x0c, 0x7a, 0x09, 0x2d, 0x5e, 0x06, 0xed, + 0x4d, 0x07, 0xc5, 0x00, 0xb7, 0x68, 0xe8, 0xe8, 0x7b, 0x09, 0x26, 0xfc, 0xda, 0x12, 0xdd, 0x85, + 0xc5, 0x01, 0x2f, 0xc5, 0x31, 0xe5, 0x48, 0xeb, 0x0c, 0x69, 0x0d, 0xbd, 0x75, 0xcd, 0x38, 0xaa, + 0x7e, 0x8f, 0xff, 0x51, 0x82, 0xa4, 0x27, 0x88, 0x16, 0x63, 0x0c, 0x09, 0x3e, 0x5d, 0xfc, 0x71, + 0x42, 0xde, 0x62, 0x70, 0xef, 0xa1, 0xf5, 0x91, 0xe0, 0xd4, 0x63, 0xd6, 0x96, 0x4f, 0x58, 0x10, + 0x59, 0x77, 0x8c, 0x08, 0x62, 0xb8, 0xf1, 0x46, 0x04, 0xf1, 0x5c, 0xb3, 0x1d, 0x3d, 0x88, 0x2e, + 0xa3, 0xfa, 0x4e, 0x82, 0xb4, 0x28, 0xa6, 0x11, 0xb7, 0x79, 0xb0, 0x76, 0x47, 0xdc, 0xe6, 0xa1, + 0x1a, 0x1d, 0x5d, 0x0e, 0x1d, 0x7c, 0x58, 0xb4, 0x99, 0x4f, 0xf9, 0xc3, 0xd3, 0x7f, 0xf2, 0x63, + 0xa7, 0xbd, 0xbc, 0xf4, 0xb2, 0x97, 0x97, 0xfe, 0xee, 0xe5, 0xa5, 0xa7, 0x67, 0xf9, 0xb1, 0x97, + 0x67, 0xf9, 0xb1, 0x3f, 0xce, 0xf2, 0x63, 0x9f, 0xdf, 0x0f, 0xb5, 0x9f, 0xe5, 0x46, 0x13, 0xd7, + 0xa8, 0xba, 0xdc, 0x28, 0xd6, 0x77, 0xb1, 0x61, 0xaa, 0x47, 0x21, 0x61, 0xd6, 0x88, 0x6a, 0x93, + 0x6c, 0x18, 0x5f, 0xfd, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x04, 0xf9, 0xa1, 0x50, 0x8b, 0x0f, 0x00, + 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/committee/types/tx.pb.go b/x/committee/types/tx.pb.go index 7a3570e3..cf2b65e5 100644 --- a/x/committee/types/tx.pb.go +++ b/x/committee/types/tx.pb.go @@ -195,36 +195,36 @@ func init() { func init() { proto.RegisterFile("kava/committee/v1beta1/tx.proto", fileDescriptor_3f3857845b071606) } var fileDescriptor_3f3857845b071606 = []byte{ - // 455 bytes of a gzipped FileDescriptorProto + // 461 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0xcf, 0x6e, 0xd3, 0x40, 0x10, 0xc6, 0xb3, 0xb4, 0x40, 0x3b, 0xae, 0x52, 0xd5, 0x8a, 0x50, 0xe2, 0x83, 0x13, 0x45, 0x48, - 0x04, 0xa1, 0xee, 0x2a, 0xe1, 0xcc, 0x81, 0xb4, 0x17, 0x4b, 0x44, 0xaa, 0x0c, 0x02, 0x89, 0x4b, - 0x64, 0x37, 0xcb, 0x62, 0x91, 0x78, 0xac, 0xec, 0xda, 0xaa, 0x9f, 0x02, 0x1e, 0x86, 0x23, 0x77, - 0x2a, 0x4e, 0x3d, 0x72, 0xaa, 0xc0, 0x79, 0x11, 0xb4, 0xb6, 0xd7, 0x42, 0x94, 0xf0, 0xe7, 0x36, - 0x33, 0xfe, 0xcd, 0x37, 0xdf, 0x8c, 0x17, 0xfa, 0xef, 0x82, 0x2c, 0x60, 0xe7, 0xb8, 0x5a, 0x45, - 0x4a, 0x71, 0xce, 0xb2, 0x71, 0xc8, 0x55, 0x30, 0x66, 0xea, 0x82, 0x26, 0x6b, 0x54, 0x68, 0xdf, - 0xd3, 0x00, 0x6d, 0x00, 0x5a, 0x03, 0x4e, 0xef, 0x1c, 0xe5, 0x0a, 0xe5, 0xbc, 0xa4, 0x58, 0x95, - 0x54, 0x2d, 0x4e, 0x47, 0xa0, 0xc0, 0xaa, 0xae, 0xa3, 0xba, 0xda, 0x13, 0x88, 0x62, 0xc9, 0x59, - 0x99, 0x85, 0xe9, 0x1b, 0x16, 0xc4, 0x79, 0xfd, 0xe9, 0xfe, 0x16, 0x13, 0x82, 0xc7, 0x5c, 0x46, - 0xb5, 0xec, 0xf0, 0x13, 0x81, 0xa3, 0x99, 0x14, 0xcf, 0xd3, 0x70, 0x15, 0xa9, 0xb3, 0x35, 0x26, - 0x28, 0x83, 0xa5, 0xfd, 0x0a, 0x0e, 0x92, 0x34, 0xd4, 0x36, 0xca, 0xbc, 0x4b, 0x06, 0x64, 0x64, - 0x4d, 0x3a, 0xb4, 0x9a, 0x46, 0xcd, 0x34, 0xfa, 0x34, 0xce, 0xa7, 0xee, 0x97, 0x8f, 0xc7, 0x4e, - 0x6d, 0x55, 0x60, 0x66, 0x76, 0xa1, 0x27, 0x18, 0x2b, 0x1e, 0x2b, 0xdf, 0x4a, 0xd2, 0xb0, 0x11, - 0x76, 0x60, 0xaf, 0x12, 0xe5, 0xeb, 0xee, 0xad, 0x01, 0x19, 0xed, 0xfb, 0x4d, 0x6e, 0x4f, 0xe0, - 0xa0, 0x71, 0x3b, 0x8f, 0x16, 0xdd, 0x9d, 0x01, 0x19, 0xed, 0x4e, 0x0f, 0x8b, 0xeb, 0xbe, 0x75, - 0x62, 0xea, 0xde, 0xa9, 0x6f, 0x35, 0x90, 0xb7, 0x18, 0x3e, 0x83, 0xde, 0x0d, 0xf7, 0x3e, 0x97, - 0x09, 0xc6, 0x92, 0xdb, 0x0c, 0x2c, 0xb3, 0x81, 0xd6, 0x23, 0xa5, 0x5e, 0xbb, 0xb8, 0xee, 0x83, - 0x41, 0xbd, 0x53, 0x1f, 0x0c, 0xe2, 0x2d, 0x86, 0xef, 0x09, 0xdc, 0x9d, 0x49, 0xf1, 0x12, 0xd5, - 0xff, 0x37, 0xdb, 0x1d, 0xb8, 0x9d, 0xa1, 0x6a, 0xf6, 0xaa, 0x12, 0xfb, 0x09, 0xec, 0xeb, 0x60, - 0xae, 0xf2, 0x84, 0x97, 0x1b, 0xb5, 0x27, 0x03, 0xfa, 0xfb, 0xbf, 0x4f, 0xf5, 0xdc, 0x17, 0x79, - 0xc2, 0xfd, 0xbd, 0xac, 0x8e, 0x86, 0x47, 0x70, 0x58, 0x1b, 0x32, 0x5b, 0x4d, 0x3e, 0x13, 0xd8, - 0x99, 0x49, 0x61, 0xc7, 0xd0, 0xfe, 0xe5, 0xaf, 0x3d, 0xdc, 0x26, 0x7c, 0xe3, 0x44, 0xce, 0xf8, - 0x9f, 0xd1, 0xe6, 0x9a, 0x67, 0xb0, 0x5b, 0x1e, 0xa6, 0xff, 0x87, 0x56, 0x0d, 0x38, 0x0f, 0xfe, - 0x02, 0x18, 0xc5, 0xa9, 0x77, 0xf9, 0xdd, 0x6d, 0x5d, 0x16, 0x2e, 0xb9, 0x2a, 0x5c, 0xf2, 0xad, - 0x70, 0xc9, 0x87, 0x8d, 0xdb, 0xba, 0xda, 0xb8, 0xad, 0xaf, 0x1b, 0xb7, 0xf5, 0xfa, 0x91, 0x88, - 0xd4, 0xdb, 0x34, 0xd4, 0x3a, 0x4c, 0x0b, 0x1e, 0x2f, 0x83, 0x50, 0x96, 0x11, 0xbb, 0xf8, 0xe9, - 0x59, 0xeb, 0xc3, 0xca, 0xf0, 0x4e, 0xf9, 0x24, 0x1f, 0xff, 0x08, 0x00, 0x00, 0xff, 0xff, 0xe5, - 0x91, 0xbf, 0x3d, 0x7a, 0x03, 0x00, 0x00, + 0x04, 0x89, 0xee, 0x36, 0xe1, 0xcc, 0x81, 0xb4, 0x97, 0x20, 0x22, 0x55, 0x06, 0x81, 0xc4, 0x25, + 0xb2, 0x93, 0x65, 0x6b, 0x91, 0x78, 0xac, 0xec, 0xda, 0xaa, 0x9f, 0x02, 0x1e, 0x86, 0x23, 0x77, + 0x2a, 0x4e, 0x3d, 0x72, 0xaa, 0xc0, 0x79, 0x11, 0xb4, 0xb6, 0xd7, 0x42, 0x94, 0xf2, 0xe7, 0x36, + 0x33, 0xfe, 0xcd, 0x37, 0xdf, 0x8c, 0x17, 0xba, 0xef, 0xfc, 0xd4, 0x67, 0x73, 0x5c, 0xad, 0x42, + 0xa5, 0x38, 0x67, 0xe9, 0x30, 0xe0, 0xca, 0x1f, 0x32, 0x75, 0x4e, 0xe3, 0x35, 0x2a, 0xb4, 0xef, + 0x69, 0x80, 0xd6, 0x00, 0xad, 0x00, 0xa7, 0x33, 0x47, 0xb9, 0x42, 0x39, 0x2b, 0x28, 0x56, 0x26, + 0x65, 0x8b, 0xd3, 0x12, 0x28, 0xb0, 0xac, 0xeb, 0xa8, 0xaa, 0x76, 0x04, 0xa2, 0x58, 0x72, 0x56, + 0x64, 0x41, 0xf2, 0x96, 0xf9, 0x51, 0x56, 0x7d, 0xba, 0x7f, 0x83, 0x09, 0xc1, 0x23, 0x2e, 0xc3, + 0x4a, 0xb6, 0xff, 0x89, 0xc0, 0xc1, 0x54, 0x8a, 0x17, 0x49, 0xb0, 0x0a, 0xd5, 0xe9, 0x1a, 0x63, + 0x94, 0xfe, 0xd2, 0x7e, 0x0d, 0x7b, 0x71, 0x12, 0x68, 0x1b, 0x45, 0xde, 0x26, 0x3d, 0x32, 0xb0, + 0x46, 0x2d, 0x5a, 0x4e, 0xa3, 0x66, 0x1a, 0x7d, 0x1a, 0x65, 0x63, 0xf7, 0xcb, 0xc7, 0x43, 0xa7, + 0xb2, 0x2a, 0x30, 0x35, 0xbb, 0xd0, 0x63, 0x8c, 0x14, 0x8f, 0x94, 0x67, 0xc5, 0x49, 0x50, 0x0b, + 0x3b, 0xb0, 0x53, 0x8a, 0xf2, 0x75, 0xfb, 0x56, 0x8f, 0x0c, 0x76, 0xbd, 0x3a, 0xb7, 0x47, 0xb0, + 0x57, 0xbb, 0x9d, 0x85, 0x8b, 0xf6, 0x56, 0x8f, 0x0c, 0xb6, 0xc7, 0xfb, 0xf9, 0x55, 0xd7, 0x3a, + 0x36, 0xf5, 0xc9, 0x89, 0x67, 0xd5, 0xd0, 0x64, 0xd1, 0x7f, 0x0e, 0x9d, 0x6b, 0xee, 0x3d, 0x2e, + 0x63, 0x8c, 0x24, 0xb7, 0x19, 0x58, 0x66, 0x03, 0xad, 0x47, 0x0a, 0xbd, 0x66, 0x7e, 0xd5, 0x05, + 0x83, 0x4e, 0x4e, 0x3c, 0x30, 0xc8, 0x64, 0xd1, 0x7f, 0x4f, 0xe0, 0xee, 0x54, 0x8a, 0x57, 0xa8, + 0xfe, 0xbf, 0xd9, 0x6e, 0xc1, 0xed, 0x14, 0x55, 0xbd, 0x57, 0x99, 0xd8, 0x4f, 0x60, 0x57, 0x07, + 0x33, 0x95, 0xc5, 0xbc, 0xd8, 0xa8, 0x39, 0xea, 0xd1, 0xdf, 0xff, 0x7d, 0xaa, 0xe7, 0xbe, 0xcc, + 0x62, 0xee, 0xed, 0xa4, 0x55, 0xd4, 0x3f, 0x80, 0xfd, 0xca, 0x90, 0xd9, 0x6a, 0xf4, 0x99, 0xc0, + 0xd6, 0x54, 0x0a, 0x3b, 0x82, 0xe6, 0x2f, 0x7f, 0xed, 0xe1, 0x4d, 0xc2, 0xd7, 0x4e, 0xe4, 0x0c, + 0xff, 0x19, 0xad, 0xaf, 0x79, 0x0a, 0xdb, 0xc5, 0x61, 0xba, 0x7f, 0x68, 0xd5, 0x80, 0xf3, 0xe0, + 0x2f, 0x80, 0x51, 0x1c, 0x3f, 0xbb, 0xf8, 0xee, 0x36, 0x2e, 0x72, 0x97, 0x5c, 0xe6, 0x2e, 0xf9, + 0x96, 0xbb, 0xe4, 0xc3, 0xc6, 0x6d, 0x5c, 0x6e, 0xdc, 0xc6, 0xd7, 0x8d, 0xdb, 0x78, 0xf3, 0x48, + 0x84, 0xea, 0x2c, 0x09, 0xb4, 0x0e, 0x3b, 0x12, 0x4b, 0x3f, 0x90, 0xec, 0x48, 0x1c, 0xce, 0xcf, + 0xfc, 0x30, 0x62, 0xe7, 0x3f, 0xbd, 0x6b, 0x7d, 0x59, 0x19, 0xdc, 0x29, 0xde, 0xe4, 0xe3, 0x1f, + 0x01, 0x00, 0x00, 0xff, 0xff, 0x26, 0x7f, 0xfc, 0x4c, 0x7b, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/community/abci.go b/x/community/abci.go index b20aeafd..9ae0dad4 100644 --- a/x/community/abci.go +++ b/x/community/abci.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/types" ) // BeginBlocker runs the community module begin blocker logic. diff --git a/x/community/abci_test.go b/x/community/abci_test.go index c74938bd..5404c868 100644 --- a/x/community/abci_test.go +++ b/x/community/abci_test.go @@ -5,12 +5,12 @@ import ( "time" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/community" + "github.com/0glabs/0g-chain/x/community/types" tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/community" - "github.com/kava-labs/kava/x/community/types" "github.com/stretchr/testify/require" ) diff --git a/x/community/client/cli/query.go b/x/community/client/cli/query.go index 527aceb6..6e5424a3 100644 --- a/x/community/client/cli/query.go +++ b/x/community/client/cli/query.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/types" ) // GetQueryCmd returns the cli query commands for the community module. diff --git a/x/community/client/cli/tx.go b/x/community/client/cli/tx.go index a140c12c..2567074e 100644 --- a/x/community/client/cli/tx.go +++ b/x/community/client/cli/tx.go @@ -13,8 +13,8 @@ import ( "github.com/cosmos/cosmos-sdk/version" govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/kava-labs/kava/x/community/client/utils" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/client/utils" + "github.com/0glabs/0g-chain/x/community/types" ) const ( diff --git a/x/community/client/proposal_handler.go b/x/community/client/proposal_handler.go index f1a0dfa1..10c415eb 100644 --- a/x/community/client/proposal_handler.go +++ b/x/community/client/proposal_handler.go @@ -3,7 +3,7 @@ package client import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" - "github.com/kava-labs/kava/x/community/client/cli" + "github.com/0glabs/0g-chain/x/community/client/cli" ) // community-pool deposit/withdraw lend proposal handlers diff --git a/x/community/client/utils/utils.go b/x/community/client/utils/utils.go index 5b409a88..c62a32af 100644 --- a/x/community/client/utils/utils.go +++ b/x/community/client/utils/utils.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/types" ) // ParseCommunityPoolLendDepositProposal reads a JSON file and parses it to a CommunityPoolLendDepositProposal diff --git a/x/community/client/utils/utils_test.go b/x/community/client/utils/utils_test.go index 1088c832..87baea69 100644 --- a/x/community/client/utils/utils_test.go +++ b/x/community/client/utils/utils_test.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/testutil" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/community/client/utils" + "github.com/0glabs/0g-chain/x/community/client/utils" ) func TestParseDepositProposal(t *testing.T) { diff --git a/x/community/disable_inflation_abci_test.go b/x/community/disable_inflation_abci_test.go index 67c387c7..4a4fba87 100644 --- a/x/community/disable_inflation_abci_test.go +++ b/x/community/disable_inflation_abci_test.go @@ -6,9 +6,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/community" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/testutil" + "github.com/0glabs/0g-chain/x/community" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/testutil" ) func TestABCIDisableInflation(t *testing.T) { diff --git a/x/community/genesis.go b/x/community/genesis.go index e359fc49..40b532ec 100644 --- a/x/community/genesis.go +++ b/x/community/genesis.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/types" ) // InitGenesis initializes the community module account and stores the genesis state diff --git a/x/community/genesis_test.go b/x/community/genesis_test.go index 1a8a2589..11cab4db 100644 --- a/x/community/genesis_test.go +++ b/x/community/genesis_test.go @@ -9,9 +9,9 @@ import ( sdkmath "cosmossdk.io/math" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/kava-labs/kava/x/community" - "github.com/kava-labs/kava/x/community/testutil" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community" + "github.com/0glabs/0g-chain/x/community/testutil" + "github.com/0glabs/0g-chain/x/community/types" ) type genesisTestSuite struct { diff --git a/x/community/handler.go b/x/community/handler.go index 45cf024b..6f661ae1 100644 --- a/x/community/handler.go +++ b/x/community/handler.go @@ -6,8 +6,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/types" ) // NewCommunityPoolProposalHandler handles x/community proposals. diff --git a/x/community/keeper/consolidate.go b/x/community/keeper/consolidate.go index 41115785..748002da 100644 --- a/x/community/keeper/consolidate.go +++ b/x/community/keeper/consolidate.go @@ -3,10 +3,10 @@ package keeper import ( "fmt" + "github.com/0glabs/0g-chain/x/community/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/community/types" - kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" + kavadisttypes "github.com/0glabs/0g-chain/x/kavadist/types" distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types" ) diff --git a/x/community/keeper/disable_inflation.go b/x/community/keeper/disable_inflation.go index 1a88f53b..2ec1e0d9 100644 --- a/x/community/keeper/disable_inflation.go +++ b/x/community/keeper/disable_inflation.go @@ -3,8 +3,8 @@ package keeper import ( "time" + "github.com/0glabs/0g-chain/x/community/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/community/types" ) // CheckAndDisableMintAndKavaDistInflation compares the disable inflation time and block time, diff --git a/x/community/keeper/disable_inflation_test.go b/x/community/keeper/disable_inflation_test.go index 94e19097..69f07569 100644 --- a/x/community/keeper/disable_inflation_test.go +++ b/x/community/keeper/disable_inflation_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/testutil" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/testutil" ) func TestKeeperDisableInflation(t *testing.T) { diff --git a/x/community/keeper/grpc_query.go b/x/community/keeper/grpc_query.go index 44d58e6c..ac70351e 100644 --- a/x/community/keeper/grpc_query.go +++ b/x/community/keeper/grpc_query.go @@ -8,7 +8,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/types" ) type queryServer struct { diff --git a/x/community/keeper/grpc_query_test.go b/x/community/keeper/grpc_query_test.go index 6a4b9b28..8ed58b2d 100644 --- a/x/community/keeper/grpc_query_test.go +++ b/x/community/keeper/grpc_query_test.go @@ -10,10 +10,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/testutil" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/testutil" + "github.com/0glabs/0g-chain/x/community/types" ) type grpcQueryTestSuite struct { diff --git a/x/community/keeper/keeper.go b/x/community/keeper/keeper.go index 585afaca..0bf0bb8c 100644 --- a/x/community/keeper/keeper.go +++ b/x/community/keeper/keeper.go @@ -8,7 +8,7 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/types" ) // Keeper of the community store diff --git a/x/community/keeper/keeper_test.go b/x/community/keeper/keeper_test.go index f3d8d7d6..413603bb 100644 --- a/x/community/keeper/keeper_test.go +++ b/x/community/keeper/keeper_test.go @@ -12,9 +12,9 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/testutil" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/testutil" + "github.com/0glabs/0g-chain/x/community/types" ) // Test suite used for all keeper tests diff --git a/x/community/keeper/migrations.go b/x/community/keeper/migrations.go index 036c56fe..a89cd7d9 100644 --- a/x/community/keeper/migrations.go +++ b/x/community/keeper/migrations.go @@ -1,8 +1,8 @@ package keeper import ( + v2 "github.com/0glabs/0g-chain/x/community/migrations/v2" sdk "github.com/cosmos/cosmos-sdk/types" - v2 "github.com/kava-labs/kava/x/community/migrations/v2" ) // Migrator is a struct for handling in-place store migrations. diff --git a/x/community/keeper/msg_server.go b/x/community/keeper/msg_server.go index e3945c96..02a27744 100644 --- a/x/community/keeper/msg_server.go +++ b/x/community/keeper/msg_server.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/types" ) type msgServer struct { diff --git a/x/community/keeper/msg_server_test.go b/x/community/keeper/msg_server_test.go index 63095161..a3bdc8fe 100644 --- a/x/community/keeper/msg_server_test.go +++ b/x/community/keeper/msg_server_test.go @@ -9,10 +9,10 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/testutil" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/testutil" + "github.com/0glabs/0g-chain/x/community/types" ) type msgServerTestSuite struct { diff --git a/x/community/keeper/params.go b/x/community/keeper/params.go index 9819af33..4c3c6e90 100644 --- a/x/community/keeper/params.go +++ b/x/community/keeper/params.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/types" ) // GetParams returns the params from the store diff --git a/x/community/keeper/params_test.go b/x/community/keeper/params_test.go index 7dff215e..e16e19e4 100644 --- a/x/community/keeper/params_test.go +++ b/x/community/keeper/params_test.go @@ -10,9 +10,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/types" ) // Test suite used for all store tests diff --git a/x/community/keeper/proposal_handler.go b/x/community/keeper/proposal_handler.go index f6366b5a..74f5e74f 100644 --- a/x/community/keeper/proposal_handler.go +++ b/x/community/keeper/proposal_handler.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/types" ) // HandleCommunityPoolLendDepositProposal is a handler for executing a passed community pool lend deposit proposal. diff --git a/x/community/keeper/proposal_handler_test.go b/x/community/keeper/proposal_handler_test.go index 7f6a6f54..2da2fbda 100644 --- a/x/community/keeper/proposal_handler_test.go +++ b/x/community/keeper/proposal_handler_test.go @@ -12,14 +12,14 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - cdpkeeper "github.com/kava-labs/kava/x/cdp/keeper" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/testutil" - "github.com/kava-labs/kava/x/community/types" - hardkeeper "github.com/kava-labs/kava/x/hard/keeper" - hardtypes "github.com/kava-labs/kava/x/hard/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + cdpkeeper "github.com/0glabs/0g-chain/x/cdp/keeper" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/testutil" + "github.com/0glabs/0g-chain/x/community/types" + hardkeeper "github.com/0glabs/0g-chain/x/hard/keeper" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) const chainID = app.TestChainId diff --git a/x/community/keeper/rewards_test.go b/x/community/keeper/rewards_test.go index 8aed1f76..45ea6bbe 100644 --- a/x/community/keeper/rewards_test.go +++ b/x/community/keeper/rewards_test.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/keeper" ) func TestStakingRewardsCalculator(t *testing.T) { diff --git a/x/community/keeper/staking.go b/x/community/keeper/staking.go index 52101a11..2d13dbc4 100644 --- a/x/community/keeper/staking.go +++ b/x/community/keeper/staking.go @@ -4,9 +4,9 @@ import ( "time" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/x/community/types" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/kava-labs/kava/x/community/types" ) const nanosecondsInOneSecond = int64(1000000000) diff --git a/x/community/keeper/staking_test.go b/x/community/keeper/staking_test.go index 5b02f044..c995c44d 100644 --- a/x/community/keeper/staking_test.go +++ b/x/community/keeper/staking_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/testutil" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/testutil" ) func TestKeeperPayoutAccumulatedStakingRewards(t *testing.T) { diff --git a/x/community/migrations/v2/store.go b/x/community/migrations/v2/store.go index 34907dfd..a801eeb6 100644 --- a/x/community/migrations/v2/store.go +++ b/x/community/migrations/v2/store.go @@ -6,9 +6,9 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/x/community/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/community/types" ) // Migrate migrates the x/community module state from the consensus version 1 to diff --git a/x/community/migrations/v2/store_test.go b/x/community/migrations/v2/store_test.go index 6c8deb2c..d55535b8 100644 --- a/x/community/migrations/v2/store_test.go +++ b/x/community/migrations/v2/store_test.go @@ -7,11 +7,11 @@ import ( sdkmath "cosmossdk.io/math" "github.com/stretchr/testify/require" + "github.com/0glabs/0g-chain/app" + v2 "github.com/0glabs/0g-chain/x/community/migrations/v2" + "github.com/0glabs/0g-chain/x/community/types" "github.com/cosmos/cosmos-sdk/testutil" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - v2 "github.com/kava-labs/kava/x/community/migrations/v2" - "github.com/kava-labs/kava/x/community/types" ) func TestMigrateStore(t *testing.T) { diff --git a/x/community/module.go b/x/community/module.go index 83eaef6e..5d9e9c1c 100644 --- a/x/community/module.go +++ b/x/community/module.go @@ -16,9 +16,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/kava-labs/kava/x/community/client/cli" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/client/cli" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/types" ) // ConsensusVersion defines the current module consensus version. diff --git a/x/community/module_test.go b/x/community/module_test.go index 4e74874a..6a972bf0 100644 --- a/x/community/module_test.go +++ b/x/community/module_test.go @@ -6,9 +6,9 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" "github.com/stretchr/testify/require" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/community/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/community/types" ) func TestItCreatesModuleAccountOnInitBlock(t *testing.T) { diff --git a/x/community/spec/03_messages.md b/x/community/spec/03_messages.md index 90ecc05b..5e52b2ba 100644 --- a/x/community/spec/03_messages.md +++ b/x/community/spec/03_messages.md @@ -10,7 +10,7 @@ Send coins directly from the sender to the community module account. The transaction fails if the amount cannot be transferred from the sender to the community module account. -https://github.com/Kava-Labs/kava/blob/1d36429fe34cc5829d636d73b7c34751a925791b/proto/kava/community/v1beta1/tx.proto#L21-L30 +https://github.com/0glabs/0g-chain/blob/1d36429fe34cc5829d636d73b7c34751a925791b/proto/kava/community/v1beta1/tx.proto#L21-L30 ## UpdateParams @@ -19,4 +19,4 @@ Update module parameters via gov proposal. The transaction fails if the message is not submitted through a gov proposal. The message `authority` must be the x/gov module account address. -https://github.com/Kava-Labs/kava/blob/1d36429fe34cc5829d636d73b7c34751a925791b/proto/kava/community/v1beta1/tx.proto#L35-L44 +https://github.com/0glabs/0g-chain/blob/1d36429fe34cc5829d636d73b7c34751a925791b/proto/kava/community/v1beta1/tx.proto#L35-L44 diff --git a/x/community/staking_rewards_abci_test.go b/x/community/staking_rewards_abci_test.go index d943170e..a13ab079 100644 --- a/x/community/staking_rewards_abci_test.go +++ b/x/community/staking_rewards_abci_test.go @@ -3,10 +3,10 @@ package community_test import ( "testing" + "github.com/0glabs/0g-chain/x/community" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/testutil" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/community" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/testutil" "github.com/stretchr/testify/suite" ) diff --git a/x/community/testutil/cdp_genesis.go b/x/community/testutil/cdp_genesis.go index 3b4ef80d..eb7309b7 100644 --- a/x/community/testutil/cdp_genesis.go +++ b/x/community/testutil/cdp_genesis.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - cdptypes "github.com/kava-labs/kava/x/cdp/types" + "github.com/0glabs/0g-chain/app" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" ) func NewCDPGenState(cdc codec.JSONCodec, denom, asset string, liquidationRatio sdk.Dec) app.GenesisState { diff --git a/x/community/testutil/consolidate.go b/x/community/testutil/consolidate.go index 51ec6a5f..49b2ab9d 100644 --- a/x/community/testutil/consolidate.go +++ b/x/community/testutil/consolidate.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" + "github.com/0glabs/0g-chain/app" + types "github.com/0glabs/0g-chain/x/community/types" + kavadisttypes "github.com/0glabs/0g-chain/x/kavadist/types" distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types" - "github.com/kava-labs/kava/app" - types "github.com/kava-labs/kava/x/community/types" - kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" ) func (suite *disableInflationTestSuite) TestStartCommunityFundConsolidation() { diff --git a/x/community/testutil/disable_inflation.go b/x/community/testutil/disable_inflation.go index 4d37cc73..39902b08 100644 --- a/x/community/testutil/disable_inflation.go +++ b/x/community/testutil/disable_inflation.go @@ -11,11 +11,11 @@ import ( "github.com/stretchr/testify/suite" sdkmath "cosmossdk.io/math" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/community" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/types" - kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/community" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/types" + kavadisttypes "github.com/0glabs/0g-chain/x/kavadist/types" ) type testFunc func(sdk.Context, keeper.Keeper) diff --git a/x/community/testutil/main.go b/x/community/testutil/main.go index 1016b68e..4142ce38 100644 --- a/x/community/testutil/main.go +++ b/x/community/testutil/main.go @@ -7,9 +7,9 @@ import ( tmtime "github.com/cometbft/cometbft/types/time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/types" ) // Test suite used for all community tests diff --git a/x/community/testutil/pricefeed_genesis_builder.go b/x/community/testutil/pricefeed_genesis_builder.go index e0a2e37c..087e7f18 100644 --- a/x/community/testutil/pricefeed_genesis_builder.go +++ b/x/community/testutil/pricefeed_genesis_builder.go @@ -4,9 +4,9 @@ import ( "time" sdkmath "cosmossdk.io/math" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" sdk "github.com/cosmos/cosmos-sdk/types" - hardtypes "github.com/kava-labs/kava/x/hard/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" ) // lendGenesisBuilder builds the Hard and Pricefeed genesis states for setting up Kava Lend diff --git a/x/community/testutil/staking_rewards.go b/x/community/testutil/staking_rewards.go index dbecab2c..150951b5 100644 --- a/x/community/testutil/staking_rewards.go +++ b/x/community/testutil/staking_rewards.go @@ -10,12 +10,12 @@ import ( "github.com/stretchr/testify/suite" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/community" + "github.com/0glabs/0g-chain/x/community/keeper" + "github.com/0glabs/0g-chain/x/community/types" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/community" - "github.com/kava-labs/kava/x/community/keeper" - "github.com/kava-labs/kava/x/community/types" ) // StakingRewardsTestSuite tests staking rewards per second logic diff --git a/x/community/types/expected_keepers.go b/x/community/types/expected_keepers.go index 468b4efc..c372473f 100644 --- a/x/community/types/expected_keepers.go +++ b/x/community/types/expected_keepers.go @@ -2,11 +2,11 @@ package types import ( sdkmath "cosmossdk.io/math" + kavadisttypes "github.com/0glabs/0g-chain/x/kavadist/types" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types" minttypes "github.com/cosmos/cosmos-sdk/x/mint/types" - kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" ) // AccountKeeper defines the contract required for account APIs. diff --git a/x/community/types/genesis.pb.go b/x/community/types/genesis.pb.go index 7f4674c0..8931aee8 100644 --- a/x/community/types/genesis.pb.go +++ b/x/community/types/genesis.pb.go @@ -88,7 +88,7 @@ func init() { } var fileDescriptor_ccf84d82ea3861e0 = []byte{ - // 255 bytes of a gzipped FileDescriptorProto + // 261 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xc9, 0x4e, 0x2c, 0x4b, 0xd4, 0x4f, 0xce, 0xcf, 0xcd, 0x2d, 0xcd, 0xcb, 0x2c, 0xa9, 0xd4, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, @@ -100,11 +100,12 @@ var fileDescriptor_ccf84d82ea3861e0 = []byte{ 0x60, 0x55, 0x4e, 0x2c, 0x27, 0xee, 0xc9, 0x33, 0x04, 0x41, 0xf5, 0x08, 0xa5, 0x72, 0x89, 0x42, 0xcd, 0x8f, 0x2f, 0x4a, 0x2d, 0x4f, 0x2c, 0x4a, 0x29, 0x8e, 0x2f, 0x06, 0x19, 0x2b, 0xc1, 0x04, 0x36, 0x4c, 0x1b, 0x97, 0x61, 0xc1, 0x10, 0x4d, 0x41, 0x10, 0x3d, 0x60, 0x97, 0x40, 0x4d, 0x16, - 0x2e, 0xc6, 0x22, 0xe5, 0x7a, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, 0x8c, 0x0f, 0x1e, 0xc9, - 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x51, 0xda, - 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x20, 0x2b, 0xf4, 0x41, 0x76, 0xe9, 0xe6, 0x24, 0x26, 0x15, - 0x83, 0x59, 0xfa, 0x15, 0x48, 0x81, 0x51, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x03, - 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc5, 0x84, 0x31, 0x9f, 0xa4, 0x01, 0x00, 0x00, + 0x2e, 0xc6, 0x22, 0xe5, 0x76, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, 0x8c, 0x0f, 0x1e, 0xc9, + 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x51, 0x3a, + 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x20, 0x2b, 0xf4, 0x0d, 0xd2, 0x73, 0x12, 0x93, 0x8a, 0xf5, + 0x0d, 0xd2, 0x75, 0x93, 0x33, 0x12, 0x33, 0xf3, 0xf4, 0x2b, 0x90, 0x42, 0xa3, 0xa4, 0xb2, 0x20, + 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0x08, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x10, 0xbe, 0x7c, + 0x73, 0xa5, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/community/types/genesis_test.go b/x/community/types/genesis_test.go index 124364a2..9fecea13 100644 --- a/x/community/types/genesis_test.go +++ b/x/community/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/types" ) func TestDefaultGenesisState(t *testing.T) { diff --git a/x/community/types/msg_test.go b/x/community/types/msg_test.go index 5629e40f..efdcd10d 100644 --- a/x/community/types/msg_test.go +++ b/x/community/types/msg_test.go @@ -6,10 +6,10 @@ import ( "github.com/stretchr/testify/require" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/community/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/community/types" ) func TestFundCommunityPool_ValidateBasic(t *testing.T) { diff --git a/x/community/types/params.pb.go b/x/community/types/params.pb.go index d84bf309..437eba26 100644 --- a/x/community/types/params.pb.go +++ b/x/community/types/params.pb.go @@ -90,32 +90,32 @@ func init() { } var fileDescriptor_0a48475520900507 = []byte{ - // 386 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x92, 0x41, 0x4b, 0xe3, 0x40, - 0x14, 0x80, 0x33, 0xdd, 0xa5, 0xec, 0x66, 0x6f, 0x61, 0xd9, 0xad, 0x29, 0x24, 0x45, 0x11, 0x0a, - 0xa5, 0x33, 0x54, 0x6f, 0x1e, 0x4b, 0x3d, 0x08, 0x1e, 0x4a, 0xeb, 0xc9, 0xcb, 0x30, 0x49, 0xa6, - 0xd3, 0xa1, 0x49, 0x26, 0x64, 0x26, 0xd5, 0xfe, 0x08, 0xa1, 0x3f, 0xc1, 0x1f, 0xe1, 0x8f, 0xe8, - 0xb1, 0x78, 0x12, 0x0f, 0x55, 0xda, 0x8b, 0x7f, 0xc1, 0x9b, 0x24, 0x93, 0x4a, 0x05, 0xf1, 0xe0, - 0xed, 0xbd, 0x97, 0x2f, 0xdf, 0xbc, 0x37, 0xf3, 0xcc, 0x83, 0x09, 0x99, 0x12, 0xe4, 0x8b, 0x28, - 0xca, 0x62, 0xae, 0x66, 0x68, 0xda, 0xf1, 0xa8, 0x22, 0x1d, 0x94, 0x90, 0x94, 0x44, 0x12, 0x26, - 0xa9, 0x50, 0xc2, 0xfa, 0x97, 0x43, 0xf0, 0x1d, 0x82, 0x25, 0x64, 0xef, 0xf9, 0x42, 0x46, 0x42, - 0xe2, 0x82, 0x42, 0x3a, 0xd1, 0xbf, 0xd8, 0x7f, 0x99, 0x60, 0x42, 0xd7, 0xf3, 0xa8, 0xac, 0xba, - 0x4c, 0x08, 0x16, 0x52, 0x54, 0x64, 0x5e, 0x36, 0x42, 0x8a, 0x47, 0x54, 0x2a, 0x12, 0x25, 0x1a, - 0xd8, 0x7f, 0xad, 0x98, 0xd5, 0x7e, 0x71, 0xb4, 0xc5, 0x4d, 0x27, 0x4b, 0x58, 0x4a, 0x02, 0x8a, - 0x73, 0x0a, 0x07, 0x5c, 0x12, 0x2f, 0xa4, 0x98, 0xc7, 0xa3, 0x90, 0x28, 0x2e, 0xe2, 0x1a, 0x68, - 0x80, 0xe6, 0x9f, 0x23, 0x1b, 0x6a, 0x29, 0xdc, 0x4a, 0xe1, 0xc5, 0x56, 0xda, 0xfd, 0xb5, 0x58, - 0xb9, 0xc6, 0xfc, 0xc9, 0x05, 0x83, 0x7a, 0xe9, 0xca, 0xbf, 0xf5, 0xb4, 0xe9, 0x6c, 0x2b, 0xb2, - 0x62, 0xd3, 0x96, 0x8a, 0x4c, 0x78, 0xcc, 0x70, 0x4a, 0xaf, 0x48, 0x1a, 0x48, 0x9c, 0xd0, 0x14, - 0x4b, 0xea, 0x8b, 0x38, 0xa8, 0x55, 0x1a, 0xa0, 0xf9, 0xbb, 0xdb, 0xc9, 0x55, 0x8f, 0x2b, 0xb7, - 0xae, 0xc7, 0x94, 0xc1, 0x04, 0x72, 0x81, 0x22, 0xa2, 0xc6, 0xf0, 0x9c, 0x32, 0xe2, 0xcf, 0x7a, - 0xd4, 0xbf, 0xbf, 0x6b, 0x9b, 0xe5, 0x2d, 0xf4, 0xa8, 0x3f, 0xf8, 0x5f, 0x4a, 0x07, 0xda, 0xd9, - 0xa7, 0xe9, 0xb0, 0x30, 0x5a, 0x37, 0xc0, 0x6c, 0x7d, 0x98, 0x4d, 0x52, 0x85, 0xbf, 0xe8, 0xe0, - 0xc7, 0x77, 0x3b, 0x38, 0xdc, 0x99, 0x7a, 0x48, 0xd5, 0xf0, 0xf3, 0x7e, 0x4e, 0x7e, 0xbe, 0xdc, - 0xba, 0xa0, 0x7b, 0xba, 0x58, 0x3b, 0x60, 0xb9, 0x76, 0xc0, 0xf3, 0xda, 0x01, 0xf3, 0x8d, 0x63, - 0x2c, 0x37, 0x8e, 0xf1, 0xb0, 0x71, 0x8c, 0xcb, 0x16, 0xe3, 0x6a, 0x9c, 0x79, 0xf9, 0x06, 0xa0, - 0x7c, 0x15, 0xda, 0x21, 0xf1, 0x64, 0x11, 0xa1, 0xeb, 0x9d, 0xdd, 0x51, 0xb3, 0x84, 0x4a, 0xaf, - 0x5a, 0xbc, 0xc3, 0xf1, 0x5b, 0x00, 0x00, 0x00, 0xff, 0xff, 0x19, 0x03, 0x78, 0xe5, 0x5a, 0x02, - 0x00, 0x00, + // 390 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x92, 0xb1, 0x6a, 0xe3, 0x30, + 0x18, 0x80, 0xad, 0xdc, 0x11, 0xee, 0x7c, 0x9b, 0x39, 0xee, 0x72, 0x0e, 0xd8, 0xe1, 0x8e, 0x83, + 0x40, 0x1b, 0x29, 0x69, 0xb7, 0x8e, 0x21, 0x14, 0x0a, 0x1d, 0x42, 0xd2, 0xa9, 0x8b, 0x90, 0x6d, + 0x45, 0x11, 0xb1, 0x2d, 0x63, 0xc9, 0x69, 0xf3, 0x10, 0x85, 0x3c, 0x42, 0x1f, 0xa2, 0x0f, 0x91, + 0x31, 0x74, 0x2a, 0x1d, 0xd2, 0x92, 0x2c, 0x7d, 0x85, 0x6e, 0xc5, 0x96, 0x53, 0x52, 0x28, 0x1d, + 0xba, 0xe9, 0xff, 0xf5, 0xe9, 0xd3, 0xff, 0x4b, 0xbf, 0xf9, 0x6f, 0x42, 0xa6, 0x04, 0xf9, 0x22, + 0x8a, 0xb2, 0x98, 0xab, 0x19, 0x9a, 0x76, 0x3c, 0xaa, 0x48, 0x07, 0x25, 0x24, 0x25, 0x91, 0x84, + 0x49, 0x2a, 0x94, 0xb0, 0x7e, 0xe5, 0x10, 0x7c, 0x85, 0x60, 0x09, 0xd9, 0x7f, 0x7c, 0x21, 0x23, + 0x21, 0x71, 0x41, 0x21, 0x1d, 0xe8, 0x23, 0xf6, 0x4f, 0x26, 0x98, 0xd0, 0xf9, 0x7c, 0x55, 0x66, + 0x5d, 0x26, 0x04, 0x0b, 0x29, 0x2a, 0x22, 0x2f, 0x1b, 0x21, 0xc5, 0x23, 0x2a, 0x15, 0x89, 0x12, + 0x0d, 0xfc, 0x7d, 0xae, 0x98, 0xd5, 0x7e, 0x71, 0xb5, 0xc5, 0x4d, 0x27, 0x4b, 0x58, 0x4a, 0x02, + 0x8a, 0x73, 0x0a, 0x07, 0x5c, 0x12, 0x2f, 0xa4, 0x98, 0xc7, 0xa3, 0x90, 0x28, 0x2e, 0xe2, 0x1a, + 0x68, 0x80, 0xe6, 0x8f, 0x03, 0x1b, 0x6a, 0x29, 0xdc, 0x4a, 0xe1, 0xd9, 0x56, 0xda, 0xfd, 0xb6, + 0x58, 0xb9, 0xc6, 0xfc, 0xc1, 0x05, 0x83, 0x7a, 0xe9, 0xca, 0xf7, 0x7a, 0xda, 0x74, 0xb2, 0x15, + 0x59, 0xb1, 0x69, 0x4b, 0x45, 0x26, 0x3c, 0x66, 0x38, 0xa5, 0x17, 0x24, 0x0d, 0x24, 0x4e, 0x68, + 0x8a, 0x25, 0xf5, 0x45, 0x1c, 0xd4, 0x2a, 0x0d, 0xd0, 0xfc, 0xde, 0xed, 0xe4, 0xaa, 0xfb, 0x95, + 0x5b, 0xd7, 0x6d, 0xca, 0x60, 0x02, 0xb9, 0x40, 0x11, 0x51, 0x63, 0x78, 0x4a, 0x19, 0xf1, 0x67, + 0x3d, 0xea, 0xdf, 0xde, 0xb4, 0xcc, 0xf2, 0x15, 0x7a, 0xd4, 0x1f, 0xfc, 0x2e, 0xa5, 0x03, 0xed, + 0xec, 0xd3, 0x74, 0x58, 0x18, 0xad, 0x2b, 0x60, 0xee, 0xbd, 0xe9, 0x4d, 0x52, 0x85, 0x3f, 0xa8, + 0xe0, 0xcb, 0x67, 0x2b, 0xf8, 0xbf, 0xd3, 0xf5, 0x90, 0xaa, 0xe1, 0xfb, 0xf5, 0x1c, 0x7d, 0x7d, + 0xba, 0x76, 0x41, 0xf7, 0x78, 0xb1, 0x76, 0xc0, 0x72, 0xed, 0x80, 0xc7, 0xb5, 0x03, 0xe6, 0x1b, + 0xc7, 0x58, 0x6e, 0x1c, 0xe3, 0x6e, 0xe3, 0x18, 0xe7, 0xfb, 0x8c, 0xab, 0x71, 0xe6, 0xe5, 0x13, + 0x80, 0xda, 0x2c, 0x24, 0x9e, 0x44, 0x6d, 0xd6, 0xf2, 0xc7, 0x84, 0xc7, 0xe8, 0x72, 0x67, 0x78, + 0xd4, 0x2c, 0xa1, 0xd2, 0xab, 0x16, 0x1f, 0x71, 0xf8, 0x12, 0x00, 0x00, 0xff, 0xff, 0x68, 0x69, + 0x63, 0xfc, 0x5b, 0x02, 0x00, 0x00, } func (this *Params) Equal(that interface{}) bool { diff --git a/x/community/types/params_test.go b/x/community/types/params_test.go index c9017c13..8983666e 100644 --- a/x/community/types/params_test.go +++ b/x/community/types/params_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" sdkmath "cosmossdk.io/math" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/types" ) type paramTestCase struct { diff --git a/x/community/types/proposal.pb.go b/x/community/types/proposal.pb.go index 81c9f67d..b1b289ad 100644 --- a/x/community/types/proposal.pb.go +++ b/x/community/types/proposal.pb.go @@ -199,34 +199,34 @@ func init() { } var fileDescriptor_64aa83b2ed448ec1 = []byte{ - // 419 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x93, 0x3f, 0x0b, 0xd3, 0x40, - 0x18, 0xc6, 0x73, 0xb6, 0x56, 0xbd, 0x82, 0x42, 0x28, 0x12, 0x0b, 0x26, 0xb1, 0xa0, 0x16, 0xa4, - 0x39, 0xab, 0x93, 0x2e, 0x42, 0x53, 0x37, 0x87, 0x12, 0x04, 0xc1, 0x45, 0x2e, 0xc9, 0xd1, 0x1e, - 0x4d, 0xf2, 0x1e, 0xb9, 0x6b, 0x35, 0xdf, 0xc0, 0xd1, 0xd1, 0xb1, 0xb3, 0xdf, 0x43, 0xa8, 0x4e, - 0x1d, 0x1c, 0x9c, 0x54, 0xda, 0x2f, 0x22, 0xf9, 0xdb, 0x80, 0x20, 0x82, 0x20, 0x38, 0xe5, 0xcd, - 0x7b, 0xcf, 0x7b, 0xf7, 0xfc, 0x78, 0x78, 0xf1, 0xed, 0x35, 0xdd, 0x52, 0x12, 0x40, 0x1c, 0x6f, - 0x12, 0xae, 0x32, 0xb2, 0x9d, 0xfa, 0x4c, 0xd1, 0x29, 0x11, 0x29, 0x08, 0x90, 0x34, 0x72, 0x44, - 0x0a, 0x0a, 0xf4, 0xeb, 0xb9, 0xcc, 0x69, 0x64, 0x4e, 0x25, 0x1b, 0x9a, 0x01, 0xc8, 0x18, 0x24, - 0xf1, 0xa9, 0x64, 0xcd, 0x6c, 0x00, 0x3c, 0x29, 0xe7, 0x86, 0x83, 0x25, 0x2c, 0xa1, 0x28, 0x49, - 0x5e, 0x95, 0xdd, 0xd1, 0x27, 0x84, 0x6d, 0xb7, 0xbe, 0x6b, 0x01, 0x10, 0x3d, 0x63, 0x49, 0x38, - 0x67, 0x02, 0x24, 0x57, 0x8b, 0xea, 0x61, 0x7d, 0x80, 0x2f, 0x2a, 0xae, 0x22, 0x66, 0x20, 0x1b, - 0x8d, 0xaf, 0x78, 0xe5, 0x8f, 0x6e, 0xe3, 0x7e, 0xc8, 0x64, 0x90, 0x72, 0xa1, 0x38, 0x24, 0xc6, - 0x85, 0xe2, 0xac, 0xdd, 0xd2, 0x03, 0xdc, 0xa3, 0x31, 0x6c, 0x12, 0x65, 0x74, 0xec, 0xce, 0xb8, - 0xff, 0xe0, 0x86, 0x53, 0x7a, 0x74, 0x72, 0x8f, 0xb5, 0x71, 0xc7, 0x05, 0x9e, 0xcc, 0xee, 0xef, - 0xbf, 0x59, 0xda, 0x87, 0xef, 0xd6, 0x78, 0xc9, 0xd5, 0x6a, 0xe3, 0xe7, 0x7c, 0xa4, 0x02, 0x2a, - 0x3f, 0x13, 0x19, 0xae, 0x89, 0xca, 0x04, 0x93, 0xc5, 0x80, 0xf4, 0xaa, 0xab, 0x1f, 0x5f, 0x7e, - 0xbb, 0xb3, 0xb4, 0xf7, 0x3b, 0x4b, 0x1b, 0x7d, 0x46, 0xf8, 0xd6, 0x2f, 0x2c, 0x2f, 0xb8, 0x5a, - 0x85, 0x29, 0x7d, 0xfd, 0xbf, 0xc1, 0x7c, 0x44, 0xf8, 0x66, 0x03, 0xe3, 0xce, 0x17, 0x1e, 0x13, - 0x34, 0x9b, 0x33, 0xff, 0xef, 0x53, 0xb9, 0x8b, 0xaf, 0x05, 0x10, 0x45, 0x54, 0xb1, 0x94, 0x46, - 0xaf, 0x72, 0x17, 0x46, 0xa7, 0x50, 0x5d, 0x3d, 0xb7, 0x9f, 0x67, 0x82, 0xe9, 0x8f, 0xf0, 0x25, - 0x41, 0xb3, 0x98, 0x25, 0xca, 0xe8, 0xda, 0xe8, 0xf7, 0xc8, 0xdd, 0x1c, 0xd9, 0xab, 0xf5, 0x2d, - 0x8e, 0x2f, 0x08, 0xdf, 0x69, 0x73, 0xd4, 0x79, 0xb8, 0xcd, 0x5b, 0xff, 0x0e, 0xe8, 0x09, 0xc6, - 0xe7, 0xce, 0x9f, 0x32, 0xb5, 0x46, 0xce, 0x58, 0xb3, 0xa7, 0xfb, 0xa3, 0x89, 0x0e, 0x47, 0x13, - 0xfd, 0x38, 0x9a, 0xe8, 0xdd, 0xc9, 0xd4, 0x0e, 0x27, 0x53, 0xfb, 0x7a, 0x32, 0xb5, 0x97, 0xf7, - 0x5a, 0xa1, 0xe7, 0xab, 0x3a, 0x89, 0xa8, 0x2f, 0x8b, 0x8a, 0xbc, 0x69, 0x6d, 0x77, 0x91, 0xbe, - 0xdf, 0x2b, 0xb6, 0xf0, 0xe1, 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xef, 0x58, 0xb9, 0x21, 0xfc, - 0x03, 0x00, 0x00, + // 426 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x93, 0x4f, 0x8b, 0xd3, 0x40, + 0x18, 0xc6, 0x33, 0x76, 0x5d, 0x75, 0x16, 0x14, 0xc2, 0x22, 0x71, 0xc1, 0x24, 0x2e, 0xa8, 0x3d, + 0xb8, 0x99, 0xae, 0x9e, 0xf4, 0x22, 0x34, 0xc5, 0x93, 0x87, 0x12, 0x04, 0xc1, 0x8b, 0x4c, 0x92, + 0x21, 0x1d, 0x9a, 0xcc, 0x3b, 0x64, 0xa6, 0xd5, 0x7c, 0x03, 0x8f, 0x1e, 0x3d, 0xf6, 0xec, 0xf7, + 0x10, 0xaa, 0xa7, 0x1e, 0x3c, 0x78, 0x52, 0x69, 0xbf, 0x88, 0xe4, 0x6f, 0x03, 0x82, 0x08, 0x82, + 0xb0, 0xa7, 0x4c, 0xde, 0x79, 0x9e, 0x99, 0xe7, 0xc7, 0xc3, 0xe0, 0xbb, 0x73, 0xba, 0xa4, 0x24, + 0x82, 0x2c, 0x5b, 0x08, 0xae, 0x0b, 0xb2, 0x3c, 0x0f, 0x99, 0xa6, 0xe7, 0x44, 0xe6, 0x20, 0x41, + 0xd1, 0xd4, 0x93, 0x39, 0x68, 0x30, 0x6f, 0x96, 0x32, 0xaf, 0x93, 0x79, 0x8d, 0xec, 0xc4, 0x8e, + 0x40, 0x65, 0xa0, 0x48, 0x48, 0x15, 0xeb, 0xbc, 0x11, 0x70, 0x51, 0xfb, 0x4e, 0x8e, 0x13, 0x48, + 0xa0, 0x5a, 0x92, 0x72, 0x55, 0x4f, 0x4f, 0x3f, 0x23, 0xec, 0xfa, 0xed, 0x59, 0x53, 0x80, 0xf4, + 0x39, 0x13, 0xf1, 0x84, 0x49, 0x50, 0x5c, 0x4f, 0x9b, 0x8b, 0xcd, 0x63, 0x7c, 0x59, 0x73, 0x9d, + 0x32, 0x0b, 0xb9, 0x68, 0x78, 0x2d, 0xa8, 0x7f, 0x4c, 0x17, 0x1f, 0xc5, 0x4c, 0x45, 0x39, 0x97, + 0x9a, 0x83, 0xb0, 0x2e, 0x55, 0x7b, 0xfd, 0x91, 0x19, 0xe1, 0x43, 0x9a, 0xc1, 0x42, 0x68, 0x6b, + 0xe0, 0x0e, 0x86, 0x47, 0x0f, 0x6f, 0x79, 0x75, 0x46, 0xaf, 0xcc, 0xd8, 0x06, 0xf7, 0x7c, 0xe0, + 0x62, 0x3c, 0x5a, 0x7f, 0x77, 0x8c, 0x8f, 0x3f, 0x9c, 0x61, 0xc2, 0xf5, 0x6c, 0x11, 0x96, 0x7c, + 0xa4, 0x01, 0xaa, 0x3f, 0x67, 0x2a, 0x9e, 0x13, 0x5d, 0x48, 0xa6, 0x2a, 0x83, 0x0a, 0x9a, 0xa3, + 0x9f, 0x5c, 0x7d, 0xb7, 0x72, 0x8c, 0x0f, 0x2b, 0xc7, 0x38, 0xfd, 0x82, 0xf0, 0x9d, 0xdf, 0x58, + 0x5e, 0x72, 0x3d, 0x8b, 0x73, 0xfa, 0xe6, 0xa2, 0xc1, 0x7c, 0x42, 0xf8, 0x76, 0x07, 0xe3, 0x4f, + 0xa6, 0x01, 0x93, 0xb4, 0x98, 0xb0, 0xf0, 0xdf, 0x5b, 0xb9, 0x8f, 0x6f, 0x44, 0x90, 0xa6, 0x54, + 0xb3, 0x9c, 0xa6, 0xaf, 0xcb, 0x14, 0xd6, 0xa0, 0x52, 0x5d, 0xdf, 0x8f, 0x5f, 0x14, 0x92, 0x99, + 0x8f, 0xf1, 0x15, 0x49, 0x8b, 0x8c, 0x09, 0x6d, 0x1d, 0xb8, 0xe8, 0xcf, 0xc8, 0x07, 0x25, 0x72, + 0xd0, 0xea, 0x7b, 0x1c, 0x5f, 0x11, 0xbe, 0xd7, 0xe7, 0x68, 0xfb, 0xf0, 0xbb, 0xbb, 0xfe, 0x1f, + 0xd0, 0x53, 0x8c, 0xf7, 0x93, 0xbf, 0x65, 0xea, 0x59, 0xf6, 0x58, 0xe3, 0x67, 0xeb, 0xad, 0x8d, + 0x36, 0x5b, 0x1b, 0xfd, 0xdc, 0xda, 0xe8, 0xfd, 0xce, 0x36, 0x36, 0x3b, 0xdb, 0xf8, 0xb6, 0xb3, + 0x8d, 0x57, 0x0f, 0x7a, 0xa5, 0x8f, 0x92, 0x94, 0x86, 0x8a, 0x8c, 0x92, 0xb3, 0x68, 0x46, 0xb9, + 0x20, 0x6f, 0x7b, 0xcf, 0xbb, 0xaa, 0x3f, 0x3c, 0xac, 0x9e, 0xe1, 0xa3, 0x5f, 0x01, 0x00, 0x00, + 0xff, 0xff, 0x1a, 0xff, 0x79, 0xa8, 0xfd, 0x03, 0x00, 0x00, } func (m *CommunityPoolLendDepositProposal) Marshal() (dAtA []byte, err error) { diff --git a/x/community/types/proposal_test.go b/x/community/types/proposal_test.go index 384fcf53..ed9dc9ce 100644 --- a/x/community/types/proposal_test.go +++ b/x/community/types/proposal_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/types" ) func TestLendProposals_ValidateBasic(t *testing.T) { diff --git a/x/community/types/query.pb.go b/x/community/types/query.pb.go index c1451fd4..8c798579 100644 --- a/x/community/types/query.pb.go +++ b/x/community/types/query.pb.go @@ -374,45 +374,46 @@ func init() { } var fileDescriptor_f236f06c43149273 = []byte{ - // 606 bytes of a gzipped FileDescriptorProto + // 612 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x31, 0x6f, 0xd3, 0x40, - 0x14, 0xc7, 0x63, 0x68, 0x8b, 0xb8, 0x22, 0x10, 0x47, 0x40, 0x8d, 0x29, 0x4e, 0x31, 0x82, 0x46, - 0x6d, 0x63, 0x37, 0xa9, 0x60, 0x62, 0x21, 0x84, 0x8d, 0x01, 0x0c, 0x53, 0x97, 0xe8, 0xec, 0x9c, - 0x5c, 0x2b, 0x8e, 0xcf, 0xcd, 0x5d, 0x0a, 0x41, 0x2c, 0x74, 0x63, 0x40, 0x42, 0xe2, 0x1b, 0x30, - 0x32, 0x23, 0x3e, 0x43, 0xc7, 0x0a, 0x16, 0xc4, 0x50, 0x50, 0xc2, 0x07, 0x41, 0x77, 0xf7, 0x12, - 0x25, 0x34, 0x8e, 0xd2, 0x29, 0xf1, 0xbb, 0xf7, 0x7f, 0xff, 0xdf, 0xbd, 0xf7, 0x6c, 0x64, 0xb7, - 0xc8, 0x01, 0x71, 0x03, 0xd6, 0x6e, 0x77, 0x93, 0x48, 0xf4, 0xdc, 0x83, 0x8a, 0x4f, 0x05, 0xa9, - 0xb8, 0xfb, 0x5d, 0xda, 0xe9, 0x39, 0x69, 0x87, 0x09, 0x86, 0x6f, 0xc8, 0x1c, 0x67, 0x94, 0xe3, - 0x40, 0x8e, 0x69, 0x05, 0x8c, 0xb7, 0x19, 0x77, 0x7d, 0xc2, 0xe9, 0x48, 0x18, 0xb0, 0x28, 0xd1, - 0x3a, 0xb3, 0xa0, 0xcf, 0x1b, 0xea, 0xc9, 0xd5, 0x0f, 0x70, 0x94, 0x0f, 0x59, 0xc8, 0x74, 0x5c, - 0xfe, 0x83, 0xe8, 0x6a, 0xc8, 0x58, 0x18, 0x53, 0x97, 0xa4, 0x91, 0x4b, 0x92, 0x84, 0x09, 0x22, - 0x22, 0x96, 0x0c, 0x35, 0x77, 0x32, 0x50, 0x53, 0xd2, 0x21, 0x6d, 0x48, 0xb2, 0xf3, 0x08, 0x3f, - 0x97, 0xe8, 0xcf, 0x54, 0xd0, 0xa3, 0xfb, 0x5d, 0xca, 0x85, 0xfd, 0x02, 0x5d, 0x9b, 0x88, 0xf2, - 0x94, 0x25, 0x9c, 0xe2, 0x87, 0x68, 0x49, 0x8b, 0x57, 0x8c, 0x35, 0xa3, 0xb4, 0x5c, 0xb5, 0x9c, - 0xe9, 0x37, 0x75, 0xb4, 0xae, 0xb6, 0x70, 0x74, 0x52, 0xcc, 0x79, 0xa0, 0xb1, 0xaf, 0x43, 0xd1, - 0x1a, 0x89, 0x49, 0x12, 0xd0, 0xa1, 0x57, 0x0f, 0xe5, 0x27, 0xc3, 0x60, 0x46, 0xd0, 0xa2, 0xec, - 0x8d, 0xf4, 0x3a, 0x5f, 0x5a, 0xae, 0x16, 0x1c, 0x68, 0x88, 0xec, 0xde, 0xc8, 0xe8, 0x31, 0x8b, - 0x92, 0xda, 0xb6, 0xb4, 0xf9, 0xf2, 0xbb, 0x58, 0x0a, 0x23, 0xb1, 0xd7, 0xf5, 0x25, 0x0f, 0x74, - 0x0f, 0x7e, 0xca, 0xbc, 0xd9, 0x72, 0x45, 0x2f, 0xa5, 0x5c, 0x09, 0xb8, 0xa7, 0x2b, 0xdb, 0x26, - 0x5a, 0x51, 0xd6, 0x2f, 0x99, 0x20, 0xf1, 0x7f, 0x58, 0x87, 0x06, 0x2a, 0x4c, 0x39, 0x04, 0x38, - 0x8a, 0x16, 0x52, 0xc6, 0x62, 0x60, 0x5b, 0x9d, 0xca, 0x56, 0xa7, 0x81, 0xc2, 0xdb, 0x01, 0xbc, - 0xcd, 0x39, 0xf0, 0x40, 0xc3, 0x3d, 0x55, 0xde, 0x2e, 0xa2, 0x5b, 0x8a, 0xe1, 0x51, 0x92, 0x74, - 0x49, 0x1c, 0xbd, 0xa1, 0x4d, 0x8f, 0xbe, 0x22, 0x9d, 0xe6, 0x68, 0x50, 0x6f, 0x91, 0x95, 0x95, - 0x00, 0xa4, 0xbb, 0xe8, 0x0a, 0x17, 0xa4, 0x15, 0x25, 0x61, 0xa3, 0xa3, 0x8f, 0xd4, 0xf0, 0x2e, - 0xd6, 0x2a, 0x12, 0xeb, 0xd7, 0x49, 0xf1, 0xa6, 0x86, 0xe0, 0xcd, 0x96, 0x13, 0x31, 0xb7, 0x4d, - 0xc4, 0x9e, 0xf3, 0x94, 0x86, 0x24, 0xe8, 0xd5, 0x69, 0xf0, 0xfd, 0x6b, 0x19, 0xc1, 0xd5, 0xea, - 0x34, 0xf0, 0x2e, 0x43, 0x25, 0xf0, 0xa8, 0xbe, 0x5b, 0x44, 0x8b, 0xca, 0x1e, 0xbf, 0x37, 0xd0, - 0x92, 0x1e, 0x3a, 0xde, 0xc8, 0x5a, 0x8a, 0xd3, 0x7b, 0x66, 0x6e, 0xce, 0x95, 0xab, 0x6f, 0x62, - 0xdf, 0x3b, 0xfc, 0xf1, 0xf7, 0xd3, 0xb9, 0x35, 0x6c, 0xb9, 0x33, 0x17, 0x1b, 0x7f, 0x30, 0xd0, - 0x05, 0x98, 0x17, 0x9e, 0x6d, 0x30, 0x39, 0x72, 0x73, 0x6b, 0xbe, 0x64, 0xc0, 0x59, 0x57, 0x38, - 0xb7, 0x71, 0x31, 0x0b, 0xc7, 0x07, 0x86, 0xcf, 0x06, 0xba, 0x34, 0xbe, 0x44, 0x78, 0x7b, 0xa6, - 0xcf, 0x94, 0x65, 0x34, 0x2b, 0x67, 0x50, 0x00, 0x5e, 0x59, 0xe1, 0xad, 0xe3, 0xbb, 0x59, 0x78, - 0x42, 0xaa, 0x1a, 0x43, 0xc8, 0x6f, 0x06, 0xba, 0x7a, 0x6a, 0x89, 0xf0, 0xfd, 0x99, 0xbe, 0x59, - 0x5b, 0x69, 0x3e, 0x38, 0xab, 0x0c, 0x98, 0xab, 0x8a, 0x79, 0x0b, 0x6f, 0x64, 0x31, 0x93, 0x91, - 0x74, 0xb8, 0xcc, 0xb5, 0x27, 0x47, 0x7d, 0xcb, 0x38, 0xee, 0x5b, 0xc6, 0x9f, 0xbe, 0x65, 0x7c, - 0x1c, 0x58, 0xb9, 0xe3, 0x81, 0x95, 0xfb, 0x39, 0xb0, 0x72, 0xbb, 0xe3, 0xef, 0x9b, 0xac, 0x57, - 0x8e, 0x89, 0xcf, 0x75, 0xe5, 0xd7, 0x63, 0xb5, 0xd5, 0x8b, 0xe7, 0x2f, 0xa9, 0xcf, 0xe1, 0xce, - 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x2e, 0xb3, 0x12, 0x9f, 0xe0, 0x05, 0x00, 0x00, + 0x14, 0xc7, 0x63, 0x68, 0x8b, 0xb8, 0x22, 0x10, 0x47, 0x41, 0xad, 0x29, 0x4e, 0x31, 0x82, 0x56, + 0x6d, 0xe2, 0x4b, 0x52, 0xc1, 0xc4, 0x42, 0x88, 0x98, 0x18, 0xc0, 0x30, 0x75, 0x89, 0xce, 0xce, + 0xc9, 0xb1, 0xe2, 0xdc, 0xb9, 0xb9, 0x4b, 0x21, 0x88, 0x85, 0x6e, 0x0c, 0x48, 0x48, 0x7c, 0x03, + 0x46, 0x66, 0xc4, 0x67, 0xe8, 0x58, 0xc1, 0x82, 0x18, 0x0a, 0x4a, 0xf8, 0x20, 0xc8, 0xe7, 0x97, + 0x28, 0xa1, 0x71, 0x94, 0x4e, 0x89, 0xdf, 0xbd, 0xff, 0xfb, 0xff, 0xee, 0xbd, 0x67, 0x23, 0xbb, + 0x45, 0x0f, 0x28, 0xf1, 0x45, 0xbb, 0xdd, 0xe5, 0xa1, 0xea, 0x91, 0x83, 0xb2, 0xc7, 0x14, 0x2d, + 0x93, 0xfd, 0x2e, 0xeb, 0xf4, 0x9c, 0xb8, 0x23, 0x94, 0xc0, 0x37, 0x92, 0x1c, 0x67, 0x94, 0xe3, + 0x40, 0x8e, 0x69, 0xf9, 0x42, 0xb6, 0x85, 0x24, 0x1e, 0x95, 0x6c, 0x24, 0xf4, 0x45, 0xc8, 0x53, + 0x9d, 0xb9, 0x96, 0x9e, 0xd7, 0xf5, 0x13, 0x49, 0x1f, 0xe0, 0x68, 0x25, 0x10, 0x81, 0x48, 0xe3, + 0xc9, 0x3f, 0x88, 0xae, 0x07, 0x42, 0x04, 0x11, 0x23, 0x34, 0x0e, 0x09, 0xe5, 0x5c, 0x28, 0xaa, + 0x42, 0xc1, 0x87, 0x9a, 0x3b, 0x19, 0xa8, 0x31, 0xed, 0xd0, 0x36, 0x24, 0xd9, 0x2b, 0x08, 0x3f, + 0x4f, 0xd0, 0x9f, 0xe9, 0xa0, 0xcb, 0xf6, 0xbb, 0x4c, 0x2a, 0xfb, 0x05, 0xba, 0x36, 0x11, 0x95, + 0xb1, 0xe0, 0x92, 0xe1, 0x87, 0x68, 0x29, 0x15, 0xaf, 0x1a, 0x1b, 0xc6, 0xd6, 0x72, 0xc5, 0x72, + 0xa6, 0xdf, 0xd4, 0x49, 0x75, 0xd5, 0x85, 0xa3, 0x93, 0x7c, 0xce, 0x05, 0x8d, 0x7d, 0x1d, 0x8a, + 0x56, 0x69, 0x44, 0xb9, 0xcf, 0x86, 0x5e, 0x3d, 0xb4, 0x32, 0x19, 0x06, 0x33, 0x8a, 0x16, 0x93, + 0xde, 0x24, 0x5e, 0xe7, 0xb7, 0x96, 0x2b, 0x6b, 0x0e, 0x34, 0x24, 0xe9, 0xde, 0xc8, 0xe8, 0xb1, + 0x08, 0x79, 0xb5, 0x94, 0xd8, 0x7c, 0xf9, 0x9d, 0xdf, 0x0a, 0x42, 0xd5, 0xec, 0x7a, 0x09, 0x0f, + 0x74, 0x0f, 0x7e, 0x8a, 0xb2, 0xd1, 0x22, 0xaa, 0x17, 0x33, 0xa9, 0x05, 0xd2, 0x4d, 0x2b, 0xdb, + 0x26, 0x5a, 0xd5, 0xd6, 0x2f, 0x85, 0xa2, 0xd1, 0x7f, 0x58, 0x87, 0x06, 0x5a, 0x9b, 0x72, 0x08, + 0x70, 0x0c, 0x2d, 0xc4, 0x42, 0x44, 0xc0, 0xb6, 0x3e, 0x95, 0xad, 0xc6, 0x7c, 0x8d, 0xb7, 0x0b, + 0x78, 0x3b, 0x73, 0xe0, 0x81, 0x46, 0xba, 0xba, 0xbc, 0x9d, 0x47, 0xb7, 0x34, 0xc3, 0x23, 0xce, + 0xbb, 0x34, 0x0a, 0xdf, 0xb0, 0x86, 0xcb, 0x5e, 0xd1, 0x4e, 0x63, 0x34, 0xa8, 0xb7, 0xc8, 0xca, + 0x4a, 0x00, 0xd2, 0x3d, 0x74, 0x45, 0x2a, 0xda, 0x0a, 0x79, 0x50, 0xef, 0xa4, 0x47, 0x7a, 0x78, + 0x17, 0xab, 0xe5, 0x04, 0xeb, 0xd7, 0x49, 0xfe, 0x66, 0x0a, 0x21, 0x1b, 0x2d, 0x27, 0x14, 0xa4, + 0x4d, 0x55, 0xd3, 0x79, 0xca, 0x02, 0xea, 0xf7, 0x6a, 0xcc, 0xff, 0xfe, 0xb5, 0x88, 0xe0, 0x6a, + 0x35, 0xe6, 0xbb, 0x97, 0xa1, 0x12, 0x78, 0x54, 0xde, 0x2d, 0xa2, 0x45, 0x6d, 0x8f, 0xdf, 0x1b, + 0x68, 0x29, 0x1d, 0x3a, 0xde, 0xce, 0x5a, 0x8a, 0xd3, 0x7b, 0x66, 0xee, 0xcc, 0x95, 0x9b, 0xde, + 0xc4, 0xbe, 0x77, 0xf8, 0xe3, 0xef, 0xa7, 0x73, 0x1b, 0xd8, 0x22, 0x33, 0x17, 0x1b, 0x7f, 0x30, + 0xd0, 0x05, 0x98, 0x17, 0x9e, 0x6d, 0x30, 0x39, 0x72, 0xb3, 0x30, 0x5f, 0x32, 0xe0, 0x6c, 0x6a, + 0x9c, 0xdb, 0x38, 0x9f, 0x85, 0xe3, 0x01, 0xc3, 0x67, 0x03, 0x5d, 0x1a, 0x5f, 0x22, 0x5c, 0x9a, + 0xe9, 0x33, 0x65, 0x19, 0xcd, 0xf2, 0x19, 0x14, 0x80, 0x57, 0xd4, 0x78, 0x9b, 0xf8, 0x6e, 0x16, + 0x9e, 0x4a, 0x54, 0xf5, 0x21, 0xe4, 0x37, 0x03, 0x5d, 0x3d, 0xb5, 0x44, 0xf8, 0xfe, 0x4c, 0xdf, + 0xac, 0xad, 0x34, 0x1f, 0x9c, 0x55, 0x06, 0xcc, 0x15, 0xcd, 0x5c, 0xc0, 0xdb, 0x59, 0xcc, 0x74, + 0x24, 0x1d, 0x2e, 0x73, 0xf5, 0xc9, 0x51, 0xdf, 0x32, 0x8e, 0xfb, 0x96, 0xf1, 0xa7, 0x6f, 0x19, + 0x1f, 0x07, 0x56, 0xee, 0x78, 0x60, 0xe5, 0x7e, 0x0e, 0xac, 0xdc, 0x5e, 0x61, 0xec, 0x7d, 0x2b, + 0x05, 0x11, 0xf5, 0x24, 0x29, 0x05, 0x45, 0xbf, 0x49, 0x43, 0x4e, 0x5e, 0x8f, 0x15, 0xd7, 0x6f, + 0x9e, 0xb7, 0xa4, 0xbf, 0x87, 0xbb, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd7, 0xa6, 0xa4, 0x44, + 0xe1, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/community/types/staking.pb.go b/x/community/types/staking.pb.go index 8b803366..2248bec5 100644 --- a/x/community/types/staking.pb.go +++ b/x/community/types/staking.pb.go @@ -88,28 +88,28 @@ func init() { } var fileDescriptor_fce59dad9b680fa3 = []byte{ - // 331 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x91, 0x31, 0x6e, 0x2a, 0x31, - 0x10, 0x86, 0xd7, 0xaf, 0x78, 0x7a, 0x6f, 0xd3, 0x01, 0x41, 0x84, 0x48, 0xbb, 0x28, 0x4a, 0x81, - 0x14, 0x61, 0x8b, 0xe4, 0x04, 0x41, 0xd0, 0xa5, 0x02, 0x2a, 0x1a, 0x34, 0x6b, 0x1c, 0xb3, 0x62, - 0xbd, 0x46, 0xeb, 0x59, 0x12, 0x6e, 0xc1, 0x61, 0x72, 0x08, 0x4a, 0x94, 0x0a, 0xa5, 0x20, 0x11, - 0x5c, 0x24, 0xf2, 0x1a, 0x10, 0xdd, 0xcc, 0xe8, 0x9b, 0xcf, 0xfa, 0xc7, 0xfe, 0xfd, 0x0c, 0x16, - 0xc0, 0xb8, 0x56, 0x2a, 0x4f, 0x63, 0x5c, 0xb2, 0x45, 0x3b, 0x12, 0x08, 0x6d, 0x66, 0x10, 0x66, - 0x71, 0x2a, 0xe9, 0x3c, 0xd3, 0xa8, 0x4b, 0x55, 0x4b, 0xd1, 0x33, 0x45, 0x8f, 0x54, 0xfd, 0x86, - 0x6b, 0xa3, 0xb4, 0x19, 0x17, 0x14, 0x73, 0x8d, 0x5b, 0xa9, 0x57, 0xa4, 0x96, 0xda, 0xcd, 0x6d, - 0x75, 0x9c, 0x86, 0x52, 0x6b, 0x99, 0x08, 0x56, 0x74, 0x51, 0xfe, 0xca, 0x30, 0x56, 0xc2, 0x20, - 0xa8, 0xb9, 0x03, 0xee, 0xb6, 0xc4, 0x2f, 0x0f, 0xdc, 0xdb, 0x7d, 0xf1, 0x06, 0xd9, 0xc4, 0x0c, - 0x10, 0x50, 0x94, 0x46, 0x7e, 0x35, 0x01, 0x83, 0x63, 0xe0, 0x3c, 0x57, 0x79, 0x02, 0x18, 0xeb, - 0x74, 0x6c, 0x97, 0x6b, 0xa4, 0x41, 0x9a, 0x57, 0x8f, 0x75, 0xea, 0xcc, 0xf4, 0x64, 0xa6, 0xc3, - 0x93, 0xb9, 0xf3, 0x6f, 0xbd, 0x0b, 0xbd, 0xd5, 0x77, 0x48, 0xfa, 0x15, 0xeb, 0x78, 0xbe, 0x50, - 0x58, 0xa8, 0x24, 0xfc, 0xeb, 0xc2, 0x8d, 0x59, 0x9e, 0x72, 0x67, 0x16, 0x59, 0xa6, 0xb3, 0xda, - 0x9f, 0x06, 0x69, 0xfe, 0xef, 0xb4, 0xed, 0xfa, 0xd7, 0x2e, 0xbc, 0x75, 0xf9, 0xcc, 0x64, 0x46, - 0x63, 0xcd, 0x14, 0xe0, 0x94, 0xbe, 0x08, 0x09, 0x7c, 0xd9, 0x15, 0xfc, 0xf3, 0xa3, 0xe5, 0x1f, - 0xe3, 0x77, 0x05, 0xef, 0x97, 0xad, 0x6f, 0x78, 0xd6, 0xf5, 0xac, 0xad, 0xd3, 0x5b, 0xef, 0x03, - 0xb2, 0xd9, 0x07, 0xe4, 0x67, 0x1f, 0x90, 0xd5, 0x21, 0xf0, 0x36, 0x87, 0xc0, 0xdb, 0x1e, 0x02, - 0x6f, 0xf4, 0x20, 0x63, 0x9c, 0xe6, 0x91, 0x3d, 0x30, 0xb3, 0x97, 0x6e, 0x25, 0x10, 0x99, 0xa2, - 0x62, 0xef, 0x17, 0x7f, 0x83, 0xcb, 0xb9, 0x30, 0xd1, 0xdf, 0x22, 0xe1, 0xd3, 0x6f, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x98, 0xd8, 0x77, 0x55, 0xba, 0x01, 0x00, 0x00, + // 333 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x91, 0x41, 0x4e, 0x02, 0x31, + 0x14, 0x86, 0xa7, 0x2e, 0x8c, 0x8e, 0x3b, 0x40, 0x82, 0x98, 0xcc, 0x10, 0xe3, 0x82, 0x85, 0xb4, + 0xa0, 0x27, 0x90, 0xa0, 0x2b, 0x57, 0xc0, 0x8a, 0x0d, 0x79, 0x53, 0x6a, 0x99, 0x30, 0x33, 0x25, + 0xd3, 0x37, 0x28, 0xb7, 0xe0, 0x30, 0x1e, 0x82, 0x25, 0x71, 0x45, 0x5c, 0xa0, 0x81, 0x8b, 0x98, + 0x4e, 0x81, 0xb0, 0xeb, 0x7b, 0xf9, 0xfe, 0xaf, 0xf9, 0x5b, 0xf7, 0x7e, 0x02, 0x33, 0x60, 0x5c, + 0xc5, 0x71, 0x96, 0x84, 0x38, 0x67, 0xb3, 0x56, 0x20, 0x10, 0x5a, 0x4c, 0x23, 0x4c, 0xc2, 0x44, + 0xd2, 0x69, 0xaa, 0x50, 0x15, 0xca, 0x86, 0xa2, 0x47, 0x8a, 0xee, 0xa9, 0xea, 0x0d, 0x57, 0x3a, + 0x56, 0x7a, 0x98, 0x53, 0xcc, 0x0e, 0x36, 0x52, 0x2d, 0x49, 0x25, 0x95, 0xdd, 0x9b, 0xd3, 0x7e, + 0xeb, 0x4b, 0xa5, 0x64, 0x24, 0x58, 0x3e, 0x05, 0xd9, 0x3b, 0xc3, 0x30, 0x16, 0x1a, 0x21, 0x9e, + 0x5a, 0xe0, 0x6e, 0x4d, 0xdc, 0x62, 0xcf, 0xde, 0xdd, 0x15, 0x1f, 0x90, 0x8e, 0x74, 0x0f, 0x01, + 0x45, 0x61, 0xe0, 0x96, 0x23, 0xd0, 0x38, 0x04, 0xce, 0xb3, 0x38, 0x8b, 0x00, 0x43, 0x95, 0x0c, + 0x4d, 0xb8, 0x42, 0x6a, 0xa4, 0x7e, 0xf5, 0x58, 0xa5, 0xd6, 0x4c, 0x0f, 0x66, 0xda, 0x3f, 0x98, + 0xdb, 0x17, 0xcb, 0x8d, 0xef, 0x2c, 0x7e, 0x7d, 0xd2, 0x2d, 0x19, 0xc7, 0xf3, 0x89, 0xc2, 0x40, + 0x05, 0xe1, 0x5e, 0xe7, 0x6e, 0x4c, 0xb3, 0x84, 0x5b, 0xb3, 0x48, 0x53, 0x95, 0x56, 0xce, 0x6a, + 0xa4, 0x7e, 0xd9, 0x6e, 0x99, 0xf8, 0xcf, 0xc6, 0xbf, 0xb5, 0xfd, 0xf4, 0x68, 0x42, 0x43, 0xc5, + 0x62, 0xc0, 0x31, 0x7d, 0x13, 0x12, 0xf8, 0xbc, 0x23, 0xf8, 0xf7, 0x57, 0xc3, 0xdd, 0xd7, 0xef, + 0x08, 0xde, 0x2d, 0x1a, 0x5f, 0xff, 0xa8, 0x7b, 0x31, 0xb6, 0xf6, 0xeb, 0x72, 0xeb, 0x91, 0xd5, + 0xd6, 0x23, 0x7f, 0x5b, 0x8f, 0x2c, 0x76, 0x9e, 0xb3, 0xda, 0x79, 0xce, 0x7a, 0xe7, 0x39, 0x83, + 0x07, 0x19, 0xe2, 0x38, 0x0b, 0xcc, 0x03, 0xb3, 0xa6, 0x8c, 0x20, 0xd0, 0xac, 0x29, 0x1b, 0x7c, + 0x0c, 0x61, 0xc2, 0x3e, 0x4f, 0x3e, 0x07, 0xe7, 0x53, 0xa1, 0x83, 0xf3, 0xbc, 0xe2, 0xd3, 0x7f, + 0x00, 0x00, 0x00, 0xff, 0xff, 0x05, 0xd5, 0x6c, 0x66, 0xbb, 0x01, 0x00, 0x00, } func (m *StakingRewardsState) Marshal() (dAtA []byte, err error) { diff --git a/x/community/types/staking_test.go b/x/community/types/staking_test.go index 20e83128..1758b9e8 100644 --- a/x/community/types/staking_test.go +++ b/x/community/types/staking_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" sdkmath "cosmossdk.io/math" - "github.com/kava-labs/kava/x/community/types" + "github.com/0glabs/0g-chain/x/community/types" ) type stakingRewardsStateTestCase struct { diff --git a/x/community/types/tx.pb.go b/x/community/types/tx.pb.go index 96e55333..a84797be 100644 --- a/x/community/types/tx.pb.go +++ b/x/community/types/tx.pb.go @@ -195,35 +195,36 @@ func init() { func init() { proto.RegisterFile("kava/community/v1beta1/tx.proto", fileDescriptor_e81067e0fbdaca18) } var fileDescriptor_e81067e0fbdaca18 = []byte{ - // 446 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0xcd, 0xaa, 0xd3, 0x40, - 0x14, 0xc7, 0x33, 0xde, 0x4b, 0xe1, 0xce, 0x15, 0xc4, 0x50, 0x34, 0x0d, 0x32, 0xb9, 0xd4, 0x85, - 0x05, 0x6d, 0xc6, 0x5b, 0xc5, 0x85, 0xb8, 0x31, 0x05, 0xc1, 0x45, 0xa1, 0x44, 0xdc, 0xb8, 0x91, - 0x49, 0x32, 0xa4, 0xa1, 0x4d, 0x4e, 0xc8, 0x4c, 0x6a, 0xfb, 0x06, 0x6e, 0x04, 0x1f, 0xc1, 0xa5, - 0xb8, 0x76, 0xe3, 0x1b, 0x74, 0x59, 0x5c, 0xb9, 0x52, 0x49, 0x37, 0x3e, 0x86, 0x24, 0x99, 0xd4, - 0xaa, 0xad, 0x1f, 0xab, 0xf9, 0xfa, 0x9f, 0xf3, 0xff, 0x9d, 0x33, 0x07, 0x5b, 0x53, 0x36, 0x67, - 0xd4, 0x87, 0x38, 0xce, 0x93, 0x48, 0x2e, 0xe9, 0xfc, 0xdc, 0xe3, 0x92, 0x9d, 0x53, 0xb9, 0xb0, - 0xd3, 0x0c, 0x24, 0xe8, 0x57, 0x4a, 0x81, 0xbd, 0x15, 0xd8, 0x4a, 0x60, 0x12, 0x1f, 0x44, 0x0c, - 0x82, 0x7a, 0x4c, 0xf0, 0x6d, 0x94, 0x0f, 0x51, 0x52, 0xc7, 0x99, 0x9d, 0xfa, 0xfd, 0x79, 0x75, - 0xa2, 0xf5, 0x41, 0x3d, 0xb5, 0x43, 0x08, 0xa1, 0xbe, 0x2f, 0x77, 0xea, 0xf6, 0xfa, 0x01, 0x92, - 0x94, 0x65, 0x2c, 0x56, 0xa1, 0xdd, 0x0f, 0x08, 0xb7, 0x47, 0x22, 0x7c, 0x94, 0x27, 0xc1, 0xb0, - 0x51, 0x8e, 0x01, 0x66, 0xba, 0x8f, 0x5b, 0x2c, 0x86, 0x3c, 0x91, 0x06, 0x3a, 0x3b, 0xea, 0x9d, - 0x0e, 0x3a, 0xb6, 0xb2, 0x2c, 0xf9, 0x1a, 0x68, 0x7b, 0x08, 0x51, 0xe2, 0xdc, 0x5e, 0x7d, 0xb6, - 0xb4, 0x77, 0x5f, 0xac, 0x5e, 0x18, 0xc9, 0x49, 0xee, 0x95, 0xb5, 0x29, 0x3e, 0xb5, 0xf4, 0x45, - 0x30, 0xa5, 0x72, 0x99, 0x72, 0x51, 0x05, 0x08, 0x57, 0xa5, 0xd6, 0xef, 0xe1, 0x93, 0x80, 0xa7, - 0x20, 0x22, 0x09, 0x99, 0x71, 0xe1, 0x0c, 0xf5, 0x4e, 0x1c, 0xe3, 0xe3, 0xfb, 0x7e, 0x5b, 0x59, - 0x3d, 0x0c, 0x82, 0x8c, 0x0b, 0xf1, 0x44, 0x66, 0x51, 0x12, 0xba, 0x3f, 0xa4, 0xf7, 0x8f, 0x5f, - 0xbe, 0xb1, 0xb4, 0x2e, 0xc1, 0xd7, 0xf6, 0xa1, 0xbb, 0x5c, 0xa4, 0x90, 0x08, 0xde, 0x7d, 0x85, - 0xf0, 0xa5, 0x91, 0x08, 0x9f, 0xa6, 0x01, 0x93, 0x7c, 0x5c, 0x55, 0x5d, 0x3a, 0xb2, 0x5c, 0x4e, - 0x20, 0x8b, 0xe4, 0xd2, 0x40, 0x7f, 0x73, 0xdc, 0x4a, 0xf5, 0x07, 0xb8, 0x55, 0xf7, 0xad, 0xc2, - 0x3c, 0x1d, 0x10, 0x7b, 0xff, 0x37, 0xda, 0xb5, 0x8f, 0x73, 0x5c, 0xf6, 0xc4, 0x55, 0x31, 0x8a, - 0xb7, 0x83, 0xaf, 0xfe, 0x82, 0xd3, 0xa0, 0x0e, 0xbe, 0x21, 0x7c, 0x34, 0x12, 0xa1, 0xfe, 0x02, - 0x5f, 0xfe, 0xfd, 0x2b, 0x6e, 0x1d, 0xf2, 0xda, 0x57, 0xbd, 0x79, 0xf7, 0x7f, 0xd4, 0x0d, 0x80, - 0x3e, 0xc1, 0x17, 0x7f, 0xea, 0xd3, 0x8d, 0x3f, 0x64, 0xd9, 0x15, 0x9a, 0xf4, 0x1f, 0x85, 0x8d, - 0x93, 0xf3, 0xf8, 0x6d, 0x41, 0xd0, 0xaa, 0x20, 0x68, 0x5d, 0x10, 0xf4, 0xb5, 0x20, 0xe8, 0xf5, - 0x86, 0x68, 0xeb, 0x0d, 0xd1, 0x3e, 0x6d, 0x88, 0xf6, 0xec, 0xe6, 0xce, 0x0c, 0x95, 0x89, 0xfb, - 0x33, 0xe6, 0x89, 0x6a, 0x47, 0x17, 0x3b, 0xb3, 0x5c, 0x0d, 0x93, 0xd7, 0xaa, 0x66, 0xf8, 0xce, - 0xf7, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf0, 0x3a, 0x80, 0xec, 0x74, 0x03, 0x00, 0x00, + // 452 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0xb1, 0x8e, 0xd3, 0x30, + 0x18, 0xc7, 0x63, 0xee, 0x54, 0xe9, 0x7c, 0x48, 0x88, 0xa8, 0x82, 0xb6, 0x42, 0xee, 0xa9, 0x0c, + 0x74, 0xb8, 0xc6, 0xbd, 0x82, 0x18, 0x10, 0x0b, 0x3d, 0x89, 0x01, 0xa9, 0xd2, 0x29, 0x88, 0x85, + 0x05, 0x39, 0x89, 0xe5, 0x58, 0x77, 0xf1, 0x17, 0xc5, 0xce, 0x71, 0x7d, 0x03, 0x16, 0x24, 0x1e, + 0x81, 0x11, 0x31, 0xb3, 0xf0, 0x06, 0x37, 0x9e, 0x98, 0x98, 0x00, 0xa5, 0x0b, 0x8f, 0x81, 0x92, + 0x38, 0xa5, 0x40, 0x0b, 0xdc, 0x94, 0xd8, 0xfe, 0xff, 0xfd, 0xff, 0x7d, 0x9f, 0x3f, 0xdc, 0x3f, + 0x66, 0xa7, 0x8c, 0x86, 0x90, 0x24, 0xb9, 0x92, 0x66, 0x4e, 0x4f, 0x0f, 0x02, 0x6e, 0xd8, 0x01, + 0x35, 0x67, 0x5e, 0x9a, 0x81, 0x01, 0xf7, 0x46, 0x29, 0xf0, 0x96, 0x02, 0xcf, 0x0a, 0x7a, 0x24, + 0x04, 0x9d, 0x80, 0xa6, 0x01, 0xd3, 0x7c, 0xe9, 0x0a, 0x41, 0xaa, 0xda, 0xd7, 0xeb, 0xd6, 0xe7, + 0x2f, 0xaa, 0x15, 0xad, 0x17, 0xf6, 0xa8, 0x2d, 0x40, 0x40, 0xbd, 0x5f, 0xfe, 0xd9, 0xdd, 0xdb, + 0x1b, 0x48, 0x52, 0x96, 0xb1, 0xc4, 0x5a, 0x07, 0x1f, 0x11, 0x6e, 0xcf, 0xb4, 0x78, 0x9c, 0xab, + 0xe8, 0xb0, 0x51, 0x1e, 0x01, 0x9c, 0xb8, 0x21, 0x6e, 0xb1, 0x04, 0x72, 0x65, 0x3a, 0x68, 0x6f, + 0x6b, 0xb8, 0x3b, 0xe9, 0x7a, 0x36, 0xb2, 0xe4, 0x6b, 0xa0, 0xbd, 0x43, 0x90, 0x6a, 0x3a, 0x3e, + 0xff, 0xd2, 0x77, 0xde, 0x7f, 0xed, 0x0f, 0x85, 0x34, 0x71, 0x1e, 0x94, 0xb5, 0x59, 0x3e, 0xfb, + 0x19, 0xe9, 0xe8, 0x98, 0x9a, 0x79, 0xca, 0x75, 0x65, 0xd0, 0xbe, 0xbd, 0xda, 0xbd, 0x8f, 0x77, + 0x22, 0x9e, 0x82, 0x96, 0x06, 0xb2, 0xce, 0x95, 0x3d, 0x34, 0xdc, 0x99, 0x76, 0x3e, 0x7d, 0x18, + 0xb5, 0x6d, 0xd4, 0xa3, 0x28, 0xca, 0xb8, 0xd6, 0x4f, 0x4d, 0x26, 0x95, 0xf0, 0x7f, 0x4a, 0x1f, + 0x6c, 0xbf, 0x7a, 0xdb, 0x77, 0x06, 0x04, 0xdf, 0x5a, 0x87, 0xee, 0x73, 0x9d, 0x82, 0xd2, 0x7c, + 0xf0, 0x1a, 0xe1, 0x6b, 0x33, 0x2d, 0x9e, 0xa5, 0x11, 0x33, 0xfc, 0xa8, 0xaa, 0xba, 0x4c, 0x64, + 0xb9, 0x89, 0x21, 0x93, 0x66, 0xde, 0x41, 0xff, 0x4a, 0x5c, 0x4a, 0xdd, 0x87, 0xb8, 0x55, 0xf7, + 0xad, 0xc2, 0xdc, 0x9d, 0x10, 0x6f, 0xfd, 0x33, 0x7a, 0x75, 0xce, 0x74, 0xbb, 0xec, 0x89, 0x6f, + 0x3d, 0x96, 0xb7, 0x8b, 0x6f, 0xfe, 0x86, 0xd3, 0xa0, 0x4e, 0xbe, 0x23, 0xbc, 0x35, 0xd3, 0xc2, + 0x7d, 0x89, 0xaf, 0xff, 0xf9, 0x14, 0xfb, 0x9b, 0xb2, 0xd6, 0x55, 0xdf, 0xbb, 0x77, 0x19, 0x75, + 0x03, 0xe0, 0xc6, 0xf8, 0xea, 0x2f, 0x7d, 0xba, 0xf3, 0x97, 0x5b, 0x56, 0x85, 0x3d, 0xfa, 0x9f, + 0xc2, 0x26, 0x69, 0xfa, 0xe4, 0x5d, 0x41, 0xd0, 0x79, 0x41, 0xd0, 0x45, 0x41, 0xd0, 0xb7, 0x82, + 0xa0, 0x37, 0x0b, 0xe2, 0x5c, 0x2c, 0x88, 0xf3, 0x79, 0x41, 0x9c, 0xe7, 0xfb, 0x2b, 0x33, 0x34, + 0x16, 0x27, 0x2c, 0xd0, 0x74, 0x2c, 0x46, 0x61, 0xcc, 0xa4, 0xa2, 0x67, 0x2b, 0xc3, 0x5c, 0x4d, + 0x53, 0xd0, 0xaa, 0x86, 0xf8, 0xee, 0x8f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7c, 0x2f, 0x37, 0xf3, + 0x75, 0x03, 0x00, 0x00, } func (this *MsgFundCommunityPool) Equal(that interface{}) bool { diff --git a/x/earn/client/cli/query.go b/x/earn/client/cli/query.go index 129eb279..fb514e62 100644 --- a/x/earn/client/cli/query.go +++ b/x/earn/client/cli/query.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/types" ) // flags for cli queries diff --git a/x/earn/client/cli/tx.go b/x/earn/client/cli/tx.go index 2ab9e45d..038b9512 100644 --- a/x/earn/client/cli/tx.go +++ b/x/earn/client/cli/tx.go @@ -13,7 +13,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/earn/client/cli/utils.go b/x/earn/client/cli/utils.go index c8693ec4..6e2ab52c 100644 --- a/x/earn/client/cli/utils.go +++ b/x/earn/client/cli/utils.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/types" ) // ParseCommunityPoolDepositProposalJSON reads and parses a CommunityPoolDepositProposalJSON from a file. diff --git a/x/earn/client/proposal_handler.go b/x/earn/client/proposal_handler.go index 22d75829..adb0ab23 100644 --- a/x/earn/client/proposal_handler.go +++ b/x/earn/client/proposal_handler.go @@ -3,7 +3,7 @@ package client import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" - "github.com/kava-labs/kava/x/earn/client/cli" + "github.com/0glabs/0g-chain/x/earn/client/cli" ) // community-pool deposit/withdraw proposal handlers diff --git a/x/earn/genesis.go b/x/earn/genesis.go index 0fd7212a..e234586c 100644 --- a/x/earn/genesis.go +++ b/x/earn/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/keeper" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/keeper" + "github.com/0glabs/0g-chain/x/earn/types" ) // InitGenesis initializes genesis state diff --git a/x/earn/genesis_test.go b/x/earn/genesis_test.go index 2d982a6d..6a54bcc2 100644 --- a/x/earn/genesis_test.go +++ b/x/earn/genesis_test.go @@ -3,10 +3,10 @@ package earn_test import ( "testing" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/earn" - "github.com/kava-labs/kava/x/earn/testutil" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/earn" + "github.com/0glabs/0g-chain/x/earn/testutil" + "github.com/0glabs/0g-chain/x/earn/types" "github.com/stretchr/testify/suite" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/earn/handler.go b/x/earn/handler.go index 08ed4ef4..3596a2ed 100644 --- a/x/earn/handler.go +++ b/x/earn/handler.go @@ -6,8 +6,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/kava-labs/kava/x/earn/keeper" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/keeper" + "github.com/0glabs/0g-chain/x/earn/types" ) // NewCommunityPoolProposalHandler diff --git a/x/earn/keeper/deposit.go b/x/earn/keeper/deposit.go index 5598e5c1..8127e06f 100644 --- a/x/earn/keeper/deposit.go +++ b/x/earn/keeper/deposit.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/types" ) // Deposit adds the provided amount from a depositor to a vault. The vault is diff --git a/x/earn/keeper/deposit_test.go b/x/earn/keeper/deposit_test.go index 806d1b17..765c30f0 100644 --- a/x/earn/keeper/deposit_test.go +++ b/x/earn/keeper/deposit_test.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/earn/testutil" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/earn/testutil" + "github.com/0glabs/0g-chain/x/earn/types" "github.com/stretchr/testify/suite" ) diff --git a/x/earn/keeper/grpc_query.go b/x/earn/keeper/grpc_query.go index b3175c9b..8b96fd15 100644 --- a/x/earn/keeper/grpc_query.go +++ b/x/earn/keeper/grpc_query.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/types" ) type queryServer struct { diff --git a/x/earn/keeper/grpc_query_test.go b/x/earn/keeper/grpc_query_test.go index 2ba413c3..466af2f4 100644 --- a/x/earn/keeper/grpc_query_test.go +++ b/x/earn/keeper/grpc_query_test.go @@ -16,11 +16,11 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/earn/keeper" - "github.com/kava-labs/kava/x/earn/testutil" - "github.com/kava-labs/kava/x/earn/types" - liquidtypes "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/earn/keeper" + "github.com/0glabs/0g-chain/x/earn/testutil" + "github.com/0glabs/0g-chain/x/earn/types" + liquidtypes "github.com/0glabs/0g-chain/x/liquid/types" ) type grpcQueryTestSuite struct { diff --git a/x/earn/keeper/hooks.go b/x/earn/keeper/hooks.go index 36a33ce3..d693b91c 100644 --- a/x/earn/keeper/hooks.go +++ b/x/earn/keeper/hooks.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/types" ) // Implements EarnHooks interface diff --git a/x/earn/keeper/hooks_test.go b/x/earn/keeper/hooks_test.go index 55d8b673..63ff718a 100644 --- a/x/earn/keeper/hooks_test.go +++ b/x/earn/keeper/hooks_test.go @@ -3,9 +3,9 @@ package keeper_test import ( "testing" - "github.com/kava-labs/kava/x/earn/testutil" - "github.com/kava-labs/kava/x/earn/types" - "github.com/kava-labs/kava/x/earn/types/mocks" + "github.com/0glabs/0g-chain/x/earn/testutil" + "github.com/0glabs/0g-chain/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/types/mocks" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/mock" diff --git a/x/earn/keeper/invariants.go b/x/earn/keeper/invariants.go index 880921e8..5f94d7f8 100644 --- a/x/earn/keeper/invariants.go +++ b/x/earn/keeper/invariants.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/earn/keeper/invariants_test.go b/x/earn/keeper/invariants_test.go index cd0ebd4a..12f9687d 100644 --- a/x/earn/keeper/invariants_test.go +++ b/x/earn/keeper/invariants_test.go @@ -3,10 +3,10 @@ package keeper_test import ( "testing" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/earn/keeper" - "github.com/kava-labs/kava/x/earn/testutil" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/earn/keeper" + "github.com/0glabs/0g-chain/x/earn/testutil" + "github.com/0glabs/0g-chain/x/earn/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" diff --git a/x/earn/keeper/keeper.go b/x/earn/keeper/keeper.go index c7a691d7..b61619c5 100644 --- a/x/earn/keeper/keeper.go +++ b/x/earn/keeper/keeper.go @@ -1,9 +1,9 @@ package keeper import ( + "github.com/0glabs/0g-chain/x/earn/types" "github.com/cosmos/cosmos-sdk/codec" storetypes "github.com/cosmos/cosmos-sdk/store/types" - "github.com/kava-labs/kava/x/earn/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" ) diff --git a/x/earn/keeper/msg_server.go b/x/earn/keeper/msg_server.go index 1e719b99..a9e4d1da 100644 --- a/x/earn/keeper/msg_server.go +++ b/x/earn/keeper/msg_server.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/types" ) type msgServer struct { diff --git a/x/earn/keeper/msg_server_test.go b/x/earn/keeper/msg_server_test.go index 04efa27d..2a7f4a1f 100644 --- a/x/earn/keeper/msg_server_test.go +++ b/x/earn/keeper/msg_server_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" + "github.com/0glabs/0g-chain/x/earn/keeper" + "github.com/0glabs/0g-chain/x/earn/testutil" + "github.com/0glabs/0g-chain/x/earn/types" "github.com/cometbft/cometbft/crypto" - "github.com/kava-labs/kava/x/earn/keeper" - "github.com/kava-labs/kava/x/earn/testutil" - "github.com/kava-labs/kava/x/earn/types" "github.com/stretchr/testify/suite" ) diff --git a/x/earn/keeper/params.go b/x/earn/keeper/params.go index 217b514e..6223b9d4 100644 --- a/x/earn/keeper/params.go +++ b/x/earn/keeper/params.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/types" ) const ( diff --git a/x/earn/keeper/proposal_handler.go b/x/earn/keeper/proposal_handler.go index 03b08c7c..82986ae5 100644 --- a/x/earn/keeper/proposal_handler.go +++ b/x/earn/keeper/proposal_handler.go @@ -3,8 +3,8 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" - kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/earn/types" + kavadisttypes "github.com/0glabs/0g-chain/x/kavadist/types" ) // HandleCommunityPoolDepositProposal is a handler for executing a passed community pool deposit proposal diff --git a/x/earn/keeper/proposal_handler_test.go b/x/earn/keeper/proposal_handler_test.go index 1d030abc..f213e0dc 100644 --- a/x/earn/keeper/proposal_handler_test.go +++ b/x/earn/keeper/proposal_handler_test.go @@ -4,10 +4,10 @@ import ( "testing" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/x/earn/keeper" + "github.com/0glabs/0g-chain/x/earn/testutil" + "github.com/0glabs/0g-chain/x/earn/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/keeper" - "github.com/kava-labs/kava/x/earn/testutil" - "github.com/kava-labs/kava/x/earn/types" "github.com/stretchr/testify/suite" ) diff --git a/x/earn/keeper/strategy.go b/x/earn/keeper/strategy.go index 7aa9a001..96d26a71 100644 --- a/x/earn/keeper/strategy.go +++ b/x/earn/keeper/strategy.go @@ -3,8 +3,8 @@ package keeper import ( "fmt" + "github.com/0glabs/0g-chain/x/earn/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" ) // Strategy is the interface that must be implemented by a strategy. diff --git a/x/earn/keeper/strategy_hard.go b/x/earn/keeper/strategy_hard.go index b703435e..12759ba4 100644 --- a/x/earn/keeper/strategy_hard.go +++ b/x/earn/keeper/strategy_hard.go @@ -1,8 +1,8 @@ package keeper import ( + "github.com/0glabs/0g-chain/x/earn/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" ) // HardStrategy defines the strategy that deposits assets to Hard diff --git a/x/earn/keeper/strategy_hard_test.go b/x/earn/keeper/strategy_hard_test.go index a283763e..31eca7cb 100644 --- a/x/earn/keeper/strategy_hard_test.go +++ b/x/earn/keeper/strategy_hard_test.go @@ -6,8 +6,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/testutil" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/testutil" + "github.com/0glabs/0g-chain/x/earn/types" "github.com/stretchr/testify/suite" ) diff --git a/x/earn/keeper/strategy_savings.go b/x/earn/keeper/strategy_savings.go index c5955e67..aa15c0d3 100644 --- a/x/earn/keeper/strategy_savings.go +++ b/x/earn/keeper/strategy_savings.go @@ -1,8 +1,8 @@ package keeper import ( + "github.com/0glabs/0g-chain/x/earn/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" ) // SavingsStrategy defines the strategy that deposits assets to x/savings diff --git a/x/earn/keeper/strategy_savings_test.go b/x/earn/keeper/strategy_savings_test.go index 72ad8d24..827b90f2 100644 --- a/x/earn/keeper/strategy_savings_test.go +++ b/x/earn/keeper/strategy_savings_test.go @@ -6,8 +6,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/testutil" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/testutil" + "github.com/0glabs/0g-chain/x/earn/types" "github.com/stretchr/testify/suite" ) diff --git a/x/earn/keeper/vault.go b/x/earn/keeper/vault.go index edb689e1..e524acb4 100644 --- a/x/earn/keeper/vault.go +++ b/x/earn/keeper/vault.go @@ -3,8 +3,8 @@ package keeper import ( "fmt" + "github.com/0glabs/0g-chain/x/earn/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" ) // GetVaultTotalShares returns the total shares of a vault. diff --git a/x/earn/keeper/vault_record.go b/x/earn/keeper/vault_record.go index 9a7eb29d..13f96d96 100644 --- a/x/earn/keeper/vault_record.go +++ b/x/earn/keeper/vault_record.go @@ -1,9 +1,9 @@ package keeper import ( + "github.com/0glabs/0g-chain/x/earn/types" "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" ) // ---------------------------------------------------------------------------- diff --git a/x/earn/keeper/vault_share.go b/x/earn/keeper/vault_share.go index 36f3c608..2fe10ff8 100644 --- a/x/earn/keeper/vault_share.go +++ b/x/earn/keeper/vault_share.go @@ -3,8 +3,8 @@ package keeper import ( "fmt" + "github.com/0glabs/0g-chain/x/earn/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" ) // ConvertToShares converts a given amount of tokens to shares. diff --git a/x/earn/keeper/vault_share_record.go b/x/earn/keeper/vault_share_record.go index 03585397..daa2293f 100644 --- a/x/earn/keeper/vault_share_record.go +++ b/x/earn/keeper/vault_share_record.go @@ -1,9 +1,9 @@ package keeper import ( + "github.com/0glabs/0g-chain/x/earn/types" "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" ) // ---------------------------------------------------------------------------- diff --git a/x/earn/keeper/vault_share_record_test.go b/x/earn/keeper/vault_share_record_test.go index 89eb4806..c57d530e 100644 --- a/x/earn/keeper/vault_share_record_test.go +++ b/x/earn/keeper/vault_share_record_test.go @@ -1,8 +1,8 @@ package keeper_test import ( + "github.com/0glabs/0g-chain/x/earn/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" ) // ---------------------------------------------------------------------------- diff --git a/x/earn/keeper/vault_share_test.go b/x/earn/keeper/vault_share_test.go index 8cefd82a..9f8d8faa 100644 --- a/x/earn/keeper/vault_share_test.go +++ b/x/earn/keeper/vault_share_test.go @@ -8,8 +8,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/earn/testutil" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/testutil" + "github.com/0glabs/0g-chain/x/earn/types" ) type vaultShareTestSuite struct { diff --git a/x/earn/keeper/vault_test.go b/x/earn/keeper/vault_test.go index d1568880..32d9c120 100644 --- a/x/earn/keeper/vault_test.go +++ b/x/earn/keeper/vault_test.go @@ -6,8 +6,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/testutil" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/testutil" + "github.com/0glabs/0g-chain/x/earn/types" "github.com/stretchr/testify/suite" ) diff --git a/x/earn/keeper/withdraw.go b/x/earn/keeper/withdraw.go index f11a21bf..834a5f0f 100644 --- a/x/earn/keeper/withdraw.go +++ b/x/earn/keeper/withdraw.go @@ -6,7 +6,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/types" ) // Withdraw removes the amount of supplied tokens from a vault and transfers it diff --git a/x/earn/keeper/withdraw_test.go b/x/earn/keeper/withdraw_test.go index 4b8d0b4d..7bc10458 100644 --- a/x/earn/keeper/withdraw_test.go +++ b/x/earn/keeper/withdraw_test.go @@ -6,8 +6,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/earn/testutil" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/testutil" + "github.com/0glabs/0g-chain/x/earn/types" "github.com/stretchr/testify/suite" ) diff --git a/x/earn/module.go b/x/earn/module.go index 03374364..127884f0 100644 --- a/x/earn/module.go +++ b/x/earn/module.go @@ -16,9 +16,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/kava-labs/kava/x/earn/client/cli" - "github.com/kava-labs/kava/x/earn/keeper" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/client/cli" + "github.com/0glabs/0g-chain/x/earn/keeper" + "github.com/0glabs/0g-chain/x/earn/types" ) var ( diff --git a/x/earn/testutil/suite.go b/x/earn/testutil/suite.go index 063dca41..4d938df2 100644 --- a/x/earn/testutil/suite.go +++ b/x/earn/testutil/suite.go @@ -6,17 +6,17 @@ import ( "time" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/earn/keeper" + "github.com/0glabs/0g-chain/x/earn/types" + "github.com/0glabs/0g-chain/x/hard" "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/earn/keeper" - "github.com/kava-labs/kava/x/earn/types" - "github.com/kava-labs/kava/x/hard" - hardkeeper "github.com/kava-labs/kava/x/hard/keeper" - hardtypes "github.com/kava-labs/kava/x/hard/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" - savingskeeper "github.com/kava-labs/kava/x/savings/keeper" - savingstypes "github.com/kava-labs/kava/x/savings/types" + hardkeeper "github.com/0glabs/0g-chain/x/hard/keeper" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" + savingskeeper "github.com/0glabs/0g-chain/x/savings/keeper" + savingstypes "github.com/0glabs/0g-chain/x/savings/types" abci "github.com/cometbft/cometbft/abci/types" tmproto "github.com/cometbft/cometbft/proto/tendermint/types" diff --git a/x/earn/types/expected_keepers.go b/x/earn/types/expected_keepers.go index e2533c88..65bbf027 100644 --- a/x/earn/types/expected_keepers.go +++ b/x/earn/types/expected_keepers.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/x/auth/types" disttypes "github.com/cosmos/cosmos-sdk/x/distribution/types" - hardtypes "github.com/kava-labs/kava/x/hard/types" - savingstypes "github.com/kava-labs/kava/x/savings/types" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + savingstypes "github.com/0glabs/0g-chain/x/savings/types" ) // AccountKeeper defines the expected account keeper diff --git a/x/earn/types/genesis.pb.go b/x/earn/types/genesis.pb.go index ff3b0779..791e5df4 100644 --- a/x/earn/types/genesis.pb.go +++ b/x/earn/types/genesis.pb.go @@ -94,7 +94,7 @@ func init() { func init() { proto.RegisterFile("kava/earn/v1beta1/genesis.proto", fileDescriptor_514fe130cb964f8c) } var fileDescriptor_514fe130cb964f8c = []byte{ - // 294 bytes of a gzipped FileDescriptorProto + // 300 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcf, 0x4e, 0x2c, 0x4b, 0xd4, 0x4f, 0x4d, 0x2c, 0xca, 0xd3, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x04, 0x29, 0xd0, @@ -108,12 +108,12 @@ var fileDescriptor_514fe130cb964f8c = []byte{ 0x04, 0x56, 0xe6, 0x24, 0x02, 0x32, 0x64, 0xd5, 0x7d, 0x79, 0x1e, 0x24, 0xc1, 0xe2, 0x20, 0x9e, 0x32, 0x24, 0x9e, 0x50, 0x1e, 0x97, 0x30, 0xc4, 0xe8, 0xe2, 0x8c, 0xc4, 0xa2, 0x54, 0xb8, 0x05, 0xcc, 0x60, 0x0b, 0x94, 0x71, 0x59, 0x10, 0x0c, 0x52, 0x0c, 0xb5, 0x45, 0x12, 0x6a, 0x8b, 0x20, - 0xba, 0x4c, 0x71, 0x90, 0x60, 0x19, 0xba, 0x90, 0x93, 0xc3, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, + 0xba, 0x4c, 0x71, 0x90, 0x60, 0x19, 0xba, 0x90, 0x93, 0xe3, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, - 0x1e, 0xcb, 0x31, 0x44, 0xa9, 0xa5, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, - 0x83, 0xac, 0xd5, 0xcd, 0x49, 0x4c, 0x2a, 0x06, 0xb3, 0xf4, 0x2b, 0x20, 0x81, 0x5c, 0x52, 0x59, - 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x5d, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8d, 0x54, - 0x3b, 0x56, 0xe8, 0x01, 0x00, 0x00, + 0x1e, 0xcb, 0x31, 0x44, 0xa9, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, + 0x1b, 0xa4, 0xe7, 0x24, 0x26, 0x15, 0xeb, 0x1b, 0xa4, 0xeb, 0x26, 0x67, 0x24, 0x66, 0xe6, 0xe9, + 0x57, 0x40, 0x42, 0xb9, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0xbc, 0xc6, 0x80, 0x00, + 0x00, 0x00, 0xff, 0xff, 0xb7, 0xb3, 0xac, 0xee, 0xe9, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/earn/types/params.pb.go b/x/earn/types/params.pb.go index da8b8274..51e28945 100644 --- a/x/earn/types/params.pb.go +++ b/x/earn/types/params.pb.go @@ -75,7 +75,7 @@ func init() { func init() { proto.RegisterFile("kava/earn/v1beta1/params.proto", fileDescriptor_b9b515f90f68dc5a) } var fileDescriptor_b9b515f90f68dc5a = []byte{ - // 212 bytes of a gzipped FileDescriptorProto + // 218 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcb, 0x4e, 0x2c, 0x4b, 0xd4, 0x4f, 0x4d, 0x2c, 0xca, 0xd3, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x04, 0xc9, 0xeb, 0x81, @@ -84,12 +84,12 @@ var fileDescriptor_b9b515f90f68dc5a = []byte{ 0x00, 0xd8, 0x5c, 0xa1, 0x58, 0x2e, 0xbe, 0xc4, 0x9c, 0x9c, 0xfc, 0xf2, 0xd4, 0x94, 0x78, 0xb0, 0x82, 0x62, 0x09, 0x46, 0x05, 0x66, 0x0d, 0x6e, 0x23, 0x79, 0x3d, 0x0c, 0xab, 0xf4, 0x1c, 0x21, 0x0a, 0xc3, 0x40, 0xea, 0x9c, 0x44, 0x4f, 0xdc, 0x93, 0x67, 0x58, 0x75, 0x5f, 0x9e, 0x17, 0x59, - 0xb4, 0x38, 0x88, 0x37, 0x11, 0x99, 0xeb, 0xe4, 0x70, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, + 0xb4, 0x38, 0x88, 0x37, 0x11, 0x99, 0xeb, 0xe4, 0x78, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, - 0x72, 0x0c, 0x51, 0x6a, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x20, - 0xab, 0x74, 0x73, 0x12, 0x93, 0x8a, 0xc1, 0x2c, 0xfd, 0x0a, 0x88, 0xc3, 0x4b, 0x2a, 0x0b, 0x52, - 0x8b, 0x93, 0xd8, 0xc0, 0x2e, 0x36, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x93, 0xe4, 0x56, 0x4c, - 0x1b, 0x01, 0x00, 0x00, + 0x72, 0x0c, 0x51, 0xea, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x06, + 0xe9, 0x39, 0x89, 0x49, 0xc5, 0xfa, 0x06, 0xe9, 0xba, 0xc9, 0x19, 0x89, 0x99, 0x79, 0xfa, 0x15, + 0x10, 0x97, 0x97, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x9d, 0x6c, 0x0c, 0x08, 0x00, 0x00, + 0xff, 0xff, 0x64, 0xe3, 0xb9, 0x14, 0x1c, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/earn/types/proposal.pb.go b/x/earn/types/proposal.pb.go index 8a4408c5..8228d76b 100644 --- a/x/earn/types/proposal.pb.go +++ b/x/earn/types/proposal.pb.go @@ -195,7 +195,7 @@ func init() { func init() { proto.RegisterFile("kava/earn/v1beta1/proposal.proto", fileDescriptor_c374f1a8c57e13e2) } var fileDescriptor_c374f1a8c57e13e2 = []byte{ - // 371 bytes of a gzipped FileDescriptorProto + // 376 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xc8, 0x4e, 0x2c, 0x4b, 0xd4, 0x4f, 0x4d, 0x2c, 0xca, 0xd3, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x2f, 0x28, 0xca, 0x2f, 0xc8, 0x2f, 0x4e, 0xcc, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x04, 0xa9, @@ -215,11 +215,11 @@ var fileDescriptor_c374f1a8c57e13e2 = []byte{ 0xba, 0xc5, 0x29, 0xd9, 0xfa, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x60, 0x0d, 0xc5, 0x41, 0x30, 0xb3, 0xe1, 0xc1, 0xc0, 0xa8, 0x34, 0x8b, 0x91, 0x4b, 0x16, 0x25, 0x18, 0xc2, 0x33, 0x4b, 0x32, 0x52, 0x8a, 0x12, 0xcb, 0x07, 0x43, 0x1c, 0xb5, 0x32, 0x71, 0x29, 0xe2, 0x75, 0xdc, 0xc8, 0x88, 0x24, - 0x27, 0x87, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, - 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0x52, 0x43, 0x32, 0x16, - 0x94, 0x6b, 0x75, 0x73, 0x12, 0x93, 0x8a, 0xc1, 0x2c, 0xfd, 0x0a, 0x48, 0x1e, 0x07, 0x1b, 0x9d, - 0xc4, 0x06, 0xce, 0x90, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x21, 0xfc, 0xed, 0xa9, 0xfd, - 0x03, 0x00, 0x00, + 0x27, 0xc7, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, + 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0x52, 0x47, 0x32, 0xd6, + 0x20, 0x3d, 0x27, 0x31, 0xa9, 0x58, 0xdf, 0x20, 0x5d, 0x37, 0x39, 0x23, 0x31, 0x33, 0x4f, 0xbf, + 0x02, 0x92, 0xc9, 0xc1, 0x66, 0x27, 0xb1, 0x81, 0x73, 0xa4, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, + 0xdc, 0x8a, 0x33, 0x31, 0xfe, 0x03, 0x00, 0x00, } func (m *CommunityPoolDepositProposal) Marshal() (dAtA []byte, err error) { diff --git a/x/earn/types/query.pb.go b/x/earn/types/query.pb.go index a470d300..f9534c12 100644 --- a/x/earn/types/query.pb.go +++ b/x/earn/types/query.pb.go @@ -544,68 +544,69 @@ func init() { func init() { proto.RegisterFile("kava/earn/v1beta1/query.proto", fileDescriptor_63f8dee2f3192a6b) } var fileDescriptor_63f8dee2f3192a6b = []byte{ - // 971 bytes of a gzipped FileDescriptorProto + // 977 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xcf, 0x6f, 0x1b, 0x45, 0x14, 0xf6, 0xda, 0xb1, 0x95, 0x3c, 0xd3, 0x42, 0x26, 0xa6, 0xd8, 0x2e, 0x59, 0x3b, 0x4b, 0x9b, - 0x98, 0x40, 0x76, 0x69, 0x2a, 0xc1, 0xa5, 0x20, 0x61, 0x22, 0xaa, 0x70, 0x40, 0x65, 0x13, 0x7a, - 0x40, 0x42, 0xd6, 0x38, 0x1e, 0x6d, 0x56, 0x71, 0x76, 0xb6, 0x3b, 0x63, 0x43, 0x40, 0x5c, 0xfa, + 0x98, 0x40, 0x76, 0xd3, 0x54, 0x82, 0x4b, 0x41, 0xc2, 0x14, 0xaa, 0x70, 0x40, 0x65, 0x13, 0x7a, + 0x40, 0x42, 0xd6, 0xd8, 0x1e, 0xad, 0x57, 0x71, 0x76, 0xb6, 0x3b, 0x63, 0x43, 0x40, 0x5c, 0xfa, 0x0f, 0x80, 0xc4, 0x81, 0x03, 0x77, 0x0e, 0x3d, 0xf7, 0x8f, 0xc8, 0xb1, 0x2a, 0x17, 0xc4, 0xa1, - 0xa5, 0x09, 0x67, 0xce, 0x1c, 0xd1, 0xcc, 0xbc, 0xf5, 0x8f, 0xd8, 0x4e, 0x22, 0xd4, 0x53, 0xb2, - 0xef, 0xc7, 0xf7, 0x7d, 0x6f, 0xe6, 0xcd, 0x7b, 0x86, 0xe5, 0x03, 0xda, 0xa7, 0x1e, 0xa3, 0x49, - 0xe4, 0xf5, 0x6f, 0xb5, 0x99, 0xa4, 0xb7, 0xbc, 0x07, 0x3d, 0x96, 0x1c, 0xb9, 0x71, 0xc2, 0x25, - 0x27, 0x8b, 0xca, 0xed, 0x2a, 0xb7, 0x8b, 0xee, 0xea, 0xfa, 0x1e, 0x17, 0x87, 0x5c, 0x78, 0x6d, - 0x2a, 0x98, 0x89, 0x1d, 0x64, 0xc6, 0x34, 0x08, 0x23, 0x2a, 0x43, 0x1e, 0x99, 0xf4, 0xaa, 0x3d, - 0x1a, 0x9b, 0x46, 0xed, 0xf1, 0x30, 0xf5, 0x57, 0x8c, 0xbf, 0xa5, 0xbf, 0x3c, 0xf3, 0x81, 0xae, - 0x52, 0xc0, 0x03, 0x6e, 0xec, 0xea, 0x3f, 0xb4, 0xbe, 0x19, 0x70, 0x1e, 0x74, 0x99, 0x47, 0xe3, - 0xd0, 0xa3, 0x51, 0xc4, 0xa5, 0x66, 0x4b, 0x73, 0xec, 0xc9, 0x62, 0x62, 0x9a, 0xd0, 0xc3, 0xd4, - 0x5f, 0x9f, 0xf4, 0x0b, 0x99, 0x50, 0xc9, 0x02, 0xac, 0xb7, 0x3a, 0xe5, 0x38, 0xfa, 0xb4, 0xd7, - 0x95, 0xc6, 0xed, 0x94, 0x80, 0x7c, 0xa1, 0x2a, 0xbe, 0xa7, 0x51, 0x7d, 0xf6, 0xa0, 0xc7, 0x84, - 0x74, 0x3e, 0x87, 0xa5, 0x31, 0xab, 0x88, 0x79, 0x24, 0x18, 0xf9, 0x00, 0x0a, 0x86, 0xbd, 0x6c, - 0xd5, 0xad, 0x46, 0x71, 0xb3, 0xe2, 0x4e, 0x1c, 0xa6, 0x6b, 0x52, 0x9a, 0x73, 0xc7, 0xcf, 0x6a, - 0x19, 0x1f, 0xc3, 0x07, 0x2c, 0xf7, 0x15, 0xf3, 0x80, 0xe5, 0x4b, 0x64, 0x49, 0xad, 0xc8, 0xf2, - 0x11, 0x14, 0xb4, 0x42, 0xc5, 0x92, 0x6b, 0x14, 0x37, 0xeb, 0x53, 0x58, 0x74, 0x4a, 0x9a, 0x91, - 0x92, 0x99, 0x2c, 0xe7, 0x6d, 0x58, 0x1c, 0xc2, 0x22, 0x17, 0x29, 0x41, 0xbe, 0xc3, 0x22, 0x7e, - 0xa8, 0x95, 0x2f, 0xf8, 0xe6, 0xc3, 0xf1, 0x47, 0x75, 0x0d, 0x04, 0xdc, 0x81, 0xbc, 0x86, 0xc2, - 0x2a, 0x2f, 0xcb, 0x6f, 0x92, 0x9c, 0x7f, 0xb2, 0x70, 0x65, 0x1c, 0x6f, 0x2a, 0x37, 0xf1, 0x01, - 0xf0, 0xaa, 0x42, 0x26, 0xca, 0xd9, 0x7a, 0xae, 0x71, 0x75, 0xb3, 0x36, 0x85, 0x6a, 0x07, 0xef, - 0x73, 0xf7, 0x28, 0x66, 0xcd, 0xc5, 0x47, 0xcf, 0x6b, 0x57, 0x46, 0x2d, 0xc2, 0x1f, 0x41, 0x21, - 0x0d, 0x78, 0x2d, 0x54, 0xbd, 0x17, 0xf6, 0xa9, 0x64, 0x2d, 0x53, 0x44, 0xae, 0x6e, 0x35, 0xe6, - 0xfd, 0xab, 0xa1, 0xb8, 0x67, 0xcc, 0x5a, 0x1b, 0xb9, 0x0b, 0x84, 0x76, 0xbb, 0xfc, 0x1b, 0xd6, - 0x69, 0x75, 0x58, 0xcc, 0x45, 0x28, 0x79, 0x22, 0xca, 0x73, 0xf5, 0x5c, 0x63, 0xa1, 0x59, 0x7e, - 0xfa, 0x78, 0xa3, 0x84, 0xad, 0xfb, 0x71, 0xa7, 0x93, 0x30, 0x21, 0x76, 0x64, 0x12, 0x46, 0x81, - 0xbf, 0x88, 0x39, 0x5b, 0x83, 0x14, 0xb2, 0x02, 0xaf, 0x48, 0x2e, 0x69, 0xb7, 0x25, 0xf6, 0x69, - 0xc2, 0x44, 0x39, 0xaf, 0x6b, 0x2c, 0x6a, 0xdb, 0x8e, 0x36, 0x91, 0xaf, 0xc1, 0x7c, 0xb6, 0xfa, - 0xb4, 0xdb, 0x63, 0xe5, 0x82, 0x8a, 0x68, 0xde, 0x51, 0x67, 0xf6, 0xe7, 0xb3, 0xda, 0x6a, 0x10, - 0xca, 0xfd, 0x5e, 0xdb, 0xdd, 0xe3, 0x87, 0xf8, 0x5c, 0xf0, 0xcf, 0x86, 0xe8, 0x1c, 0x78, 0x52, - 0x95, 0xe8, 0x6e, 0x47, 0xf2, 0xe9, 0xe3, 0x0d, 0x40, 0x49, 0xdb, 0x91, 0xf4, 0x41, 0x03, 0xde, - 0x57, 0x78, 0xce, 0x0b, 0x0b, 0x4a, 0xfa, 0x16, 0x51, 0x55, 0xda, 0x5f, 0xe4, 0x7d, 0x58, 0x18, - 0xd4, 0x66, 0xce, 0xfe, 0x9c, 0xd2, 0x86, 0xa1, 0xc3, 0xfb, 0xca, 0x8e, 0xde, 0xd7, 0x6d, 0xb8, - 0xa6, 0xf5, 0xb7, 0xc2, 0xa8, 0x25, 0x24, 0x3d, 0x60, 0x9d, 0x96, 0xe4, 0x07, 0x2c, 0x12, 0x78, - 0xc2, 0x4b, 0xda, 0xbb, 0x1d, 0xed, 0x68, 0xdf, 0xae, 0x76, 0x91, 0x4f, 0x01, 0x86, 0x23, 0xa4, - 0x3c, 0xa7, 0xfb, 0x69, 0xd5, 0x45, 0x01, 0x6a, 0x86, 0xb8, 0x66, 0x36, 0x0d, 0x5f, 0x4f, 0xc0, - 0x50, 0xbe, 0x3f, 0x92, 0xe9, 0xfc, 0x66, 0xc1, 0xeb, 0x67, 0x6a, 0xc4, 0xe6, 0xda, 0x82, 0x79, - 0x54, 0x9e, 0xbe, 0x17, 0x67, 0x4a, 0x13, 0x61, 0xda, 0x99, 0x8e, 0x1d, 0x64, 0x92, 0xbb, 0x63, - 0x3a, 0xb3, 0x5a, 0xe7, 0xda, 0x85, 0x3a, 0x0d, 0xd8, 0x98, 0xd0, 0x7f, 0x2d, 0x78, 0xf5, 0x0c, - 0xd9, 0xff, 0xbe, 0x87, 0xcf, 0xa0, 0x80, 0x4d, 0x95, 0xd5, 0x85, 0x2d, 0xcf, 0x7a, 0x88, 0xba, - 0xcf, 0x9a, 0x4b, 0xaa, 0xa6, 0x47, 0xcf, 0x6b, 0xc5, 0xa1, 0x4d, 0xf8, 0x88, 0x40, 0xa8, 0x7a, - 0xd3, 0xaa, 0xfb, 0x72, 0x1a, 0xaa, 0x32, 0x56, 0x5b, 0x0a, 0xf6, 0x09, 0x0f, 0xa3, 0xe6, 0x7b, - 0x08, 0xd3, 0xb8, 0x44, 0x63, 0xaa, 0x04, 0xe1, 0x1b, 0x64, 0xa7, 0x02, 0x6f, 0xe8, 0x2b, 0xda, - 0xd5, 0xad, 0xdf, 0x8b, 0xe3, 0xee, 0x51, 0x3a, 0xe9, 0x7e, 0xb1, 0xa0, 0x3c, 0xe9, 0xc3, 0xe3, - 0xb9, 0x06, 0x85, 0x7d, 0x16, 0x06, 0xfb, 0x66, 0xde, 0xe4, 0x7c, 0xfc, 0x22, 0x7b, 0x50, 0x48, - 0x98, 0x50, 0x4f, 0x38, 0xfb, 0xf2, 0x35, 0x23, 0xf4, 0xe6, 0xaf, 0x79, 0xc8, 0x6b, 0x65, 0xe4, - 0x3b, 0x28, 0x98, 0xd9, 0x4d, 0x6e, 0x4e, 0x39, 0xe7, 0xc9, 0x25, 0x51, 0x5d, 0xbd, 0x28, 0xcc, - 0xd4, 0xe7, 0xac, 0x3c, 0xfc, 0xfd, 0xef, 0x9f, 0xb3, 0xd7, 0x49, 0xc5, 0x9b, 0xb5, 0xcc, 0x14, - 0xb7, 0x59, 0x02, 0xb3, 0xb9, 0xc7, 0x56, 0xc7, 0x6c, 0xee, 0xf1, 0x5d, 0x72, 0x2e, 0xb7, 0x59, - 0x17, 0xe4, 0xa1, 0x05, 0x79, 0x33, 0x13, 0x6f, 0x9c, 0x0b, 0x9a, 0x52, 0xdf, 0xbc, 0x20, 0x0a, - 0x99, 0xdf, 0xd5, 0xcc, 0xab, 0xe4, 0xc6, 0x4c, 0x66, 0xef, 0x7b, 0x3d, 0x58, 0x3e, 0x5c, 0x5f, - 0xff, 0x41, 0x89, 0x98, 0x4f, 0x9f, 0x36, 0x59, 0x9b, 0xc5, 0x70, 0x66, 0xc0, 0x55, 0x1b, 0x17, - 0x07, 0xa2, 0x9a, 0xb7, 0xb4, 0x9a, 0x65, 0x72, 0x7d, 0x8a, 0x9a, 0xc1, 0x10, 0xf8, 0xd1, 0x82, - 0xe2, 0x48, 0x83, 0x92, 0xf5, 0x59, 0xf0, 0x93, 0x1d, 0x5e, 0x7d, 0xe7, 0x52, 0xb1, 0xa8, 0x66, - 0x4d, 0xab, 0x59, 0x21, 0xb5, 0x29, 0x6a, 0x70, 0x99, 0xe8, 0x84, 0xe6, 0xd6, 0xf1, 0x0b, 0x3b, - 0x73, 0x7c, 0x62, 0x5b, 0x4f, 0x4e, 0x6c, 0xeb, 0xaf, 0x13, 0xdb, 0xfa, 0xe9, 0xd4, 0xce, 0x3c, - 0x39, 0xb5, 0x33, 0x7f, 0x9c, 0xda, 0x99, 0xaf, 0x46, 0x57, 0x87, 0x02, 0xda, 0xe8, 0xd2, 0xb6, - 0x30, 0x90, 0xdf, 0x1a, 0x50, 0xdd, 0xf1, 0xed, 0x82, 0xfe, 0xa9, 0x73, 0xfb, 0xbf, 0x00, 0x00, - 0x00, 0xff, 0xff, 0xb7, 0x20, 0xeb, 0xea, 0x1a, 0x0a, 0x00, 0x00, + 0x25, 0x09, 0x67, 0xce, 0x1c, 0xd1, 0xfc, 0x58, 0x7b, 0x1d, 0xaf, 0xe3, 0x08, 0xf5, 0x64, 0xcf, + 0xfb, 0xf1, 0x7d, 0xdf, 0x9b, 0x79, 0xf3, 0x66, 0x61, 0xf5, 0x00, 0x0f, 0xb1, 0x43, 0x70, 0x14, + 0x38, 0xc3, 0x5b, 0x6d, 0xc2, 0xf1, 0x2d, 0xe7, 0xe1, 0x80, 0x44, 0x47, 0x76, 0x18, 0x51, 0x4e, + 0xd1, 0xb2, 0x70, 0xdb, 0xc2, 0x6d, 0x6b, 0x77, 0x75, 0xb3, 0x43, 0xd9, 0x21, 0x65, 0x4e, 0x1b, + 0x33, 0xa2, 0x62, 0x47, 0x99, 0x21, 0xf6, 0xfc, 0x00, 0x73, 0x9f, 0x06, 0x2a, 0xbd, 0x6a, 0x26, + 0x63, 0xe3, 0xa8, 0x0e, 0xf5, 0x63, 0x7f, 0x45, 0xf9, 0x5b, 0x72, 0xe5, 0xa8, 0x85, 0x76, 0x95, + 0x3c, 0xea, 0x51, 0x65, 0x17, 0xff, 0xb4, 0xf5, 0x4d, 0x8f, 0x52, 0xaf, 0x4f, 0x1c, 0x1c, 0xfa, + 0x0e, 0x0e, 0x02, 0xca, 0x25, 0x5b, 0x9c, 0x63, 0x4e, 0x17, 0x13, 0xe2, 0x08, 0x1f, 0xc6, 0xfe, + 0xfa, 0xb4, 0x9f, 0xf1, 0x08, 0x73, 0xe2, 0xe9, 0x7a, 0xab, 0x29, 0xdb, 0x31, 0xc4, 0x83, 0x3e, + 0x57, 0x6e, 0xab, 0x04, 0xe8, 0x0b, 0x51, 0xf1, 0x7d, 0x89, 0xea, 0x92, 0x87, 0x03, 0xc2, 0xb8, + 0xf5, 0x39, 0xac, 0x4c, 0x58, 0x59, 0x48, 0x03, 0x46, 0xd0, 0xfb, 0x50, 0x50, 0xec, 0x65, 0xa3, + 0x6e, 0x34, 0x8a, 0x3b, 0x15, 0x7b, 0x6a, 0x33, 0x6d, 0x95, 0xd2, 0x5c, 0x38, 0x7e, 0x5e, 0xcb, + 0xb8, 0x3a, 0x7c, 0xc4, 0xf2, 0x40, 0x30, 0x8f, 0x58, 0xbe, 0xd4, 0x2c, 0xb1, 0x55, 0xb3, 0x7c, + 0x08, 0x05, 0xa9, 0x50, 0xb0, 0xe4, 0x1a, 0xc5, 0x9d, 0x7a, 0x0a, 0x8b, 0x4c, 0x89, 0x33, 0x62, + 0x32, 0x95, 0x65, 0xbd, 0x0d, 0xcb, 0x63, 0x58, 0xcd, 0x85, 0x4a, 0x90, 0xef, 0x92, 0x80, 0x1e, + 0x4a, 0xe5, 0x4b, 0xae, 0x5a, 0x58, 0x6e, 0x52, 0xd7, 0x48, 0xc0, 0x1d, 0xc8, 0x4b, 0x28, 0x5d, + 0xe5, 0x65, 0xf9, 0x55, 0x92, 0xf5, 0x4f, 0x16, 0xae, 0x4c, 0xe2, 0xa5, 0x72, 0x23, 0x17, 0x40, + 0x1f, 0x95, 0x4f, 0x58, 0x39, 0x5b, 0xcf, 0x35, 0xae, 0xee, 0xd4, 0x52, 0xa8, 0xf6, 0xf4, 0x79, + 0xee, 0x1f, 0x85, 0xa4, 0xb9, 0xfc, 0xf8, 0x45, 0xed, 0x4a, 0xd2, 0xc2, 0xdc, 0x04, 0x0a, 0x6a, + 0xc0, 0x6b, 0xbe, 0xe8, 0x3d, 0x7f, 0x88, 0x39, 0x69, 0xa9, 0x22, 0x72, 0x75, 0xa3, 0xb1, 0xe8, + 0x5e, 0xf5, 0xd9, 0x7d, 0x65, 0x96, 0xda, 0xd0, 0x3d, 0x40, 0xb8, 0xdf, 0xa7, 0xdf, 0x90, 0x6e, + 0xab, 0x4b, 0x42, 0xca, 0x7c, 0x4e, 0x23, 0x56, 0x5e, 0xa8, 0xe7, 0x1a, 0x4b, 0xcd, 0xf2, 0xb3, + 0x27, 0x5b, 0x25, 0xdd, 0xba, 0x1f, 0x75, 0xbb, 0x11, 0x61, 0x6c, 0x8f, 0x47, 0x7e, 0xe0, 0xb9, + 0xcb, 0x3a, 0xe7, 0xee, 0x28, 0x05, 0xad, 0xc1, 0x2b, 0x9c, 0x72, 0xdc, 0x6f, 0xb1, 0x1e, 0x8e, + 0x08, 0x2b, 0xe7, 0x65, 0x8d, 0x45, 0x69, 0xdb, 0x93, 0x26, 0xf4, 0x35, 0xa8, 0x65, 0x6b, 0x88, + 0xfb, 0x03, 0x52, 0x2e, 0x88, 0x88, 0xe6, 0x1d, 0xb1, 0x67, 0x7f, 0x3e, 0xaf, 0xad, 0x7b, 0x3e, + 0xef, 0x0d, 0xda, 0x76, 0x87, 0x1e, 0xea, 0xeb, 0xa2, 0x7f, 0xb6, 0x58, 0xf7, 0xc0, 0xe1, 0xa2, + 0x44, 0x7b, 0x37, 0xe0, 0xcf, 0x9e, 0x6c, 0x81, 0x96, 0xb4, 0x1b, 0x70, 0x17, 0x24, 0xe0, 0x03, + 0x81, 0x67, 0x9d, 0x18, 0x50, 0x92, 0xa7, 0xa8, 0x55, 0xc5, 0xfd, 0x85, 0xde, 0x83, 0xa5, 0x51, + 0x6d, 0x6a, 0xef, 0x2f, 0x28, 0x6d, 0x1c, 0x3a, 0x3e, 0xaf, 0x6c, 0xf2, 0xbc, 0x6e, 0xc3, 0x35, + 0xa9, 0xbf, 0xe5, 0x07, 0x2d, 0xc6, 0xf1, 0x01, 0xe9, 0xb6, 0x38, 0x3d, 0x20, 0x01, 0xd3, 0x3b, + 0xbc, 0x22, 0xbd, 0xbb, 0xc1, 0x9e, 0xf4, 0xed, 0x4b, 0x17, 0xfa, 0x14, 0x60, 0x3c, 0x42, 0xca, + 0x0b, 0xb2, 0x9f, 0xd6, 0x6d, 0x2d, 0x40, 0xcc, 0x10, 0x5b, 0xcd, 0xa6, 0xf1, 0xed, 0xf1, 0x88, + 0x96, 0xef, 0x26, 0x32, 0xad, 0xdf, 0x0c, 0x78, 0xfd, 0x5c, 0x8d, 0xba, 0xb9, 0xee, 0xc2, 0xa2, + 0x56, 0x1e, 0xdf, 0x17, 0x2b, 0xa5, 0x89, 0x74, 0xda, 0xb9, 0x8e, 0x1d, 0x65, 0xa2, 0x7b, 0x13, + 0x3a, 0xb3, 0x52, 0xe7, 0xc6, 0x5c, 0x9d, 0x0a, 0x6c, 0x42, 0xe8, 0xbf, 0x06, 0xbc, 0x7a, 0x8e, + 0xec, 0x7f, 0x9f, 0xc3, 0x67, 0x50, 0xd0, 0x4d, 0x95, 0x95, 0x85, 0xad, 0xce, 0xba, 0x88, 0xb2, + 0xcf, 0x9a, 0x2b, 0xa2, 0xa6, 0xc7, 0x2f, 0x6a, 0xc5, 0xb1, 0x8d, 0xb9, 0x1a, 0x01, 0x61, 0x71, + 0xa7, 0x45, 0xf7, 0xe5, 0x24, 0x54, 0x65, 0xa2, 0xb6, 0x18, 0xec, 0x63, 0xea, 0x07, 0xcd, 0x6d, + 0x0d, 0xd3, 0xb8, 0x44, 0x63, 0x8a, 0x04, 0xe6, 0x2a, 0x64, 0xab, 0x02, 0x6f, 0xc8, 0x23, 0xda, + 0x97, 0xad, 0x3f, 0x08, 0xc3, 0xfe, 0x51, 0x3c, 0xe9, 0x7e, 0x31, 0xa0, 0x3c, 0xed, 0xd3, 0xdb, + 0x73, 0x0d, 0x0a, 0x3d, 0xe2, 0x7b, 0x3d, 0x35, 0x6f, 0x72, 0xae, 0x5e, 0xa1, 0x0e, 0x14, 0x22, + 0xc2, 0xc4, 0x15, 0xce, 0xbe, 0x7c, 0xcd, 0x1a, 0x7a, 0xe7, 0xd7, 0x3c, 0xe4, 0xa5, 0x32, 0xf4, + 0x1d, 0x14, 0xd4, 0xec, 0x46, 0x37, 0x53, 0xf6, 0x79, 0xfa, 0x91, 0xa8, 0xae, 0xcf, 0x0b, 0x53, + 0xf5, 0x59, 0x6b, 0x8f, 0x7e, 0xff, 0xfb, 0xe7, 0xec, 0x75, 0x54, 0x71, 0x66, 0x3d, 0x66, 0x82, + 0x5b, 0x3d, 0x02, 0xb3, 0xb9, 0x27, 0x9e, 0x8e, 0xd9, 0xdc, 0x93, 0x6f, 0xc9, 0x85, 0xdc, 0xea, + 0xb9, 0x40, 0x8f, 0x0c, 0xc8, 0xab, 0x99, 0x78, 0xe3, 0x42, 0xd0, 0x98, 0xfa, 0xe6, 0x9c, 0x28, + 0xcd, 0xfc, 0xae, 0x64, 0x5e, 0x47, 0x37, 0x66, 0x32, 0x3b, 0xdf, 0xcb, 0xc1, 0xf2, 0xc1, 0xe6, + 0xe6, 0x0f, 0x42, 0xc4, 0x62, 0x7c, 0xb5, 0xd1, 0xc6, 0x2c, 0x86, 0x73, 0x03, 0xae, 0xda, 0x98, + 0x1f, 0xa8, 0xd5, 0xbc, 0x25, 0xd5, 0xac, 0xa2, 0xeb, 0x29, 0x6a, 0x46, 0x43, 0xe0, 0x47, 0x03, + 0x8a, 0x89, 0x06, 0x45, 0x9b, 0xb3, 0xe0, 0xa7, 0x3b, 0xbc, 0xfa, 0xce, 0xa5, 0x62, 0xb5, 0x9a, + 0x0d, 0xa9, 0x66, 0x0d, 0xd5, 0x52, 0xd4, 0xe8, 0xc7, 0x44, 0x26, 0x34, 0x3f, 0x39, 0x3e, 0x31, + 0x33, 0xc7, 0xa7, 0xa6, 0xf1, 0xf4, 0xd4, 0x34, 0xfe, 0x3a, 0x35, 0x8d, 0x9f, 0xce, 0xcc, 0xcc, + 0xd3, 0x33, 0x33, 0xf3, 0xc7, 0x99, 0x99, 0xf9, 0x6a, 0x23, 0xd1, 0xed, 0xdb, 0x5e, 0x1f, 0xb7, + 0x99, 0xb3, 0xed, 0x6d, 0x75, 0x7a, 0xd8, 0x0f, 0x9c, 0x6f, 0x15, 0xaa, 0x6c, 0xf9, 0x76, 0x41, + 0x7e, 0xeb, 0xdc, 0xfe, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x4d, 0xf0, 0x32, 0x1b, 0x0a, 0x00, + 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/earn/types/share_test.go b/x/earn/types/share_test.go index 08341736..05287aee 100644 --- a/x/earn/types/share_test.go +++ b/x/earn/types/share_test.go @@ -4,7 +4,7 @@ import ( "strings" "testing" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/types" "github.com/stretchr/testify/suite" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/earn/types/strategy.pb.go b/x/earn/types/strategy.pb.go index a20f602c..53fecfe6 100644 --- a/x/earn/types/strategy.pb.go +++ b/x/earn/types/strategy.pb.go @@ -62,7 +62,7 @@ func init() { func init() { proto.RegisterFile("kava/earn/v1beta1/strategy.proto", fileDescriptor_257c4968dd48fa09) } var fileDescriptor_257c4968dd48fa09 = []byte{ - // 220 bytes of a gzipped FileDescriptorProto + // 226 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xc8, 0x4e, 0x2c, 0x4b, 0xd4, 0x4f, 0x4d, 0x2c, 0xca, 0xd3, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x2f, 0x2e, 0x29, 0x4a, 0x2c, 0x49, 0x4d, 0xaf, 0xd4, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x04, 0xa9, @@ -72,9 +72,10 @@ var fileDescriptor_257c4968dd48fa09 = []byte{ 0xa1, 0x7e, 0xc1, 0x01, 0xae, 0xce, 0x9e, 0x6e, 0x9e, 0xae, 0x2e, 0x02, 0x0c, 0x42, 0x62, 0x5c, 0x42, 0xa8, 0xd2, 0x1e, 0x8e, 0x41, 0x2e, 0x02, 0x8c, 0x42, 0x92, 0x5c, 0xa2, 0xa8, 0xe2, 0xc1, 0x8e, 0x61, 0x9e, 0x7e, 0xee, 0xc1, 0x02, 0x4c, 0x52, 0x2c, 0x1d, 0x8b, 0xe5, 0x18, 0x9c, 0x1c, - 0x4e, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, - 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0x4a, 0x2d, 0x3d, 0xb3, 0x24, 0xa3, - 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x1f, 0xe4, 0x6a, 0xdd, 0x9c, 0xc4, 0xa4, 0x62, 0x30, 0x4b, - 0xbf, 0x02, 0xe2, 0xc7, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x83, 0x8d, 0x01, 0x01, - 0x00, 0x00, 0xff, 0xff, 0x81, 0x9e, 0x23, 0x1c, 0xfd, 0x00, 0x00, 0x00, + 0x4f, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, + 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0x4a, 0x3d, 0x3d, 0xb3, 0x24, 0xa3, + 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0xdf, 0x20, 0x3d, 0x27, 0x31, 0xa9, 0x58, 0xdf, 0x20, 0x5d, + 0x37, 0x39, 0x23, 0x31, 0x33, 0x4f, 0xbf, 0x02, 0xe2, 0xc9, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, + 0x36, 0xb0, 0x8b, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x56, 0xe7, 0x50, 0xe7, 0xfe, 0x00, + 0x00, 0x00, } diff --git a/x/earn/types/strategy_test.go b/x/earn/types/strategy_test.go index ed8fd1c5..5311677e 100644 --- a/x/earn/types/strategy_test.go +++ b/x/earn/types/strategy_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/x/earn/types" "github.com/stretchr/testify/require" ) diff --git a/x/earn/types/tx.pb.go b/x/earn/types/tx.pb.go index 44555c8d..766fd200 100644 --- a/x/earn/types/tx.pb.go +++ b/x/earn/types/tx.pb.go @@ -218,35 +218,35 @@ func init() { func init() { proto.RegisterFile("kava/earn/v1beta1/tx.proto", fileDescriptor_2e9dcf48a3fa0009) } var fileDescriptor_2e9dcf48a3fa0009 = []byte{ - // 442 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x53, 0x41, 0x6b, 0x13, 0x41, - 0x14, 0xde, 0xb1, 0x21, 0xb6, 0x13, 0x10, 0x1c, 0x7b, 0x48, 0x17, 0x3a, 0x09, 0x01, 0x4b, 0x0e, - 0x76, 0x96, 0x46, 0x50, 0xb0, 0x17, 0x8d, 0x5e, 0x83, 0xb8, 0x11, 0x05, 0x2f, 0x32, 0x9b, 0x1d, - 0x27, 0x8b, 0xdd, 0x9d, 0x65, 0xde, 0x24, 0x36, 0xff, 0xc0, 0xa3, 0x3f, 0xc1, 0xb3, 0x67, 0xc1, - 0xab, 0xc7, 0x1e, 0x8b, 0x27, 0x4f, 0x22, 0xc9, 0x1f, 0x91, 0xdd, 0x99, 0xdd, 0x08, 0x09, 0xf5, - 0x22, 0xf4, 0xf6, 0x66, 0xbe, 0xef, 0x7b, 0xfb, 0xbd, 0x6f, 0xe7, 0x61, 0xff, 0x3d, 0x9f, 0xf3, - 0x40, 0x70, 0x9d, 0x05, 0xf3, 0x93, 0x48, 0x18, 0x7e, 0x12, 0x98, 0x73, 0x96, 0x6b, 0x65, 0x14, - 0xb9, 0x5d, 0x60, 0xac, 0xc0, 0x98, 0xc3, 0x7c, 0x3a, 0x51, 0x90, 0x2a, 0x08, 0x22, 0x0e, 0xa2, - 0x16, 0x4c, 0x54, 0x92, 0x59, 0x89, 0x7f, 0x60, 0xf1, 0xb7, 0xe5, 0x29, 0xb0, 0x07, 0x07, 0xed, - 0x4b, 0x25, 0x95, 0xbd, 0x2f, 0x2a, 0x77, 0xdb, 0xdd, 0xfc, 0x3e, 0x18, 0xcd, 0x8d, 0x90, 0x0b, - 0xc7, 0x38, 0xdc, 0x64, 0xcc, 0xf9, 0xec, 0xcc, 0x58, 0xb8, 0xf7, 0x1d, 0x61, 0x3c, 0x02, 0xf9, - 0x4c, 0xe4, 0x0a, 0x12, 0x43, 0x1e, 0xe0, 0xbd, 0xd8, 0x96, 0x4a, 0xb7, 0x51, 0x17, 0xf5, 0xf7, - 0x86, 0xed, 0x1f, 0x5f, 0x8f, 0xf7, 0x9d, 0x95, 0x27, 0x71, 0xac, 0x05, 0xc0, 0xd8, 0xe8, 0x24, - 0x93, 0xe1, 0x9a, 0x4a, 0x1e, 0xe2, 0x26, 0x4f, 0xd5, 0x2c, 0x33, 0xed, 0x1b, 0x5d, 0xd4, 0x6f, - 0x0d, 0x0e, 0x98, 0x53, 0x14, 0x93, 0x56, 0xe3, 0xb3, 0xa7, 0x2a, 0xc9, 0x86, 0x8d, 0x8b, 0x5f, - 0x1d, 0x2f, 0x74, 0x74, 0x72, 0x8a, 0x77, 0x2b, 0xc3, 0xed, 0x9d, 0x2e, 0xea, 0xdf, 0x1a, 0x74, - 0xd8, 0x46, 0x6e, 0x6c, 0xec, 0x28, 0x2f, 0x17, 0xb9, 0x08, 0x6b, 0xc1, 0xa3, 0xc6, 0xc7, 0xcf, - 0x1d, 0xaf, 0xf7, 0x02, 0x93, 0xf5, 0x04, 0xa1, 0x80, 0x5c, 0x65, 0x20, 0xc8, 0x29, 0x6e, 0xc2, - 0x94, 0x6b, 0x01, 0xe5, 0x18, 0xad, 0xc1, 0xe1, 0x96, 0xb6, 0xaf, 0x8a, 0x20, 0xc6, 0x05, 0xab, - 0x72, 0x65, 0x25, 0xbd, 0x6f, 0x08, 0xb7, 0x46, 0x20, 0x5f, 0x27, 0x66, 0x1a, 0x6b, 0xfe, 0x81, - 0xdc, 0xc3, 0x8d, 0x77, 0x5a, 0xa5, 0xff, 0x4c, 0xa4, 0x64, 0x5d, 0x6b, 0x18, 0x21, 0xbe, 0xf3, - 0x97, 0xf1, 0xff, 0x92, 0xc6, 0xe0, 0x0b, 0xc2, 0x3b, 0x23, 0x90, 0xe4, 0x39, 0xbe, 0x59, 0xbd, - 0x93, 0x6d, 0xfa, 0xf5, 0x4f, 0xf0, 0xef, 0x5e, 0x09, 0xd7, 0xae, 0x42, 0xbc, 0x5b, 0x47, 0x4c, - 0xb7, 0x4b, 0x2a, 0xdc, 0x3f, 0xba, 0x1a, 0xaf, 0x7a, 0x0e, 0x1f, 0x5f, 0x2c, 0x29, 0xba, 0x5c, - 0x52, 0xf4, 0x7b, 0x49, 0xd1, 0xa7, 0x15, 0xf5, 0x2e, 0x57, 0xd4, 0xfb, 0xb9, 0xa2, 0xde, 0x9b, - 0x23, 0x99, 0x98, 0xe9, 0x2c, 0x62, 0x13, 0x95, 0x06, 0x45, 0xaf, 0xe3, 0x33, 0x1e, 0x41, 0x59, - 0x05, 0xe7, 0x76, 0x41, 0xcc, 0x22, 0x17, 0x10, 0x35, 0xcb, 0xcd, 0xb8, 0xff, 0x27, 0x00, 0x00, - 0xff, 0xff, 0x9c, 0x47, 0x8e, 0xc7, 0xdc, 0x03, 0x00, 0x00, + // 447 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x93, 0x41, 0x8b, 0x13, 0x31, + 0x1c, 0xc5, 0x27, 0x6e, 0xa9, 0xbb, 0x29, 0x08, 0xc6, 0x3d, 0x74, 0x07, 0x36, 0x2d, 0x05, 0xb5, + 0x07, 0x37, 0xd9, 0xad, 0xa0, 0xe0, 0x9e, 0xb6, 0x7a, 0x2d, 0xe2, 0x54, 0x14, 0xbc, 0x48, 0xa6, + 0x8d, 0xe9, 0xe0, 0x76, 0x32, 0xe4, 0x9f, 0xd6, 0xed, 0x37, 0xf0, 0xe8, 0x47, 0xf0, 0xec, 0x59, + 0xf0, 0xea, 0x71, 0x8f, 0x8b, 0x27, 0x4f, 0x22, 0xed, 0x17, 0x91, 0x69, 0x32, 0x53, 0xa1, 0xa5, + 0x5e, 0x84, 0xbd, 0x25, 0xf9, 0xbd, 0x97, 0xbe, 0xff, 0xeb, 0x04, 0x87, 0xef, 0xc5, 0x54, 0x70, + 0x29, 0x4c, 0xca, 0xa7, 0x27, 0xb1, 0xb4, 0xe2, 0x84, 0xdb, 0x0b, 0x96, 0x19, 0x6d, 0x35, 0xb9, + 0x9d, 0x33, 0x96, 0x33, 0xe6, 0x59, 0x48, 0x07, 0x1a, 0xc6, 0x1a, 0x78, 0x2c, 0x40, 0x96, 0x86, + 0x81, 0x4e, 0x52, 0x67, 0x09, 0x0f, 0x1c, 0x7f, 0xbb, 0xdc, 0x71, 0xb7, 0xf1, 0x68, 0x5f, 0x69, + 0xa5, 0xdd, 0x79, 0xbe, 0xf2, 0xa7, 0xcd, 0xf5, 0xdf, 0x07, 0x6b, 0x84, 0x95, 0x6a, 0xe6, 0x15, + 0x87, 0xeb, 0x8a, 0xa9, 0x98, 0x9c, 0x5b, 0x87, 0x5b, 0xdf, 0x11, 0xc6, 0x3d, 0x50, 0xcf, 0x64, + 0xa6, 0x21, 0xb1, 0xe4, 0x11, 0xde, 0x1b, 0xba, 0xa5, 0x36, 0x75, 0xd4, 0x44, 0xed, 0xbd, 0x6e, + 0xfd, 0xc7, 0xd7, 0xa3, 0x7d, 0x1f, 0xe5, 0x6c, 0x38, 0x34, 0x12, 0xa0, 0x6f, 0x4d, 0x92, 0xaa, + 0x68, 0x25, 0x25, 0x8f, 0x71, 0x55, 0x8c, 0xf5, 0x24, 0xb5, 0xf5, 0x1b, 0x4d, 0xd4, 0xae, 0x75, + 0x0e, 0x98, 0x77, 0xe4, 0x93, 0x16, 0xe3, 0xb3, 0xa7, 0x3a, 0x49, 0xbb, 0x95, 0xcb, 0x5f, 0x8d, + 0x20, 0xf2, 0x72, 0x72, 0x8a, 0x77, 0x8b, 0xc0, 0xf5, 0x9d, 0x26, 0x6a, 0xdf, 0xea, 0x34, 0xd8, + 0x5a, 0x6f, 0xac, 0xef, 0x25, 0x2f, 0x67, 0x99, 0x8c, 0x4a, 0xc3, 0x93, 0xca, 0xc7, 0xcf, 0x8d, + 0xa0, 0xf5, 0x02, 0x93, 0xd5, 0x04, 0x91, 0x84, 0x4c, 0xa7, 0x20, 0xc9, 0x29, 0xae, 0xc2, 0x48, + 0x18, 0x09, 0xcb, 0x31, 0x6a, 0x9d, 0xc3, 0x0d, 0xd7, 0xbe, 0xca, 0x8b, 0xe8, 0xe7, 0xaa, 0x22, + 0x95, 0xb3, 0xb4, 0xbe, 0x21, 0x5c, 0xeb, 0x81, 0x7a, 0x9d, 0xd8, 0xd1, 0xd0, 0x88, 0x0f, 0xe4, + 0x01, 0xae, 0xbc, 0x33, 0x7a, 0xfc, 0xcf, 0x46, 0x96, 0xaa, 0x6b, 0x2d, 0x23, 0xc2, 0x77, 0xfe, + 0x0a, 0xfe, 0x5f, 0xda, 0xe8, 0x7c, 0x41, 0x78, 0xa7, 0x07, 0x8a, 0x3c, 0xc7, 0x37, 0x8b, 0xef, + 0x64, 0x93, 0x7f, 0xf5, 0x27, 0x84, 0x77, 0xb7, 0xe2, 0x32, 0x55, 0x84, 0x77, 0xcb, 0x8a, 0xe9, + 0x66, 0x4b, 0xc1, 0xc3, 0x7b, 0xdb, 0x79, 0x71, 0x67, 0xf7, 0xec, 0x72, 0x4e, 0xd1, 0xd5, 0x9c, + 0xa2, 0xdf, 0x73, 0x8a, 0x3e, 0x2d, 0x68, 0x70, 0xb5, 0xa0, 0xc1, 0xcf, 0x05, 0x0d, 0xde, 0xdc, + 0x57, 0x89, 0x1d, 0x4d, 0x62, 0x36, 0xd0, 0x63, 0x7e, 0xac, 0xce, 0x45, 0x0c, 0xfc, 0x58, 0x1d, + 0x0d, 0x46, 0x22, 0x49, 0xf9, 0x85, 0x7b, 0x21, 0x76, 0x96, 0x49, 0x88, 0xab, 0xcb, 0xa7, 0xf1, + 0xf0, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x56, 0x26, 0x8d, 0x84, 0xdd, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/earn/types/vault.pb.go b/x/earn/types/vault.pb.go index 55b37c2e..83ffcdb0 100644 --- a/x/earn/types/vault.pb.go +++ b/x/earn/types/vault.pb.go @@ -259,38 +259,38 @@ func init() { func init() { proto.RegisterFile("kava/earn/v1beta1/vault.proto", fileDescriptor_884eb89509fbdc04) } var fileDescriptor_884eb89509fbdc04 = []byte{ - // 487 bytes of a gzipped FileDescriptorProto + // 492 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x53, 0x3f, 0x6f, 0xd3, 0x40, - 0x14, 0xb7, 0x93, 0x10, 0xd1, 0x4b, 0xa8, 0x1a, 0xb7, 0x83, 0xa9, 0x54, 0xdb, 0xca, 0x80, 0xbc, - 0xd8, 0x56, 0xcb, 0x86, 0x18, 0x88, 0x15, 0x21, 0xc4, 0x84, 0xae, 0x85, 0x81, 0x25, 0xba, 0xd8, - 0x47, 0x6a, 0xd5, 0xc9, 0x45, 0x7e, 0x17, 0x97, 0x2c, 0x7c, 0x06, 0x46, 0x24, 0x16, 0xe6, 0xce, - 0xfd, 0x0c, 0xa8, 0x63, 0xd5, 0x09, 0x31, 0xa4, 0x28, 0xf9, 0x16, 0x4c, 0xe8, 0xfe, 0xa8, 0x8e, - 0x14, 0x10, 0x0c, 0x4c, 0xb9, 0xfb, 0xbd, 0xf7, 0x7e, 0x7f, 0x5e, 0x7c, 0xe8, 0xe0, 0x8c, 0x94, - 0x24, 0xa2, 0xa4, 0x98, 0x44, 0xe5, 0xe1, 0x90, 0x72, 0x72, 0x18, 0x95, 0x64, 0x96, 0xf3, 0x70, - 0x5a, 0x30, 0xce, 0xac, 0x8e, 0x28, 0x87, 0xa2, 0x1c, 0xea, 0xf2, 0xfe, 0xc3, 0x84, 0xc1, 0x98, - 0xc1, 0x40, 0x36, 0x44, 0xea, 0xa2, 0xba, 0xf7, 0xf7, 0x46, 0x6c, 0xc4, 0x14, 0x2e, 0x4e, 0x1a, - 0xf5, 0x36, 0x25, 0x80, 0x17, 0x84, 0xd3, 0xd1, 0x5c, 0x75, 0x74, 0x3f, 0xd7, 0x50, 0xbb, 0x97, - 0xe7, 0xec, 0x9c, 0xa6, 0x6f, 0x84, 0xb8, 0xb5, 0x87, 0xee, 0xa5, 0x74, 0xc2, 0xc6, 0xb6, 0xe9, - 0x99, 0xfe, 0x16, 0x56, 0x17, 0x0b, 0x23, 0xa4, 0x07, 0x33, 0x0a, 0x76, 0xcd, 0xab, 0xfb, 0xdb, - 0x47, 0x6e, 0xb8, 0xe1, 0x30, 0x3c, 0xd6, 0xec, 0x27, 0xf3, 0x29, 0x8d, 0x3b, 0x17, 0xb7, 0xee, - 0x83, 0x75, 0x04, 0xf0, 0x1a, 0x8b, 0xe5, 0xa3, 0x9d, 0x4c, 0x64, 0xc9, 0x4a, 0xc2, 0xe9, 0x40, - 0x46, 0xb7, 0xeb, 0x9e, 0xe9, 0xdf, 0xc7, 0xdb, 0x19, 0xbc, 0x52, 0xb0, 0xf2, 0x74, 0x8e, 0x2c, - 0xa2, 0x3c, 0x0e, 0x52, 0x3a, 0x65, 0x90, 0x71, 0x56, 0x80, 0xdd, 0xf0, 0xea, 0x7e, 0x3b, 0x7e, - 0xf1, 0x73, 0xe1, 0x06, 0xa3, 0x8c, 0x9f, 0xce, 0x86, 0x61, 0xc2, 0xc6, 0x7a, 0x2b, 0xfa, 0x27, - 0x80, 0xf4, 0x2c, 0xe2, 0x42, 0x39, 0xec, 0x25, 0x49, 0x2f, 0x4d, 0x0b, 0x0a, 0x70, 0x73, 0x19, - 0xec, 0xea, 0xdd, 0x69, 0x24, 0x9e, 0x73, 0x0a, 0xb8, 0xa3, 0x35, 0xfa, 0x77, 0x12, 0xdd, 0xd7, - 0xa8, 0x25, 0x1d, 0x60, 0x9a, 0xb0, 0x22, 0xb5, 0x9e, 0xa3, 0x36, 0x67, 0x9c, 0xe4, 0x03, 0x38, - 0x25, 0x05, 0x05, 0xb9, 0xa2, 0xd6, 0xd1, 0xc1, 0x6f, 0xf6, 0x20, 0xa7, 0x8e, 0x45, 0x57, 0xdc, - 0xb8, 0x5a, 0xb8, 0x06, 0x6e, 0xc9, 0x41, 0x89, 0x40, 0xf7, 0xab, 0x89, 0x76, 0xaa, 0x0e, 0x4d, - 0xfe, 0x0e, 0x6d, 0xdd, 0x85, 0x93, 0xcc, 0xff, 0x33, 0x5b, 0x45, 0x6d, 0xbd, 0x44, 0x4d, 0x6d, - 0x5f, 0xfc, 0x8d, 0x7f, 0xb5, 0xbf, 0x2b, 0xec, 0x5f, 0xdc, 0xba, 0xad, 0x0a, 0x03, 0xac, 0x19, - 0xba, 0x1f, 0x10, 0xaa, 0xe0, 0x3f, 0x7c, 0x3a, 0x27, 0xa8, 0x49, 0xc6, 0x6c, 0x36, 0xe1, 0x76, - 0x4d, 0xc0, 0xf1, 0x53, 0x41, 0xf8, 0x7d, 0xe1, 0x3e, 0xfa, 0x87, 0x60, 0x7d, 0x9a, 0xdc, 0x5c, - 0x06, 0x48, 0x27, 0xea, 0xd3, 0x04, 0x6b, 0xae, 0x27, 0x8d, 0x4f, 0x5f, 0x5c, 0x23, 0x7e, 0x76, - 0xb5, 0x74, 0xcc, 0xeb, 0xa5, 0x63, 0xfe, 0x58, 0x3a, 0xe6, 0xc7, 0x95, 0x63, 0x5c, 0xaf, 0x1c, - 0xe3, 0xdb, 0xca, 0x31, 0xde, 0xae, 0xb3, 0x8b, 0x7c, 0x41, 0x4e, 0x86, 0x20, 0x4f, 0xd1, 0x7b, - 0xf5, 0x20, 0xa4, 0xc2, 0xb0, 0x29, 0x9f, 0xc1, 0xe3, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xa0, - 0xa9, 0xba, 0x64, 0x8d, 0x03, 0x00, 0x00, + 0x14, 0xb7, 0x93, 0x10, 0xd1, 0x4b, 0xa8, 0x1a, 0xb7, 0x83, 0xa9, 0x54, 0xdb, 0xca, 0x00, 0x5e, + 0x6c, 0xb7, 0x65, 0x43, 0x2c, 0xb1, 0x22, 0x84, 0x98, 0xd0, 0xb5, 0x30, 0xb0, 0x44, 0x17, 0xfb, + 0x70, 0xac, 0x3a, 0xb9, 0xc8, 0xef, 0x92, 0x92, 0x85, 0xcf, 0xc0, 0x88, 0xc4, 0xc2, 0xdc, 0xb9, + 0x9f, 0x01, 0x75, 0xac, 0x3a, 0x21, 0x86, 0x14, 0x25, 0xdf, 0x82, 0x09, 0xdd, 0x1f, 0x35, 0x91, + 0x02, 0x82, 0x81, 0xc9, 0xbe, 0xdf, 0x7b, 0xef, 0xf7, 0xe7, 0xd9, 0x87, 0x0e, 0xce, 0xc8, 0x94, + 0x44, 0x94, 0x94, 0xa3, 0x68, 0x7a, 0xd4, 0xa7, 0x9c, 0x1c, 0x45, 0x53, 0x32, 0x29, 0x78, 0x38, + 0x2e, 0x19, 0x67, 0x56, 0x4b, 0x94, 0x43, 0x51, 0x0e, 0x75, 0x79, 0xff, 0x61, 0xc2, 0x60, 0xc8, + 0xa0, 0x27, 0x1b, 0x22, 0x75, 0x50, 0xdd, 0xfb, 0x7b, 0x19, 0xcb, 0x98, 0xc2, 0xc5, 0x9b, 0x46, + 0xbd, 0x4d, 0x09, 0xe0, 0x25, 0xe1, 0x34, 0x9b, 0xa9, 0x8e, 0xf6, 0xe7, 0x0a, 0x6a, 0x76, 0x8a, + 0x82, 0x9d, 0xd3, 0xf4, 0x8d, 0x10, 0xb7, 0xf6, 0xd0, 0xbd, 0x94, 0x8e, 0xd8, 0xd0, 0x36, 0x3d, + 0xd3, 0xdf, 0xc2, 0xea, 0x60, 0x61, 0x84, 0xf4, 0x60, 0x4e, 0xc1, 0xae, 0x78, 0x55, 0x7f, 0xfb, + 0xd8, 0x0d, 0x37, 0x1c, 0x86, 0x27, 0x9a, 0xfd, 0x74, 0x36, 0xa6, 0x71, 0xeb, 0xe2, 0xd6, 0x7d, + 0xb0, 0x8e, 0x00, 0x5e, 0x63, 0xb1, 0x7c, 0xb4, 0x93, 0x8b, 0x2c, 0xf9, 0x94, 0x70, 0xda, 0x93, + 0xd1, 0xed, 0xaa, 0x67, 0xfa, 0xf7, 0xf1, 0x76, 0x0e, 0xaf, 0x14, 0xac, 0x3c, 0x9d, 0x23, 0x8b, + 0x28, 0x8f, 0xbd, 0x94, 0x8e, 0x19, 0xe4, 0x9c, 0x95, 0x60, 0xd7, 0xbc, 0xaa, 0xdf, 0x8c, 0x5f, + 0xfc, 0x9c, 0xbb, 0x41, 0x96, 0xf3, 0xc1, 0xa4, 0x1f, 0x26, 0x6c, 0xa8, 0xb7, 0xa2, 0x1f, 0x01, + 0xa4, 0x67, 0x11, 0x17, 0xca, 0x61, 0x27, 0x49, 0x3a, 0x69, 0x5a, 0x52, 0x80, 0x9b, 0xcb, 0x60, + 0x57, 0xef, 0x4e, 0x23, 0xf1, 0x8c, 0x53, 0xc0, 0x2d, 0xad, 0xd1, 0xbd, 0x93, 0x68, 0xbf, 0x46, + 0x0d, 0xe9, 0x00, 0xd3, 0x84, 0x95, 0xa9, 0xf5, 0x1c, 0x35, 0x39, 0xe3, 0xa4, 0xe8, 0xc1, 0x80, + 0x94, 0x14, 0xe4, 0x8a, 0x1a, 0xc7, 0x07, 0xbf, 0xd9, 0x83, 0x9c, 0x3a, 0x11, 0x5d, 0x71, 0xed, + 0x6a, 0xee, 0x1a, 0xb8, 0x21, 0x07, 0x25, 0x02, 0xed, 0xaf, 0x26, 0xda, 0x59, 0x75, 0x68, 0xf2, + 0x77, 0x68, 0xeb, 0x2e, 0x9c, 0x64, 0xfe, 0x9f, 0xd9, 0x56, 0xd4, 0xd6, 0x4b, 0x54, 0xd7, 0xf6, + 0xc5, 0x67, 0xfc, 0xab, 0xfd, 0x5d, 0x61, 0xff, 0xe2, 0xd6, 0x6d, 0xac, 0x30, 0xc0, 0x9a, 0xa1, + 0xfd, 0x01, 0xa1, 0x15, 0xfc, 0x87, 0x5f, 0xe7, 0x14, 0xd5, 0xc9, 0x90, 0x4d, 0x46, 0xdc, 0xae, + 0x08, 0x38, 0x7e, 0x26, 0x08, 0xbf, 0xcf, 0xdd, 0x47, 0xff, 0x10, 0xac, 0x4b, 0x93, 0x9b, 0xcb, + 0x00, 0xe9, 0x44, 0x5d, 0x9a, 0x60, 0xcd, 0xf5, 0xb4, 0xf6, 0xe9, 0x8b, 0x6b, 0xc4, 0x9d, 0xab, + 0x85, 0x63, 0x5e, 0x2f, 0x1c, 0xf3, 0xc7, 0xc2, 0x31, 0x3f, 0x2e, 0x1d, 0xe3, 0x7a, 0xe9, 0x18, + 0xdf, 0x96, 0x8e, 0xf1, 0xf6, 0xf1, 0x1a, 0xfb, 0x61, 0x56, 0x90, 0x3e, 0x44, 0x87, 0x59, 0x90, + 0x0c, 0x48, 0x3e, 0x8a, 0xde, 0xab, 0x1b, 0x21, 0x25, 0xfa, 0x75, 0x79, 0x0f, 0x9e, 0xfc, 0x0a, + 0x00, 0x00, 0xff, 0xff, 0x3f, 0x6e, 0x41, 0xab, 0x8e, 0x03, 0x00, 0x00, } func (m *AllowedVault) Marshal() (dAtA []byte, err error) { diff --git a/x/earn/types/vault_test.go b/x/earn/types/vault_test.go index f56b78d9..84ab26f1 100644 --- a/x/earn/types/vault_test.go +++ b/x/earn/types/vault_test.go @@ -7,8 +7,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/earn/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/earn/types" ) func TestVaultRecordValidate(t *testing.T) { diff --git a/x/evmutil/client/cli/address.go b/x/evmutil/client/cli/address.go index f748c63f..31017c4b 100644 --- a/x/evmutil/client/cli/address.go +++ b/x/evmutil/client/cli/address.go @@ -5,9 +5,9 @@ import ( "fmt" "strings" + "github.com/0glabs/0g-chain/x/evmutil/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/ethereum/go-ethereum/common" - "github.com/kava-labs/kava/x/evmutil/types" ) // ParseAddrFromHexOrBech32 parses a string address that can be either a hex or diff --git a/x/evmutil/client/cli/query.go b/x/evmutil/client/cli/query.go index e0539800..0b693364 100644 --- a/x/evmutil/client/cli/query.go +++ b/x/evmutil/client/cli/query.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/evmutil/client/cli/tx.go b/x/evmutil/client/cli/tx.go index 22201af6..56238d3b 100644 --- a/x/evmutil/client/cli/tx.go +++ b/x/evmutil/client/cli/tx.go @@ -14,7 +14,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/evmutil/genesis.go b/x/evmutil/genesis.go index 209dda25..8099da14 100644 --- a/x/evmutil/genesis.go +++ b/x/evmutil/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/evmutil/keeper" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/keeper" + "github.com/0glabs/0g-chain/x/evmutil/types" ) // InitGenesis initializes the store state from a genesis state. diff --git a/x/evmutil/genesis_test.go b/x/evmutil/genesis_test.go index 0c71f9ff..0c9b190a 100644 --- a/x/evmutil/genesis_test.go +++ b/x/evmutil/genesis_test.go @@ -6,10 +6,10 @@ import ( "github.com/stretchr/testify/suite" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/x/evmutil" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/kava-labs/kava/x/evmutil" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" ) type genesisTestSuite struct { diff --git a/x/evmutil/keeper/bank_keeper.go b/x/evmutil/keeper/bank_keeper.go index 8061561b..b25220ef 100644 --- a/x/evmutil/keeper/bank_keeper.go +++ b/x/evmutil/keeper/bank_keeper.go @@ -9,7 +9,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" evmtypes "github.com/evmos/ethermint/x/evm/types" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) const ( diff --git a/x/evmutil/keeper/bank_keeper_test.go b/x/evmutil/keeper/bank_keeper_test.go index 96b3b747..444cba3d 100644 --- a/x/evmutil/keeper/bank_keeper_test.go +++ b/x/evmutil/keeper/bank_keeper_test.go @@ -13,9 +13,9 @@ import ( vesting "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" evmtypes "github.com/evmos/ethermint/x/evm/types" - "github.com/kava-labs/kava/x/evmutil/keeper" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/keeper" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" ) type evmBankKeeperTestSuite struct { diff --git a/x/evmutil/keeper/conversion_cosmos_native.go b/x/evmutil/keeper/conversion_cosmos_native.go index 6c8c813a..5e1d7289 100644 --- a/x/evmutil/keeper/conversion_cosmos_native.go +++ b/x/evmutil/keeper/conversion_cosmos_native.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) // ConvertCosmosCoinToERC20 locks the initiator's sdk.Coin in the module account diff --git a/x/evmutil/keeper/conversion_cosmos_native_test.go b/x/evmutil/keeper/conversion_cosmos_native_test.go index 15857957..cc025b29 100644 --- a/x/evmutil/keeper/conversion_cosmos_native_test.go +++ b/x/evmutil/keeper/conversion_cosmos_native_test.go @@ -10,9 +10,9 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" ) type convertCosmosCoinToERC20Suite struct { diff --git a/x/evmutil/keeper/conversion_evm_native.go b/x/evmutil/keeper/conversion_evm_native.go index 69a97de2..edb0ff49 100644 --- a/x/evmutil/keeper/conversion_evm_native.go +++ b/x/evmutil/keeper/conversion_evm_native.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) // MintConversionPairCoin mints the given amount of a ConversionPair denom and diff --git a/x/evmutil/keeper/conversion_evm_native_bep3.go b/x/evmutil/keeper/conversion_evm_native_bep3.go index b727996d..c63465ab 100644 --- a/x/evmutil/keeper/conversion_evm_native_bep3.go +++ b/x/evmutil/keeper/conversion_evm_native_bep3.go @@ -4,7 +4,7 @@ import ( "math/big" errorsmod "cosmossdk.io/errors" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) var ( diff --git a/x/evmutil/keeper/conversion_evm_native_bep3_test.go b/x/evmutil/keeper/conversion_evm_native_bep3_test.go index c2d06128..12d9f9b8 100644 --- a/x/evmutil/keeper/conversion_evm_native_bep3_test.go +++ b/x/evmutil/keeper/conversion_evm_native_bep3_test.go @@ -8,8 +8,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" ) type Bep3ConversionTestSuite struct { diff --git a/x/evmutil/keeper/conversion_evm_native_test.go b/x/evmutil/keeper/conversion_evm_native_test.go index 3cd9d1c7..8e7555d9 100644 --- a/x/evmutil/keeper/conversion_evm_native_test.go +++ b/x/evmutil/keeper/conversion_evm_native_test.go @@ -9,8 +9,8 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" ) type ConversionTestSuite struct { diff --git a/x/evmutil/keeper/erc20.go b/x/evmutil/keeper/erc20.go index a4b7fe5d..6768aadc 100644 --- a/x/evmutil/keeper/erc20.go +++ b/x/evmutil/keeper/erc20.go @@ -13,7 +13,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) const ( diff --git a/x/evmutil/keeper/erc20_test.go b/x/evmutil/keeper/erc20_test.go index 5cfcd52a..2c9fb9cd 100644 --- a/x/evmutil/keeper/erc20_test.go +++ b/x/evmutil/keeper/erc20_test.go @@ -7,9 +7,9 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" ) type ERC20TestSuite struct { diff --git a/x/evmutil/keeper/evm.go b/x/evmutil/keeper/evm.go index 43829dd4..32d948ff 100644 --- a/x/evmutil/keeper/evm.go +++ b/x/evmutil/keeper/evm.go @@ -28,7 +28,7 @@ import ( "github.com/evmos/ethermint/server/config" evmtypes "github.com/evmos/ethermint/x/evm/types" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) // CallEVM performs a smart contract method call using given args diff --git a/x/evmutil/keeper/evm_test.go b/x/evmutil/keeper/evm_test.go index c4fba03d..343d8a6c 100644 --- a/x/evmutil/keeper/evm_test.go +++ b/x/evmutil/keeper/evm_test.go @@ -17,7 +17,7 @@ import ( "github.com/evmos/ethermint/x/evm/statedb" "github.com/evmos/ethermint/x/evm/types" - "github.com/kava-labs/kava/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/testutil" ) type evmKeeperTestSuite struct { diff --git a/x/evmutil/keeper/grpc_query.go b/x/evmutil/keeper/grpc_query.go index 0ff2d0e9..8485ce1f 100644 --- a/x/evmutil/keeper/grpc_query.go +++ b/x/evmutil/keeper/grpc_query.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) type queryServer struct { diff --git a/x/evmutil/keeper/grpc_query_test.go b/x/evmutil/keeper/grpc_query_test.go index 4f6c6c05..95341089 100644 --- a/x/evmutil/keeper/grpc_query_test.go +++ b/x/evmutil/keeper/grpc_query_test.go @@ -11,10 +11,10 @@ import ( "github.com/cosmos/cosmos-sdk/types/query" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/evmutil/keeper" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/evmutil/keeper" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" ) type grpcQueryTestSuite struct { diff --git a/x/evmutil/keeper/invariants.go b/x/evmutil/keeper/invariants.go index b8c880b1..6b3a1db0 100644 --- a/x/evmutil/keeper/invariants.go +++ b/x/evmutil/keeper/invariants.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) // RegisterInvariants registers the swap module invariants diff --git a/x/evmutil/keeper/invariants_test.go b/x/evmutil/keeper/invariants_test.go index 3b3867c0..55355b4b 100644 --- a/x/evmutil/keeper/invariants_test.go +++ b/x/evmutil/keeper/invariants_test.go @@ -11,10 +11,10 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/evmutil/keeper" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/evmutil/keeper" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" ) type invariantTestSuite struct { diff --git a/x/evmutil/keeper/keeper.go b/x/evmutil/keeper/keeper.go index 02098c8d..78e84bad 100644 --- a/x/evmutil/keeper/keeper.go +++ b/x/evmutil/keeper/keeper.go @@ -11,7 +11,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) // Keeper of the evmutil store. diff --git a/x/evmutil/keeper/keeper_test.go b/x/evmutil/keeper/keeper_test.go index a5ea5c6e..bdbd6ad5 100644 --- a/x/evmutil/keeper/keeper_test.go +++ b/x/evmutil/keeper/keeper_test.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" ) type keeperTestSuite struct { diff --git a/x/evmutil/keeper/migrations.go b/x/evmutil/keeper/migrations.go index f74aa0ca..518b5f3e 100644 --- a/x/evmutil/keeper/migrations.go +++ b/x/evmutil/keeper/migrations.go @@ -1,8 +1,8 @@ package keeper import ( + v2 "github.com/0glabs/0g-chain/x/evmutil/migrations/v2" sdk "github.com/cosmos/cosmos-sdk/types" - v2 "github.com/kava-labs/kava/x/evmutil/migrations/v2" ) // Migrator is a struct for handling in-place store migrations. diff --git a/x/evmutil/keeper/msg_server.go b/x/evmutil/keeper/msg_server.go index 6d843500..390eba13 100644 --- a/x/evmutil/keeper/msg_server.go +++ b/x/evmutil/keeper/msg_server.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) type msgServer struct { diff --git a/x/evmutil/keeper/msg_server_bep3_test.go b/x/evmutil/keeper/msg_server_bep3_test.go index d36c68fd..ee12ece1 100644 --- a/x/evmutil/keeper/msg_server_bep3_test.go +++ b/x/evmutil/keeper/msg_server_bep3_test.go @@ -4,8 +4,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" ) func (suite *MsgServerSuite) TestConvertCoinToERC20_Bep3() { diff --git a/x/evmutil/keeper/msg_server_test.go b/x/evmutil/keeper/msg_server_test.go index 89c7c04a..a9702096 100644 --- a/x/evmutil/keeper/msg_server_test.go +++ b/x/evmutil/keeper/msg_server_test.go @@ -12,10 +12,10 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/math" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/evmutil/keeper" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/evmutil/keeper" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" ) type MsgServerSuite struct { diff --git a/x/evmutil/keeper/params.go b/x/evmutil/keeper/params.go index 2b13cb1a..6f4977db 100644 --- a/x/evmutil/keeper/params.go +++ b/x/evmutil/keeper/params.go @@ -6,7 +6,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) // GetParams returns the total set of evm parameters. diff --git a/x/evmutil/keeper/params_test.go b/x/evmutil/keeper/params_test.go index 4a1a016a..f7cabe33 100644 --- a/x/evmutil/keeper/params_test.go +++ b/x/evmutil/keeper/params_test.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/evmutil/keeper" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/keeper" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" ) type ParamsTestSuite struct { diff --git a/x/evmutil/migrations/v2/store.go b/x/evmutil/migrations/v2/store.go index aa506e16..493e0ea2 100644 --- a/x/evmutil/migrations/v2/store.go +++ b/x/evmutil/migrations/v2/store.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) // MigrateStore performs in-place store migrations for consensus version 2 diff --git a/x/evmutil/migrations/v2/store_test.go b/x/evmutil/migrations/v2/store_test.go index 69a6cd99..3d3160d7 100644 --- a/x/evmutil/migrations/v2/store_test.go +++ b/x/evmutil/migrations/v2/store_test.go @@ -10,8 +10,8 @@ import ( moduletestutil "github.com/cosmos/cosmos-sdk/types/module/testutil" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - v2evmutil "github.com/kava-labs/kava/x/evmutil/migrations/v2" - "github.com/kava-labs/kava/x/evmutil/types" + v2evmutil "github.com/0glabs/0g-chain/x/evmutil/migrations/v2" + "github.com/0glabs/0g-chain/x/evmutil/types" ) func TestStoreMigrationAddsKeyTableIncludingNewParam(t *testing.T) { diff --git a/x/evmutil/module.go b/x/evmutil/module.go index 09ed8b11..c7e0ce64 100644 --- a/x/evmutil/module.go +++ b/x/evmutil/module.go @@ -15,9 +15,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/kava-labs/kava/x/evmutil/client/cli" - "github.com/kava-labs/kava/x/evmutil/keeper" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/client/cli" + "github.com/0glabs/0g-chain/x/evmutil/keeper" + "github.com/0glabs/0g-chain/x/evmutil/types" ) // ConsensusVersion defines the current module consensus version. diff --git a/x/evmutil/testutil/suite.go b/x/evmutil/testutil/suite.go index c09ec153..601ec909 100644 --- a/x/evmutil/testutil/suite.go +++ b/x/evmutil/testutil/suite.go @@ -36,9 +36,9 @@ import ( feemarkettypes "github.com/evmos/ethermint/x/feemarket/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/evmutil/keeper" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/evmutil/keeper" + "github.com/0glabs/0g-chain/x/evmutil/types" ) type Suite struct { diff --git a/x/evmutil/types/address_test.go b/x/evmutil/types/address_test.go index bc8e80bb..aa4b842c 100644 --- a/x/evmutil/types/address_test.go +++ b/x/evmutil/types/address_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" "github.com/stretchr/testify/require" ) diff --git a/x/evmutil/types/bytes_test.go b/x/evmutil/types/bytes_test.go index 1109180c..317eb9f8 100644 --- a/x/evmutil/types/bytes_test.go +++ b/x/evmutil/types/bytes_test.go @@ -5,7 +5,7 @@ import ( "fmt" "testing" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" "github.com/stretchr/testify/require" ) diff --git a/x/evmutil/types/conversion_pair.pb.go b/x/evmutil/types/conversion_pair.pb.go index 637dd783..275f374b 100644 --- a/x/evmutil/types/conversion_pair.pb.go +++ b/x/evmutil/types/conversion_pair.pb.go @@ -124,30 +124,30 @@ func init() { } var fileDescriptor_e1396d08199817d0 = []byte{ - // 356 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x3c, 0x91, 0xcf, 0x4a, 0xeb, 0x40, - 0x18, 0xc5, 0x33, 0xf7, 0xf6, 0x96, 0xde, 0xb1, 0x4a, 0x19, 0x8a, 0x84, 0x0a, 0xd3, 0xd8, 0x55, - 0x15, 0x4c, 0xda, 0xba, 0x73, 0xd7, 0xc6, 0x82, 0x50, 0x10, 0x09, 0xae, 0xdc, 0x84, 0x49, 0x32, - 0xd4, 0xd0, 0x24, 0x5f, 0xc9, 0xa4, 0xb1, 0x05, 0x1f, 0xc0, 0x95, 0xf8, 0x08, 0x2e, 0x7d, 0x14, - 0x97, 0x5d, 0xba, 0x2a, 0x35, 0x7d, 0x0b, 0x57, 0x92, 0x49, 0xe8, 0xee, 0x3b, 0xe7, 0x3b, 0xe7, - 0xc7, 0xfc, 0xc1, 0xe7, 0x33, 0x96, 0x32, 0x83, 0xa7, 0xe1, 0x22, 0xf1, 0x03, 0x23, 0xed, 0x3b, - 0x3c, 0x61, 0x7d, 0xc3, 0x85, 0x28, 0xe5, 0xb1, 0xf0, 0x21, 0xb2, 0xe7, 0xcc, 0x8f, 0xf5, 0x79, - 0x0c, 0x09, 0x90, 0x66, 0x9e, 0xd5, 0xcb, 0xac, 0x5e, 0x66, 0x5b, 0xcd, 0x29, 0x4c, 0x41, 0x06, - 0x8c, 0x7c, 0x2a, 0xb2, 0x9d, 0x67, 0x7c, 0x64, 0xee, 0x21, 0x77, 0xcc, 0x8f, 0xc9, 0x2d, 0x26, - 0x79, 0xdf, 0xe6, 0xb1, 0x3b, 0xe8, 0xd9, 0xcc, 0xf3, 0x62, 0x2e, 0x84, 0x8a, 0x34, 0xd4, 0xad, - 0x8f, 0xb4, 0x6c, 0xd3, 0x6e, 0x4c, 0x58, 0xca, 0xc6, 0x96, 0x39, 0xe8, 0x0d, 0x8b, 0xdd, 0xcf, - 0xa6, 0x5d, 0xbb, 0xe1, 0xcb, 0xd1, 0x2a, 0xe1, 0xc2, 0x6a, 0xe4, 0xdd, 0x71, 0x5e, 0x2d, 0xb7, - 0xa4, 0x89, 0xff, 0x79, 0x3c, 0x82, 0x50, 0xfd, 0xa3, 0xa1, 0xee, 0x7f, 0xab, 0x10, 0x57, 0x95, - 0x97, 0xf7, 0xb6, 0xd2, 0x79, 0x45, 0xf8, 0x64, 0x18, 0x04, 0xf0, 0xc4, 0x3d, 0x13, 0x44, 0x08, - 0xc2, 0x04, 0x3f, 0x92, 0xec, 0x7b, 0x98, 0xf1, 0x88, 0x9c, 0xe2, 0xba, 0x2b, 0x7d, 0xbb, 0x40, - 0x20, 0x89, 0x38, 0x28, 0xbc, 0xeb, 0xdc, 0x22, 0x04, 0x57, 0x22, 0x16, 0xf2, 0x92, 0x2e, 0x67, - 0x72, 0x8c, 0xab, 0x62, 0x15, 0x3a, 0x10, 0xa8, 0x7f, 0xa5, 0x5b, 0x2a, 0xd2, 0xc2, 0x35, 0x8f, - 0xbb, 0x7e, 0xc8, 0x02, 0xa1, 0x56, 0x34, 0xd4, 0x3d, 0xb4, 0xf6, 0xba, 0x38, 0xd0, 0x68, 0xb2, - 0xfd, 0xa6, 0xe8, 0x23, 0xa3, 0xe8, 0x33, 0xa3, 0x68, 0x9d, 0x51, 0xb4, 0xcd, 0x28, 0x7a, 0xdb, - 0x51, 0x65, 0xbd, 0xa3, 0xca, 0xd7, 0x8e, 0x2a, 0x0f, 0x67, 0x53, 0x3f, 0x79, 0x5c, 0x38, 0xba, - 0x0b, 0xa1, 0x91, 0xdf, 0xf5, 0x22, 0x60, 0x8e, 0x90, 0x93, 0xb1, 0xdc, 0xff, 0x4f, 0xb2, 0x9a, - 0x73, 0xe1, 0x54, 0xe5, 0x13, 0x5f, 0xfe, 0x06, 0x00, 0x00, 0xff, 0xff, 0x95, 0x40, 0xc5, 0x63, - 0xbc, 0x01, 0x00, 0x00, + // 361 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x3c, 0x91, 0xc1, 0x4a, 0xeb, 0x40, + 0x18, 0x85, 0x33, 0xf7, 0xf6, 0x96, 0xde, 0xb9, 0xbd, 0x52, 0x86, 0x22, 0xa1, 0xc2, 0x34, 0x76, + 0x55, 0x0a, 0x26, 0x69, 0xdd, 0xb9, 0x6b, 0x63, 0x41, 0x50, 0x44, 0x82, 0x2b, 0x37, 0x61, 0x92, + 0x0c, 0xe9, 0xd0, 0x24, 0x53, 0x32, 0x69, 0x6c, 0xc1, 0x07, 0x70, 0x25, 0x3e, 0x82, 0x4b, 0x1f, + 0xc5, 0x65, 0x97, 0xae, 0x4a, 0x4d, 0xdf, 0xc2, 0x95, 0x64, 0x12, 0xba, 0xfb, 0xcf, 0xf9, 0xcf, + 0xf9, 0x18, 0xe6, 0x87, 0x83, 0x39, 0xc9, 0x88, 0x41, 0xb3, 0x68, 0x99, 0xb2, 0xd0, 0xc8, 0x86, + 0x2e, 0x4d, 0xc9, 0xd0, 0xf0, 0x78, 0x9c, 0xd1, 0x44, 0x30, 0x1e, 0x3b, 0x0b, 0xc2, 0x12, 0x7d, + 0x91, 0xf0, 0x94, 0xa3, 0x76, 0x91, 0xd5, 0xab, 0xac, 0x5e, 0x65, 0x3b, 0xed, 0x80, 0x07, 0x5c, + 0x06, 0x8c, 0x62, 0x2a, 0xb3, 0xbd, 0x27, 0x78, 0x64, 0x1d, 0x20, 0x77, 0x84, 0x25, 0xe8, 0x16, + 0xa2, 0xa2, 0xef, 0xd0, 0xc4, 0x1b, 0x99, 0x0e, 0xf1, 0xfd, 0x84, 0x0a, 0xa1, 0x02, 0x0d, 0xf4, + 0x9b, 0x13, 0x2d, 0xdf, 0x76, 0x5b, 0xd7, 0x24, 0x23, 0x53, 0xdb, 0x1a, 0x99, 0xe3, 0x72, 0xf7, + 0xbd, 0xed, 0x36, 0xae, 0xe8, 0x6a, 0xb2, 0x4e, 0xa9, 0xb0, 0x5b, 0x45, 0x77, 0x5a, 0x54, 0xab, + 0x2d, 0x6a, 0xc3, 0x3f, 0x3e, 0x8d, 0x79, 0xa4, 0xfe, 0xd2, 0x40, 0xff, 0xaf, 0x5d, 0x8a, 0x8b, + 0xda, 0xf3, 0x5b, 0x57, 0xe9, 0xbd, 0x00, 0x78, 0x32, 0x0e, 0x43, 0xfe, 0x48, 0x7d, 0x8b, 0x8b, + 0x88, 0x0b, 0x8b, 0xb3, 0x58, 0xb2, 0xef, 0xf9, 0x9c, 0xc6, 0xe8, 0x14, 0x36, 0x3d, 0xe9, 0x3b, + 0x25, 0x02, 0x48, 0xc4, 0xbf, 0xd2, 0xbb, 0x2c, 0x2c, 0x84, 0x60, 0x2d, 0x26, 0x11, 0xad, 0xe8, + 0x72, 0x46, 0xc7, 0xb0, 0x2e, 0xd6, 0x91, 0xcb, 0x43, 0xf5, 0xb7, 0x74, 0x2b, 0x85, 0x3a, 0xb0, + 0xe1, 0x53, 0x8f, 0x45, 0x24, 0x14, 0x6a, 0x4d, 0x03, 0xfd, 0xff, 0xf6, 0x41, 0x97, 0x0f, 0x9a, + 0xdc, 0xec, 0xbe, 0x30, 0x78, 0xcf, 0x31, 0xf8, 0xc8, 0x31, 0xd8, 0xe4, 0x18, 0xec, 0x72, 0x0c, + 0x5e, 0xf7, 0x58, 0xd9, 0xec, 0xb1, 0xf2, 0xb9, 0xc7, 0xca, 0xc3, 0x20, 0x60, 0xe9, 0x6c, 0xe9, + 0xea, 0x1e, 0x8f, 0x0c, 0x33, 0x08, 0x89, 0x2b, 0x0c, 0x33, 0x38, 0xf3, 0x66, 0x84, 0xc5, 0xc6, + 0xea, 0x70, 0xa0, 0x74, 0xbd, 0xa0, 0xc2, 0xad, 0xcb, 0x3f, 0x3e, 0xff, 0x09, 0x00, 0x00, 0xff, + 0xff, 0xd9, 0x75, 0x8b, 0x8e, 0xbd, 0x01, 0x00, 0x00, } func (this *ConversionPair) VerboseEqual(that interface{}) error { diff --git a/x/evmutil/types/conversion_pairs_test.go b/x/evmutil/types/conversion_pairs_test.go index 70f0ba5c..0e0ea82e 100644 --- a/x/evmutil/types/conversion_pairs_test.go +++ b/x/evmutil/types/conversion_pairs_test.go @@ -3,8 +3,8 @@ package types_test import ( "testing" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" "github.com/stretchr/testify/require" ) diff --git a/x/evmutil/types/genesis.pb.go b/x/evmutil/types/genesis.pb.go index 93aa0b97..601a2767 100644 --- a/x/evmutil/types/genesis.pb.go +++ b/x/evmutil/types/genesis.pb.go @@ -174,38 +174,38 @@ func init() { } var fileDescriptor_d916ab97b8e628c2 = []byte{ - // 489 bytes of a gzipped FileDescriptorProto + // 493 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0x41, 0x6b, 0x13, 0x41, - 0x14, 0xde, 0xa9, 0x21, 0xd1, 0x69, 0x41, 0xd8, 0x56, 0x8d, 0xa5, 0xce, 0x96, 0x50, 0x24, 0x0a, - 0xbb, 0x6b, 0xe2, 0xad, 0x08, 0xd2, 0x8d, 0xa2, 0xc5, 0x4b, 0x59, 0xc5, 0x83, 0x97, 0xf0, 0x76, - 0x77, 0x88, 0x4b, 0x76, 0x67, 0xc2, 0xce, 0x24, 0xb5, 0xff, 0x40, 0xf0, 0xa0, 0xfe, 0x03, 0x8f, - 0xe2, 0xb9, 0x3f, 0xa2, 0xe0, 0xa5, 0xf4, 0x24, 0x1e, 0x62, 0x4d, 0xfe, 0x85, 0x27, 0xd9, 0x99, - 0x49, 0xa8, 0x21, 0x8a, 0xa7, 0x9d, 0x7d, 0xf3, 0x7d, 0xef, 0xfb, 0xe6, 0x7b, 0x0f, 0x37, 0xfa, - 0x30, 0x02, 0x9f, 0x8e, 0xf2, 0xa1, 0x4c, 0x33, 0x7f, 0xd4, 0x8a, 0xa8, 0x84, 0x96, 0xdf, 0xa3, - 0x8c, 0x8a, 0x54, 0x78, 0x83, 0x82, 0x4b, 0x6e, 0x6f, 0x94, 0x18, 0xcf, 0x60, 0x3c, 0x83, 0xd9, - 0xbc, 0x19, 0x73, 0x91, 0x73, 0xd1, 0x55, 0x18, 0x5f, 0xff, 0x68, 0xc2, 0xe6, 0x46, 0x8f, 0xf7, - 0xb8, 0xae, 0x97, 0x27, 0x53, 0xbd, 0xbb, 0x54, 0x2a, 0xe6, 0x6c, 0x44, 0x0b, 0x91, 0x72, 0xd6, - 0x1d, 0x40, 0x5a, 0x68, 0x6c, 0xe3, 0x23, 0xc2, 0x6b, 0x4f, 0xb4, 0x89, 0xe7, 0x12, 0x24, 0xb5, - 0x1f, 0xe2, 0xcb, 0x10, 0xc7, 0x7c, 0xc8, 0xa4, 0xa8, 0xa3, 0xed, 0x4b, 0xcd, 0xd5, 0xf6, 0x2d, - 0x6f, 0x99, 0x2d, 0x6f, 0x4f, 0xa3, 0x82, 0xca, 0xc9, 0xd8, 0xb1, 0xc2, 0x39, 0xc9, 0xde, 0xc5, - 0xd5, 0x01, 0x14, 0x90, 0x8b, 0xfa, 0xca, 0x36, 0x6a, 0xae, 0xb6, 0xb7, 0x96, 0xd3, 0x0f, 0x14, - 0xc6, 0xb0, 0x0d, 0x63, 0xb7, 0xf2, 0xf6, 0x93, 0x63, 0x35, 0xbe, 0x22, 0x5c, 0x33, 0xdd, 0xed, - 0x08, 0xd7, 0x20, 0x49, 0x0a, 0x2a, 0x4a, 0x37, 0xa8, 0xb9, 0x16, 0x3c, 0xfd, 0x35, 0x76, 0xdc, - 0x5e, 0x2a, 0x5f, 0x0f, 0x23, 0x2f, 0xe6, 0xb9, 0xc9, 0xc3, 0x7c, 0x5c, 0x91, 0xf4, 0x7d, 0x79, - 0x34, 0xa0, 0xa2, 0xb4, 0xb7, 0xa7, 0x89, 0x67, 0xc7, 0xee, 0xba, 0x49, 0xcd, 0x54, 0x82, 0x23, - 0x49, 0x45, 0x38, 0x6b, 0x6c, 0xbf, 0xc4, 0xb5, 0x08, 0x32, 0x60, 0x31, 0x55, 0x96, 0xaf, 0x04, - 0x0f, 0x4a, 0x53, 0xdf, 0xc7, 0xce, 0xed, 0xff, 0xd0, 0xd9, 0x67, 0xf2, 0xec, 0xd8, 0xc5, 0x46, - 0x60, 0x9f, 0xc9, 0x70, 0xd6, 0xcc, 0xbc, 0xe6, 0xfd, 0x0a, 0xae, 0xea, 0xc7, 0xda, 0x87, 0xb8, - 0x4e, 0x19, 0x44, 0x19, 0x4d, 0xba, 0x0b, 0xd3, 0x10, 0xf5, 0x8a, 0xca, 0x7a, 0x67, 0x79, 0x58, - 0x9d, 0x39, 0xfa, 0x00, 0xd2, 0x22, 0xb8, 0x51, 0xfa, 0xfb, 0xf2, 0xc3, 0xb9, 0xfa, 0x67, 0x5d, - 0x84, 0xd7, 0x4d, 0xfb, 0x85, 0xba, 0xfd, 0x0e, 0xe1, 0x6b, 0x90, 0x65, 0xfc, 0x50, 0x29, 0xab, - 0x6d, 0x4a, 0x28, 0xe3, 0xf9, 0x6c, 0xc4, 0xad, 0xbf, 0x8c, 0x58, 0x53, 0x3a, 0x8a, 0xd1, 0xe1, - 0x29, 0x7b, 0x1c, 0x76, 0xda, 0xf7, 0x5e, 0xf0, 0x3e, 0x65, 0xc1, 0x8e, 0xf1, 0xb0, 0xf5, 0x0f, - 0x90, 0x08, 0xd7, 0xe1, 0xe2, 0xed, 0x23, 0xa5, 0x19, 0x3c, 0x3b, 0xff, 0x49, 0xd0, 0xe7, 0x09, - 0x41, 0x27, 0x13, 0x82, 0x4e, 0x27, 0x04, 0x9d, 0x4f, 0x08, 0xfa, 0x30, 0x25, 0xd6, 0xe9, 0x94, - 0x58, 0xdf, 0xa6, 0xc4, 0x7a, 0x75, 0xe7, 0x42, 0xf0, 0xa5, 0x33, 0x37, 0x83, 0x48, 0xa8, 0x93, - 0xff, 0x66, 0xbe, 0xd8, 0x2a, 0xff, 0xa8, 0xaa, 0xf6, 0xf8, 0xfe, 0xef, 0x00, 0x00, 0x00, 0xff, - 0xff, 0xa1, 0xec, 0x74, 0x78, 0x60, 0x03, 0x00, 0x00, + 0x18, 0xdd, 0xa9, 0x21, 0xd1, 0x69, 0x41, 0xd8, 0x56, 0x8d, 0xa5, 0xee, 0x96, 0x50, 0x24, 0x14, + 0x76, 0x37, 0x89, 0xb7, 0x22, 0x48, 0x37, 0x8a, 0x16, 0x3c, 0x94, 0x55, 0x3c, 0x78, 0x09, 0xdf, + 0xee, 0x0e, 0xdb, 0x25, 0xbb, 0x33, 0x61, 0x67, 0x92, 0xda, 0x7f, 0x20, 0x78, 0x50, 0xff, 0x81, + 0x47, 0xf1, 0xdc, 0x1f, 0x51, 0xf0, 0x52, 0x7a, 0x12, 0x0f, 0xb1, 0x26, 0xff, 0xc2, 0x93, 0xec, + 0xcc, 0x24, 0xd4, 0x10, 0xc5, 0xd3, 0xee, 0xbe, 0x7d, 0xef, 0x7b, 0x6f, 0xde, 0x37, 0xb8, 0xd1, + 0x87, 0x11, 0x78, 0x64, 0x94, 0x0f, 0x45, 0x9a, 0x79, 0xa3, 0x76, 0x48, 0x04, 0xb4, 0xbd, 0x84, + 0x50, 0xc2, 0x53, 0xee, 0x0e, 0x0a, 0x26, 0x98, 0xb9, 0x51, 0x72, 0x5c, 0xcd, 0x71, 0x35, 0x67, + 0xf3, 0x6e, 0xc4, 0x78, 0xce, 0x78, 0x4f, 0x72, 0x3c, 0xf5, 0xa1, 0x04, 0x9b, 0x1b, 0x09, 0x4b, + 0x98, 0xc2, 0xcb, 0x37, 0x8d, 0xee, 0x2e, 0xb5, 0x8a, 0x18, 0x1d, 0x91, 0x82, 0xa7, 0x8c, 0xf6, + 0x06, 0x90, 0x16, 0x8a, 0xdb, 0xf8, 0x88, 0xf0, 0xda, 0x53, 0x15, 0xe2, 0x85, 0x00, 0x41, 0xcc, + 0x47, 0xf8, 0x3a, 0x44, 0x11, 0x1b, 0x52, 0xc1, 0xeb, 0x68, 0xfb, 0x5a, 0x73, 0xb5, 0x73, 0xcf, + 0x5d, 0x16, 0xcb, 0xdd, 0x57, 0x2c, 0xbf, 0x72, 0x36, 0xb6, 0x8d, 0x60, 0x2e, 0x32, 0xf7, 0x70, + 0x75, 0x00, 0x05, 0xe4, 0xbc, 0xbe, 0xb2, 0x8d, 0x9a, 0xab, 0x9d, 0xad, 0xe5, 0xf2, 0x43, 0xc9, + 0xd1, 0x6a, 0xad, 0xd8, 0xab, 0xbc, 0xfd, 0x64, 0x1b, 0x8d, 0xaf, 0x08, 0xd7, 0xf4, 0x74, 0x33, + 0xc4, 0x35, 0x88, 0xe3, 0x82, 0xf0, 0x32, 0x0d, 0x6a, 0xae, 0xf9, 0xcf, 0x7e, 0x8d, 0x6d, 0x27, + 0x49, 0xc5, 0xd1, 0x30, 0x74, 0x23, 0x96, 0xeb, 0x3e, 0xf4, 0xc3, 0xe1, 0x71, 0xdf, 0x13, 0x27, + 0x03, 0xc2, 0xcb, 0x78, 0xfb, 0x4a, 0x78, 0x71, 0xea, 0xac, 0xeb, 0xd6, 0x34, 0xe2, 0x9f, 0x08, + 0xc2, 0x83, 0xd9, 0x60, 0xf3, 0x15, 0xae, 0x85, 0x90, 0x01, 0x8d, 0x88, 0x8c, 0x7c, 0xc3, 0x7f, + 0x58, 0x86, 0xfa, 0x3e, 0xb6, 0xef, 0xff, 0x87, 0xcf, 0x01, 0x15, 0x17, 0xa7, 0x0e, 0xd6, 0x06, + 0x07, 0x54, 0x04, 0xb3, 0x61, 0xfa, 0x34, 0xef, 0x57, 0x70, 0x55, 0x1d, 0xd6, 0x3c, 0xc6, 0x75, + 0x42, 0x21, 0xcc, 0x48, 0xdc, 0x5b, 0xd8, 0x06, 0xaf, 0x57, 0x64, 0xd7, 0x3b, 0xcb, 0xcb, 0xea, + 0xce, 0xd9, 0x87, 0x90, 0x16, 0xfe, 0x9d, 0x32, 0xdf, 0x97, 0x1f, 0xf6, 0xcd, 0x3f, 0x71, 0x1e, + 0xdc, 0xd6, 0xe3, 0x17, 0x70, 0xf3, 0x1d, 0xc2, 0xb7, 0x20, 0xcb, 0xd8, 0xb1, 0x74, 0x96, 0xb7, + 0x29, 0x26, 0x94, 0xe5, 0xb3, 0x15, 0xb7, 0xff, 0xb2, 0x62, 0x25, 0xe9, 0x4a, 0x45, 0x97, 0xa5, + 0xf4, 0x49, 0xd0, 0xed, 0xb4, 0x5e, 0xb2, 0x3e, 0xa1, 0xfe, 0x8e, 0xce, 0xb0, 0xf5, 0x0f, 0x12, + 0x0f, 0xd6, 0xe1, 0xea, 0xdf, 0xc7, 0xd2, 0xd3, 0x7f, 0x7e, 0xf9, 0xd3, 0x42, 0x9f, 0x27, 0x16, + 0x3a, 0x9b, 0x58, 0xe8, 0x7c, 0x62, 0xa1, 0xcb, 0x89, 0x85, 0x3e, 0x4c, 0x2d, 0xe3, 0x7c, 0x6a, + 0x19, 0xdf, 0xa6, 0x96, 0xf1, 0x7a, 0xf7, 0x4a, 0xf1, 0xad, 0x24, 0x83, 0x90, 0x7b, 0xad, 0xc4, + 0x89, 0x8e, 0x20, 0xa5, 0xde, 0x9b, 0xf9, 0xcd, 0x96, 0x0b, 0x08, 0xab, 0xf2, 0x22, 0x3f, 0xf8, + 0x1d, 0x00, 0x00, 0xff, 0xff, 0xc0, 0x30, 0x24, 0xaf, 0x61, 0x03, 0x00, 0x00, } func (this *GenesisState) VerboseEqual(that interface{}) error { diff --git a/x/evmutil/types/genesis_test.go b/x/evmutil/types/genesis_test.go index 5ec5cded..55037691 100644 --- a/x/evmutil/types/genesis_test.go +++ b/x/evmutil/types/genesis_test.go @@ -7,8 +7,8 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/evmutil/types" ) func TestGenesisState_Validate(t *testing.T) { diff --git a/x/evmutil/types/keys_test.go b/x/evmutil/types/keys_test.go index e102da19..9dcefbff 100644 --- a/x/evmutil/types/keys_test.go +++ b/x/evmutil/types/keys_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/x/evmutil/types" ) func TestDeployedCosmosCoinContractKey(t *testing.T) { diff --git a/x/evmutil/types/msg_test.go b/x/evmutil/types/msg_test.go index 1a73fdaa..36a709d7 100644 --- a/x/evmutil/types/msg_test.go +++ b/x/evmutil/types/msg_test.go @@ -3,9 +3,9 @@ package types_test import ( "testing" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" "github.com/stretchr/testify/require" sdkmath "cosmossdk.io/math" diff --git a/x/evmutil/types/params_test.go b/x/evmutil/types/params_test.go index 75850686..0295789d 100644 --- a/x/evmutil/types/params_test.go +++ b/x/evmutil/types/params_test.go @@ -9,9 +9,9 @@ import ( paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/evmutil/testutil" - "github.com/kava-labs/kava/x/evmutil/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/evmutil/testutil" + "github.com/0glabs/0g-chain/x/evmutil/types" ) type ParamsTestSuite struct { diff --git a/x/evmutil/types/query.pb.go b/x/evmutil/types/query.pb.go index 9336d95d..29402308 100644 --- a/x/evmutil/types/query.pb.go +++ b/x/evmutil/types/query.pb.go @@ -271,41 +271,42 @@ func init() { func init() { proto.RegisterFile("kava/evmutil/v1beta1/query.proto", fileDescriptor_4a8d0512331709e7) } var fileDescriptor_4a8d0512331709e7 = []byte{ - // 542 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4f, 0x6f, 0xd3, 0x30, - 0x14, 0x8f, 0x0b, 0x14, 0xea, 0x8e, 0x8b, 0xa9, 0xd0, 0xd4, 0x55, 0xe9, 0x08, 0x88, 0x75, 0x48, - 0x38, 0x5b, 0x41, 0x1c, 0x26, 0x40, 0xa2, 0x1d, 0x20, 0x0e, 0x48, 0x2c, 0x07, 0x0e, 0x5c, 0x2a, - 0x27, 0xb1, 0x42, 0x44, 0x6a, 0xa7, 0xb1, 0x5b, 0x51, 0x71, 0x83, 0x0b, 0x47, 0x24, 0xbe, 0x40, - 0x3f, 0xce, 0x8e, 0x93, 0xb8, 0xa0, 0x1d, 0x26, 0xd4, 0x72, 0x40, 0x9c, 0xf8, 0x08, 0xa8, 0xb6, - 0xbb, 0x15, 0x91, 0xb6, 0x88, 0x9b, 0xf5, 0xfc, 0x7b, 0xfe, 0xfd, 0x79, 0x2f, 0x81, 0x9b, 0x6f, - 0xc8, 0x80, 0xb8, 0x74, 0xd0, 0xed, 0xcb, 0x38, 0x71, 0x07, 0xbb, 0x3e, 0x95, 0x64, 0xd7, 0xed, - 0xf5, 0x69, 0x36, 0xc4, 0x69, 0xc6, 0x25, 0x47, 0x95, 0x29, 0x02, 0x1b, 0x04, 0x36, 0x88, 0xea, - 0xad, 0x80, 0x8b, 0x2e, 0x17, 0xae, 0x4f, 0x04, 0xd5, 0xf0, 0xd3, 0xe6, 0x94, 0x44, 0x31, 0x23, - 0x32, 0xe6, 0x4c, 0xbf, 0x50, 0xad, 0x44, 0x3c, 0xe2, 0xea, 0xe8, 0x4e, 0x4f, 0xa6, 0x5a, 0x8b, - 0x38, 0x8f, 0x12, 0xea, 0x92, 0x34, 0x76, 0x09, 0x63, 0x5c, 0xaa, 0x16, 0x61, 0x6e, 0x9d, 0x5c, - 0x5d, 0x11, 0x65, 0x54, 0xc4, 0x06, 0xe3, 0x54, 0x20, 0x3a, 0x98, 0x32, 0xbf, 0x20, 0x19, 0xe9, - 0x0a, 0x8f, 0xf6, 0xfa, 0x54, 0x48, 0xe7, 0x00, 0x5e, 0xf9, 0xa3, 0x2a, 0x52, 0xce, 0x04, 0x45, - 0x7b, 0xb0, 0x98, 0xaa, 0xca, 0x3a, 0xd8, 0x04, 0x8d, 0x72, 0xb3, 0x86, 0xf3, 0x7c, 0x61, 0xdd, - 0xd5, 0x3a, 0x7f, 0x78, 0x52, 0xb7, 0x3c, 0xd3, 0xe1, 0x8c, 0x00, 0xdc, 0x52, 0x6f, 0xee, 0xd3, - 0x34, 0xe1, 0x43, 0x1a, 0xb6, 0x95, 0xf9, 0x36, 0x8f, 0x59, 0x9b, 0x33, 0x99, 0x91, 0x40, 0xce, - 0xe8, 0xd1, 0x75, 0x78, 0x59, 0x47, 0xd3, 0x09, 0x29, 0xe3, 0x8a, 0xee, 0x5c, 0xa3, 0xe4, 0xad, - 0xe9, 0xe2, 0xbe, 0xaa, 0xa1, 0x27, 0x10, 0x9e, 0xa5, 0xb4, 0x5e, 0x50, 0x82, 0x6e, 0x62, 0x0d, - 0xc1, 0xd3, 0x48, 0xb1, 0x9e, 0xc0, 0x99, 0xaa, 0x88, 0x1a, 0x02, 0x6f, 0xae, 0x73, 0xef, 0xd2, - 0xc7, 0x51, 0xdd, 0xfa, 0x31, 0xaa, 0x5b, 0xce, 0x2f, 0x00, 0x1b, 0xab, 0x25, 0x9a, 0x2c, 0xde, - 0x41, 0x3b, 0x34, 0xb0, 0x8e, 0x11, 0x1b, 0xf0, 0x98, 0x75, 0x82, 0x19, 0x52, 0x89, 0x2e, 0x37, - 0x77, 0xf2, 0x33, 0x5a, 0x4c, 0x61, 0x72, 0xdb, 0x08, 0x17, 0x8b, 0x40, 0x4f, 0x73, 0xbc, 0x6f, - 0xad, 0xf4, 0xae, 0x95, 0xcf, 0x9b, 0x77, 0x7a, 0xb0, 0xba, 0x58, 0x09, 0xba, 0x06, 0xd7, 0xe6, - 0xe7, 0xa0, 0xa6, 0x5e, 0xf2, 0xca, 0x73, 0x63, 0x40, 0x3b, 0xf0, 0x22, 0x09, 0xc3, 0x8c, 0x0a, - 0xa1, 0x64, 0x94, 0x5a, 0x57, 0x8f, 0x4f, 0xea, 0xe8, 0x19, 0x93, 0x34, 0x63, 0x24, 0x79, 0xfc, - 0xf2, 0xf9, 0x23, 0x7d, 0xeb, 0xcd, 0x60, 0xcd, 0x9f, 0x05, 0x78, 0x41, 0xa5, 0x8c, 0x3e, 0x00, - 0x58, 0xd4, 0xbb, 0x82, 0x1a, 0xf9, 0x29, 0xfd, 0xbd, 0x9a, 0xd5, 0xed, 0x7f, 0x40, 0x6a, 0xa3, - 0xce, 0x8d, 0xf7, 0x5f, 0xbe, 0x7f, 0x2e, 0xd8, 0xa8, 0xe6, 0xe6, 0x7e, 0x08, 0x7a, 0x31, 0xd1, - 0x31, 0x80, 0x1b, 0x4b, 0x06, 0x8e, 0x1e, 0x2c, 0x21, 0x5c, 0xbd, 0xcb, 0xd5, 0x87, 0xff, 0xdb, - 0x6e, 0x4c, 0xdc, 0x57, 0x26, 0xee, 0xa1, 0xbb, 0xf9, 0x26, 0x96, 0xef, 0x60, 0xab, 0x7d, 0x38, - 0xb6, 0xc1, 0xd1, 0xd8, 0x06, 0xdf, 0xc6, 0x36, 0xf8, 0x34, 0xb1, 0xad, 0xa3, 0x89, 0x6d, 0x7d, - 0x9d, 0xd8, 0xd6, 0xab, 0xed, 0x28, 0x96, 0xaf, 0xfb, 0x3e, 0x0e, 0x78, 0x57, 0xbd, 0x7c, 0x3b, - 0x21, 0xbe, 0xd0, 0x1c, 0x6f, 0x4f, 0x59, 0xe4, 0x30, 0xa5, 0xc2, 0x2f, 0xaa, 0x5f, 0xc5, 0x9d, - 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x1f, 0xfa, 0x86, 0x41, 0xe8, 0x04, 0x00, 0x00, + // 549 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4f, 0x6b, 0x13, 0x4d, + 0x18, 0xdf, 0xcd, 0xfb, 0x1a, 0xcd, 0xa4, 0x5e, 0xc6, 0x20, 0x25, 0x0d, 0x9b, 0xba, 0x8a, 0x8d, + 0x05, 0x77, 0xd2, 0x28, 0x1e, 0x8a, 0x0a, 0x26, 0x51, 0xf1, 0x20, 0xd8, 0x3d, 0x78, 0xf0, 0x12, + 0x26, 0xbb, 0xc3, 0x74, 0x71, 0x33, 0xb3, 0xd9, 0x99, 0x04, 0x83, 0x37, 0xbd, 0x78, 0x14, 0xfc, + 0x02, 0xf9, 0x38, 0x3d, 0x16, 0xbc, 0x48, 0x0f, 0x45, 0x12, 0x0f, 0xe2, 0xc9, 0x8f, 0x20, 0x99, + 0x99, 0xb4, 0x11, 0x37, 0x89, 0x78, 0x1b, 0x9e, 0xf9, 0x3d, 0xf3, 0xfb, 0xf3, 0x3c, 0xbb, 0x60, + 0xfb, 0x35, 0x1e, 0x62, 0x44, 0x86, 0xbd, 0x81, 0x8c, 0x62, 0x34, 0xdc, 0xeb, 0x12, 0x89, 0xf7, + 0x50, 0x7f, 0x40, 0xd2, 0x91, 0x97, 0xa4, 0x5c, 0x72, 0x58, 0x9a, 0x21, 0x3c, 0x83, 0xf0, 0x0c, + 0xa2, 0xbc, 0x1b, 0x70, 0xd1, 0xe3, 0x02, 0x75, 0xb1, 0x20, 0x1a, 0x7e, 0xd6, 0x9c, 0x60, 0x1a, + 0x31, 0x2c, 0x23, 0xce, 0xf4, 0x0b, 0xe5, 0x12, 0xe5, 0x94, 0xab, 0x23, 0x9a, 0x9d, 0x4c, 0xb5, + 0x42, 0x39, 0xa7, 0x31, 0x41, 0x38, 0x89, 0x10, 0x66, 0x8c, 0x4b, 0xd5, 0x22, 0xcc, 0xad, 0x9b, + 0xa9, 0x8b, 0x12, 0x46, 0x44, 0x64, 0x30, 0x6e, 0x09, 0xc0, 0x83, 0x19, 0xf3, 0x0b, 0x9c, 0xe2, + 0x9e, 0xf0, 0x49, 0x7f, 0x40, 0x84, 0x74, 0x0f, 0xc0, 0x95, 0xdf, 0xaa, 0x22, 0xe1, 0x4c, 0x10, + 0xb8, 0x0f, 0xf2, 0x89, 0xaa, 0x6c, 0xda, 0xdb, 0x76, 0xad, 0xd8, 0xa8, 0x78, 0x59, 0xbe, 0x3c, + 0xdd, 0xd5, 0xfc, 0xff, 0xe8, 0xb4, 0x6a, 0xf9, 0xa6, 0xc3, 0x1d, 0xdb, 0x60, 0x47, 0xbd, 0xd9, + 0x26, 0x49, 0xcc, 0x47, 0x24, 0x6c, 0x29, 0xf3, 0x2d, 0x1e, 0xb1, 0x16, 0x67, 0x32, 0xc5, 0x81, + 0x9c, 0xd3, 0xc3, 0xeb, 0xe0, 0xb2, 0x8e, 0xa6, 0x13, 0x12, 0xc6, 0x15, 0xdd, 0x7f, 0xb5, 0x82, + 0xbf, 0xa1, 0x8b, 0x6d, 0x55, 0x83, 0x4f, 0x00, 0x38, 0x4f, 0x69, 0x33, 0xa7, 0x04, 0xdd, 0xf4, + 0x34, 0xc4, 0x9b, 0x45, 0xea, 0xe9, 0x09, 0x9c, 0xab, 0xa2, 0xc4, 0x10, 0xf8, 0x0b, 0x9d, 0xfb, + 0x97, 0x3e, 0x8c, 0xab, 0xd6, 0xf7, 0x71, 0xd5, 0x72, 0x7f, 0xda, 0xa0, 0xb6, 0x5e, 0xa2, 0xc9, + 0xe2, 0x2d, 0x70, 0x42, 0x03, 0xeb, 0x18, 0xb1, 0x01, 0x8f, 0x58, 0x27, 0x98, 0x23, 0x95, 0xe8, + 0x62, 0xa3, 0x9e, 0x9d, 0xd1, 0x72, 0x0a, 0x93, 0xdb, 0x56, 0xb8, 0x5c, 0x04, 0x7c, 0x9a, 0xe1, + 0x7d, 0x67, 0xad, 0x77, 0xad, 0x7c, 0xd1, 0xbc, 0xdb, 0x07, 0xe5, 0xe5, 0x4a, 0xe0, 0x35, 0xb0, + 0xb1, 0x38, 0x07, 0x35, 0xf5, 0x82, 0x5f, 0x5c, 0x18, 0x03, 0xac, 0x83, 0x8b, 0x38, 0x0c, 0x53, + 0x22, 0x84, 0x92, 0x51, 0x68, 0x5e, 0x3d, 0x39, 0xad, 0xc2, 0x67, 0x4c, 0x92, 0x94, 0xe1, 0xf8, + 0xf1, 0xcb, 0xe7, 0x8f, 0xf4, 0xad, 0x3f, 0x87, 0x35, 0x7e, 0xe4, 0xc0, 0x05, 0x95, 0x32, 0x7c, + 0x6f, 0x83, 0xbc, 0xde, 0x15, 0x58, 0xcb, 0x4e, 0xe9, 0xcf, 0xd5, 0x2c, 0xdf, 0xfa, 0x0b, 0xa4, + 0x36, 0xea, 0xde, 0x78, 0xf7, 0xf9, 0xdb, 0xa7, 0x9c, 0x03, 0x2b, 0x28, 0xf3, 0x43, 0xd0, 0x8b, + 0x09, 0x4f, 0x6c, 0xb0, 0xb5, 0x62, 0xe0, 0xf0, 0xc1, 0x0a, 0xc2, 0xf5, 0xbb, 0x5c, 0x7e, 0xf8, + 0xaf, 0xed, 0xc6, 0xc4, 0x7d, 0x65, 0xe2, 0x1e, 0xbc, 0x9b, 0x6d, 0x62, 0xf5, 0x0e, 0x36, 0xdb, + 0x47, 0x13, 0xc7, 0x3e, 0x9e, 0x38, 0xf6, 0xd7, 0x89, 0x63, 0x7f, 0x9c, 0x3a, 0xd6, 0xf1, 0xd4, + 0xb1, 0xbe, 0x4c, 0x1d, 0xeb, 0xd5, 0x2e, 0x8d, 0xe4, 0xe1, 0xa0, 0xeb, 0x05, 0xbc, 0x87, 0xea, + 0x34, 0xc6, 0x5d, 0x81, 0xea, 0xf4, 0x76, 0x70, 0x88, 0x23, 0x86, 0xde, 0x9c, 0xd1, 0xc8, 0x51, + 0x42, 0x44, 0x37, 0xaf, 0xfe, 0x15, 0x77, 0x7e, 0x05, 0x00, 0x00, 0xff, 0xff, 0x5f, 0xdc, 0x5e, + 0x99, 0xe9, 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/evmutil/types/tx.pb.go b/x/evmutil/types/tx.pb.go index d4aa63b4..44f558b1 100644 --- a/x/evmutil/types/tx.pb.go +++ b/x/evmutil/types/tx.pb.go @@ -452,42 +452,43 @@ func init() { func init() { proto.RegisterFile("kava/evmutil/v1beta1/tx.proto", fileDescriptor_6e82783c6c58f89c) } var fileDescriptor_6e82783c6c58f89c = []byte{ - // 559 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x55, 0x41, 0x6b, 0xd4, 0x4c, - 0x18, 0xde, 0x69, 0x4b, 0xf9, 0x76, 0xbe, 0x4b, 0x19, 0x56, 0x48, 0xa3, 0xcd, 0x96, 0x95, 0x6a, - 0x45, 0x36, 0xe9, 0xee, 0x8a, 0x20, 0x7a, 0x71, 0x97, 0x0a, 0xa5, 0xf4, 0x12, 0xf7, 0xe4, 0x65, - 0x99, 0x64, 0x87, 0x18, 0xda, 0x64, 0x96, 0xcc, 0x6c, 0xa8, 0x3f, 0x40, 0x10, 0x11, 0xd1, 0x3f, - 0xe0, 0xd9, 0x1f, 0xd0, 0x1f, 0xd1, 0x63, 0xe9, 0x49, 0x3c, 0x2c, 0x35, 0xfb, 0x47, 0x64, 0x92, - 0x49, 0x3a, 0xd6, 0x98, 0xb5, 0x22, 0x78, 0xda, 0xcc, 0xbc, 0xcf, 0xf3, 0xbe, 0xcf, 0xf3, 0xbe, - 0x33, 0xb3, 0x70, 0xe3, 0x10, 0xc7, 0xd8, 0x22, 0x71, 0x30, 0xe5, 0xfe, 0x91, 0x15, 0x77, 0x1c, - 0xc2, 0x71, 0xc7, 0xe2, 0xc7, 0xe6, 0x24, 0xa2, 0x9c, 0xa2, 0x86, 0x08, 0x9b, 0x32, 0x6c, 0xca, - 0xb0, 0x6e, 0xb8, 0x94, 0x05, 0x94, 0x59, 0x0e, 0x66, 0xa4, 0xe0, 0xb8, 0xd4, 0x0f, 0x33, 0x96, - 0xbe, 0x9e, 0xc5, 0x47, 0xe9, 0xca, 0xca, 0x16, 0x32, 0xd4, 0xf0, 0xa8, 0x47, 0xb3, 0x7d, 0xf1, - 0x95, 0xed, 0xb6, 0x3e, 0x01, 0x78, 0xe3, 0x80, 0x79, 0x03, 0x1a, 0xc6, 0x24, 0xe2, 0x03, 0xea, - 0x87, 0x43, 0xba, 0x6b, 0x0f, 0xba, 0x3b, 0xe8, 0x21, 0xac, 0xfb, 0xa1, 0xcf, 0x7d, 0xcc, 0x69, - 0xa4, 0x81, 0x4d, 0xb0, 0x5d, 0xef, 0x6b, 0xe7, 0x27, 0xed, 0x86, 0x4c, 0xfa, 0x74, 0x3c, 0x8e, - 0x08, 0x63, 0xcf, 0x79, 0xe4, 0x87, 0x9e, 0x7d, 0x09, 0x45, 0x3a, 0xfc, 0x2f, 0x22, 0x2e, 0xf1, - 0x63, 0x12, 0x69, 0x4b, 0x82, 0x66, 0x17, 0x6b, 0xd4, 0x81, 0xab, 0x38, 0xa0, 0xd3, 0x90, 0x6b, - 0xcb, 0x9b, 0x60, 0xfb, 0xff, 0xee, 0xba, 0x29, 0xb3, 0x09, 0x3f, 0xb9, 0x49, 0x53, 0xa8, 0xb0, - 0x25, 0xb0, 0xd5, 0x84, 0x1b, 0xa5, 0xfa, 0x6c, 0xc2, 0x26, 0x34, 0x64, 0xa4, 0xf5, 0x7a, 0x49, - 0x75, 0x90, 0xc6, 0x86, 0x54, 0x00, 0xd1, 0xad, 0x9f, 0x1c, 0xa8, 0x3a, 0x1f, 0x5c, 0xd5, 0x59, - 0x61, 0xef, 0xd2, 0x41, 0x1f, 0x22, 0x31, 0x98, 0x11, 0x89, 0xdc, 0xee, 0xce, 0x08, 0x67, 0xa8, - 0xd4, 0x4d, 0xbd, 0xdf, 0x48, 0x66, 0xcd, 0xb5, 0x7d, 0x1c, 0xe3, 0x54, 0x84, 0xcc, 0x60, 0xaf, - 0x09, 0xfc, 0xae, 0x80, 0xcb, 0x1d, 0x34, 0x2c, 0xba, 0xb0, 0x92, 0xf2, 0x9e, 0x9c, 0xce, 0x9a, - 0xb5, 0xaf, 0xb3, 0xe6, 0x1d, 0xcf, 0xe7, 0x2f, 0xa7, 0x8e, 0xe9, 0xd2, 0x40, 0x8e, 0x4e, 0xfe, - 0xb4, 0xd9, 0xf8, 0xd0, 0xe2, 0xaf, 0x26, 0x84, 0x99, 0x7b, 0x21, 0x3f, 0x3f, 0x69, 0x43, 0xa9, - 0x72, 0x2f, 0xe4, 0xe5, 0x8d, 0x52, 0xda, 0x50, 0x34, 0xea, 0x2d, 0x80, 0x37, 0xd5, 0x56, 0x8a, - 0x0c, 0xea, 0xc0, 0xab, 0xdb, 0xf5, 0x97, 0xc7, 0xba, 0x05, 0x6f, 0x57, 0x68, 0x29, 0x34, 0xbf, - 0x03, 0x3f, 0x8e, 0x3f, 0xc7, 0x3d, 0x8b, 0x68, 0xf0, 0x0f, 0x54, 0xdf, 0x85, 0x5b, 0x95, 0x6a, - 0x72, 0xdd, 0xdd, 0x8f, 0x2b, 0x70, 0xf9, 0x80, 0x79, 0x28, 0x86, 0xa8, 0xe4, 0x6a, 0xdd, 0x37, - 0xcb, 0x2e, 0xb7, 0x59, 0x7a, 0xce, 0xf5, 0xde, 0x35, 0xc0, 0x79, 0x7d, 0xa5, 0xae, 0x7a, 0x21, - 0x16, 0xd6, 0x55, 0xc0, 0x8b, 0xeb, 0x96, 0x9c, 0x31, 0xf4, 0x06, 0x40, 0xed, 0x97, 0x07, 0xac, - 0xb3, 0xd8, 0xc9, 0x15, 0x8a, 0xfe, 0xe8, 0xda, 0x94, 0x42, 0xca, 0x7b, 0x00, 0xf5, 0x8a, 0x73, - 0xd3, 0xfb, 0xfd, 0xcc, 0x05, 0x49, 0x7f, 0xfc, 0x07, 0xa4, 0x5c, 0x50, 0x7f, 0xff, 0xe2, 0x9b, - 0x01, 0x3e, 0x27, 0x06, 0x38, 0x4d, 0x0c, 0x70, 0x96, 0x18, 0xe0, 0x22, 0x31, 0xc0, 0x87, 0xb9, - 0x51, 0x3b, 0x9b, 0x1b, 0xb5, 0x2f, 0x73, 0xa3, 0xf6, 0xe2, 0x9e, 0xf2, 0x00, 0x88, 0x42, 0xed, - 0x23, 0xec, 0xb0, 0xf4, 0xcb, 0x3a, 0x2e, 0xfe, 0x29, 0xd2, 0x77, 0xc0, 0x59, 0x4d, 0x9f, 0xef, - 0xde, 0xf7, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa2, 0x5a, 0x1f, 0x90, 0x46, 0x06, 0x00, 0x00, + // 562 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x55, 0xcf, 0x6a, 0x13, 0x41, + 0x18, 0xcf, 0xb4, 0xa5, 0x98, 0xf1, 0x52, 0x86, 0x08, 0xe9, 0x6a, 0x37, 0x25, 0x52, 0x2d, 0x4a, + 0x76, 0xf3, 0x47, 0x04, 0xd1, 0x8b, 0x09, 0x15, 0x8a, 0xf6, 0xb2, 0xe6, 0xe4, 0x25, 0x4c, 0x36, + 0xc3, 0x76, 0x68, 0x33, 0x13, 0x76, 0x26, 0x4b, 0x7d, 0x00, 0x41, 0x44, 0x44, 0x5f, 0xc0, 0xb3, + 0x0f, 0xd0, 0x87, 0xe8, 0xb1, 0xf4, 0x24, 0x1e, 0x42, 0xdd, 0xbc, 0x88, 0xcc, 0xee, 0xec, 0x76, + 0xad, 0xeb, 0xc6, 0x8a, 0xe0, 0x29, 0x99, 0xf9, 0x7e, 0xbf, 0x6f, 0x7e, 0xbf, 0xef, 0xfb, 0x66, + 0x16, 0x6e, 0x1c, 0xe0, 0x00, 0xdb, 0x24, 0x18, 0x4f, 0x25, 0x3d, 0xb4, 0x83, 0xd6, 0x90, 0x48, + 0xdc, 0xb2, 0xe5, 0x91, 0x35, 0xf1, 0xb9, 0xe4, 0xa8, 0xa2, 0xc2, 0x96, 0x0e, 0x5b, 0x3a, 0x6c, + 0x98, 0x2e, 0x17, 0x63, 0x2e, 0xec, 0x21, 0x16, 0x24, 0xe5, 0xb8, 0x9c, 0xb2, 0x98, 0x65, 0xac, + 0xc7, 0xf1, 0x41, 0xb4, 0xb2, 0xe3, 0x85, 0x0e, 0x55, 0x3c, 0xee, 0xf1, 0x78, 0x5f, 0xfd, 0x8b, + 0x77, 0xeb, 0x9f, 0x01, 0xbc, 0xb1, 0x27, 0xbc, 0x1e, 0x67, 0x01, 0xf1, 0x65, 0x8f, 0x53, 0xd6, + 0xe7, 0x3b, 0x4e, 0xaf, 0xdd, 0x44, 0x0f, 0x61, 0x99, 0x32, 0x2a, 0x29, 0x96, 0xdc, 0xaf, 0x82, + 0x4d, 0xb0, 0x5d, 0xee, 0x56, 0xcf, 0x8e, 0x1b, 0x15, 0x9d, 0xf4, 0xe9, 0x68, 0xe4, 0x13, 0x21, + 0x5e, 0x4a, 0x9f, 0x32, 0xcf, 0xb9, 0x80, 0x22, 0x03, 0x5e, 0xf3, 0x89, 0x4b, 0x68, 0x40, 0xfc, + 0xea, 0x92, 0xa2, 0x39, 0xe9, 0x1a, 0xb5, 0xe0, 0x2a, 0x1e, 0xf3, 0x29, 0x93, 0xd5, 0xe5, 0x4d, + 0xb0, 0x7d, 0xbd, 0xbd, 0x6e, 0xe9, 0x6c, 0xca, 0x4f, 0x62, 0xd2, 0x52, 0x2a, 0x1c, 0x0d, 0xac, + 0xd7, 0xe0, 0x46, 0xae, 0x3e, 0x87, 0x88, 0x09, 0x67, 0x82, 0xd4, 0xdf, 0x2c, 0x65, 0x1d, 0x44, + 0xb1, 0x3e, 0x57, 0x40, 0x74, 0xeb, 0x17, 0x07, 0x59, 0x9d, 0x0f, 0x2e, 0xeb, 0x2c, 0xb0, 0x77, + 0xe1, 0xa0, 0x0b, 0x91, 0x6a, 0xcc, 0x80, 0xf8, 0x6e, 0xbb, 0x39, 0xc0, 0x31, 0x2a, 0x72, 0x53, + 0xee, 0x56, 0xc2, 0x59, 0x6d, 0xed, 0x39, 0x0e, 0x70, 0x24, 0x42, 0x67, 0x70, 0xd6, 0x14, 0x7e, + 0x47, 0xc1, 0xf5, 0x0e, 0xea, 0xa7, 0x55, 0x58, 0x89, 0x78, 0x4f, 0x4e, 0x66, 0xb5, 0xd2, 0xb7, + 0x59, 0xed, 0x8e, 0x47, 0xe5, 0xfe, 0x74, 0x68, 0xb9, 0x7c, 0xac, 0x5b, 0xa7, 0x7f, 0x1a, 0x62, + 0x74, 0x60, 0xcb, 0xd7, 0x13, 0x22, 0xac, 0x5d, 0x26, 0xcf, 0x8e, 0x1b, 0x50, 0xab, 0xdc, 0x65, + 0x32, 0xbf, 0x50, 0x99, 0x32, 0xa4, 0x85, 0x7a, 0x07, 0xe0, 0xcd, 0x6c, 0x29, 0x55, 0x86, 0x6c, + 0xc3, 0x8b, 0xcb, 0xf5, 0x8f, 0xdb, 0xba, 0x05, 0x6f, 0x17, 0x68, 0x49, 0x35, 0xbf, 0x07, 0x3f, + 0xb7, 0x3f, 0xc1, 0x3d, 0xf3, 0xf9, 0xf8, 0x3f, 0xa8, 0xbe, 0x0b, 0xb7, 0x0a, 0xd5, 0x24, 0xba, + 0xdb, 0x9f, 0x56, 0xe0, 0xf2, 0x9e, 0xf0, 0x50, 0x00, 0x51, 0xce, 0xd5, 0xba, 0x6f, 0xe5, 0x5d, + 0x6e, 0x2b, 0x77, 0xce, 0x8d, 0xce, 0x15, 0xc0, 0xc9, 0xf9, 0x99, 0x73, 0xb3, 0x17, 0x62, 0xe1, + 0xb9, 0x19, 0xf0, 0xe2, 0x73, 0x73, 0x66, 0x0c, 0xbd, 0x05, 0xb0, 0xfa, 0xdb, 0x01, 0x6b, 0x2d, + 0x76, 0x72, 0x89, 0x62, 0x3c, 0xba, 0x32, 0x25, 0x95, 0xf2, 0x01, 0x40, 0xa3, 0x60, 0x6e, 0x3a, + 0x7f, 0x9e, 0x39, 0x25, 0x19, 0x8f, 0xff, 0x82, 0x94, 0x08, 0xea, 0xbe, 0x38, 0xff, 0x6e, 0x82, + 0x2f, 0xa1, 0x09, 0x4e, 0x42, 0x13, 0x9c, 0x86, 0x26, 0x38, 0x0f, 0x4d, 0xf0, 0x71, 0x6e, 0x96, + 0x4e, 0xe7, 0x66, 0xe9, 0xeb, 0xdc, 0x2c, 0xbd, 0xba, 0x97, 0x79, 0x00, 0x9a, 0xde, 0x21, 0x1e, + 0x0a, 0xbb, 0xe9, 0x35, 0xdc, 0x7d, 0x4c, 0x99, 0x7d, 0x94, 0x7e, 0x2a, 0xa2, 0x87, 0x60, 0xb8, + 0x1a, 0xbd, 0xdf, 0x9d, 0x1f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xcc, 0x0a, 0xc5, 0x36, 0x47, 0x06, + 0x00, 0x00, } func (this *MsgConvertCoinToERC20) VerboseEqual(that interface{}) error { diff --git a/x/hard/abci.go b/x/hard/abci.go index 8041011e..e4656cf1 100644 --- a/x/hard/abci.go +++ b/x/hard/abci.go @@ -3,10 +3,10 @@ package hard import ( "time" + "github.com/0glabs/0g-chain/x/hard/keeper" + "github.com/0glabs/0g-chain/x/hard/types" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/hard/keeper" - "github.com/kava-labs/kava/x/hard/types" ) // BeginBlocker updates interest rates diff --git a/x/hard/client/cli/query.go b/x/hard/client/cli/query.go index f0703bd5..fd87a97e 100644 --- a/x/hard/client/cli/query.go +++ b/x/hard/client/cli/query.go @@ -11,7 +11,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) // flags for cli queries diff --git a/x/hard/client/cli/tx.go b/x/hard/client/cli/tx.go index 8c71f7dd..97725ffe 100644 --- a/x/hard/client/cli/tx.go +++ b/x/hard/client/cli/tx.go @@ -12,7 +12,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/hard/genesis.go b/x/hard/genesis.go index fa491e8f..bea0bd72 100644 --- a/x/hard/genesis.go +++ b/x/hard/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/hard/keeper" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/keeper" + "github.com/0glabs/0g-chain/x/hard/types" ) // InitGenesis initializes the store state from a genesis state. diff --git a/x/hard/genesis_test.go b/x/hard/genesis_test.go index 8d8b923a..fc16e2ac 100644 --- a/x/hard/genesis_test.go +++ b/x/hard/genesis_test.go @@ -12,10 +12,10 @@ import ( tmtime "github.com/cometbft/cometbft/types/time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/hard" - "github.com/kava-labs/kava/x/hard/keeper" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/hard" + "github.com/0glabs/0g-chain/x/hard/keeper" + "github.com/0glabs/0g-chain/x/hard/types" ) type GenesisTestSuite struct { diff --git a/x/hard/keeper/borrow.go b/x/hard/keeper/borrow.go index 6c198d45..98588a40 100644 --- a/x/hard/keeper/borrow.go +++ b/x/hard/keeper/borrow.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) // Borrow funds diff --git a/x/hard/keeper/borrow_test.go b/x/hard/keeper/borrow_test.go index 3d254cc2..578aa51c 100644 --- a/x/hard/keeper/borrow_test.go +++ b/x/hard/keeper/borrow_test.go @@ -10,10 +10,10 @@ import ( tmtime "github.com/cometbft/cometbft/types/time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/hard" - "github.com/kava-labs/kava/x/hard/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/hard" + "github.com/0glabs/0g-chain/x/hard/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) const ( diff --git a/x/hard/keeper/deposit.go b/x/hard/keeper/deposit.go index e4cd5315..813ed7af 100644 --- a/x/hard/keeper/deposit.go +++ b/x/hard/keeper/deposit.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) // Deposit deposit diff --git a/x/hard/keeper/deposit_test.go b/x/hard/keeper/deposit_test.go index 8eb7cdf1..c3b15c00 100644 --- a/x/hard/keeper/deposit_test.go +++ b/x/hard/keeper/deposit_test.go @@ -10,10 +10,10 @@ import ( tmtime "github.com/cometbft/cometbft/types/time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/hard" - "github.com/kava-labs/kava/x/hard/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/hard" + "github.com/0glabs/0g-chain/x/hard/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) func (suite *KeeperTestSuite) TestDeposit() { diff --git a/x/hard/keeper/grpc_query.go b/x/hard/keeper/grpc_query.go index 85b6b6d0..dab17cc4 100644 --- a/x/hard/keeper/grpc_query.go +++ b/x/hard/keeper/grpc_query.go @@ -12,7 +12,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) type queryServer struct { diff --git a/x/hard/keeper/grpc_query_test.go b/x/hard/keeper/grpc_query_test.go index 0f3e48ba..aed93627 100644 --- a/x/hard/keeper/grpc_query_test.go +++ b/x/hard/keeper/grpc_query_test.go @@ -4,11 +4,11 @@ import ( "testing" "time" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/hard/keeper" + "github.com/0glabs/0g-chain/x/hard/types" tmprototypes "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/hard/keeper" - "github.com/kava-labs/kava/x/hard/types" "github.com/stretchr/testify/suite" ) diff --git a/x/hard/keeper/hooks.go b/x/hard/keeper/hooks.go index 829ee2e6..19975667 100644 --- a/x/hard/keeper/hooks.go +++ b/x/hard/keeper/hooks.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) // Implements StakingHooks interface diff --git a/x/hard/keeper/integration_test.go b/x/hard/keeper/integration_test.go index b4fcaef8..99b8d681 100644 --- a/x/hard/keeper/integration_test.go +++ b/x/hard/keeper/integration_test.go @@ -7,9 +7,9 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/hard/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/hard/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) func NewHARDGenState(cdc codec.JSONCodec) app.GenesisState { diff --git a/x/hard/keeper/interest.go b/x/hard/keeper/interest.go index e07d2862..e1b4dd71 100644 --- a/x/hard/keeper/interest.go +++ b/x/hard/keeper/interest.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) var ( diff --git a/x/hard/keeper/interest_test.go b/x/hard/keeper/interest_test.go index 753e75db..5078cf6c 100644 --- a/x/hard/keeper/interest_test.go +++ b/x/hard/keeper/interest_test.go @@ -12,11 +12,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/hard" - "github.com/kava-labs/kava/x/hard/keeper" - "github.com/kava-labs/kava/x/hard/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/hard" + "github.com/0glabs/0g-chain/x/hard/keeper" + "github.com/0glabs/0g-chain/x/hard/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) type InterestTestSuite struct { diff --git a/x/hard/keeper/keeper.go b/x/hard/keeper/keeper.go index 5d4fc3e2..1a974c56 100644 --- a/x/hard/keeper/keeper.go +++ b/x/hard/keeper/keeper.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) // Keeper keeper for the hard module diff --git a/x/hard/keeper/keeper_test.go b/x/hard/keeper/keeper_test.go index 8d2054be..dc4621b1 100644 --- a/x/hard/keeper/keeper_test.go +++ b/x/hard/keeper/keeper_test.go @@ -14,10 +14,10 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - auctionkeeper "github.com/kava-labs/kava/x/auction/keeper" - "github.com/kava-labs/kava/x/hard/keeper" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/app" + auctionkeeper "github.com/0glabs/0g-chain/x/auction/keeper" + "github.com/0glabs/0g-chain/x/hard/keeper" + "github.com/0glabs/0g-chain/x/hard/types" ) // Test suite used for all keeper tests diff --git a/x/hard/keeper/liquidation.go b/x/hard/keeper/liquidation.go index 94fce1a8..decf5c7d 100644 --- a/x/hard/keeper/liquidation.go +++ b/x/hard/keeper/liquidation.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) // LiqData holds liquidation-related data diff --git a/x/hard/keeper/liquidation_test.go b/x/hard/keeper/liquidation_test.go index d9c3fe33..36a2c012 100644 --- a/x/hard/keeper/liquidation_test.go +++ b/x/hard/keeper/liquidation_test.go @@ -9,11 +9,11 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - auctiontypes "github.com/kava-labs/kava/x/auction/types" - "github.com/kava-labs/kava/x/hard" - "github.com/kava-labs/kava/x/hard/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + auctiontypes "github.com/0glabs/0g-chain/x/auction/types" + "github.com/0glabs/0g-chain/x/hard" + "github.com/0glabs/0g-chain/x/hard/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) func (suite *KeeperTestSuite) TestKeeperLiquidation() { diff --git a/x/hard/keeper/msg_server.go b/x/hard/keeper/msg_server.go index 80c0dd5b..65c07970 100644 --- a/x/hard/keeper/msg_server.go +++ b/x/hard/keeper/msg_server.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) type msgServer struct { diff --git a/x/hard/keeper/params.go b/x/hard/keeper/params.go index 8bcd339c..bcf0eddb 100644 --- a/x/hard/keeper/params.go +++ b/x/hard/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) // GetParams returns the params from the store diff --git a/x/hard/keeper/repay.go b/x/hard/keeper/repay.go index 454812fd..50ab5ae9 100644 --- a/x/hard/keeper/repay.go +++ b/x/hard/keeper/repay.go @@ -4,7 +4,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) // Repay borrowed funds diff --git a/x/hard/keeper/repay_test.go b/x/hard/keeper/repay_test.go index 9d9e9e39..aeae916a 100644 --- a/x/hard/keeper/repay_test.go +++ b/x/hard/keeper/repay_test.go @@ -9,10 +9,10 @@ import ( tmtime "github.com/cometbft/cometbft/types/time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/hard" - "github.com/kava-labs/kava/x/hard/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/hard" + "github.com/0glabs/0g-chain/x/hard/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) func (suite *KeeperTestSuite) TestRepay() { diff --git a/x/hard/keeper/withdraw.go b/x/hard/keeper/withdraw.go index c98c5052..46b9b411 100644 --- a/x/hard/keeper/withdraw.go +++ b/x/hard/keeper/withdraw.go @@ -4,7 +4,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) // Withdraw returns some or all of a deposit back to original depositor diff --git a/x/hard/keeper/withdraw_test.go b/x/hard/keeper/withdraw_test.go index 02682831..9c860357 100644 --- a/x/hard/keeper/withdraw_test.go +++ b/x/hard/keeper/withdraw_test.go @@ -10,10 +10,10 @@ import ( tmtime "github.com/cometbft/cometbft/types/time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/hard" - "github.com/kava-labs/kava/x/hard/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/hard" + "github.com/0glabs/0g-chain/x/hard/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) func (suite *KeeperTestSuite) TestWithdraw() { diff --git a/x/hard/legacy/v0_16/migrate.go b/x/hard/legacy/v0_16/migrate.go index cc4fbdd7..ee306115 100644 --- a/x/hard/legacy/v0_16/migrate.go +++ b/x/hard/legacy/v0_16/migrate.go @@ -4,8 +4,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - v015hard "github.com/kava-labs/kava/x/hard/legacy/v0_15" - v016hard "github.com/kava-labs/kava/x/hard/types" + v015hard "github.com/0glabs/0g-chain/x/hard/legacy/v0_15" + v016hard "github.com/0glabs/0g-chain/x/hard/types" ) // Denom generated via: echo -n transfer/channel-0/uatom | shasum -a 256 | awk '{printf "ibc/%s",toupper($1)}' diff --git a/x/hard/legacy/v0_16/migrate_test.go b/x/hard/legacy/v0_16/migrate_test.go index b15c1b6e..3b662e0f 100644 --- a/x/hard/legacy/v0_16/migrate_test.go +++ b/x/hard/legacy/v0_16/migrate_test.go @@ -11,9 +11,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - app "github.com/kava-labs/kava/app" - v015hard "github.com/kava-labs/kava/x/hard/legacy/v0_15" - v016hard "github.com/kava-labs/kava/x/hard/types" + app "github.com/0glabs/0g-chain/app" + v015hard "github.com/0glabs/0g-chain/x/hard/legacy/v0_15" + v016hard "github.com/0glabs/0g-chain/x/hard/types" ) type migrateTestSuite struct { diff --git a/x/hard/module.go b/x/hard/module.go index 952ff860..b94f38f1 100644 --- a/x/hard/module.go +++ b/x/hard/module.go @@ -15,9 +15,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/kava-labs/kava/x/hard/client/cli" - "github.com/kava-labs/kava/x/hard/keeper" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/client/cli" + "github.com/0glabs/0g-chain/x/hard/keeper" + "github.com/0glabs/0g-chain/x/hard/types" ) var ( diff --git a/x/hard/types/borrow_test.go b/x/hard/types/borrow_test.go index 107bf1f2..d24a3eaf 100644 --- a/x/hard/types/borrow_test.go +++ b/x/hard/types/borrow_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) func TestBorrow_NormalizedBorrow(t *testing.T) { diff --git a/x/hard/types/deposit_test.go b/x/hard/types/deposit_test.go index 7776fb40..069223f7 100644 --- a/x/hard/types/deposit_test.go +++ b/x/hard/types/deposit_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) func TestDeposit_NormalizedDeposit(t *testing.T) { diff --git a/x/hard/types/expected_keepers.go b/x/hard/types/expected_keepers.go index 61d7740c..c21e4cf1 100644 --- a/x/hard/types/expected_keepers.go +++ b/x/hard/types/expected_keepers.go @@ -6,7 +6,7 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - pftypes "github.com/kava-labs/kava/x/pricefeed/types" + pftypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) // BankKeeper defines the expected bank keeper diff --git a/x/hard/types/genesis.pb.go b/x/hard/types/genesis.pb.go index 45dcb84d..50e0cdf2 100644 --- a/x/hard/types/genesis.pb.go +++ b/x/hard/types/genesis.pb.go @@ -186,44 +186,45 @@ func init() { func init() { proto.RegisterFile("kava/hard/v1beta1/genesis.proto", fileDescriptor_20a1f6c2cf728e74) } var fileDescriptor_20a1f6c2cf728e74 = []byte{ - // 590 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0xcd, 0x6e, 0xd3, 0x40, - 0x10, 0xc7, 0xe3, 0xa6, 0x6d, 0xc2, 0x16, 0x5a, 0xb0, 0x2a, 0x70, 0x02, 0xb2, 0xa3, 0x1e, 0x20, - 0x42, 0x8a, 0x4d, 0xcb, 0x81, 0x0b, 0x07, 0x30, 0x11, 0x1f, 0x37, 0xe4, 0xe6, 0xc4, 0xc5, 0x5a, - 0x3b, 0x5b, 0xd7, 0xaa, 0x9d, 0xb5, 0x76, 0xd6, 0x81, 0xbc, 0x03, 0x42, 0x7d, 0x0e, 0xce, 0x3c, - 0x01, 0xa7, 0x1e, 0x2b, 0x4e, 0x88, 0x43, 0x8b, 0x92, 0x17, 0x41, 0xfb, 0x91, 0xa4, 0x28, 0x89, - 0xc4, 0x81, 0x9e, 0xe2, 0xdd, 0xfd, 0xcf, 0xff, 0x37, 0x3b, 0x3b, 0x13, 0xe4, 0x9c, 0xe0, 0x21, - 0xf6, 0x8e, 0x31, 0xeb, 0x7b, 0xc3, 0xfd, 0x88, 0x70, 0xbc, 0xef, 0x25, 0x64, 0x40, 0x20, 0x05, - 0xb7, 0x60, 0x94, 0x53, 0xf3, 0x8e, 0x10, 0xb8, 0x42, 0xe0, 0x6a, 0x41, 0xd3, 0x8e, 0x29, 0xe4, - 0x14, 0xbc, 0x08, 0x03, 0x99, 0x45, 0xc5, 0x34, 0x1d, 0xa8, 0x90, 0x66, 0x43, 0x9d, 0x87, 0x72, - 0xe5, 0xa9, 0x85, 0x3e, 0xda, 0x4d, 0x68, 0x42, 0xd5, 0xbe, 0xf8, 0xd2, 0xbb, 0x4e, 0x42, 0x69, - 0x92, 0x11, 0x4f, 0xae, 0xa2, 0xf2, 0xc8, 0xe3, 0x69, 0x4e, 0x80, 0xe3, 0xbc, 0xd0, 0x82, 0x07, - 0x8b, 0x59, 0xca, 0x8c, 0xe4, 0xe9, 0xde, 0xf7, 0x0d, 0x74, 0xf3, 0x8d, 0x4a, 0xfa, 0x90, 0x63, - 0x4e, 0xcc, 0x67, 0x68, 0xb3, 0xc0, 0x0c, 0xe7, 0x60, 0x19, 0x2d, 0xa3, 0xbd, 0x75, 0xd0, 0x70, - 0x17, 0x2e, 0xe1, 0xbe, 0x97, 0x02, 0x7f, 0xfd, 0xec, 0xc2, 0xa9, 0x04, 0x5a, 0x6e, 0x7e, 0x36, - 0xd0, 0xfd, 0x82, 0x91, 0x61, 0x4a, 0x4b, 0x08, 0x71, 0x1c, 0x97, 0x79, 0x99, 0x61, 0x9e, 0xd2, - 0x41, 0x28, 0x33, 0xb2, 0xd6, 0x5a, 0xd5, 0xf6, 0xd6, 0xc1, 0xe3, 0x25, 0x76, 0x9a, 0xff, 0xf2, - 0x4a, 0x4c, 0x2f, 0xcd, 0x89, 0xdf, 0x12, 0xfe, 0x5f, 0x2f, 0x1d, 0x6b, 0x85, 0x00, 0x82, 0xc6, - 0x14, 0xb8, 0x70, 0x64, 0xbe, 0x45, 0xf5, 0x3e, 0x29, 0x28, 0xa4, 0x1c, 0xac, 0xaa, 0x44, 0x37, - 0x97, 0xa0, 0xbb, 0x4a, 0xe2, 0xdf, 0xd6, 0xa8, 0xba, 0xde, 0x80, 0x60, 0x16, 0x6d, 0x76, 0x51, - 0x2d, 0xa2, 0x8c, 0xd1, 0x8f, 0x60, 0xad, 0x4b, 0xa3, 0x65, 0x25, 0xf1, 0xa5, 0xc2, 0xdf, 0xd1, - 0x3e, 0x35, 0xb5, 0x86, 0x60, 0x1a, 0x6a, 0x32, 0xb4, 0xcd, 0x29, 0xc7, 0x59, 0x08, 0x65, 0x51, - 0x64, 0x29, 0xe9, 0x5b, 0x1b, 0xda, 0x4c, 0x3f, 0xb2, 0xe8, 0x88, 0x99, 0xdd, 0x2b, 0x9a, 0x0e, - 0xfc, 0x27, 0xda, 0xac, 0x9d, 0xa4, 0xfc, 0xb8, 0x8c, 0xdc, 0x98, 0xe6, 0xba, 0x23, 0xf4, 0x4f, - 0x07, 0xfa, 0x27, 0x1e, 0x1f, 0x15, 0x04, 0x64, 0x00, 0x04, 0xb7, 0x24, 0xe2, 0x50, 0x13, 0xe6, - 0x4c, 0x95, 0x04, 0xe9, 0x5b, 0x9b, 0xd7, 0xc5, 0xf4, 0x35, 0x61, 0xce, 0x64, 0x04, 0x08, 0x1b, - 0x12, 0xb0, 0x6a, 0xd7, 0xc5, 0x0c, 0x34, 0x61, 0xef, 0x4b, 0x15, 0xdd, 0x5b, 0xd1, 0x23, 0xe6, - 0x23, 0xb4, 0x13, 0xd3, 0x2c, 0xc3, 0x9c, 0x30, 0x9c, 0x85, 0xc2, 0x44, 0x36, 0xf6, 0x8d, 0x60, - 0x7b, 0xbe, 0xdd, 0x1b, 0x15, 0xc4, 0x8c, 0x50, 0x73, 0x75, 0xfb, 0x5a, 0x6b, 0x72, 0x18, 0x9a, - 0xae, 0x9a, 0x36, 0x77, 0x3a, 0x6d, 0x6e, 0x6f, 0x3a, 0x6d, 0x7e, 0x5d, 0xdc, 0xe2, 0xf4, 0xd2, - 0x31, 0x02, 0x6b, 0x55, 0x57, 0x9a, 0x0c, 0xdd, 0x95, 0xcf, 0x3f, 0x0a, 0xd3, 0x01, 0x27, 0x8c, - 0x00, 0x0f, 0x8f, 0x70, 0xcc, 0x29, 0xb3, 0xaa, 0x22, 0x27, 0xff, 0xb9, 0xf0, 0xf8, 0x75, 0xe1, - 0x3c, 0xfc, 0x87, 0x4a, 0x74, 0x49, 0xfc, 0xe3, 0x5b, 0x07, 0xe9, 0xaa, 0x76, 0x49, 0x1c, 0xec, - 0x2a, 0xef, 0x77, 0xda, 0xfa, 0xb5, 0x74, 0x16, 0x4c, 0xf5, 0xfc, 0x0b, 0xcc, 0xf5, 0xff, 0xc1, - 0x54, 0xde, 0x7f, 0x33, 0xfd, 0x17, 0x67, 0x63, 0xdb, 0x38, 0x1f, 0xdb, 0xc6, 0xef, 0xb1, 0x6d, - 0x9c, 0x4e, 0xec, 0xca, 0xf9, 0xc4, 0xae, 0xfc, 0x9c, 0xd8, 0x95, 0x0f, 0x57, 0x29, 0x62, 0x8a, - 0x3a, 0x19, 0x8e, 0x40, 0x7e, 0x79, 0x9f, 0xd4, 0x9f, 0x94, 0x24, 0x45, 0x9b, 0xb2, 0xc2, 0x4f, - 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x16, 0xde, 0x3f, 0x0d, 0x64, 0x05, 0x00, 0x00, + // 595 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0x4d, 0x6f, 0xd3, 0x30, + 0x18, 0xc7, 0x9b, 0x75, 0x2f, 0xc5, 0x83, 0x0d, 0xa2, 0x09, 0xdc, 0x82, 0x92, 0x6a, 0x07, 0x56, + 0x21, 0x35, 0xe9, 0xc6, 0x81, 0x0b, 0x97, 0x85, 0x8a, 0x97, 0x1b, 0xca, 0x7a, 0xe2, 0x12, 0x39, + 0xa9, 0x97, 0x5a, 0x4b, 0xe2, 0xc8, 0x76, 0x0a, 0xfd, 0x0e, 0x08, 0xed, 0x73, 0x70, 0xe6, 0x13, + 0x70, 0xda, 0x71, 0xe2, 0x84, 0x38, 0x6c, 0xa8, 0xfd, 0x22, 0x28, 0xb6, 0xdb, 0x0e, 0xb5, 0x95, + 0x38, 0xb0, 0x53, 0x6b, 0xfb, 0xff, 0xfc, 0x7f, 0x8f, 0x1f, 0x3f, 0x4f, 0x80, 0x7d, 0x86, 0x86, + 0xc8, 0x1d, 0x20, 0xd6, 0x77, 0x87, 0x87, 0x21, 0x16, 0xe8, 0xd0, 0x8d, 0x71, 0x86, 0x39, 0xe1, + 0x4e, 0xce, 0xa8, 0xa0, 0xe6, 0x83, 0x52, 0xe0, 0x94, 0x02, 0x47, 0x0b, 0x1a, 0x56, 0x44, 0x79, + 0x4a, 0xb9, 0x1b, 0x22, 0x8e, 0x67, 0x51, 0x11, 0x25, 0x99, 0x0a, 0x69, 0xd4, 0xd5, 0x79, 0x20, + 0x57, 0xae, 0x5a, 0xe8, 0xa3, 0xbd, 0x98, 0xc6, 0x54, 0xed, 0x97, 0xff, 0xf4, 0xae, 0x1d, 0x53, + 0x1a, 0x27, 0xd8, 0x95, 0xab, 0xb0, 0x38, 0x75, 0x05, 0x49, 0x31, 0x17, 0x28, 0xcd, 0xb5, 0xe0, + 0xc9, 0x62, 0x96, 0x32, 0x23, 0x79, 0xba, 0xff, 0x7d, 0x03, 0xdc, 0x7d, 0xa3, 0x92, 0x3e, 0x11, + 0x48, 0x60, 0xf3, 0x05, 0xd8, 0xcc, 0x11, 0x43, 0x29, 0x87, 0x46, 0xd3, 0x68, 0x6d, 0x1f, 0xd5, + 0x9d, 0x85, 0x4b, 0x38, 0xef, 0xa5, 0xc0, 0x5b, 0xbf, 0xb8, 0xb2, 0x2b, 0xbe, 0x96, 0x9b, 0x9f, + 0x0d, 0xf0, 0x38, 0x67, 0x78, 0x48, 0x68, 0xc1, 0x03, 0x14, 0x45, 0x45, 0x5a, 0x24, 0x48, 0x10, + 0x9a, 0x05, 0x32, 0x23, 0xb8, 0xd6, 0xac, 0xb6, 0xb6, 0x8f, 0x9e, 0x2d, 0xb1, 0xd3, 0xfc, 0xe3, + 0x1b, 0x31, 0x3d, 0x92, 0x62, 0xaf, 0x59, 0xfa, 0x7f, 0xbd, 0xb6, 0xe1, 0x0a, 0x01, 0xf7, 0xeb, + 0x53, 0xe0, 0xc2, 0x91, 0xf9, 0x16, 0xd4, 0xfa, 0x38, 0xa7, 0x9c, 0x08, 0x0e, 0xab, 0x12, 0xdd, + 0x58, 0x82, 0xee, 0x2a, 0x89, 0x77, 0x5f, 0xa3, 0x6a, 0x7a, 0x83, 0xfb, 0xb3, 0x68, 0xb3, 0x0b, + 0xb6, 0x42, 0xca, 0x18, 0xfd, 0xc8, 0xe1, 0xba, 0x34, 0x5a, 0x56, 0x12, 0x4f, 0x2a, 0xbc, 0x5d, + 0xed, 0xb3, 0xa5, 0xd6, 0xdc, 0x9f, 0x86, 0x9a, 0x0c, 0xec, 0x08, 0x2a, 0x50, 0x12, 0xf0, 0x22, + 0xcf, 0x13, 0x82, 0xfb, 0x70, 0x43, 0x9b, 0xe9, 0x47, 0x2e, 0x3b, 0x62, 0x66, 0xf7, 0x8a, 0x92, + 0xcc, 0xeb, 0x68, 0xb3, 0x56, 0x4c, 0xc4, 0xa0, 0x08, 0x9d, 0x88, 0xa6, 0xba, 0x23, 0xf4, 0x4f, + 0x9b, 0xf7, 0xcf, 0x5c, 0x31, 0xca, 0x31, 0x97, 0x01, 0xdc, 0xbf, 0x27, 0x11, 0x27, 0x9a, 0x30, + 0x67, 0xaa, 0x24, 0x70, 0x1f, 0x6e, 0xde, 0x16, 0xd3, 0xd3, 0x84, 0x39, 0x93, 0x61, 0x8e, 0xd9, + 0x10, 0x73, 0xb8, 0x75, 0x5b, 0x4c, 0x5f, 0x13, 0xf6, 0xbf, 0x54, 0xc1, 0xa3, 0x15, 0x3d, 0x62, + 0x1e, 0x80, 0xdd, 0x88, 0x26, 0x09, 0x12, 0x98, 0xa1, 0x24, 0x28, 0x4d, 0x64, 0x63, 0xdf, 0xf1, + 0x77, 0xe6, 0xdb, 0xbd, 0x51, 0x8e, 0xcd, 0x10, 0x34, 0x56, 0xb7, 0x2f, 0x5c, 0x93, 0xc3, 0xd0, + 0x70, 0xd4, 0xb4, 0x39, 0xd3, 0x69, 0x73, 0x7a, 0xd3, 0x69, 0xf3, 0x6a, 0xe5, 0x2d, 0xce, 0xaf, + 0x6d, 0xc3, 0x87, 0xab, 0xba, 0xd2, 0x64, 0xe0, 0xa1, 0x7c, 0xfe, 0x51, 0x40, 0x32, 0x81, 0x19, + 0xe6, 0x22, 0x38, 0x45, 0x91, 0xa0, 0x0c, 0x56, 0xcb, 0x9c, 0xbc, 0x97, 0xa5, 0xc7, 0xaf, 0x2b, + 0xfb, 0xe9, 0x3f, 0x54, 0xa2, 0x8b, 0xa3, 0x1f, 0xdf, 0xda, 0x40, 0x57, 0xb5, 0x8b, 0x23, 0x7f, + 0x4f, 0x79, 0xbf, 0xd3, 0xd6, 0xaf, 0xa5, 0x73, 0xc9, 0x54, 0xcf, 0xbf, 0xc0, 0x5c, 0xff, 0x1f, + 0x4c, 0xe5, 0xfd, 0x37, 0xd3, 0x3b, 0xbe, 0x18, 0x5b, 0xc6, 0xe5, 0xd8, 0x32, 0x7e, 0x8f, 0x2d, + 0xe3, 0x7c, 0x62, 0x55, 0x2e, 0x27, 0x56, 0xe5, 0xe7, 0xc4, 0xaa, 0x7c, 0x38, 0xb8, 0x41, 0xe9, + 0xc4, 0x09, 0x0a, 0xb9, 0xdb, 0x89, 0xdb, 0xd1, 0x00, 0x91, 0xcc, 0xfd, 0xa4, 0xbe, 0x52, 0x12, + 0x15, 0x6e, 0xca, 0x12, 0x3f, 0xff, 0x13, 0x00, 0x00, 0xff, 0xff, 0x1f, 0x65, 0x16, 0xde, 0x65, + 0x05, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/hard/types/genesis_test.go b/x/hard/types/genesis_test.go index 2769040c..45295f89 100644 --- a/x/hard/types/genesis_test.go +++ b/x/hard/types/genesis_test.go @@ -10,7 +10,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) const ( diff --git a/x/hard/types/hard.pb.go b/x/hard/types/hard.pb.go index e7de080b..e94d02c3 100644 --- a/x/hard/types/hard.pb.go +++ b/x/hard/types/hard.pb.go @@ -401,64 +401,65 @@ func init() { func init() { proto.RegisterFile("kava/hard/v1beta1/hard.proto", fileDescriptor_23a5de800263a2ff) } var fileDescriptor_23a5de800263a2ff = []byte{ - // 911 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0xbd, 0x8f, 0x1b, 0x45, - 0x14, 0xf7, 0x9e, 0x3f, 0x92, 0x8c, 0xed, 0x23, 0xde, 0xdc, 0xa1, 0x4d, 0x04, 0xeb, 0xc8, 0x42, - 0x70, 0x8d, 0x6d, 0x02, 0x82, 0x8a, 0xe6, 0x16, 0x0b, 0x38, 0x81, 0x25, 0x6b, 0x8f, 0x20, 0x25, - 0x42, 0x5a, 0xc6, 0xbb, 0x2f, 0x77, 0x83, 0x3d, 0x3b, 0xab, 0x99, 0xb1, 0x63, 0x77, 0xb4, 0x34, - 0x88, 0x3f, 0x82, 0x8a, 0x0e, 0xe9, 0xfe, 0x88, 0x2b, 0xa3, 0x54, 0x88, 0xc2, 0x80, 0xaf, 0xa3, - 0xa6, 0xa2, 0x42, 0xf3, 0xe1, 0x8f, 0x5c, 0x1c, 0x29, 0xa7, 0x58, 0x88, 0x6a, 0x77, 0xe6, 0xbd, - 0xf9, 0xbd, 0xdf, 0xfb, 0xcd, 0x9b, 0x99, 0x87, 0xde, 0x18, 0xe0, 0x31, 0x6e, 0x9f, 0x62, 0x9e, - 0xb4, 0xc7, 0xf7, 0xfa, 0x20, 0xf1, 0x3d, 0x3d, 0x68, 0x65, 0x9c, 0x49, 0xe6, 0xd6, 0x94, 0xb5, - 0xa5, 0x27, 0xac, 0xf5, 0x8e, 0x1f, 0x33, 0x41, 0x99, 0x68, 0xf7, 0xb1, 0x80, 0xe5, 0x92, 0x98, - 0x91, 0xd4, 0x2c, 0xb9, 0x73, 0xdb, 0xd8, 0x23, 0x3d, 0x6a, 0x9b, 0x81, 0x35, 0xed, 0x9d, 0xb0, - 0x13, 0x66, 0xe6, 0xd5, 0x9f, 0x99, 0x6d, 0xfc, 0xed, 0xa0, 0x52, 0x0f, 0x73, 0x4c, 0x85, 0xfb, - 0x00, 0x55, 0x29, 0x4b, 0x61, 0x1a, 0x51, 0xcc, 0x07, 0x20, 0x85, 0xe7, 0xdc, 0xcd, 0x1f, 0x94, - 0xdf, 0xf3, 0x5b, 0xcf, 0xd1, 0x68, 0x75, 0x95, 0x5f, 0x57, 0xbb, 0x05, 0x7b, 0xe7, 0xb3, 0x7a, - 0xee, 0xe7, 0xdf, 0xeb, 0x95, 0xb5, 0x49, 0x11, 0x56, 0xe8, 0xda, 0xc8, 0xfd, 0xc1, 0x41, 0x1e, - 0x25, 0x29, 0xa1, 0x23, 0x1a, 0xf5, 0x19, 0xe7, 0xec, 0x71, 0x34, 0x12, 0x49, 0x34, 0xc6, 0xc3, - 0x11, 0x78, 0x3b, 0x77, 0x9d, 0x83, 0x1b, 0xc1, 0x7d, 0x05, 0xf3, 0xdb, 0xac, 0xfe, 0xf6, 0x09, - 0x91, 0xa7, 0xa3, 0x7e, 0x2b, 0x66, 0xd4, 0xf2, 0xb7, 0x9f, 0xa6, 0x48, 0x06, 0x6d, 0x39, 0xcd, - 0x40, 0xb4, 0x3a, 0x10, 0xcf, 0x67, 0xf5, 0xfd, 0xae, 0x41, 0x0c, 0x34, 0xe0, 0xfd, 0xe3, 0xce, - 0x57, 0x0a, 0xee, 0xe9, 0x59, 0x13, 0xd9, 0xbc, 0x3b, 0x10, 0x87, 0xfb, 0xf4, 0x19, 0x27, 0x91, - 0x68, 0xa7, 0xc6, 0x79, 0x01, 0x95, 0xd7, 0xf8, 0xba, 0x7b, 0xa8, 0x98, 0x40, 0xca, 0xa8, 0xe7, - 0x28, 0x32, 0xa1, 0x19, 0xb8, 0x9f, 0xa2, 0x8a, 0x65, 0x3b, 0x24, 0x94, 0x48, 0xcd, 0x74, 0xb3, - 0x20, 0x06, 0xfe, 0x0b, 0xe5, 0x15, 0x14, 0x54, 0x26, 0x61, 0xb9, 0xbf, 0x9a, 0x72, 0x3f, 0x44, - 0xbb, 0x22, 0x63, 0xd2, 0x2a, 0x1b, 0x91, 0xc4, 0xcb, 0xeb, 0xa4, 0x6f, 0xce, 0x67, 0xf5, 0xca, - 0x71, 0xc6, 0xa4, 0xa1, 0x71, 0xd4, 0x09, 0x2b, 0x62, 0x35, 0x4a, 0x5c, 0x82, 0x6a, 0x31, 0x4b, - 0xc7, 0xc0, 0x05, 0x61, 0x69, 0xf4, 0x08, 0xc7, 0x92, 0x71, 0xaf, 0xa0, 0x97, 0x7e, 0x74, 0x05, - 0xbd, 0x8e, 0x52, 0xb9, 0x26, 0xcb, 0x51, 0x2a, 0xc3, 0x9b, 0x2b, 0xd8, 0x4f, 0x34, 0xaa, 0xfb, - 0x10, 0xdd, 0x22, 0xa9, 0x04, 0x0e, 0x42, 0x46, 0x1c, 0x4b, 0x88, 0x28, 0x4b, 0x60, 0xe8, 0x15, - 0x75, 0xca, 0x6f, 0x6d, 0x48, 0xf9, 0xc8, 0x7a, 0x87, 0x58, 0x42, 0x57, 0xf9, 0xda, 0xc4, 0x6b, - 0xe4, 0xb2, 0xc1, 0x8d, 0xd1, 0x2e, 0x07, 0x01, 0x7c, 0x0c, 0x8b, 0x1c, 0x4a, 0x57, 0xce, 0xa1, - 0x03, 0xf1, 0xa5, 0xad, 0xad, 0x5a, 0x4c, 0x9b, 0xc0, 0x18, 0x79, 0x03, 0x80, 0x0c, 0x78, 0xc4, - 0xe1, 0x31, 0xe6, 0x49, 0x94, 0x01, 0x8f, 0x21, 0x95, 0xf8, 0x04, 0xbc, 0x6b, 0x5b, 0x08, 0xf7, - 0xba, 0x41, 0x0f, 0x35, 0x78, 0x6f, 0x89, 0xdd, 0xf8, 0x7e, 0x07, 0x95, 0xd7, 0xb6, 0xdf, 0xfd, - 0x00, 0x55, 0x4f, 0xb1, 0x88, 0x28, 0x9e, 0xd8, 0xaa, 0x51, 0x25, 0x75, 0x3d, 0xa8, 0xfd, 0x35, - 0xab, 0x3f, 0x6b, 0x08, 0xcb, 0xa7, 0x58, 0x74, 0xf1, 0xc4, 0x2c, 0xc3, 0xa8, 0x4a, 0xf1, 0x44, - 0x9f, 0x90, 0x55, 0xb1, 0xbd, 0x2a, 0xe7, 0x8a, 0x85, 0x34, 0x21, 0xbe, 0x41, 0xd5, 0x21, 0xc3, - 0x69, 0x24, 0x99, 0x3d, 0x79, 0xf9, 0x2d, 0x84, 0x28, 0x2b, 0xc8, 0x2f, 0x99, 0x39, 0x56, 0x3f, - 0xe5, 0x51, 0xed, 0xb9, 0xba, 0x70, 0x19, 0xaa, 0xaa, 0xfb, 0xca, 0x94, 0x15, 0xce, 0xa6, 0xe6, - 0x90, 0x05, 0x9f, 0x5f, 0xf9, 0xc4, 0x97, 0x03, 0x2c, 0x40, 0xe1, 0x1e, 0xf6, 0x1e, 0x5c, 0xa6, - 0xd1, 0x5f, 0x98, 0xb2, 0xa9, 0x0b, 0xe8, 0x35, 0x1d, 0x90, 0x8e, 0x86, 0x92, 0x64, 0x43, 0x02, - 0x7c, 0x2b, 0x6a, 0xee, 0x2a, 0xd0, 0xee, 0x12, 0xd3, 0xed, 0xa1, 0xc2, 0x80, 0xa4, 0x83, 0xad, - 0xc8, 0xa8, 0x91, 0x14, 0xf1, 0x6f, 0x47, 0x34, 0x5b, 0x27, 0x5e, 0xd8, 0x06, 0x71, 0x05, 0xba, - 0x22, 0xde, 0x38, 0xdb, 0x41, 0xd7, 0x3a, 0x90, 0x31, 0x41, 0xa4, 0xfb, 0x08, 0xdd, 0x48, 0xcc, - 0x2f, 0xe3, 0x76, 0x63, 0x3e, 0xfb, 0x67, 0x56, 0x6f, 0xbe, 0x44, 0xa0, 0xc3, 0x38, 0x3e, 0x4c, - 0x12, 0x0e, 0x42, 0x3c, 0x3d, 0x6b, 0xde, 0xb2, 0xf1, 0xec, 0x4c, 0x30, 0x95, 0x20, 0xc2, 0x15, - 0xb4, 0x1b, 0xa3, 0x12, 0xa6, 0x6c, 0x94, 0xaa, 0xc2, 0x56, 0xcf, 0xca, 0xed, 0x96, 0x5d, 0xa0, - 0x44, 0x5d, 0x5e, 0x2a, 0x1f, 0x33, 0x92, 0x06, 0xef, 0xda, 0x17, 0xe5, 0xe0, 0x25, 0x38, 0xa8, - 0x05, 0x22, 0xb4, 0xd0, 0xee, 0xd7, 0xa8, 0x48, 0xd2, 0x04, 0x26, 0x5e, 0x5e, 0xc7, 0x78, 0x67, - 0xc3, 0xb5, 0x75, 0x3c, 0xca, 0xb2, 0xe1, 0x74, 0x51, 0xa4, 0xe6, 0xee, 0x08, 0xde, 0xb4, 0x11, - 0xf7, 0x37, 0x59, 0x45, 0x68, 0x40, 0x1b, 0xbf, 0xec, 0xa0, 0x92, 0x39, 0xe9, 0x6e, 0x82, 0xae, - 0x9b, 0xfb, 0x1d, 0xb6, 0x2f, 0xda, 0x12, 0xf9, 0x7f, 0xa3, 0x99, 0x49, 0xfa, 0x45, 0x9a, 0x6d, - 0xb2, 0x2e, 0x35, 0xfb, 0xce, 0x41, 0x7b, 0x9b, 0x44, 0x7d, 0xc1, 0x8b, 0x1b, 0xa2, 0xe2, 0x7a, - 0x53, 0xf0, 0x6a, 0x65, 0x6f, 0xa0, 0x34, 0x85, 0x4d, 0x1c, 0xff, 0x43, 0x0a, 0x0c, 0x21, 0x2d, - 0x7a, 0x4f, 0xf7, 0x75, 0x18, 0x15, 0x55, 0xcb, 0xb6, 0x68, 0xb0, 0xb6, 0xba, 0xab, 0x06, 0x39, - 0xe8, 0x9c, 0xff, 0xe9, 0xe7, 0xce, 0xe7, 0xbe, 0xf3, 0x64, 0xee, 0x3b, 0x7f, 0xcc, 0x7d, 0xe7, - 0xc7, 0x0b, 0x3f, 0xf7, 0xe4, 0xc2, 0xcf, 0xfd, 0x7a, 0xe1, 0xe7, 0x1e, 0xae, 0xe7, 0xa2, 0x76, - 0xbb, 0x39, 0xc4, 0x7d, 0xa1, 0xff, 0xda, 0x13, 0xd3, 0x8d, 0x6a, 0xc8, 0x7e, 0x49, 0xf7, 0x88, - 0xef, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x40, 0xda, 0xa7, 0xd8, 0xa7, 0x0a, 0x00, 0x00, + // 918 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x96, 0xcf, 0x8f, 0x1b, 0x35, + 0x14, 0xc7, 0x33, 0x9b, 0x1f, 0x6d, 0x9d, 0x64, 0x69, 0xdc, 0x5d, 0x34, 0xad, 0x60, 0x52, 0x45, + 0x88, 0xee, 0x25, 0xc9, 0x16, 0x04, 0x27, 0x2e, 0x3b, 0x84, 0x1f, 0x2b, 0x88, 0x14, 0xcd, 0x52, + 0xa4, 0x56, 0x48, 0x83, 0x33, 0xe3, 0x26, 0x26, 0xf1, 0x78, 0x64, 0x3b, 0x69, 0x72, 0xe3, 0xca, + 0x05, 0xf1, 0x47, 0x70, 0xe2, 0x86, 0xb4, 0x7f, 0xc4, 0x1e, 0xab, 0x9e, 0x10, 0x87, 0x00, 0xd9, + 0x1b, 0x67, 0x4e, 0x9c, 0x90, 0x7f, 0xe4, 0x47, 0xb7, 0xa9, 0xd4, 0xd5, 0x46, 0xa8, 0xa7, 0xc4, + 0x7e, 0xcf, 0x9f, 0xf7, 0x7d, 0xcf, 0xcf, 0x1e, 0x83, 0xb7, 0x06, 0x68, 0x8c, 0x9a, 0x7d, 0xc4, + 0xe3, 0xe6, 0xf8, 0x7e, 0x17, 0x4b, 0x74, 0x5f, 0x0f, 0x1a, 0x29, 0x67, 0x92, 0xc1, 0x8a, 0xb2, + 0x36, 0xf4, 0x84, 0xb5, 0xde, 0xf1, 0x22, 0x26, 0x28, 0x13, 0xcd, 0x2e, 0x12, 0x78, 0xb9, 0x24, + 0x62, 0x24, 0x31, 0x4b, 0xee, 0xdc, 0x36, 0xf6, 0x50, 0x8f, 0x9a, 0x66, 0x60, 0x4d, 0x7b, 0x3d, + 0xd6, 0x63, 0x66, 0x5e, 0xfd, 0x33, 0xb3, 0xb5, 0x7f, 0x1c, 0x50, 0xe8, 0x20, 0x8e, 0xa8, 0x80, + 0x0f, 0x41, 0x99, 0xb2, 0x04, 0x4f, 0x43, 0x8a, 0xf8, 0x00, 0x4b, 0xe1, 0x3a, 0x77, 0xb3, 0x07, + 0xc5, 0xf7, 0xbc, 0xc6, 0x0b, 0x32, 0x1a, 0x6d, 0xe5, 0xd7, 0xd6, 0x6e, 0xfe, 0xde, 0xd9, 0xac, + 0x9a, 0xf9, 0xe5, 0x8f, 0x6a, 0x69, 0x6d, 0x52, 0x04, 0x25, 0xba, 0x36, 0x82, 0x3f, 0x3a, 0xc0, + 0xa5, 0x24, 0x21, 0x74, 0x44, 0xc3, 0x2e, 0xe3, 0x9c, 0x3d, 0x09, 0x47, 0x22, 0x0e, 0xc7, 0x68, + 0x38, 0xc2, 0xee, 0xce, 0x5d, 0xe7, 0xe0, 0x86, 0xff, 0x40, 0x61, 0x7e, 0x9f, 0x55, 0xdf, 0xed, + 0x11, 0xd9, 0x1f, 0x75, 0x1b, 0x11, 0xa3, 0x56, 0xbf, 0xfd, 0xa9, 0x8b, 0x78, 0xd0, 0x94, 0xd3, + 0x14, 0x8b, 0x46, 0x0b, 0x47, 0xf3, 0x59, 0x75, 0xbf, 0x6d, 0x88, 0xbe, 0x06, 0x3e, 0x38, 0x69, + 0x7d, 0xad, 0x70, 0xcf, 0x4e, 0xeb, 0xc0, 0xe6, 0xdd, 0xc2, 0x51, 0xb0, 0x4f, 0x9f, 0x73, 0x12, + 0xb1, 0x76, 0xaa, 0x9d, 0xe5, 0x40, 0x71, 0x4d, 0x2f, 0xdc, 0x03, 0xf9, 0x18, 0x27, 0x8c, 0xba, + 0x8e, 0x12, 0x13, 0x98, 0x01, 0xfc, 0x0c, 0x94, 0xac, 0xda, 0x21, 0xa1, 0x44, 0x6a, 0xa5, 0x9b, + 0x0b, 0x62, 0xf0, 0x5f, 0x2a, 0x2f, 0x3f, 0xa7, 0x32, 0x09, 0x8a, 0xdd, 0xd5, 0x14, 0xfc, 0x10, + 0xec, 0x8a, 0x94, 0x49, 0x5b, 0xd9, 0x90, 0xc4, 0x6e, 0x56, 0x27, 0x7d, 0x73, 0x3e, 0xab, 0x96, + 0x4e, 0x52, 0x26, 0x8d, 0x8c, 0xe3, 0x56, 0x50, 0x12, 0xab, 0x51, 0x0c, 0x09, 0xa8, 0x44, 0x2c, + 0x19, 0x63, 0x2e, 0x08, 0x4b, 0xc2, 0xc7, 0x28, 0x92, 0x8c, 0xbb, 0x39, 0xbd, 0xf4, 0xa3, 0x4b, + 0xd4, 0xeb, 0x38, 0x91, 0x6b, 0x65, 0x39, 0x4e, 0x64, 0x70, 0x73, 0x85, 0xfd, 0x54, 0x53, 0xe1, + 0x23, 0x70, 0x8b, 0x24, 0x12, 0x73, 0x2c, 0x64, 0xc8, 0x91, 0xc4, 0x21, 0x65, 0x31, 0x1e, 0xba, + 0x79, 0x9d, 0xf2, 0x3b, 0x1b, 0x52, 0x3e, 0xb6, 0xde, 0x01, 0x92, 0xb8, 0xad, 0x7c, 0x6d, 0xe2, + 0x15, 0x72, 0xd1, 0x00, 0x23, 0xb0, 0xcb, 0xb1, 0xc0, 0x7c, 0x8c, 0x17, 0x39, 0x14, 0x2e, 0x9d, + 0x43, 0x0b, 0x47, 0x17, 0xb6, 0xb6, 0x6c, 0x99, 0x36, 0x81, 0x31, 0x70, 0x07, 0x18, 0xa7, 0x98, + 0x87, 0x1c, 0x3f, 0x41, 0x3c, 0x0e, 0x53, 0xcc, 0x23, 0x9c, 0x48, 0xd4, 0xc3, 0xee, 0xb5, 0x2d, + 0x84, 0x7b, 0xd3, 0xd0, 0x03, 0x0d, 0xef, 0x2c, 0xd9, 0xb5, 0x1f, 0x76, 0x40, 0x71, 0x6d, 0xfb, + 0xe1, 0x07, 0xa0, 0xdc, 0x47, 0x22, 0xa4, 0x68, 0x62, 0xbb, 0x46, 0xb5, 0xd4, 0x75, 0xbf, 0xf2, + 0xf7, 0xac, 0xfa, 0xbc, 0x21, 0x28, 0xf6, 0x91, 0x68, 0xa3, 0x89, 0x59, 0x86, 0x40, 0x99, 0xa2, + 0x89, 0x3e, 0x21, 0xab, 0x66, 0xbb, 0xaa, 0xe6, 0x92, 0x45, 0x9a, 0x10, 0xdf, 0x82, 0xf2, 0x90, + 0xa1, 0x24, 0x94, 0xcc, 0x9e, 0xbc, 0xec, 0x16, 0x42, 0x14, 0x15, 0xf2, 0x2b, 0x66, 0x8e, 0xd5, + 0xcf, 0x59, 0x50, 0x79, 0xa1, 0x2f, 0x20, 0x03, 0x65, 0x75, 0x5f, 0x99, 0xb6, 0x42, 0xe9, 0xd4, + 0x1c, 0x32, 0xff, 0x8b, 0x4b, 0x9f, 0xf8, 0xa2, 0x8f, 0x04, 0x56, 0xdc, 0xa3, 0xce, 0xc3, 0x8b, + 0x32, 0xba, 0x0b, 0x53, 0x3a, 0x85, 0x18, 0xbc, 0xa1, 0x03, 0xd2, 0xd1, 0x50, 0x92, 0x74, 0x48, + 0x30, 0xdf, 0x4a, 0x35, 0x77, 0x15, 0xb4, 0xbd, 0x64, 0xc2, 0x0e, 0xc8, 0x0d, 0x48, 0x32, 0xd8, + 0x4a, 0x19, 0x35, 0x49, 0x09, 0xff, 0x6e, 0x44, 0xd3, 0x75, 0xe1, 0xb9, 0x6d, 0x08, 0x57, 0xd0, + 0x95, 0xf0, 0xda, 0xe9, 0x0e, 0xb8, 0xd6, 0xc2, 0x29, 0x13, 0x44, 0xc2, 0xc7, 0xe0, 0x46, 0x6c, + 0xfe, 0x32, 0x6e, 0x37, 0xe6, 0xf3, 0x7f, 0x67, 0xd5, 0xfa, 0x2b, 0x04, 0x3a, 0x8a, 0xa2, 0xa3, + 0x38, 0xe6, 0x58, 0x88, 0x67, 0xa7, 0xf5, 0x5b, 0x36, 0x9e, 0x9d, 0xf1, 0xa7, 0x12, 0x8b, 0x60, + 0x85, 0x86, 0x11, 0x28, 0x20, 0xca, 0x46, 0x89, 0x6a, 0x6c, 0xf5, 0x59, 0xb9, 0xdd, 0xb0, 0x0b, + 0x54, 0x51, 0x97, 0x97, 0xca, 0xc7, 0x8c, 0x24, 0xfe, 0xa1, 0xfd, 0xa2, 0x1c, 0xbc, 0x82, 0x06, + 0xb5, 0x40, 0x04, 0x16, 0x0d, 0xbf, 0x01, 0x79, 0x92, 0xc4, 0x78, 0xe2, 0x66, 0x75, 0x8c, 0x7b, + 0x1b, 0xae, 0xad, 0x93, 0x51, 0x9a, 0x0e, 0xa7, 0x8b, 0x26, 0x35, 0x77, 0x87, 0xff, 0xb6, 0x8d, + 0xb8, 0xbf, 0xc9, 0x2a, 0x02, 0x03, 0xad, 0xfd, 0xba, 0x03, 0x0a, 0xe6, 0xa4, 0xc3, 0x18, 0x5c, + 0x37, 0xf7, 0x3b, 0xde, 0x7e, 0xd1, 0x96, 0xe4, 0xd7, 0xa6, 0x66, 0x26, 0xe9, 0x97, 0xd5, 0x6c, + 0x93, 0x75, 0x59, 0xb3, 0xef, 0x1d, 0xb0, 0xb7, 0xa9, 0xa8, 0x2f, 0xf9, 0xe2, 0x06, 0x20, 0xbf, + 0xfe, 0x28, 0xb8, 0x5a, 0xdb, 0x1b, 0x94, 0x96, 0xb0, 0x49, 0xe3, 0xff, 0x28, 0x81, 0x01, 0xa0, + 0x8b, 0xde, 0xd1, 0xef, 0x3a, 0x04, 0xf2, 0xea, 0xc9, 0xb6, 0x78, 0x60, 0x6d, 0x75, 0x57, 0x0d, + 0xd9, 0xff, 0xe4, 0xec, 0x2f, 0x2f, 0x73, 0x36, 0xf7, 0x9c, 0xa7, 0x73, 0xcf, 0xf9, 0x73, 0xee, + 0x39, 0x3f, 0x9d, 0x7b, 0x99, 0xa7, 0xe7, 0x5e, 0xe6, 0xb7, 0x73, 0x2f, 0xf3, 0xe8, 0xde, 0x1a, + 0xee, 0xb0, 0x37, 0x44, 0x5d, 0xd1, 0x3c, 0xec, 0xd5, 0xa3, 0x3e, 0x22, 0x49, 0x73, 0x62, 0x9e, + 0xa3, 0x9a, 0xd9, 0x2d, 0xe8, 0x47, 0xe2, 0xfb, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0xa4, 0xfe, + 0x27, 0x46, 0xa8, 0x0a, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/hard/types/msg_test.go b/x/hard/types/msg_test.go index 9b75ab44..f4235423 100644 --- a/x/hard/types/msg_test.go +++ b/x/hard/types/msg_test.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) type MsgTestSuite struct { diff --git a/x/hard/types/params_test.go b/x/hard/types/params_test.go index 7134e4e4..225d0487 100644 --- a/x/hard/types/params_test.go +++ b/x/hard/types/params_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/hard/types" + "github.com/0glabs/0g-chain/x/hard/types" ) type ParamTestSuite struct { diff --git a/x/hard/types/query.pb.go b/x/hard/types/query.pb.go index 35d2b877..74cfbded 100644 --- a/x/hard/types/query.pb.go +++ b/x/hard/types/query.pb.go @@ -1494,90 +1494,90 @@ func init() { func init() { proto.RegisterFile("kava/hard/v1beta1/query.proto", fileDescriptor_1eedf429c9bff7da) } var fileDescriptor_1eedf429c9bff7da = []byte{ - // 1318 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0xcd, 0x6f, 0x1b, 0x45, - 0x14, 0xcf, 0x3a, 0x24, 0x4d, 0x5f, 0x9b, 0x0f, 0x06, 0xd3, 0xda, 0x4e, 0xe2, 0x26, 0x9b, 0xe6, - 0x83, 0x34, 0xf6, 0x26, 0x69, 0x05, 0x57, 0x6a, 0xaa, 0x22, 0x90, 0x82, 0x60, 0x5b, 0x24, 0x84, - 0x84, 0xa2, 0xb5, 0x77, 0x70, 0x56, 0x71, 0x76, 0xdc, 0x9d, 0x75, 0xda, 0x20, 0xc4, 0xa1, 0x12, - 0xf7, 0x42, 0x0e, 0x08, 0x81, 0xc4, 0xa1, 0x9c, 0x80, 0x23, 0x5c, 0x90, 0xb8, 0x70, 0xaa, 0x38, - 0x55, 0x70, 0xe1, 0x04, 0x28, 0xe1, 0x0f, 0x41, 0x3b, 0xf3, 0x66, 0xed, 0x5d, 0xef, 0xae, 0x83, - 0x44, 0x51, 0x7a, 0x4a, 0x66, 0xe6, 0x7d, 0xfc, 0xde, 0x6f, 0xde, 0xbc, 0x7d, 0xcf, 0x30, 0xbb, - 0x6b, 0xed, 0x5b, 0xc6, 0x8e, 0xe5, 0xd9, 0xc6, 0xfe, 0x46, 0x9d, 0xfa, 0xd6, 0x86, 0x71, 0xa7, - 0x43, 0xbd, 0x83, 0x6a, 0xdb, 0x63, 0x3e, 0x23, 0xcf, 0x06, 0xc7, 0xd5, 0xe0, 0xb8, 0x8a, 0xc7, - 0xa5, 0x72, 0x83, 0xf1, 0x3d, 0xc6, 0x0d, 0xab, 0xe3, 0xef, 0x84, 0x3a, 0xc1, 0x42, 0xaa, 0x94, - 0x56, 0xf1, 0xbc, 0x6e, 0x71, 0x2a, 0x6d, 0x85, 0x52, 0x6d, 0xab, 0xe9, 0xb8, 0x96, 0xef, 0x30, - 0x17, 0x65, 0xcb, 0xbd, 0xb2, 0x4a, 0xaa, 0xc1, 0x1c, 0x75, 0x5e, 0x94, 0xe7, 0xdb, 0x62, 0x65, - 0xc8, 0x05, 0x1e, 0xe5, 0x9b, 0xac, 0xc9, 0xe4, 0x7e, 0xf0, 0x1f, 0xee, 0xce, 0x34, 0x19, 0x6b, - 0xb6, 0xa8, 0x61, 0xb5, 0x1d, 0xc3, 0x72, 0x5d, 0xe6, 0x0b, 0x6f, 0x4a, 0x67, 0xa6, 0x3f, 0x58, - 0x11, 0x9a, 0x38, 0xd5, 0xf3, 0x40, 0xde, 0x0a, 0xe0, 0xbe, 0x69, 0x79, 0xd6, 0x1e, 0x37, 0xe9, - 0x9d, 0x0e, 0xe5, 0xbe, 0xfe, 0x06, 0x3c, 0x17, 0xd9, 0xe5, 0x6d, 0xe6, 0x72, 0x4a, 0x5e, 0x82, - 0xd1, 0xb6, 0xd8, 0x29, 0x68, 0x73, 0xda, 0xca, 0xb9, 0xcd, 0x62, 0xb5, 0x8f, 0xa9, 0xaa, 0x54, - 0xa9, 0x3d, 0xf3, 0xe8, 0x8f, 0x4b, 0x43, 0x26, 0x8a, 0xeb, 0x17, 0x20, 0x2f, 0xec, 0x5d, 0x6f, - 0x34, 0x58, 0xc7, 0xf5, 0x43, 0x3f, 0xef, 0xc1, 0xf3, 0xb1, 0x7d, 0xf4, 0x74, 0x03, 0xc6, 0x2c, - 0xdc, 0x2b, 0x68, 0x73, 0xc3, 0x2b, 0xe7, 0x36, 0xf5, 0x2a, 0x32, 0x21, 0x58, 0x57, 0xde, 0xb6, - 0x98, 0xdd, 0x69, 0x51, 0x54, 0x47, 0xa7, 0xa1, 0xa6, 0xfe, 0xb5, 0x86, 0x7e, 0x6f, 0xd0, 0x36, - 0xe3, 0x4e, 0xe8, 0x97, 0xe4, 0x61, 0xc4, 0xa6, 0x2e, 0xdb, 0x13, 0x71, 0x9c, 0x35, 0xe5, 0x82, - 0x54, 0x61, 0x84, 0xdd, 0x75, 0xa9, 0x57, 0xc8, 0x05, 0xbb, 0xb5, 0xc2, 0xaf, 0xdf, 0x57, 0xf2, - 0xe8, 0xf4, 0xba, 0x6d, 0x7b, 0x94, 0xf3, 0x5b, 0xbe, 0xe7, 0xb8, 0x4d, 0x53, 0x8a, 0x91, 0x9b, - 0x00, 0xdd, 0xcb, 0x2d, 0x0c, 0x0b, 0x4a, 0x96, 0x14, 0xcc, 0xe0, 0x76, 0xab, 0x32, 0xab, 0xba, - 0xd4, 0x34, 0x29, 0x22, 0x30, 0x7b, 0x34, 0xf5, 0x1f, 0x35, 0xa4, 0xa1, 0x0b, 0x13, 0x69, 0x78, - 0x07, 0xc6, 0x6c, 0xdc, 0x0b, 0x69, 0xe8, 0xa7, 0x1c, 0xd5, 0x94, 0x56, 0xad, 0x10, 0xd0, 0xf0, - 0xcd, 0x9f, 0x97, 0xa6, 0x62, 0x07, 0xdc, 0x0c, 0xad, 0x91, 0x57, 0x23, 0xd8, 0x73, 0x02, 0xfb, - 0xf2, 0x40, 0xec, 0xd2, 0x4e, 0x04, 0xfc, 0x77, 0x1a, 0xcc, 0x08, 0xf0, 0x6f, 0xbb, 0xfc, 0xc0, - 0x6d, 0x50, 0xfb, 0x74, 0x73, 0xfd, 0xb3, 0x06, 0xb3, 0x29, 0x70, 0x9f, 0x1e, 0xce, 0x37, 0xa1, - 0x24, 0x62, 0xb8, 0xcd, 0x7c, 0xab, 0x85, 0x0e, 0xa9, 0x9d, 0x49, 0xb8, 0xfe, 0x89, 0x06, 0xd3, - 0x89, 0x4a, 0x18, 0xb6, 0x07, 0x13, 0xbc, 0xd3, 0x6e, 0xb7, 0x1c, 0x6a, 0x6f, 0x07, 0xc5, 0x88, - 0x17, 0x72, 0x22, 0xf8, 0x62, 0x04, 0xa0, 0x82, 0xf6, 0x0a, 0x73, 0xdc, 0xda, 0x3a, 0xc6, 0xbc, - 0xd2, 0x74, 0xfc, 0x9d, 0x4e, 0xbd, 0xda, 0x60, 0x7b, 0x58, 0xae, 0xf0, 0x4f, 0x85, 0xdb, 0xbb, - 0x86, 0x7f, 0xd0, 0xa6, 0x5c, 0x28, 0x70, 0x73, 0x5c, 0xb9, 0x10, 0x4b, 0xfd, 0xa1, 0x86, 0x75, - 0xa6, 0xc6, 0x3c, 0x8f, 0xdd, 0x3d, 0xa5, 0x29, 0xf3, 0x83, 0xaa, 0x22, 0x21, 0x4a, 0xa4, 0xec, - 0x36, 0x9c, 0xa9, 0xcb, 0x2d, 0x4c, 0x94, 0xf9, 0x84, 0x44, 0x91, 0x4a, 0x61, 0x9e, 0x5c, 0x44, - 0xce, 0x26, 0xa3, 0xfb, 0xdc, 0x54, 0xa6, 0xfe, 0xbb, 0x2c, 0xf9, 0x56, 0xdd, 0xb8, 0x4a, 0xf5, - 0x53, 0xcd, 0xf2, 0x4f, 0xf1, 0x3a, 0xf2, 0x94, 0xb1, 0xbd, 0x01, 0xc5, 0xee, 0xf3, 0x92, 0xee, - 0x06, 0x3d, 0xc9, 0x07, 0x5a, 0xef, 0x3b, 0xee, 0xea, 0x74, 0x5f, 0x64, 0x1d, 0xf7, 0x9e, 0xe0, - 0x8b, 0x54, 0x2e, 0xe4, 0x8b, 0x5c, 0x87, 0x82, 0x40, 0xf4, 0x9a, 0xeb, 0x53, 0x2f, 0xb8, 0x22, - 0xcb, 0xa7, 0x03, 0x83, 0x28, 0x26, 0xa8, 0x60, 0x0c, 0x1c, 0x26, 0x1c, 0xdc, 0xdf, 0xf6, 0x2c, - 0x9f, 0xaa, 0xbb, 0x5b, 0x4d, 0xb8, 0xbb, 0x2d, 0xe6, 0xd2, 0x83, 0x2d, 0xcb, 0xdb, 0xa5, 0x7e, - 0xaf, 0xad, 0xda, 0x1c, 0x06, 0x55, 0x48, 0x11, 0xe0, 0xe6, 0xb8, 0xd3, 0xbb, 0xd4, 0xd7, 0xf0, - 0xbd, 0x9a, 0x94, 0x53, 0x6f, 0x9f, 0x66, 0x27, 0xbc, 0xfe, 0x21, 0x7e, 0x7c, 0xbb, 0xd2, 0x88, - 0xbd, 0x01, 0xa3, 0xd6, 0x5e, 0xd0, 0x48, 0x3c, 0x09, 0xde, 0xd1, 0xb4, 0x7e, 0x15, 0xdf, 0xa8, - 0x0a, 0xe8, 0xa6, 0xd5, 0xf0, 0x99, 0x37, 0x00, 0xf2, 0xc7, 0xea, 0xad, 0xf4, 0x69, 0x21, 0x74, - 0x0a, 0x53, 0x21, 0xed, 0xef, 0xcb, 0xb3, 0x8c, 0x47, 0x13, 0xb5, 0xd2, 0x7d, 0x34, 0x71, 0xeb, - 0x93, 0x4e, 0x74, 0x43, 0xff, 0x32, 0x07, 0x93, 0xb1, 0xef, 0x1d, 0x79, 0x11, 0xce, 0xe2, 0x07, - 0x8f, 0x79, 0x12, 0x75, 0x46, 0x0d, 0xe9, 0x8a, 0xfe, 0x2f, 0x6c, 0x93, 0x16, 0x8c, 0x38, 0xae, - 0x4d, 0xef, 0x15, 0x86, 0x85, 0x0f, 0x23, 0x81, 0x8c, 0x5b, 0xc1, 0x17, 0x2a, 0x46, 0x6c, 0x58, - 0x4f, 0x16, 0xd1, 0xf3, 0x6c, 0x96, 0x14, 0x37, 0xa5, 0x13, 0xfd, 0x75, 0x98, 0xc9, 0x92, 0x4b, - 0x29, 0xc0, 0x79, 0x18, 0xd9, 0xb7, 0x5a, 0x1d, 0x2a, 0x0b, 0xb0, 0x29, 0x17, 0xfa, 0xe7, 0x39, - 0x98, 0x88, 0x16, 0x31, 0x72, 0x0d, 0xc6, 0xf0, 0xf1, 0x0e, 0x26, 0x3a, 0x94, 0x3c, 0x35, 0x3c, - 0xcb, 0x60, 0x06, 0xf1, 0x9c, 0x25, 0xd5, 0xcb, 0x73, 0x96, 0xdc, 0xbf, 0xe2, 0xf9, 0x50, 0x83, - 0x8b, 0x29, 0x75, 0x26, 0xc5, 0xce, 0x3a, 0xe4, 0x45, 0x57, 0x73, 0xb0, 0x1d, 0xa9, 0x74, 0x68, - 0x96, 0xf0, 0x48, 0x06, 0x08, 0x3b, 0xeb, 0x90, 0x97, 0xd7, 0x11, 0xd3, 0x18, 0x96, 0x1a, 0xf5, - 0x48, 0x2c, 0x81, 0x86, 0xfe, 0xa9, 0x06, 0x13, 0xd1, 0xe0, 0x52, 0xc0, 0x5c, 0x83, 0x0b, 0x71, - 0xd3, 0xf2, 0xfd, 0x23, 0x9c, 0x7c, 0x3d, 0x81, 0xa8, 0x40, 0x2b, 0x1e, 0x02, 0x6a, 0x49, 0x48, - 0x79, 0x9e, 0x90, 0xc6, 0x9b, 0xbf, 0x9c, 0x87, 0x11, 0x51, 0x85, 0xc8, 0x07, 0x30, 0x2a, 0xc7, - 0x3e, 0xb2, 0x98, 0x70, 0xd3, 0xfd, 0xf3, 0x65, 0x69, 0x69, 0x90, 0x98, 0xbc, 0x39, 0x7d, 0xfe, - 0xfe, 0x6f, 0x7f, 0x1f, 0xe6, 0xa6, 0x49, 0xd1, 0xe8, 0x1f, 0x62, 0xe5, 0x68, 0x49, 0xee, 0x6b, - 0x30, 0xa6, 0xc6, 0x47, 0xb2, 0x9c, 0x66, 0x37, 0x36, 0x78, 0x96, 0x56, 0x06, 0x0b, 0x22, 0x84, - 0x05, 0x01, 0x61, 0x96, 0x4c, 0x27, 0x40, 0x50, 0x83, 0xa6, 0x00, 0xa1, 0x06, 0x89, 0x74, 0x10, - 0xb1, 0xc9, 0x28, 0x1d, 0x44, 0x7c, 0x26, 0xc9, 0x04, 0x11, 0x8e, 0x17, 0x0f, 0x35, 0x98, 0x8a, - 0x4f, 0x35, 0xc4, 0x48, 0xf3, 0x91, 0x32, 0xae, 0x95, 0xd6, 0x4f, 0xae, 0x80, 0xe0, 0xd6, 0x04, - 0xb8, 0x25, 0x72, 0x39, 0x01, 0x5c, 0x07, 0x95, 0x2a, 0x21, 0xca, 0x2f, 0x34, 0x98, 0x88, 0x8e, - 0x20, 0xa4, 0x92, 0xe6, 0x32, 0x71, 0xbe, 0x29, 0x55, 0x4f, 0x2a, 0x8e, 0xf8, 0x56, 0x05, 0xbe, - 0xcb, 0x44, 0x4f, 0xc0, 0xe7, 0x07, 0x2a, 0x0a, 0x1c, 0xb5, 0xc9, 0x47, 0x70, 0x06, 0xfb, 0x4e, - 0x92, 0x9a, 0xa3, 0xd1, 0x36, 0xba, 0xb4, 0x3c, 0x50, 0x0e, 0x71, 0xe8, 0x02, 0xc7, 0x0c, 0x29, - 0x25, 0xe0, 0x50, 0xed, 0xe8, 0x57, 0x1a, 0x4c, 0xc6, 0x1a, 0x60, 0x52, 0x1d, 0x74, 0x23, 0x31, - 0x40, 0xc6, 0x89, 0xe5, 0x11, 0xd8, 0x15, 0x01, 0x6c, 0x91, 0x2c, 0x64, 0x5d, 0xa0, 0x42, 0xf8, - 0x99, 0x06, 0xe3, 0x91, 0x7e, 0x95, 0xac, 0x65, 0xde, 0x47, 0xac, 0x15, 0x2e, 0x55, 0x4e, 0x28, - 0x8d, 0xd8, 0x5e, 0x10, 0xd8, 0x16, 0xc8, 0x7c, 0xea, 0xe5, 0xa9, 0x06, 0x96, 0x1c, 0x6a, 0x70, - 0x3e, 0x52, 0x67, 0xaf, 0xa4, 0xb9, 0x4a, 0xe8, 0x6e, 0x4b, 0x6b, 0x27, 0x13, 0x46, 0x58, 0x2b, - 0x02, 0x96, 0x4e, 0xe6, 0x12, 0x60, 0xa9, 0x1a, 0x5a, 0x09, 0x8a, 0xba, 0x28, 0x0d, 0xaa, 0xb5, - 0x4c, 0x2f, 0x0d, 0xb1, 0x56, 0x35, 0xbd, 0x34, 0xc4, 0xbb, 0xd4, 0xcc, 0xd2, 0xe0, 0x29, 0xbf, - 0x41, 0x5a, 0xc5, 0xba, 0xb9, 0xf4, 0xb4, 0x4a, 0x6e, 0x45, 0xd3, 0xd3, 0x2a, 0xa5, 0x09, 0xcd, - 0x4c, 0xab, 0x90, 0x23, 0xec, 0x4e, 0x6b, 0x2f, 0x3f, 0x3a, 0x2a, 0x6b, 0x8f, 0x8f, 0xca, 0xda, - 0x5f, 0x47, 0x65, 0xed, 0xc1, 0x71, 0x79, 0xe8, 0xf1, 0x71, 0x79, 0xe8, 0xf7, 0xe3, 0xf2, 0xd0, - 0xbb, 0x4b, 0x3d, 0xdd, 0x47, 0x60, 0xa8, 0xd2, 0xb2, 0xea, 0x5c, 0x9a, 0xbc, 0x27, 0x8d, 0x8a, - 0x0e, 0xa4, 0x3e, 0x2a, 0x7e, 0xd0, 0xbc, 0xfa, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x50, 0x6b, - 0x16, 0xfb, 0xdd, 0x15, 0x00, 0x00, + // 1324 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0xcf, 0x6f, 0x1b, 0xc5, + 0x17, 0xcf, 0x3a, 0xdf, 0xa4, 0xe9, 0x6b, 0x9b, 0xf4, 0x3b, 0x98, 0xd6, 0x76, 0x12, 0x37, 0xd9, + 0x34, 0x3f, 0x48, 0x63, 0xaf, 0x93, 0x56, 0x70, 0x8e, 0xa9, 0x8a, 0x40, 0x0a, 0x82, 0x6d, 0x91, + 0x10, 0x12, 0x8a, 0xd6, 0xde, 0xc1, 0x59, 0xc5, 0xd9, 0x71, 0x77, 0xd6, 0x69, 0x83, 0x10, 0x87, + 0x4a, 0xdc, 0x0b, 0x39, 0x20, 0x04, 0x12, 0x87, 0x72, 0x02, 0x8e, 0x70, 0x41, 0xe2, 0xc2, 0xa9, + 0xe2, 0x54, 0xc1, 0x85, 0x13, 0xa0, 0x84, 0x3f, 0x04, 0xed, 0xcc, 0x9b, 0xb5, 0x77, 0xbd, 0xbb, + 0x0e, 0x12, 0x45, 0xe9, 0x29, 0x99, 0x99, 0xf7, 0xe3, 0xf3, 0x3e, 0xf3, 0xe6, 0xed, 0x7b, 0x86, + 0xd9, 0x5d, 0x6b, 0xdf, 0x32, 0x76, 0x2c, 0xcf, 0x36, 0xf6, 0xd7, 0x1b, 0xd4, 0xb7, 0xd6, 0x8d, + 0xbb, 0x5d, 0xea, 0x1d, 0x54, 0x3b, 0x1e, 0xf3, 0x19, 0xf9, 0x7f, 0x70, 0x5c, 0x0d, 0x8e, 0xab, + 0x78, 0x5c, 0x2a, 0x37, 0x19, 0xdf, 0x63, 0xdc, 0xb0, 0xba, 0xfe, 0x4e, 0xa8, 0x13, 0x2c, 0xa4, + 0x4a, 0x69, 0x15, 0xcf, 0x1b, 0x16, 0xa7, 0xd2, 0x56, 0x28, 0xd5, 0xb1, 0x5a, 0x8e, 0x6b, 0xf9, + 0x0e, 0x73, 0x51, 0xb6, 0xdc, 0x2f, 0xab, 0xa4, 0x9a, 0xcc, 0x51, 0xe7, 0x45, 0x79, 0xbe, 0x2d, + 0x56, 0x86, 0x5c, 0xe0, 0x51, 0xbe, 0xc5, 0x5a, 0x4c, 0xee, 0x07, 0xff, 0xe1, 0xee, 0x4c, 0x8b, + 0xb1, 0x56, 0x9b, 0x1a, 0x56, 0xc7, 0x31, 0x2c, 0xd7, 0x65, 0xbe, 0xf0, 0xa6, 0x74, 0x66, 0x06, + 0x83, 0x15, 0xa1, 0x89, 0x53, 0x3d, 0x0f, 0xe4, 0xcd, 0x00, 0xee, 0x1b, 0x96, 0x67, 0xed, 0x71, + 0x93, 0xde, 0xed, 0x52, 0xee, 0xeb, 0xaf, 0xc3, 0x73, 0x91, 0x5d, 0xde, 0x61, 0x2e, 0xa7, 0xe4, + 0x25, 0x18, 0xef, 0x88, 0x9d, 0x82, 0x36, 0xa7, 0xad, 0x9c, 0xdb, 0x28, 0x56, 0x07, 0x98, 0xaa, + 0x4a, 0x95, 0xfa, 0xff, 0x1e, 0xff, 0x7e, 0x65, 0xc4, 0x44, 0x71, 0xfd, 0x12, 0xe4, 0x85, 0xbd, + 0xcd, 0x66, 0x93, 0x75, 0x5d, 0x3f, 0xf4, 0xf3, 0x2e, 0x3c, 0x1f, 0xdb, 0x47, 0x4f, 0x37, 0x61, + 0xc2, 0xc2, 0xbd, 0x82, 0x36, 0x37, 0xba, 0x72, 0x6e, 0x43, 0xaf, 0x22, 0x13, 0x82, 0x75, 0xe5, + 0x6d, 0x8b, 0xd9, 0xdd, 0x36, 0x45, 0x75, 0x74, 0x1a, 0x6a, 0xea, 0x5f, 0x69, 0xe8, 0xf7, 0x26, + 0xed, 0x30, 0xee, 0x84, 0x7e, 0x49, 0x1e, 0xc6, 0x6c, 0xea, 0xb2, 0x3d, 0x11, 0xc7, 0x59, 0x53, + 0x2e, 0x48, 0x15, 0xc6, 0xd8, 0x3d, 0x97, 0x7a, 0x85, 0x5c, 0xb0, 0x5b, 0x2f, 0xfc, 0xf2, 0x5d, + 0x25, 0x8f, 0x4e, 0x37, 0x6d, 0xdb, 0xa3, 0x9c, 0xdf, 0xf6, 0x3d, 0xc7, 0x6d, 0x99, 0x52, 0x8c, + 0xdc, 0x02, 0xe8, 0x5d, 0x6e, 0x61, 0x54, 0x50, 0xb2, 0xa4, 0x60, 0x06, 0xb7, 0x5b, 0x95, 0x59, + 0xd5, 0xa3, 0xa6, 0x45, 0x11, 0x81, 0xd9, 0xa7, 0xa9, 0xff, 0xa0, 0x21, 0x0d, 0x3d, 0x98, 0x48, + 0xc3, 0xdb, 0x30, 0x61, 0xe3, 0x5e, 0x48, 0xc3, 0x20, 0xe5, 0xa8, 0xa6, 0xb4, 0xea, 0x85, 0x80, + 0x86, 0xaf, 0xff, 0xb8, 0x72, 0x31, 0x76, 0xc0, 0xcd, 0xd0, 0x1a, 0x79, 0x25, 0x82, 0x3d, 0x27, + 0xb0, 0x2f, 0x0f, 0xc5, 0x2e, 0xed, 0x44, 0xc0, 0x7f, 0xab, 0xc1, 0x8c, 0x00, 0xff, 0x96, 0xcb, + 0x0f, 0xdc, 0x26, 0xb5, 0x4f, 0x37, 0xd7, 0x3f, 0x69, 0x30, 0x9b, 0x02, 0xf7, 0xd9, 0xe1, 0x7c, + 0x03, 0x4a, 0x22, 0x86, 0x3b, 0xcc, 0xb7, 0xda, 0xe8, 0x90, 0xda, 0x99, 0x84, 0xeb, 0x1f, 0x6b, + 0x30, 0x9d, 0xa8, 0x84, 0x61, 0x7b, 0x30, 0xc9, 0xbb, 0x9d, 0x4e, 0xdb, 0xa1, 0xf6, 0x76, 0x50, + 0x8c, 0x78, 0x21, 0x27, 0x82, 0x2f, 0x46, 0x00, 0x2a, 0x68, 0x2f, 0x33, 0xc7, 0xad, 0xd7, 0x30, + 0xe6, 0x95, 0x96, 0xe3, 0xef, 0x74, 0x1b, 0xd5, 0x26, 0xdb, 0xc3, 0x72, 0x85, 0x7f, 0x2a, 0xdc, + 0xde, 0x35, 0xfc, 0x83, 0x0e, 0xe5, 0x42, 0x81, 0x9b, 0x17, 0x94, 0x0b, 0xb1, 0xd4, 0x1f, 0x69, + 0x58, 0x67, 0xea, 0xcc, 0xf3, 0xd8, 0xbd, 0x53, 0x9a, 0x32, 0xdf, 0xab, 0x2a, 0x12, 0xa2, 0x44, + 0xca, 0xee, 0xc0, 0x99, 0x86, 0xdc, 0xc2, 0x44, 0x99, 0x4f, 0x48, 0x14, 0xa9, 0x14, 0xe6, 0xc9, + 0x65, 0xe4, 0x6c, 0x2a, 0xba, 0xcf, 0x4d, 0x65, 0xea, 0xdf, 0xcb, 0x92, 0x6f, 0xd4, 0x8d, 0xab, + 0x54, 0x3f, 0xd5, 0x2c, 0xff, 0x18, 0xaf, 0x23, 0xcf, 0x18, 0xdb, 0xeb, 0x50, 0xec, 0x3d, 0x2f, + 0xe9, 0x6e, 0xd8, 0x93, 0x7c, 0xa8, 0xf5, 0xbf, 0xe3, 0x9e, 0x4e, 0xef, 0x45, 0x36, 0x70, 0xef, + 0x29, 0xbe, 0x48, 0xe5, 0x42, 0xbe, 0xc8, 0x1a, 0x14, 0x04, 0xa2, 0x57, 0x5d, 0x9f, 0x7a, 0xc1, + 0x15, 0x59, 0x3e, 0x1d, 0x1a, 0x44, 0x31, 0x41, 0x05, 0x63, 0xe0, 0x30, 0xe9, 0xe0, 0xfe, 0xb6, + 0x67, 0xf9, 0x54, 0xdd, 0xdd, 0x6a, 0xc2, 0xdd, 0x6d, 0x31, 0x97, 0x1e, 0x6c, 0x59, 0xde, 0x2e, + 0xf5, 0xfb, 0x6d, 0xd5, 0xe7, 0x30, 0xa8, 0x42, 0x8a, 0x00, 0x37, 0x2f, 0x38, 0xfd, 0x4b, 0x7d, + 0x0d, 0xdf, 0xab, 0x49, 0x39, 0xf5, 0xf6, 0x69, 0x76, 0xc2, 0xeb, 0x1f, 0xe0, 0xc7, 0xb7, 0x27, + 0x8d, 0xd8, 0x9b, 0x30, 0x6e, 0xed, 0x05, 0x8d, 0xc4, 0xd3, 0xe0, 0x1d, 0x4d, 0xeb, 0xd7, 0xf1, + 0x8d, 0xaa, 0x80, 0x6e, 0x59, 0x4d, 0x9f, 0x79, 0x43, 0x20, 0x7f, 0xa4, 0xde, 0xca, 0x80, 0x16, + 0x42, 0xa7, 0x70, 0x31, 0xa4, 0xfd, 0x3d, 0x79, 0x96, 0xf1, 0x68, 0xa2, 0x56, 0x7a, 0x8f, 0x26, + 0x6e, 0x7d, 0xca, 0x89, 0x6e, 0xe8, 0x5f, 0xe4, 0x60, 0x2a, 0xf6, 0xbd, 0x23, 0x2f, 0xc2, 0x59, + 0xfc, 0xe0, 0x31, 0x4f, 0xa2, 0xce, 0xa8, 0x21, 0x3d, 0xd1, 0xff, 0x84, 0x6d, 0xd2, 0x86, 0x31, + 0xc7, 0xb5, 0xe9, 0xfd, 0xc2, 0xa8, 0xf0, 0x61, 0x24, 0x90, 0x71, 0x3b, 0xf8, 0x42, 0xc5, 0x88, + 0x0d, 0xeb, 0xc9, 0x22, 0x7a, 0x9e, 0xcd, 0x92, 0xe2, 0xa6, 0x74, 0xa2, 0xbf, 0x06, 0x33, 0x59, + 0x72, 0x29, 0x05, 0x38, 0x0f, 0x63, 0xfb, 0x56, 0xbb, 0x4b, 0x65, 0x01, 0x36, 0xe5, 0x42, 0xff, + 0x2c, 0x07, 0x93, 0xd1, 0x22, 0x46, 0x6e, 0xc0, 0x04, 0x3e, 0xde, 0xe1, 0x44, 0x87, 0x92, 0xa7, + 0x86, 0x67, 0x19, 0xcc, 0x30, 0x9e, 0xb3, 0xa4, 0xfa, 0x79, 0xce, 0x92, 0xfb, 0x47, 0x3c, 0x1f, + 0x6a, 0x70, 0x39, 0xa5, 0xce, 0xa4, 0xd8, 0xa9, 0x41, 0x5e, 0x74, 0x35, 0x07, 0xdb, 0x91, 0x4a, + 0x87, 0x66, 0x09, 0x8f, 0x64, 0x80, 0xb0, 0x53, 0x83, 0xbc, 0xbc, 0x8e, 0x98, 0xc6, 0xa8, 0xd4, + 0x68, 0x44, 0x62, 0x09, 0x34, 0xf4, 0x4f, 0x34, 0x98, 0x8c, 0x06, 0x97, 0x02, 0xe6, 0x06, 0x5c, + 0x8a, 0x9b, 0x96, 0xef, 0x1f, 0xe1, 0xe4, 0x1b, 0x09, 0x44, 0x05, 0x5a, 0xf1, 0x10, 0x50, 0x4b, + 0x42, 0xca, 0xf3, 0x84, 0x34, 0xde, 0xf8, 0xf9, 0x3c, 0x8c, 0x89, 0x2a, 0x44, 0xde, 0x87, 0x71, + 0x39, 0xf6, 0x91, 0xc5, 0x84, 0x9b, 0x1e, 0x9c, 0x2f, 0x4b, 0x4b, 0xc3, 0xc4, 0xe4, 0xcd, 0xe9, + 0xf3, 0x0f, 0x7e, 0xfd, 0xeb, 0x30, 0x37, 0x4d, 0x8a, 0xc6, 0xe0, 0x10, 0x2b, 0x47, 0x4b, 0xf2, + 0x40, 0x83, 0x09, 0x35, 0x3e, 0x92, 0xe5, 0x34, 0xbb, 0xb1, 0xc1, 0xb3, 0xb4, 0x32, 0x5c, 0x10, + 0x21, 0x2c, 0x08, 0x08, 0xb3, 0x64, 0x3a, 0x01, 0x82, 0x1a, 0x34, 0x05, 0x08, 0x35, 0x48, 0xa4, + 0x83, 0x88, 0x4d, 0x46, 0xe9, 0x20, 0xe2, 0x33, 0x49, 0x26, 0x88, 0x70, 0xbc, 0x78, 0xa4, 0xc1, + 0xc5, 0xf8, 0x54, 0x43, 0x8c, 0x34, 0x1f, 0x29, 0xe3, 0x5a, 0xa9, 0x76, 0x72, 0x05, 0x04, 0xb7, + 0x26, 0xc0, 0x2d, 0x91, 0xab, 0x09, 0xe0, 0xba, 0xa8, 0x54, 0x09, 0x51, 0x7e, 0xae, 0xc1, 0x64, + 0x74, 0x04, 0x21, 0x95, 0x34, 0x97, 0x89, 0xf3, 0x4d, 0xa9, 0x7a, 0x52, 0x71, 0xc4, 0xb7, 0x2a, + 0xf0, 0x5d, 0x25, 0x7a, 0x02, 0x3e, 0x3f, 0x50, 0x51, 0xe0, 0xa8, 0x4d, 0x3e, 0x84, 0x33, 0xd8, + 0x77, 0x92, 0xd4, 0x1c, 0x8d, 0xb6, 0xd1, 0xa5, 0xe5, 0xa1, 0x72, 0x88, 0x43, 0x17, 0x38, 0x66, + 0x48, 0x29, 0x01, 0x87, 0x6a, 0x47, 0xbf, 0xd4, 0x60, 0x2a, 0xd6, 0x00, 0x93, 0xea, 0xb0, 0x1b, + 0x89, 0x01, 0x32, 0x4e, 0x2c, 0x8f, 0xc0, 0xae, 0x09, 0x60, 0x8b, 0x64, 0x21, 0xeb, 0x02, 0x15, + 0xc2, 0x4f, 0x35, 0xb8, 0x10, 0xe9, 0x57, 0xc9, 0x5a, 0xe6, 0x7d, 0xc4, 0x5a, 0xe1, 0x52, 0xe5, + 0x84, 0xd2, 0x88, 0xed, 0x05, 0x81, 0x6d, 0x81, 0xcc, 0xa7, 0x5e, 0x9e, 0x6a, 0x60, 0xc9, 0xa1, + 0x06, 0xe7, 0x23, 0x75, 0xf6, 0x5a, 0x9a, 0xab, 0x84, 0xee, 0xb6, 0xb4, 0x76, 0x32, 0x61, 0x84, + 0xb5, 0x22, 0x60, 0xe9, 0x64, 0x2e, 0x01, 0x96, 0xaa, 0xa1, 0x95, 0xa0, 0xa8, 0x8b, 0xd2, 0xa0, + 0x5a, 0xcb, 0xf4, 0xd2, 0x10, 0x6b, 0x55, 0xd3, 0x4b, 0x43, 0xbc, 0x4b, 0xcd, 0x2c, 0x0d, 0x9e, + 0xf2, 0x1b, 0xa4, 0x55, 0xac, 0x9b, 0x4b, 0x4f, 0xab, 0xe4, 0x56, 0x34, 0x3d, 0xad, 0x52, 0x9a, + 0xd0, 0xcc, 0xb4, 0x0a, 0x39, 0xc2, 0xee, 0xb4, 0xbe, 0xf9, 0xf8, 0xa8, 0xac, 0x3d, 0x39, 0x2a, + 0x6b, 0x7f, 0x1e, 0x95, 0xb5, 0x87, 0xc7, 0xe5, 0x91, 0x27, 0xc7, 0xe5, 0x91, 0xdf, 0x8e, 0xcb, + 0x23, 0xef, 0x2c, 0xf7, 0x75, 0x1f, 0xb5, 0x56, 0xdb, 0x6a, 0x70, 0xa3, 0xd6, 0xaa, 0x34, 0x77, + 0x2c, 0xc7, 0x35, 0xee, 0x4b, 0xab, 0xa2, 0x05, 0x69, 0x8c, 0x8b, 0x5f, 0x34, 0xaf, 0xff, 0x1d, + 0x00, 0x00, 0xff, 0xff, 0x0f, 0xa8, 0x5f, 0x41, 0xde, 0x15, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/hard/types/tx.pb.go b/x/hard/types/tx.pb.go index e14cb5d5..4d7a417f 100644 --- a/x/hard/types/tx.pb.go +++ b/x/hard/types/tx.pb.go @@ -505,41 +505,41 @@ func init() { func init() { proto.RegisterFile("kava/hard/v1beta1/tx.proto", fileDescriptor_72cf8eb667c23b8a) } var fileDescriptor_72cf8eb667c23b8a = []byte{ - // 533 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x55, 0x4f, 0x8f, 0xd2, 0x4e, - 0x18, 0xa6, 0x90, 0xe5, 0x07, 0xef, 0xfe, 0x0e, 0xee, 0x2c, 0x1a, 0xb6, 0x6a, 0xd9, 0xa0, 0xae, - 0x5c, 0x68, 0x77, 0x57, 0xe3, 0x59, 0xd1, 0x8b, 0xc9, 0x36, 0x26, 0x18, 0x63, 0xe2, 0xc5, 0x4c, - 0xe9, 0x64, 0x68, 0x90, 0x4e, 0xed, 0x3b, 0xc0, 0xee, 0xb7, 0xf0, 0xec, 0x07, 0x30, 0x71, 0xcf, - 0x7e, 0x88, 0x3d, 0xae, 0x9e, 0x3c, 0xa9, 0x81, 0x2f, 0x62, 0xda, 0x69, 0x07, 0x8c, 0x04, 0xb8, - 0x68, 0x3c, 0x31, 0xed, 0xf3, 0x87, 0xe7, 0xc9, 0xbc, 0x33, 0x05, 0x73, 0x40, 0xc7, 0xd4, 0xe9, - 0xd3, 0xd8, 0x77, 0xc6, 0x47, 0x1e, 0x93, 0xf4, 0xc8, 0x91, 0xa7, 0x76, 0x14, 0x0b, 0x29, 0xc8, - 0x4e, 0x82, 0xd9, 0x09, 0x66, 0x67, 0x98, 0x69, 0xf5, 0x04, 0x0e, 0x05, 0x3a, 0x1e, 0x45, 0xa6, - 0x05, 0x3d, 0x11, 0x84, 0x4a, 0x62, 0xee, 0x29, 0xfc, 0x75, 0xfa, 0xe4, 0xa8, 0x87, 0x0c, 0xaa, - 0x71, 0xc1, 0x85, 0x7a, 0x9f, 0xac, 0xd4, 0xdb, 0xe6, 0x47, 0x03, 0xc0, 0x45, 0xfe, 0x84, 0x45, - 0x02, 0x03, 0x49, 0x1e, 0x40, 0xd5, 0x57, 0x4b, 0x11, 0xd7, 0x8d, 0x7d, 0xa3, 0x55, 0xed, 0xd4, - 0xbf, 0x7c, 0x6a, 0xd7, 0x32, 0xa7, 0x47, 0xbe, 0x1f, 0x33, 0xc4, 0xe7, 0x32, 0x0e, 0x42, 0xde, - 0x9d, 0x53, 0x49, 0x0f, 0xca, 0x74, 0x28, 0x46, 0xa1, 0xac, 0x17, 0xf7, 0x4b, 0xad, 0xed, 0xe3, - 0x3d, 0x3b, 0x53, 0x24, 0x41, 0xf3, 0xf4, 0xf6, 0x63, 0x11, 0x84, 0x9d, 0xc3, 0x8b, 0x6f, 0x8d, - 0xc2, 0xf9, 0xf7, 0x46, 0x8b, 0x07, 0xb2, 0x3f, 0xf2, 0xec, 0x9e, 0x18, 0x66, 0x41, 0xb3, 0x9f, - 0x36, 0xfa, 0x03, 0x47, 0x9e, 0x45, 0x0c, 0x53, 0x01, 0x76, 0x33, 0xeb, 0x66, 0x0d, 0xc8, 0x3c, - 0x6a, 0x97, 0x61, 0x24, 0x42, 0x64, 0xcd, 0x73, 0x03, 0xb6, 0x5d, 0xe4, 0x2f, 0x03, 0xd9, 0xf7, - 0x63, 0x3a, 0xf9, 0xb7, 0x2b, 0x5c, 0x85, 0xdd, 0x85, 0xac, 0xba, 0xc3, 0x07, 0x03, 0xaa, 0x2e, - 0xf2, 0x8e, 0x88, 0x63, 0x31, 0x21, 0xf7, 0xa1, 0xe2, 0xa5, 0x2b, 0xb6, 0xbe, 0x80, 0x66, 0xfe, - 0x9d, 0xfc, 0xbb, 0xb0, 0xa3, 0x73, 0xea, 0xf4, 0x9f, 0x0d, 0xa8, 0xb8, 0xc8, 0xbb, 0x2c, 0xa2, - 0x67, 0xe4, 0x10, 0xca, 0xc8, 0x42, 0x7f, 0x83, 0xe8, 0x19, 0x8f, 0xd8, 0xb0, 0x25, 0x26, 0x21, - 0x8b, 0xeb, 0xc5, 0x35, 0x02, 0x45, 0x5b, 0x28, 0x5a, 0xfa, 0x73, 0x45, 0x09, 0x5c, 0xc9, 0x2b, - 0xe9, 0x9e, 0x63, 0xf8, 0xdf, 0x45, 0x7e, 0x12, 0xbc, 0x1d, 0x05, 0x3e, 0x95, 0x2c, 0xa9, 0x3a, - 0x60, 0x2c, 0xda, 0xa4, 0xaa, 0xe2, 0xfd, 0xb2, 0xb3, 0xc5, 0x4d, 0x77, 0xb6, 0x79, 0x0d, 0x6a, - 0x8b, 0xff, 0x9b, 0xe7, 0x39, 0x7e, 0x5f, 0x82, 0x92, 0x8b, 0x9c, 0x3c, 0x83, 0xff, 0xf2, 0xf3, - 0x7b, 0xd3, 0xfe, 0xed, 0xce, 0xb0, 0xe7, 0x67, 0xc6, 0xbc, 0xb3, 0x12, 0xce, 0x8d, 0x49, 0x17, - 0x2a, 0xfa, 0x38, 0x59, 0xcb, 0x25, 0x39, 0x6e, 0x1e, 0xac, 0xc6, 0xb5, 0xe7, 0x09, 0x94, 0xb3, - 0xf1, 0xbe, 0xb1, 0x5c, 0xa1, 0x50, 0xf3, 0xf6, 0x2a, 0x54, 0xbb, 0x3d, 0x85, 0x2d, 0x35, 0x6e, - 0xd7, 0x97, 0xd3, 0x53, 0xd0, 0xbc, 0xb5, 0x02, 0xd4, 0x56, 0x2f, 0xa0, 0x3a, 0xdf, 0xd2, 0xc6, - 0x72, 0x85, 0x26, 0x98, 0x77, 0xd7, 0x10, 0x72, 0xdb, 0xce, 0xc3, 0x8b, 0xa9, 0x65, 0x5c, 0x4e, - 0x2d, 0xe3, 0xc7, 0xd4, 0x32, 0xde, 0xcd, 0xac, 0xc2, 0xe5, 0xcc, 0x2a, 0x7c, 0x9d, 0x59, 0x85, - 0x57, 0x07, 0x0b, 0xc3, 0x98, 0x98, 0xb5, 0xdf, 0x50, 0x0f, 0xd3, 0x95, 0x73, 0xaa, 0xbe, 0x04, - 0xe9, 0x40, 0x7a, 0xe5, 0xf4, 0x86, 0xbe, 0xf7, 0x33, 0x00, 0x00, 0xff, 0xff, 0x91, 0x63, 0x35, - 0x65, 0x23, 0x06, 0x00, 0x00, + // 536 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x55, 0x4d, 0x8f, 0xd2, 0x40, + 0x18, 0xa6, 0x90, 0x45, 0x78, 0xd7, 0x83, 0x3b, 0x8b, 0x86, 0xad, 0x5a, 0x36, 0xf8, 0xb1, 0x5c, + 0x68, 0xd9, 0xd5, 0x78, 0x5f, 0xf4, 0x62, 0xb2, 0x8d, 0x09, 0xc6, 0x98, 0x78, 0x31, 0x53, 0x3a, + 0x19, 0x1a, 0xa4, 0x53, 0xfb, 0x0e, 0xb0, 0xfb, 0x2f, 0x3c, 0xfb, 0x03, 0x4c, 0xdc, 0xb3, 0x3f, + 0x62, 0x8f, 0xab, 0x27, 0x4f, 0x6a, 0xe0, 0x8f, 0x18, 0x3a, 0xed, 0x80, 0x91, 0x00, 0x17, 0xcd, + 0x9e, 0x98, 0xf6, 0xf9, 0xe0, 0x79, 0x32, 0xef, 0x4c, 0xc1, 0xec, 0xd3, 0x11, 0x75, 0x7a, 0x34, + 0xf6, 0x9d, 0xd1, 0xa1, 0xc7, 0x24, 0x3d, 0x74, 0xe4, 0xa9, 0x1d, 0xc5, 0x42, 0x0a, 0xb2, 0x33, + 0xc3, 0xec, 0x19, 0x66, 0xa7, 0x98, 0x69, 0x75, 0x05, 0x0e, 0x04, 0x3a, 0x1e, 0x45, 0xa6, 0x05, + 0x5d, 0x11, 0x84, 0x4a, 0x62, 0xee, 0x29, 0xfc, 0x6d, 0xf2, 0xe4, 0xa8, 0x87, 0x14, 0xaa, 0x70, + 0xc1, 0x85, 0x7a, 0x3f, 0x5b, 0xa9, 0xb7, 0xf5, 0xcf, 0x06, 0x80, 0x8b, 0xfc, 0x19, 0x8b, 0x04, + 0x06, 0x92, 0x3c, 0x81, 0xb2, 0xaf, 0x96, 0x22, 0xae, 0x1a, 0xfb, 0x46, 0xa3, 0xdc, 0xae, 0x7e, + 0xfb, 0xd2, 0xac, 0xa4, 0x4e, 0xc7, 0xbe, 0x1f, 0x33, 0xc4, 0x97, 0x32, 0x0e, 0x42, 0xde, 0x99, + 0x53, 0x49, 0x17, 0x8a, 0x74, 0x20, 0x86, 0xa1, 0xac, 0xe6, 0xf7, 0x0b, 0x8d, 0xed, 0xa3, 0x3d, + 0x3b, 0x55, 0xcc, 0x82, 0x66, 0xe9, 0xed, 0xa7, 0x22, 0x08, 0xdb, 0xad, 0x8b, 0x1f, 0xb5, 0xdc, + 0xf9, 0xcf, 0x5a, 0x83, 0x07, 0xb2, 0x37, 0xf4, 0xec, 0xae, 0x18, 0xa4, 0x41, 0xd3, 0x9f, 0x26, + 0xfa, 0x7d, 0x47, 0x9e, 0x45, 0x0c, 0x13, 0x01, 0x76, 0x52, 0xeb, 0x7a, 0x05, 0xc8, 0x3c, 0x6a, + 0x87, 0x61, 0x24, 0x42, 0x64, 0xf5, 0x73, 0x03, 0xb6, 0x5d, 0xe4, 0xaf, 0x03, 0xd9, 0xf3, 0x63, + 0x3a, 0xbe, 0xda, 0x15, 0x6e, 0xc2, 0xee, 0x42, 0x56, 0xdd, 0xe1, 0x93, 0x01, 0x65, 0x17, 0x79, + 0x5b, 0xc4, 0xb1, 0x18, 0x93, 0xc7, 0x50, 0xf2, 0x92, 0x15, 0x5b, 0x5f, 0x40, 0x33, 0xff, 0x4f, + 0xfe, 0x5d, 0xd8, 0xd1, 0x39, 0x75, 0xfa, 0xaf, 0x06, 0x94, 0x5c, 0xe4, 0x1d, 0x16, 0xd1, 0x33, + 0xd2, 0x82, 0x22, 0xb2, 0xd0, 0xdf, 0x20, 0x7a, 0xca, 0x23, 0x36, 0x6c, 0x89, 0x71, 0xc8, 0xe2, + 0x6a, 0x7e, 0x8d, 0x40, 0xd1, 0x16, 0x8a, 0x16, 0xfe, 0x5d, 0x51, 0x02, 0x37, 0xb2, 0x4a, 0xba, + 0xe7, 0x08, 0xae, 0xbb, 0xc8, 0x4f, 0x82, 0xf7, 0xc3, 0xc0, 0xa7, 0x92, 0xcd, 0xaa, 0xf6, 0x19, + 0x8b, 0x36, 0xa9, 0xaa, 0x78, 0x7f, 0xec, 0x6c, 0x7e, 0xd3, 0x9d, 0xad, 0xdf, 0x82, 0xca, 0xe2, + 0xff, 0x66, 0x79, 0x8e, 0x3e, 0x16, 0xa0, 0xe0, 0x22, 0x27, 0x2f, 0xe0, 0x5a, 0x76, 0x7e, 0xef, + 0xda, 0x7f, 0xdd, 0x19, 0xf6, 0xfc, 0xcc, 0x98, 0x0f, 0x56, 0xc2, 0x99, 0x31, 0xe9, 0x40, 0x49, + 0x1f, 0x27, 0x6b, 0xb9, 0x24, 0xc3, 0xcd, 0x87, 0xab, 0x71, 0xed, 0x79, 0x02, 0xc5, 0x74, 0xbc, + 0xef, 0x2c, 0x57, 0x28, 0xd4, 0xbc, 0xbf, 0x0a, 0xd5, 0x6e, 0xcf, 0x61, 0x4b, 0x8d, 0xdb, 0xed, + 0xe5, 0xf4, 0x04, 0x34, 0xef, 0xad, 0x00, 0xb5, 0xd5, 0x2b, 0x28, 0xcf, 0xb7, 0xb4, 0xb6, 0x5c, + 0xa1, 0x09, 0xe6, 0xc1, 0x1a, 0x42, 0x66, 0xdb, 0x3e, 0xbe, 0x98, 0x58, 0xc6, 0xe5, 0xc4, 0x32, + 0x7e, 0x4d, 0x2c, 0xe3, 0xc3, 0xd4, 0xca, 0x5d, 0x4e, 0xad, 0xdc, 0xf7, 0xa9, 0x95, 0x7b, 0x73, + 0xb0, 0x30, 0x8c, 0x2d, 0xfe, 0x8e, 0x7a, 0xe8, 0xb4, 0x78, 0xb3, 0xdb, 0xa3, 0x41, 0xe8, 0x9c, + 0xaa, 0x4f, 0x41, 0x32, 0x91, 0x5e, 0x31, 0xb9, 0xa2, 0x1f, 0xfd, 0x0e, 0x00, 0x00, 0xff, 0xff, + 0x21, 0x79, 0xa2, 0xad, 0x24, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/incentive/abci.go b/x/incentive/abci.go index 02d8b67c..bbf0a4c6 100644 --- a/x/incentive/abci.go +++ b/x/incentive/abci.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/types" ) // BeginBlocker runs at the start of every block diff --git a/x/incentive/client/cli/query.go b/x/incentive/client/cli/query.go index 7da9c075..a52336a2 100644 --- a/x/incentive/client/cli/query.go +++ b/x/incentive/client/cli/query.go @@ -12,8 +12,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/types" ) const ( diff --git a/x/incentive/client/cli/tx.go b/x/incentive/client/cli/tx.go index 73067fcf..5707bd5b 100644 --- a/x/incentive/client/cli/tx.go +++ b/x/incentive/client/cli/tx.go @@ -11,7 +11,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) const ( diff --git a/x/incentive/genesis.go b/x/incentive/genesis.go index 246ffa67..78387b29 100644 --- a/x/incentive/genesis.go +++ b/x/incentive/genesis.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/types" ) // InitGenesis initializes the store state from a genesis state. diff --git a/x/incentive/genesis_test.go b/x/incentive/genesis_test.go index 78b75cc7..bf4aa411 100644 --- a/x/incentive/genesis_test.go +++ b/x/incentive/genesis_test.go @@ -11,12 +11,12 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" - "github.com/kava-labs/kava/app" - hardtypes "github.com/kava-labs/kava/x/hard/types" - "github.com/kava-labs/kava/x/incentive" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/types" - kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/app" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + "github.com/0glabs/0g-chain/x/incentive" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/types" + kavadisttypes "github.com/0glabs/0g-chain/x/kavadist/types" ) const ( diff --git a/x/incentive/integration_test.go b/x/incentive/integration_test.go index f1d5039d..e1708528 100644 --- a/x/incentive/integration_test.go +++ b/x/incentive/integration_test.go @@ -8,10 +8,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/kava-labs/kava/app" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - "github.com/kava-labs/kava/x/incentive/testutil" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + "github.com/0glabs/0g-chain/x/incentive/testutil" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" ) // Avoid cluttering test cases with long function names diff --git a/x/incentive/keeper/claim.go b/x/incentive/keeper/claim.go index c58ae6e8..e84941c7 100644 --- a/x/incentive/keeper/claim.go +++ b/x/incentive/keeper/claim.go @@ -4,7 +4,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // ClaimUSDXMintingReward pays out funds from a claim to a receiver account. diff --git a/x/incentive/keeper/claim_test.go b/x/incentive/keeper/claim_test.go index 4ca39a96..ba60c50c 100644 --- a/x/incentive/keeper/claim_test.go +++ b/x/incentive/keeper/claim_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // ClaimTests runs unit tests for the keeper Claim methods diff --git a/x/incentive/keeper/grpc_query.go b/x/incentive/keeper/grpc_query.go index 956eaa40..7cfe71bb 100644 --- a/x/incentive/keeper/grpc_query.go +++ b/x/incentive/keeper/grpc_query.go @@ -8,8 +8,8 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/kava-labs/kava/x/incentive/types" - liquidtypes "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/x/incentive/types" + liquidtypes "github.com/0glabs/0g-chain/x/liquid/types" ) const ( diff --git a/x/incentive/keeper/grpc_query_test.go b/x/incentive/keeper/grpc_query_test.go index a4ac6c5b..abc0b484 100644 --- a/x/incentive/keeper/grpc_query_test.go +++ b/x/incentive/keeper/grpc_query_test.go @@ -5,13 +5,13 @@ import ( "time" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/app" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/types" tmprototypes "github.com/cometbft/cometbft/proto/tendermint/types" "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - hardtypes "github.com/kava-labs/kava/x/hard/types" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/types" "github.com/stretchr/testify/suite" ) diff --git a/x/incentive/keeper/hooks.go b/x/incentive/keeper/hooks.go index 2fa7e6dc..483c7dcc 100644 --- a/x/incentive/keeper/hooks.go +++ b/x/incentive/keeper/hooks.go @@ -5,11 +5,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - earntypes "github.com/kava-labs/kava/x/earn/types" - hardtypes "github.com/kava-labs/kava/x/hard/types" - savingstypes "github.com/kava-labs/kava/x/savings/types" - swaptypes "github.com/kava-labs/kava/x/swap/types" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + savingstypes "github.com/0glabs/0g-chain/x/savings/types" + swaptypes "github.com/0glabs/0g-chain/x/swap/types" ) // Hooks wrapper struct for hooks diff --git a/x/incentive/keeper/integration_test.go b/x/incentive/keeper/integration_test.go index efc37169..ecd440b1 100644 --- a/x/incentive/keeper/integration_test.go +++ b/x/incentive/keeper/integration_test.go @@ -4,15 +4,15 @@ import ( "time" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/app" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + committeetypes "github.com/0glabs/0g-chain/x/committee/types" + "github.com/0glabs/0g-chain/x/incentive/testutil" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" + swaptypes "github.com/0glabs/0g-chain/x/swap/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/kava-labs/kava/app" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - committeetypes "github.com/kava-labs/kava/x/committee/types" - "github.com/kava-labs/kava/x/incentive/testutil" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" - swaptypes "github.com/kava-labs/kava/x/swap/types" ) // Avoid cluttering test cases with long function names diff --git a/x/incentive/keeper/keeper.go b/x/incentive/keeper/keeper.go index 07707676..78a8981a 100644 --- a/x/incentive/keeper/keeper.go +++ b/x/incentive/keeper/keeper.go @@ -8,7 +8,7 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // Keeper keeper for the incentive module diff --git a/x/incentive/keeper/keeper_test.go b/x/incentive/keeper/keeper_test.go index 3ab619aa..ac12f808 100644 --- a/x/incentive/keeper/keeper_test.go +++ b/x/incentive/keeper/keeper_test.go @@ -9,9 +9,9 @@ import ( tmprototypes "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/types" ) // Test suite used for all keeper tests diff --git a/x/incentive/keeper/keeper_utils_test.go b/x/incentive/keeper/keeper_utils_test.go index 2dac8ae2..20fc9353 100644 --- a/x/incentive/keeper/keeper_utils_test.go +++ b/x/incentive/keeper/keeper_utils_test.go @@ -1,9 +1,9 @@ package keeper_test import ( + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/types" ) // TestKeeper is a test wrapper for the keeper which contains useful methods for testing diff --git a/x/incentive/keeper/msg_server.go b/x/incentive/keeper/msg_server.go index 2b4e2319..9a1f18d8 100644 --- a/x/incentive/keeper/msg_server.go +++ b/x/incentive/keeper/msg_server.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) type msgServer struct { diff --git a/x/incentive/keeper/msg_server_delegator_test.go b/x/incentive/keeper/msg_server_delegator_test.go index f3d0331f..8c3d51f4 100644 --- a/x/incentive/keeper/msg_server_delegator_test.go +++ b/x/incentive/keeper/msg_server_delegator_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) func (suite *HandlerTestSuite) TestPayoutDelegatorClaimMultiDenom() { diff --git a/x/incentive/keeper/msg_server_earn_test.go b/x/incentive/keeper/msg_server_earn_test.go index 98fd3a53..7becfa63 100644 --- a/x/incentive/keeper/msg_server_earn_test.go +++ b/x/incentive/keeper/msg_server_earn_test.go @@ -6,15 +6,15 @@ import ( abci "github.com/cometbft/cometbft/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + "github.com/0glabs/0g-chain/x/incentive" + "github.com/0glabs/0g-chain/x/incentive/testutil" + "github.com/0glabs/0g-chain/x/incentive/types" + liquidtypes "github.com/0glabs/0g-chain/x/liquid/types" "github.com/cosmos/cosmos-sdk/x/distribution" distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types" "github.com/cosmos/cosmos-sdk/x/mint" minttypes "github.com/cosmos/cosmos-sdk/x/mint/types" - earntypes "github.com/kava-labs/kava/x/earn/types" - "github.com/kava-labs/kava/x/incentive" - "github.com/kava-labs/kava/x/incentive/testutil" - "github.com/kava-labs/kava/x/incentive/types" - liquidtypes "github.com/kava-labs/kava/x/liquid/types" ) func (suite *HandlerTestSuite) TestEarnLiquidClaim() { diff --git a/x/incentive/keeper/msg_server_hard_test.go b/x/incentive/keeper/msg_server_hard_test.go index 44e5ff71..f7720bb8 100644 --- a/x/incentive/keeper/msg_server_hard_test.go +++ b/x/incentive/keeper/msg_server_hard_test.go @@ -5,7 +5,7 @@ import ( vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) func (suite *HandlerTestSuite) TestPayoutHardClaimMultiDenom() { diff --git a/x/incentive/keeper/msg_server_swap_test.go b/x/incentive/keeper/msg_server_swap_test.go index 366fccb8..1c73a6aa 100644 --- a/x/incentive/keeper/msg_server_swap_test.go +++ b/x/incentive/keeper/msg_server_swap_test.go @@ -9,10 +9,10 @@ import ( vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/incentive/testutil" - "github.com/kava-labs/kava/x/incentive/types" - kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/incentive/testutil" + "github.com/0glabs/0g-chain/x/incentive/types" + kavadisttypes "github.com/0glabs/0g-chain/x/kavadist/types" ) const secondsPerDay = 24 * 60 * 60 diff --git a/x/incentive/keeper/msg_server_usdx_test.go b/x/incentive/keeper/msg_server_usdx_test.go index ae0e5603..8d299295 100644 --- a/x/incentive/keeper/msg_server_usdx_test.go +++ b/x/incentive/keeper/msg_server_usdx_test.go @@ -5,7 +5,7 @@ import ( vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) func (suite *HandlerTestSuite) TestPayoutUSDXClaim() { diff --git a/x/incentive/keeper/params.go b/x/incentive/keeper/params.go index c98e4bd9..b8b89c93 100644 --- a/x/incentive/keeper/params.go +++ b/x/incentive/keeper/params.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // GetParams returns the params from the store diff --git a/x/incentive/keeper/payout.go b/x/incentive/keeper/payout.go index a50ef5a7..e7c0d0b9 100644 --- a/x/incentive/keeper/payout.go +++ b/x/incentive/keeper/payout.go @@ -8,8 +8,8 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" - "github.com/kava-labs/kava/x/incentive/types" - // validatorvesting "github.com/kava-labs/kava/x/validator-vesting" + "github.com/0glabs/0g-chain/x/incentive/types" + // validatorvesting "github.com/0glabs/0g-chain/x/validator-vesting" ) const ( diff --git a/x/incentive/keeper/payout_test.go b/x/incentive/keeper/payout_test.go index 0c20bfce..a88c9ac4 100644 --- a/x/incentive/keeper/payout_test.go +++ b/x/incentive/keeper/payout_test.go @@ -12,14 +12,14 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" - "github.com/kava-labs/kava/app" - cdpkeeper "github.com/kava-labs/kava/x/cdp/keeper" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - hardkeeper "github.com/kava-labs/kava/x/hard/keeper" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/testutil" - "github.com/kava-labs/kava/x/incentive/types" - kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/app" + cdpkeeper "github.com/0glabs/0g-chain/x/cdp/keeper" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + hardkeeper "github.com/0glabs/0g-chain/x/hard/keeper" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/testutil" + "github.com/0glabs/0g-chain/x/incentive/types" + kavadisttypes "github.com/0glabs/0g-chain/x/kavadist/types" ) // Test suite used for all keeper tests diff --git a/x/incentive/keeper/querier.go b/x/incentive/keeper/querier.go index fc5832b3..34b830d5 100644 --- a/x/incentive/keeper/querier.go +++ b/x/incentive/keeper/querier.go @@ -6,9 +6,9 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - earntypes "github.com/kava-labs/kava/x/earn/types" - "github.com/kava-labs/kava/x/incentive/types" - liquidtypes "github.com/kava-labs/kava/x/liquid/types" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + "github.com/0glabs/0g-chain/x/incentive/types" + liquidtypes "github.com/0glabs/0g-chain/x/liquid/types" ) const ( diff --git a/x/incentive/keeper/querier_test.go b/x/incentive/keeper/querier_test.go index 30bf0cbe..865a1012 100644 --- a/x/incentive/keeper/querier_test.go +++ b/x/incentive/keeper/querier_test.go @@ -5,13 +5,13 @@ import ( "time" sdkmath "cosmossdk.io/math" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" sdk "github.com/cosmos/cosmos-sdk/types" minttypes "github.com/cosmos/cosmos-sdk/x/mint/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" - earntypes "github.com/kava-labs/kava/x/earn/types" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/types" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/types" "github.com/stretchr/testify/suite" ) diff --git a/x/incentive/keeper/rewards_borrow.go b/x/incentive/keeper/rewards_borrow.go index 44de0fb1..806b1b59 100644 --- a/x/incentive/keeper/rewards_borrow.go +++ b/x/incentive/keeper/rewards_borrow.go @@ -7,8 +7,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - hardtypes "github.com/kava-labs/kava/x/hard/types" - "github.com/kava-labs/kava/x/incentive/types" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // AccumulateHardBorrowRewards calculates new rewards to distribute this block and updates the global indexes to reflect this. diff --git a/x/incentive/keeper/rewards_borrow_accum_test.go b/x/incentive/keeper/rewards_borrow_accum_test.go index e4c7fc35..a1a71bc6 100644 --- a/x/incentive/keeper/rewards_borrow_accum_test.go +++ b/x/incentive/keeper/rewards_borrow_accum_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) type AccumulateBorrowRewardsTests struct { diff --git a/x/incentive/keeper/rewards_borrow_init_test.go b/x/incentive/keeper/rewards_borrow_init_test.go index 4c8f0b58..1b80df86 100644 --- a/x/incentive/keeper/rewards_borrow_init_test.go +++ b/x/incentive/keeper/rewards_borrow_init_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // InitializeHardBorrowRewardTests runs unit tests for the keeper.InitializeHardBorrowReward method diff --git a/x/incentive/keeper/rewards_borrow_sync_test.go b/x/incentive/keeper/rewards_borrow_sync_test.go index 8f9f9dc3..ac28fb87 100644 --- a/x/incentive/keeper/rewards_borrow_sync_test.go +++ b/x/incentive/keeper/rewards_borrow_sync_test.go @@ -9,9 +9,9 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - hardtypes "github.com/kava-labs/kava/x/hard/types" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/types" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/types" ) // SynchronizeHardBorrowRewardTests runs unit tests for the keeper.SynchronizeHardBorrowReward method diff --git a/x/incentive/keeper/rewards_borrow_test.go b/x/incentive/keeper/rewards_borrow_test.go index c76dd2ff..e0df053a 100644 --- a/x/incentive/keeper/rewards_borrow_test.go +++ b/x/incentive/keeper/rewards_borrow_test.go @@ -11,16 +11,16 @@ import ( proposaltypes "github.com/cosmos/cosmos-sdk/x/params/types/proposal" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/committee" - committeekeeper "github.com/kava-labs/kava/x/committee/keeper" - committeetypes "github.com/kava-labs/kava/x/committee/types" - "github.com/kava-labs/kava/x/hard" - hardkeeper "github.com/kava-labs/kava/x/hard/keeper" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/testutil" - "github.com/kava-labs/kava/x/incentive/types" - kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/committee" + committeekeeper "github.com/0glabs/0g-chain/x/committee/keeper" + committeetypes "github.com/0glabs/0g-chain/x/committee/types" + "github.com/0glabs/0g-chain/x/hard" + hardkeeper "github.com/0glabs/0g-chain/x/hard/keeper" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/testutil" + "github.com/0glabs/0g-chain/x/incentive/types" + kavadisttypes "github.com/0glabs/0g-chain/x/kavadist/types" ) type BorrowIntegrationTests struct { diff --git a/x/incentive/keeper/rewards_borrow_update_test.go b/x/incentive/keeper/rewards_borrow_update_test.go index 06187dfa..571937c3 100644 --- a/x/incentive/keeper/rewards_borrow_update_test.go +++ b/x/incentive/keeper/rewards_borrow_update_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // UpdateHardBorrowIndexDenomsTests runs unit tests for the keeper.UpdateHardBorrowIndexDenoms method diff --git a/x/incentive/keeper/rewards_delegator.go b/x/incentive/keeper/rewards_delegator.go index 77d58a17..47867f99 100644 --- a/x/incentive/keeper/rewards_delegator.go +++ b/x/incentive/keeper/rewards_delegator.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // AccumulateDelegatorRewards calculates new rewards to distribute this block and updates the global indexes to reflect this. diff --git a/x/incentive/keeper/rewards_delegator_accum_test.go b/x/incentive/keeper/rewards_delegator_accum_test.go index 883c377b..2e586dbe 100644 --- a/x/incentive/keeper/rewards_delegator_accum_test.go +++ b/x/incentive/keeper/rewards_delegator_accum_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) type AccumulateDelegatorRewardsTests struct { diff --git a/x/incentive/keeper/rewards_delegator_init_test.go b/x/incentive/keeper/rewards_delegator_init_test.go index 42015e43..84ece1a8 100644 --- a/x/incentive/keeper/rewards_delegator_init_test.go +++ b/x/incentive/keeper/rewards_delegator_init_test.go @@ -6,7 +6,7 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // InitializeDelegatorRewardTests runs unit tests for the keeper.InitializeDelegatorReward method diff --git a/x/incentive/keeper/rewards_delegator_sync_test.go b/x/incentive/keeper/rewards_delegator_sync_test.go index 829aacae..e2f9b898 100644 --- a/x/incentive/keeper/rewards_delegator_sync_test.go +++ b/x/incentive/keeper/rewards_delegator_sync_test.go @@ -7,7 +7,7 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // SynchronizeDelegatorRewardTests runs unit tests for the keeper.SynchronizeDelegatorReward method diff --git a/x/incentive/keeper/rewards_delegator_test.go b/x/incentive/keeper/rewards_delegator_test.go index 6402e17a..75238e13 100644 --- a/x/incentive/keeper/rewards_delegator_test.go +++ b/x/incentive/keeper/rewards_delegator_test.go @@ -14,10 +14,10 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/testutil" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/testutil" + "github.com/0glabs/0g-chain/x/incentive/types" ) // Test suite used for all keeper tests diff --git a/x/incentive/keeper/rewards_earn.go b/x/incentive/keeper/rewards_earn.go index 6d176efd..9f9e0286 100644 --- a/x/incentive/keeper/rewards_earn.go +++ b/x/incentive/keeper/rewards_earn.go @@ -9,8 +9,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - earntypes "github.com/kava-labs/kava/x/earn/types" - "github.com/kava-labs/kava/x/incentive/types" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + "github.com/0glabs/0g-chain/x/incentive/types" distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types" ) diff --git a/x/incentive/keeper/rewards_earn_accum_integration_test.go b/x/incentive/keeper/rewards_earn_accum_integration_test.go index 892323db..9d389b83 100644 --- a/x/incentive/keeper/rewards_earn_accum_integration_test.go +++ b/x/incentive/keeper/rewards_earn_accum_integration_test.go @@ -8,10 +8,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - earntypes "github.com/kava-labs/kava/x/earn/types" - "github.com/kava-labs/kava/x/incentive/testutil" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/app" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + "github.com/0glabs/0g-chain/x/incentive/testutil" + "github.com/0glabs/0g-chain/x/incentive/types" ) type AccumulateEarnRewardsIntegrationTests struct { diff --git a/x/incentive/keeper/rewards_earn_accum_test.go b/x/incentive/keeper/rewards_earn_accum_test.go index c83e47ed..e4f9ae66 100644 --- a/x/incentive/keeper/rewards_earn_accum_test.go +++ b/x/incentive/keeper/rewards_earn_accum_test.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - earntypes "github.com/kava-labs/kava/x/earn/types" - "github.com/kava-labs/kava/x/incentive/types" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) type AccumulateEarnRewardsTests struct { diff --git a/x/incentive/keeper/rewards_earn_init_test.go b/x/incentive/keeper/rewards_earn_init_test.go index 4931ae0b..f996a55f 100644 --- a/x/incentive/keeper/rewards_earn_init_test.go +++ b/x/incentive/keeper/rewards_earn_init_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // InitializeEarnRewardTests runs unit tests for the keeper.InitializeEarnReward method diff --git a/x/incentive/keeper/rewards_earn_proportional_test.go b/x/incentive/keeper/rewards_earn_proportional_test.go index 76805c18..83225b59 100644 --- a/x/incentive/keeper/rewards_earn_proportional_test.go +++ b/x/incentive/keeper/rewards_earn_proportional_test.go @@ -5,9 +5,9 @@ import ( "time" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/types" "github.com/stretchr/testify/require" ) diff --git a/x/incentive/keeper/rewards_earn_staking_integration_test.go b/x/incentive/keeper/rewards_earn_staking_integration_test.go index 59466c13..e8cb6fc6 100644 --- a/x/incentive/keeper/rewards_earn_staking_integration_test.go +++ b/x/incentive/keeper/rewards_earn_staking_integration_test.go @@ -4,12 +4,12 @@ import ( "testing" "time" + "github.com/0glabs/0g-chain/app" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + "github.com/0glabs/0g-chain/x/incentive/testutil" + "github.com/0glabs/0g-chain/x/incentive/types" abci "github.com/cometbft/cometbft/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - earntypes "github.com/kava-labs/kava/x/earn/types" - "github.com/kava-labs/kava/x/incentive/testutil" - "github.com/kava-labs/kava/x/incentive/types" "github.com/stretchr/testify/suite" ) diff --git a/x/incentive/keeper/rewards_earn_staking_test.go b/x/incentive/keeper/rewards_earn_staking_test.go index 5df7ed17..cbf249e6 100644 --- a/x/incentive/keeper/rewards_earn_staking_test.go +++ b/x/incentive/keeper/rewards_earn_staking_test.go @@ -3,9 +3,9 @@ package keeper_test import ( "time" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + "github.com/0glabs/0g-chain/x/incentive/types" sdk "github.com/cosmos/cosmos-sdk/types" - earntypes "github.com/kava-labs/kava/x/earn/types" - "github.com/kava-labs/kava/x/incentive/types" ) func (suite *AccumulateEarnRewardsTests) TestStakingRewardsDistributed() { diff --git a/x/incentive/keeper/rewards_earn_sync_test.go b/x/incentive/keeper/rewards_earn_sync_test.go index e557f4a8..51c4ddbd 100644 --- a/x/incentive/keeper/rewards_earn_sync_test.go +++ b/x/incentive/keeper/rewards_earn_sync_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/suite" - earntypes "github.com/kava-labs/kava/x/earn/types" - "github.com/kava-labs/kava/x/incentive/types" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // SynchronizeEarnRewardTests runs unit tests for the keeper.SynchronizeEarnReward method diff --git a/x/incentive/keeper/rewards_savings.go b/x/incentive/keeper/rewards_savings.go index 1b843bdf..04d7229c 100644 --- a/x/incentive/keeper/rewards_savings.go +++ b/x/incentive/keeper/rewards_savings.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/incentive/types" - savingstypes "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/incentive/types" + savingstypes "github.com/0glabs/0g-chain/x/savings/types" ) // AccumulateSavingsRewards calculates new rewards to distribute this block and updates the global indexes diff --git a/x/incentive/keeper/rewards_savings_accum_test.go b/x/incentive/keeper/rewards_savings_accum_test.go index 2485669a..7de9a425 100644 --- a/x/incentive/keeper/rewards_savings_accum_test.go +++ b/x/incentive/keeper/rewards_savings_accum_test.go @@ -8,13 +8,13 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - savingskeeper "github.com/kava-labs/kava/x/savings/keeper" - savingstypes "github.com/kava-labs/kava/x/savings/types" + savingskeeper "github.com/0glabs/0g-chain/x/savings/keeper" + savingstypes "github.com/0glabs/0g-chain/x/savings/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/testutil" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/testutil" + "github.com/0glabs/0g-chain/x/incentive/types" ) // Test suite used for all keeper tests diff --git a/x/incentive/keeper/rewards_savings_init_test.go b/x/incentive/keeper/rewards_savings_init_test.go index f9b7bac2..26e4cfcb 100644 --- a/x/incentive/keeper/rewards_savings_init_test.go +++ b/x/incentive/keeper/rewards_savings_init_test.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/incentive/types" - savingstypes "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/incentive/types" + savingstypes "github.com/0glabs/0g-chain/x/savings/types" ) // InitializeSavingsRewardTests runs unit tests for the keeper.InitializeSavingsReward method diff --git a/x/incentive/keeper/rewards_savings_sync_test.go b/x/incentive/keeper/rewards_savings_sync_test.go index 4e7c5439..a14d458d 100644 --- a/x/incentive/keeper/rewards_savings_sync_test.go +++ b/x/incentive/keeper/rewards_savings_sync_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" - savingstypes "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/incentive/types" + savingstypes "github.com/0glabs/0g-chain/x/savings/types" ) // SynchronizeSavingsRewardTests runs unit tests for the keeper.SynchronizeSavingsReward method diff --git a/x/incentive/keeper/rewards_supply.go b/x/incentive/keeper/rewards_supply.go index bc97694b..a9e3458b 100644 --- a/x/incentive/keeper/rewards_supply.go +++ b/x/incentive/keeper/rewards_supply.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - hardtypes "github.com/kava-labs/kava/x/hard/types" - "github.com/kava-labs/kava/x/incentive/types" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // AccumulateHardSupplyRewards calculates new rewards to distribute this block and updates the global indexes to reflect this. diff --git a/x/incentive/keeper/rewards_supply_accum_test.go b/x/incentive/keeper/rewards_supply_accum_test.go index 179a1b18..ef845190 100644 --- a/x/incentive/keeper/rewards_supply_accum_test.go +++ b/x/incentive/keeper/rewards_supply_accum_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) type AccumulateSupplyRewardsTests struct { diff --git a/x/incentive/keeper/rewards_supply_init_test.go b/x/incentive/keeper/rewards_supply_init_test.go index 4075cfb1..2571271f 100644 --- a/x/incentive/keeper/rewards_supply_init_test.go +++ b/x/incentive/keeper/rewards_supply_init_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // InitializeHardSupplyRewardTests runs unit tests for the keeper.InitializeHardSupplyReward method diff --git a/x/incentive/keeper/rewards_supply_sync_test.go b/x/incentive/keeper/rewards_supply_sync_test.go index 10c18185..71574cb3 100644 --- a/x/incentive/keeper/rewards_supply_sync_test.go +++ b/x/incentive/keeper/rewards_supply_sync_test.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - hardtypes "github.com/kava-labs/kava/x/hard/types" - "github.com/kava-labs/kava/x/incentive/types" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // SynchronizeHardSupplyRewardTests runs unit tests for the keeper.SynchronizeHardSupplyReward method diff --git a/x/incentive/keeper/rewards_supply_test.go b/x/incentive/keeper/rewards_supply_test.go index 2780a843..46242ff3 100644 --- a/x/incentive/keeper/rewards_supply_test.go +++ b/x/incentive/keeper/rewards_supply_test.go @@ -10,16 +10,16 @@ import ( proposaltypes "github.com/cosmos/cosmos-sdk/x/params/types/proposal" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/committee" - committeekeeper "github.com/kava-labs/kava/x/committee/keeper" - committeetypes "github.com/kava-labs/kava/x/committee/types" - "github.com/kava-labs/kava/x/hard" - hardkeeper "github.com/kava-labs/kava/x/hard/keeper" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/testutil" - "github.com/kava-labs/kava/x/incentive/types" - kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/committee" + committeekeeper "github.com/0glabs/0g-chain/x/committee/keeper" + committeetypes "github.com/0glabs/0g-chain/x/committee/types" + "github.com/0glabs/0g-chain/x/hard" + hardkeeper "github.com/0glabs/0g-chain/x/hard/keeper" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/testutil" + "github.com/0glabs/0g-chain/x/incentive/types" + kavadisttypes "github.com/0glabs/0g-chain/x/kavadist/types" ) type SupplyIntegrationTests struct { diff --git a/x/incentive/keeper/rewards_supply_update_test.go b/x/incentive/keeper/rewards_supply_update_test.go index fd04f878..ee9f645c 100644 --- a/x/incentive/keeper/rewards_supply_update_test.go +++ b/x/incentive/keeper/rewards_supply_update_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // UpdateHardSupplyIndexDenomsTests runs unit tests for the keeper.UpdateHardSupplyIndexDenoms method diff --git a/x/incentive/keeper/rewards_swap.go b/x/incentive/keeper/rewards_swap.go index 7f468c96..4d26e462 100644 --- a/x/incentive/keeper/rewards_swap.go +++ b/x/incentive/keeper/rewards_swap.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // AccumulateSwapRewards calculates new rewards to distribute this block and updates the global indexes to reflect this. diff --git a/x/incentive/keeper/rewards_swap_accum_test.go b/x/incentive/keeper/rewards_swap_accum_test.go index bb09e866..aa0c688a 100644 --- a/x/incentive/keeper/rewards_swap_accum_test.go +++ b/x/incentive/keeper/rewards_swap_accum_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) type AccumulateSwapRewardsTests struct { diff --git a/x/incentive/keeper/rewards_swap_init_test.go b/x/incentive/keeper/rewards_swap_init_test.go index 37619e38..8fd9fb51 100644 --- a/x/incentive/keeper/rewards_swap_init_test.go +++ b/x/incentive/keeper/rewards_swap_init_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // InitializeSwapRewardTests runs unit tests for the keeper.InitializeSwapReward method diff --git a/x/incentive/keeper/rewards_swap_sync_test.go b/x/incentive/keeper/rewards_swap_sync_test.go index 97fda931..deb78e1c 100644 --- a/x/incentive/keeper/rewards_swap_sync_test.go +++ b/x/incentive/keeper/rewards_swap_sync_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // SynchronizeSwapRewardTests runs unit tests for the keeper.SynchronizeSwapReward method diff --git a/x/incentive/keeper/rewards_usdx.go b/x/incentive/keeper/rewards_usdx.go index ada24147..bee935b1 100644 --- a/x/incentive/keeper/rewards_usdx.go +++ b/x/incentive/keeper/rewards_usdx.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - "github.com/kava-labs/kava/x/incentive/types" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // AccumulateUSDXMintingRewards calculates new rewards to distribute this block and updates the global indexes to reflect this. diff --git a/x/incentive/keeper/rewards_usdx_accum_test.go b/x/incentive/keeper/rewards_usdx_accum_test.go index 4b7283a6..21c52ff6 100644 --- a/x/incentive/keeper/rewards_usdx_accum_test.go +++ b/x/incentive/keeper/rewards_usdx_accum_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) type AccumulateUSDXRewardsTests struct { diff --git a/x/incentive/keeper/rewards_usdx_test.go b/x/incentive/keeper/rewards_usdx_test.go index eb45570e..c67fc747 100644 --- a/x/incentive/keeper/rewards_usdx_test.go +++ b/x/incentive/keeper/rewards_usdx_test.go @@ -9,13 +9,13 @@ import ( proposaltypes "github.com/cosmos/cosmos-sdk/x/params/types/proposal" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - cdpkeeper "github.com/kava-labs/kava/x/cdp/keeper" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/testutil" - "github.com/kava-labs/kava/x/incentive/types" - kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/app" + cdpkeeper "github.com/0glabs/0g-chain/x/cdp/keeper" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/testutil" + "github.com/0glabs/0g-chain/x/incentive/types" + kavadisttypes "github.com/0glabs/0g-chain/x/kavadist/types" ) type USDXIntegrationTests struct { diff --git a/x/incentive/keeper/rewards_usdx_unit_test.go b/x/incentive/keeper/rewards_usdx_unit_test.go index 61240e85..3425c3d3 100644 --- a/x/incentive/keeper/rewards_usdx_unit_test.go +++ b/x/incentive/keeper/rewards_usdx_unit_test.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - "github.com/kava-labs/kava/x/incentive/types" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) // usdxRewardsUnitTester contains common methods for running unit tests for keeper methods related to the USDX minting rewards diff --git a/x/incentive/keeper/unit_test.go b/x/incentive/keeper/unit_test.go index 8e459dd0..ee1008f8 100644 --- a/x/incentive/keeper/unit_test.go +++ b/x/incentive/keeper/unit_test.go @@ -6,6 +6,7 @@ import ( "time" sdkmath "cosmossdk.io/math" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" db "github.com/cometbft/cometbft-db" "github.com/cometbft/cometbft/libs/log" "github.com/cosmos/cosmos-sdk/codec" @@ -15,17 +16,16 @@ import ( minttypes "github.com/cosmos/cosmos-sdk/x/mint/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" "github.com/stretchr/testify/suite" + "github.com/0glabs/0g-chain/app" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + earntypes "github.com/0glabs/0g-chain/x/earn/types" tmprototypes "github.com/cometbft/cometbft/proto/tendermint/types" - "github.com/kava-labs/kava/app" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - earntypes "github.com/kava-labs/kava/x/earn/types" - hardtypes "github.com/kava-labs/kava/x/hard/types" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/types" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/types" ) // NewTestContext sets up a basic context with an in-memory db diff --git a/x/incentive/legacy/v0_16/migrate.go b/x/incentive/legacy/v0_16/migrate.go index 5015cfb4..5a2534d5 100644 --- a/x/incentive/legacy/v0_16/migrate.go +++ b/x/incentive/legacy/v0_16/migrate.go @@ -1,8 +1,8 @@ package v0_16 import ( - v015incentive "github.com/kava-labs/kava/x/incentive/legacy/v0_15" - v016incentive "github.com/kava-labs/kava/x/incentive/types" + v015incentive "github.com/0glabs/0g-chain/x/incentive/legacy/v0_15" + v016incentive "github.com/0glabs/0g-chain/x/incentive/types" ) func migrateMultiRewardPerids(oldPeriods v015incentive.MultiRewardPeriods) v016incentive.MultiRewardPeriods { diff --git a/x/incentive/legacy/v0_16/migrate_test.go b/x/incentive/legacy/v0_16/migrate_test.go index 0cfb1014..9a002418 100644 --- a/x/incentive/legacy/v0_16/migrate_test.go +++ b/x/incentive/legacy/v0_16/migrate_test.go @@ -10,9 +10,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - app "github.com/kava-labs/kava/app" - v015incentive "github.com/kava-labs/kava/x/incentive/legacy/v0_15" - v016incentive "github.com/kava-labs/kava/x/incentive/types" + app "github.com/0glabs/0g-chain/app" + v015incentive "github.com/0glabs/0g-chain/x/incentive/legacy/v0_15" + v016incentive "github.com/0glabs/0g-chain/x/incentive/types" ) type migrateTestSuite struct { diff --git a/x/incentive/module.go b/x/incentive/module.go index f3a9dfc6..3ef56b5a 100644 --- a/x/incentive/module.go +++ b/x/incentive/module.go @@ -15,9 +15,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/kava-labs/kava/x/incentive/client/cli" - "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/client/cli" + "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/types" ) var ( diff --git a/x/incentive/testutil/builder.go b/x/incentive/testutil/builder.go index e6ff5789..97484201 100644 --- a/x/incentive/testutil/builder.go +++ b/x/incentive/testutil/builder.go @@ -7,10 +7,10 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - hardtypes "github.com/kava-labs/kava/x/hard/types" - "github.com/kava-labs/kava/x/incentive/types" - savingstypes "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/app" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + "github.com/0glabs/0g-chain/x/incentive/types" + savingstypes "github.com/0glabs/0g-chain/x/savings/types" ) const ( diff --git a/x/incentive/testutil/earn_builder.go b/x/incentive/testutil/earn_builder.go index 010ab057..668a9e65 100644 --- a/x/incentive/testutil/earn_builder.go +++ b/x/incentive/testutil/earn_builder.go @@ -1,10 +1,10 @@ package testutil import ( + "github.com/0glabs/0g-chain/app" "github.com/cosmos/cosmos-sdk/codec" - "github.com/kava-labs/kava/app" - earntypes "github.com/kava-labs/kava/x/earn/types" + earntypes "github.com/0glabs/0g-chain/x/earn/types" ) // EarnGenesisBuilder is a tool for creating a earn genesis state. diff --git a/x/incentive/testutil/integration.go b/x/incentive/testutil/integration.go index 549a2105..023b7544 100644 --- a/x/incentive/testutil/integration.go +++ b/x/incentive/testutil/integration.go @@ -19,23 +19,23 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - cdpkeeper "github.com/kava-labs/kava/x/cdp/keeper" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - committeekeeper "github.com/kava-labs/kava/x/committee/keeper" - committeetypes "github.com/kava-labs/kava/x/committee/types" - earnkeeper "github.com/kava-labs/kava/x/earn/keeper" - earntypes "github.com/kava-labs/kava/x/earn/types" - hardkeeper "github.com/kava-labs/kava/x/hard/keeper" - hardtypes "github.com/kava-labs/kava/x/hard/types" - incentivekeeper "github.com/kava-labs/kava/x/incentive/keeper" - "github.com/kava-labs/kava/x/incentive/types" - liquidkeeper "github.com/kava-labs/kava/x/liquid/keeper" - liquidtypes "github.com/kava-labs/kava/x/liquid/types" - routerkeeper "github.com/kava-labs/kava/x/router/keeper" - routertypes "github.com/kava-labs/kava/x/router/types" - swapkeeper "github.com/kava-labs/kava/x/swap/keeper" - swaptypes "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/app" + cdpkeeper "github.com/0glabs/0g-chain/x/cdp/keeper" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + committeekeeper "github.com/0glabs/0g-chain/x/committee/keeper" + committeetypes "github.com/0glabs/0g-chain/x/committee/types" + earnkeeper "github.com/0glabs/0g-chain/x/earn/keeper" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + hardkeeper "github.com/0glabs/0g-chain/x/hard/keeper" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + incentivekeeper "github.com/0glabs/0g-chain/x/incentive/keeper" + "github.com/0glabs/0g-chain/x/incentive/types" + liquidkeeper "github.com/0glabs/0g-chain/x/liquid/keeper" + liquidtypes "github.com/0glabs/0g-chain/x/liquid/types" + routerkeeper "github.com/0glabs/0g-chain/x/router/keeper" + routertypes "github.com/0glabs/0g-chain/x/router/types" + swapkeeper "github.com/0glabs/0g-chain/x/swap/keeper" + swaptypes "github.com/0glabs/0g-chain/x/swap/types" ) type IntegrationTester struct { diff --git a/x/incentive/testutil/mint_builder.go b/x/incentive/testutil/mint_builder.go index 9c7bde74..80ba292f 100644 --- a/x/incentive/testutil/mint_builder.go +++ b/x/incentive/testutil/mint_builder.go @@ -1,9 +1,9 @@ package testutil import ( + "github.com/0glabs/0g-chain/app" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" minttypes "github.com/cosmos/cosmos-sdk/x/mint/types" ) diff --git a/x/incentive/testutil/staking_builder.go b/x/incentive/testutil/staking_builder.go index 7282fff6..14da250a 100644 --- a/x/incentive/testutil/staking_builder.go +++ b/x/incentive/testutil/staking_builder.go @@ -1,8 +1,8 @@ package testutil import ( + "github.com/0glabs/0g-chain/app" "github.com/cosmos/cosmos-sdk/codec" - "github.com/kava-labs/kava/app" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" ) diff --git a/x/incentive/types/apy.pb.go b/x/incentive/types/apy.pb.go index ecf4ca3b..97304b7e 100644 --- a/x/incentive/types/apy.pb.go +++ b/x/incentive/types/apy.pb.go @@ -79,7 +79,7 @@ func init() { func init() { proto.RegisterFile("kava/incentive/v1beta1/apy.proto", fileDescriptor_b2c1ad571f25cae9) } var fileDescriptor_b2c1ad571f25cae9 = []byte{ - // 248 bytes of a gzipped FileDescriptorProto + // 254 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xc8, 0x4e, 0x2c, 0x4b, 0xd4, 0xcf, 0xcc, 0x4b, 0x4e, 0xcd, 0x2b, 0xc9, 0x2c, 0x4b, 0xd5, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x4f, 0x2c, 0xa8, 0xd4, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x03, 0xa9, @@ -91,11 +91,11 @@ var fileDescriptor_b2c1ad571f25cae9 = []byte{ 0x29, 0xc1, 0x04, 0x92, 0x74, 0xb2, 0x39, 0x71, 0x4f, 0x9e, 0xe1, 0xd6, 0x3d, 0x79, 0xb5, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xa8, 0x9d, 0x50, 0x4a, 0xb7, 0x38, 0x25, 0x5b, 0x1f, 0x64, 0x5a, 0xb1, 0x9e, 0x4b, 0x6a, 0xf2, 0xa5, 0x2d, 0xba, 0x5c, 0x50, 0x27, 0xb9, - 0xa4, 0x26, 0x07, 0x81, 0x0c, 0x72, 0x72, 0x3d, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, + 0xa4, 0x26, 0x07, 0x81, 0x0c, 0x72, 0x72, 0x3b, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, - 0x86, 0x28, 0x6d, 0x24, 0x43, 0x41, 0xbe, 0xd5, 0xcd, 0x49, 0x4c, 0x2a, 0x06, 0xb3, 0xf4, 0x2b, - 0x90, 0xc2, 0x06, 0x6c, 0x7a, 0x12, 0x1b, 0xd8, 0x37, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, - 0x95, 0x59, 0xa8, 0x77, 0x3a, 0x01, 0x00, 0x00, + 0x86, 0x28, 0x1d, 0x24, 0x43, 0x0d, 0xd2, 0x73, 0x12, 0x93, 0x8a, 0xf5, 0x0d, 0xd2, 0x75, 0x93, + 0x33, 0x12, 0x33, 0xf3, 0xf4, 0x2b, 0x90, 0x02, 0x07, 0x6c, 0x7c, 0x12, 0x1b, 0xd8, 0x3b, 0xc6, + 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x6c, 0x70, 0x97, 0xf8, 0x3b, 0x01, 0x00, 0x00, } func (m *Apy) Marshal() (dAtA []byte, err error) { diff --git a/x/incentive/types/claims.pb.go b/x/incentive/types/claims.pb.go index 8f098c55..220bf48b 100644 --- a/x/incentive/types/claims.pb.go +++ b/x/incentive/types/claims.pb.go @@ -513,51 +513,51 @@ func init() { } var fileDescriptor_5f7515029623a895 = []byte{ - // 691 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x56, 0x4f, 0x4f, 0x13, 0x4d, - 0x18, 0xef, 0xc0, 0x0b, 0x79, 0x3b, 0x94, 0xbe, 0x64, 0x81, 0x57, 0xe8, 0x61, 0x8b, 0x25, 0xc1, - 0x26, 0xa6, 0xbb, 0x82, 0x07, 0x13, 0x6f, 0x2c, 0x68, 0xc0, 0x48, 0x24, 0x5b, 0x4d, 0x8c, 0x07, - 0x9b, 0xd9, 0xdd, 0xb1, 0x4e, 0xd8, 0xee, 0xd4, 0x99, 0x6d, 0x4b, 0x3f, 0x83, 0x17, 0xfd, 0x02, - 0x7e, 0x00, 0x2f, 0x5e, 0xf8, 0x10, 0xc4, 0x78, 0x20, 0xc6, 0xc4, 0x3f, 0x87, 0x8a, 0x70, 0xf5, - 0x13, 0x78, 0x32, 0xf3, 0x07, 0x58, 0xa0, 0x25, 0xc4, 0x14, 0x0f, 0x9c, 0x76, 0xe7, 0x99, 0x67, - 0x9e, 0xdf, 0x9f, 0x79, 0x76, 0x76, 0xe0, 0xec, 0x06, 0x6a, 0x22, 0x9b, 0x44, 0x3e, 0x8e, 0x62, - 0xd2, 0xc4, 0x76, 0x73, 0xde, 0xc3, 0x31, 0x9a, 0xb7, 0xfd, 0x10, 0x91, 0x1a, 0xb7, 0xea, 0x8c, - 0xc6, 0xd4, 0xf8, 0x5f, 0x24, 0x59, 0x87, 0x49, 0x96, 0x4e, 0xca, 0x99, 0x3e, 0xe5, 0x35, 0xca, - 0x6d, 0x0f, 0xf1, 0xc4, 0x4a, 0x4a, 0x22, 0xb5, 0x2e, 0x37, 0xad, 0xe6, 0x2b, 0x72, 0x64, 0xab, - 0x81, 0x9e, 0x9a, 0xa8, 0xd2, 0x2a, 0x55, 0x71, 0xf1, 0xa6, 0xa2, 0x85, 0x77, 0x00, 0xa6, 0x1d, - 0xc4, 0xf1, 0x92, 0x40, 0x37, 0x9e, 0xc2, 0x21, 0xda, 0x8a, 0x30, 0x9b, 0x02, 0x33, 0xa0, 0x98, - 0x71, 0x56, 0x7e, 0x75, 0xf2, 0xa5, 0x2a, 0x89, 0x9f, 0x37, 0x3c, 0xcb, 0xa7, 0x35, 0x5d, 0x4f, - 0x3f, 0x4a, 0x3c, 0xd8, 0xb0, 0xe3, 0x76, 0x1d, 0x73, 0x6b, 0xd1, 0xf7, 0x17, 0x83, 0x80, 0x61, - 0xce, 0x3f, 0x6e, 0x95, 0xc6, 0x35, 0xaa, 0x8e, 0x38, 0xed, 0x18, 0x73, 0x57, 0x95, 0x35, 0x6e, - 0xc1, 0x61, 0x86, 0x5b, 0x88, 0x05, 0x53, 0x03, 0x33, 0xa0, 0x38, 0xb2, 0x30, 0x6d, 0xe9, 0x64, - 0xa1, 0xe7, 0x40, 0xa4, 0xb5, 0x44, 0x49, 0xe4, 0xfc, 0xb3, 0xdd, 0xc9, 0xa7, 0x5c, 0x9d, 0x7e, - 0x3b, 0xfd, 0x7e, 0xab, 0x34, 0x24, 0x39, 0x16, 0x76, 0x01, 0xcc, 0x0a, 0xc6, 0x6b, 0x8d, 0x30, - 0x26, 0x7f, 0x87, 0xb6, 0x9f, 0xa0, 0x3d, 0x78, 0x36, 0xed, 0x1b, 0x82, 0xf6, 0xdb, 0xef, 0xf9, - 0xe2, 0x39, 0xf0, 0xc5, 0x02, 0xde, 0x4d, 0xe2, 0x4b, 0x00, 0x47, 0x5c, 0x19, 0x5d, 0x8d, 0x02, - 0xbc, 0x69, 0x5c, 0x83, 0xff, 0xf9, 0x34, 0x0c, 0x51, 0x8c, 0x19, 0x0a, 0x2b, 0x62, 0xb1, 0x54, - 0x9a, 0x76, 0xb3, 0x47, 0xe1, 0x87, 0xed, 0x3a, 0x36, 0xca, 0x70, 0x54, 0x55, 0xab, 0x3c, 0x43, - 0x7e, 0x4c, 0x99, 0xb4, 0x39, 0xe3, 0x58, 0x82, 0xd4, 0xb7, 0x4e, 0x7e, 0xee, 0x1c, 0xa4, 0x96, - 0xb1, 0xef, 0x66, 0x54, 0x91, 0xbb, 0xb2, 0x46, 0xa1, 0x05, 0x8d, 0x04, 0x19, 0xcc, 0xd7, 0x65, - 0x87, 0x22, 0x98, 0xd5, 0x50, 0x44, 0x85, 0xa7, 0x80, 0xf4, 0x66, 0xd6, 0xea, 0xde, 0xba, 0x56, - 0xa2, 0x86, 0x33, 0xa9, 0x5d, 0x1a, 0x3d, 0x56, 0xd8, 0xd5, 0xe4, 0xf5, 0xb0, 0xf0, 0x06, 0xc0, - 0x31, 0xb9, 0xcb, 0x7f, 0xe4, 0xc5, 0x69, 0x82, 0x03, 0xfd, 0x26, 0xf8, 0x1a, 0xc0, 0x2b, 0x27, - 0x09, 0x1e, 0xf8, 0xd3, 0x84, 0x13, 0x35, 0x31, 0x55, 0xe9, 0xea, 0x52, 0xb1, 0x17, 0x89, 0x93, - 0xe5, 0x9c, 0x9c, 0x66, 0x62, 0x9c, 0x06, 0x72, 0x8d, 0xda, 0xa9, 0x58, 0xe1, 0x03, 0x80, 0x63, - 0x8f, 0xca, 0xcb, 0x8f, 0xd7, 0x48, 0x14, 0x93, 0xa8, 0xaa, 0x3e, 0x90, 0x7b, 0x10, 0x8a, 0x56, - 0xad, 0xc8, 0x33, 0x46, 0xfa, 0x35, 0xb2, 0x70, 0xb5, 0x17, 0x85, 0xc3, 0xe3, 0xc0, 0xf9, 0x57, - 0x60, 0xef, 0x74, 0xf2, 0xc0, 0x4d, 0x7b, 0x87, 0x67, 0xc4, 0xc5, 0xfb, 0x9a, 0xfc, 0x14, 0x7e, - 0x0e, 0xc0, 0xdc, 0x0a, 0x62, 0xc1, 0x7d, 0xf2, 0xa2, 0x41, 0x02, 0x12, 0xb7, 0xd7, 0x19, 0x6d, - 0x92, 0x00, 0x33, 0x45, 0xe6, 0x41, 0x17, 0x61, 0x73, 0x67, 0x09, 0x3b, 0x3a, 0x35, 0xba, 0xab, - 0xdb, 0x84, 0x93, 0xbc, 0x51, 0xaf, 0x87, 0xed, 0x4a, 0x57, 0x91, 0xfd, 0xd9, 0xb7, 0x71, 0x05, - 0x71, 0x2c, 0x28, 0x90, 0x3d, 0xca, 0x18, 0x6d, 0x9d, 0x44, 0x1e, 0xec, 0x27, 0xb2, 0x82, 0x70, - 0x7b, 0xd9, 0xfd, 0x15, 0xc0, 0xec, 0x32, 0x0e, 0x71, 0x15, 0xc5, 0xf4, 0xa2, 0x2c, 0xde, 0xe8, - 0xd1, 0x40, 0xfd, 0x51, 0xd8, 0xbb, 0x95, 0x3e, 0x01, 0x98, 0x2e, 0xb7, 0x50, 0xfd, 0x92, 0xc9, - 0xfa, 0x0c, 0x60, 0xa6, 0x8c, 0x9a, 0x24, 0xaa, 0xf2, 0x4b, 0xb8, 0x61, 0x77, 0x10, 0x8b, 0x2e, - 0x97, 0x2c, 0x67, 0x75, 0xfb, 0x87, 0x99, 0xda, 0xde, 0x33, 0xc1, 0xce, 0x9e, 0x09, 0x76, 0xf7, - 0x4c, 0xf0, 0x6a, 0xdf, 0x4c, 0xed, 0xec, 0x9b, 0xa9, 0x2f, 0xfb, 0x66, 0xea, 0xc9, 0xf5, 0xc4, - 0x3f, 0x5a, 0xf0, 0x28, 0x85, 0xc8, 0xe3, 0xf2, 0xcd, 0xde, 0x4c, 0xdc, 0x1a, 0xe5, 0xcf, 0xda, - 0x1b, 0x96, 0x97, 0xb8, 0x9b, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x88, 0xd7, 0x8a, 0x4f, 0x54, - 0x0a, 0x00, 0x00, + // 693 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x56, 0xcf, 0x4e, 0x13, 0x41, + 0x18, 0xef, 0x80, 0x10, 0x3b, 0x94, 0x4a, 0x16, 0x50, 0xe8, 0x61, 0x8b, 0x25, 0xc1, 0x1e, 0xec, + 0x2e, 0xe0, 0xc1, 0xc4, 0x1b, 0x0b, 0x1a, 0x24, 0x12, 0xc9, 0x56, 0x13, 0xe3, 0xc1, 0x66, 0x76, + 0x77, 0x5c, 0x26, 0x6c, 0x77, 0xea, 0xce, 0xb6, 0xa5, 0xcf, 0xe0, 0x45, 0x5f, 0xc0, 0x07, 0xf0, + 0xe2, 0x85, 0x87, 0x20, 0xc6, 0x03, 0x31, 0x26, 0xfe, 0x39, 0x54, 0x84, 0xab, 0x4f, 0xe0, 0xc9, + 0xcc, 0x1f, 0x60, 0x81, 0x96, 0x10, 0x53, 0x3c, 0x70, 0x6a, 0xe7, 0x9b, 0x6f, 0xbe, 0xdf, 0x9f, + 0xf9, 0xf6, 0xdb, 0x85, 0xd3, 0x1b, 0xa8, 0x81, 0x4c, 0x12, 0xba, 0x38, 0x8c, 0x49, 0x03, 0x9b, + 0x8d, 0x39, 0x07, 0xc7, 0x68, 0xce, 0x74, 0x03, 0x44, 0xaa, 0xcc, 0xa8, 0x45, 0x34, 0xa6, 0xda, + 0x75, 0x9e, 0x64, 0x1c, 0x26, 0x19, 0x2a, 0x29, 0xa7, 0xbb, 0x94, 0x55, 0x29, 0x33, 0x1d, 0xc4, + 0x12, 0x27, 0x29, 0x09, 0xe5, 0xb9, 0xdc, 0xa4, 0xdc, 0xaf, 0x88, 0x95, 0x29, 0x17, 0x6a, 0x6b, + 0xcc, 0xa7, 0x3e, 0x95, 0x71, 0xfe, 0x4f, 0x46, 0x0b, 0x1f, 0x00, 0x4c, 0x5b, 0x88, 0xe1, 0x45, + 0x8e, 0xae, 0xbd, 0x80, 0x03, 0xb4, 0x19, 0xe2, 0x68, 0x02, 0x4c, 0x81, 0x62, 0xc6, 0x5a, 0xfe, + 0xd3, 0xce, 0x97, 0x7c, 0x12, 0xaf, 0xd7, 0x1d, 0xc3, 0xa5, 0x55, 0x55, 0x4f, 0xfd, 0x94, 0x98, + 0xb7, 0x61, 0xc6, 0xad, 0x1a, 0x66, 0xc6, 0x82, 0xeb, 0x2e, 0x78, 0x5e, 0x84, 0x19, 0xfb, 0xbc, + 0x55, 0x1a, 0x55, 0xa8, 0x2a, 0x62, 0xb5, 0x62, 0xcc, 0x6c, 0x59, 0x56, 0xbb, 0x0b, 0x07, 0x23, + 0xdc, 0x44, 0x91, 0x37, 0xd1, 0x37, 0x05, 0x8a, 0x43, 0xf3, 0x93, 0x86, 0x4a, 0xe6, 0x7a, 0x0e, + 0x44, 0x1a, 0x8b, 0x94, 0x84, 0xd6, 0x95, 0xed, 0x76, 0x3e, 0x65, 0xab, 0xf4, 0x7b, 0xe9, 0x8f, + 0x5b, 0xa5, 0x01, 0xc1, 0xb1, 0xb0, 0x0b, 0x60, 0x96, 0x33, 0x5e, 0xad, 0x07, 0x31, 0xf9, 0x3f, + 0xb4, 0xdd, 0x04, 0xed, 0xfe, 0xb3, 0x69, 0xcf, 0x72, 0xda, 0xef, 0x7f, 0xe6, 0x8b, 0xe7, 0xc0, + 0xe7, 0x07, 0x58, 0x27, 0x89, 0xaf, 0x01, 0x1c, 0xb2, 0x45, 0xf4, 0x61, 0xe8, 0xe1, 0x4d, 0xed, + 0x16, 0xbc, 0xe6, 0xd2, 0x20, 0x40, 0x31, 0x8e, 0x50, 0x50, 0xe1, 0x87, 0x85, 0xd2, 0xb4, 0x9d, + 0x3d, 0x0a, 0x3f, 0x69, 0xd5, 0xb0, 0x56, 0x86, 0xc3, 0xb2, 0x5a, 0xe5, 0x25, 0x72, 0x63, 0x1a, + 0x09, 0x9b, 0x33, 0x96, 0xc1, 0x49, 0xfd, 0x68, 0xe7, 0x67, 0xce, 0x41, 0x6a, 0x09, 0xbb, 0x76, + 0x46, 0x16, 0x79, 0x20, 0x6a, 0x14, 0x9a, 0x50, 0x4b, 0x90, 0xc1, 0x6c, 0x4d, 0x74, 0x28, 0x82, + 0x59, 0x05, 0x45, 0x64, 0x78, 0x02, 0x08, 0x6f, 0xa6, 0x8d, 0xce, 0xad, 0x6b, 0x24, 0x6a, 0x58, + 0xe3, 0xca, 0xa5, 0xe1, 0x63, 0x85, 0x6d, 0x45, 0x5e, 0x2d, 0x0b, 0xef, 0x00, 0x1c, 0x11, 0xb7, + 0xfc, 0x4f, 0x5e, 0x9c, 0x26, 0xd8, 0xd7, 0x6b, 0x82, 0x6f, 0x01, 0xbc, 0x71, 0x92, 0xe0, 0x81, + 0x3f, 0x0d, 0x38, 0x56, 0xe5, 0x5b, 0x95, 0x8e, 0x2e, 0x15, 0xbb, 0x91, 0x38, 0x59, 0xce, 0xca, + 0x29, 0x26, 0xda, 0x69, 0x20, 0x5b, 0xab, 0x9e, 0x8a, 0x15, 0x3e, 0x01, 0x38, 0xf2, 0xb4, 0xbc, + 0xf4, 0x6c, 0x95, 0x84, 0x31, 0x09, 0x7d, 0xf9, 0x80, 0xac, 0x40, 0xc8, 0x5b, 0xb5, 0x22, 0x66, + 0x8c, 0xf0, 0x6b, 0x68, 0xfe, 0x66, 0x37, 0x0a, 0x87, 0xe3, 0xc0, 0xba, 0xca, 0xb1, 0x77, 0xda, + 0x79, 0x60, 0xa7, 0x9d, 0xc3, 0x19, 0x71, 0xf1, 0xbe, 0x26, 0x1f, 0x85, 0xdf, 0x7d, 0x30, 0xb7, + 0x8c, 0x22, 0xef, 0x11, 0x79, 0x55, 0x27, 0x1e, 0x89, 0x5b, 0x6b, 0x11, 0x6d, 0x10, 0x0f, 0x47, + 0x92, 0xcc, 0xe3, 0x0e, 0xc2, 0x66, 0xce, 0x12, 0x76, 0x34, 0x35, 0x3a, 0xab, 0xdb, 0x84, 0xe3, + 0xac, 0x5e, 0xab, 0x05, 0xad, 0x4a, 0x47, 0x91, 0xbd, 0xb9, 0xb7, 0x51, 0x09, 0x71, 0x2c, 0xc8, + 0x91, 0x1d, 0x1a, 0x45, 0xb4, 0x79, 0x12, 0xb9, 0xbf, 0x97, 0xc8, 0x12, 0xc2, 0xee, 0x66, 0xf7, + 0x77, 0x00, 0xb3, 0x4b, 0x38, 0xc0, 0x3e, 0x8a, 0xe9, 0x45, 0x59, 0xbc, 0xd1, 0xa5, 0x81, 0x7a, + 0xa3, 0xb0, 0x7b, 0x2b, 0x7d, 0x01, 0x30, 0x5d, 0x6e, 0xa2, 0xda, 0x25, 0x93, 0xf5, 0x15, 0xc0, + 0x4c, 0x19, 0x35, 0x48, 0xe8, 0xb3, 0x4b, 0x78, 0x61, 0xf7, 0x51, 0x14, 0x5e, 0x2e, 0x59, 0xd6, + 0xca, 0xf6, 0x2f, 0x3d, 0xb5, 0xbd, 0xa7, 0x83, 0x9d, 0x3d, 0x1d, 0xec, 0xee, 0xe9, 0xe0, 0xcd, + 0xbe, 0x9e, 0xda, 0xd9, 0xd7, 0x53, 0xdf, 0xf6, 0xf5, 0xd4, 0xf3, 0xdb, 0x89, 0x77, 0xf4, 0xac, + 0x1f, 0x20, 0x87, 0x99, 0xb3, 0x7e, 0xc9, 0x5d, 0x47, 0x24, 0x34, 0x37, 0x13, 0x9f, 0x8d, 0xe2, + 0x6d, 0xed, 0x0c, 0x8a, 0xaf, 0xb8, 0x3b, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xca, 0xda, 0x22, + 0x4d, 0x55, 0x0a, 0x00, 0x00, } func (m *BaseClaim) Marshal() (dAtA []byte, err error) { diff --git a/x/incentive/types/expected_keepers.go b/x/incentive/types/expected_keepers.go index caf27faa..aa48a9a5 100644 --- a/x/incentive/types/expected_keepers.go +++ b/x/incentive/types/expected_keepers.go @@ -2,16 +2,16 @@ package types import ( sdkmath "cosmossdk.io/math" + cdptypes "github.com/0glabs/0g-chain/x/cdp/types" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + hardtypes "github.com/0glabs/0g-chain/x/hard/types" + pricefeedtypes "github.com/0glabs/0g-chain/x/pricefeed/types" + savingstypes "github.com/0glabs/0g-chain/x/savings/types" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" minttypes "github.com/cosmos/cosmos-sdk/x/mint/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - cdptypes "github.com/kava-labs/kava/x/cdp/types" - earntypes "github.com/kava-labs/kava/x/earn/types" - hardtypes "github.com/kava-labs/kava/x/hard/types" - pricefeedtypes "github.com/kava-labs/kava/x/pricefeed/types" - savingstypes "github.com/kava-labs/kava/x/savings/types" ) // ParamSubspace defines the expected Subspace interfacace diff --git a/x/incentive/types/genesis.pb.go b/x/incentive/types/genesis.pb.go index e4cadfa4..67e22dec 100644 --- a/x/incentive/types/genesis.pb.go +++ b/x/incentive/types/genesis.pb.go @@ -167,57 +167,57 @@ func init() { } var fileDescriptor_8b76737885d05afd = []byte{ - // 785 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xcf, 0x4f, 0xdb, 0x48, - 0x14, 0xc7, 0x63, 0x60, 0x59, 0x98, 0x00, 0x21, 0xb3, 0x01, 0xb2, 0x41, 0x72, 0x58, 0x40, 0xbb, - 0xd1, 0x56, 0xb5, 0x45, 0x7a, 0xed, 0xa5, 0x2e, 0x55, 0x8b, 0x54, 0x24, 0xe4, 0x50, 0x54, 0x55, - 0x95, 0xa2, 0x71, 0x3c, 0x98, 0x69, 0xfd, 0xab, 0x1e, 0x3b, 0x21, 0xb7, 0x1e, 0x7b, 0xe4, 0x0f, - 0xa8, 0xd4, 0x7b, 0xff, 0x8f, 0x4a, 0x1c, 0x39, 0xf6, 0x04, 0x6d, 0xf8, 0x47, 0xaa, 0x19, 0x8f, - 0x83, 0x9d, 0x60, 0xaa, 0xa6, 0xb7, 0xc9, 0x9b, 0x37, 0xdf, 0xcf, 0xf7, 0xcd, 0x7b, 0x13, 0x83, - 0xed, 0xb7, 0xa8, 0x8b, 0x54, 0xe2, 0x76, 0xb0, 0x1b, 0x92, 0x2e, 0x56, 0xbb, 0x3b, 0x06, 0x0e, - 0xd1, 0x8e, 0x6a, 0x61, 0x17, 0x53, 0x42, 0x15, 0x3f, 0xf0, 0x42, 0x0f, 0xae, 0xb2, 0x2c, 0x65, - 0x98, 0xa5, 0x88, 0xac, 0x5a, 0xc5, 0xf2, 0x2c, 0x8f, 0xa7, 0xa8, 0x6c, 0x15, 0x67, 0xd7, 0xea, - 0x96, 0xe7, 0x59, 0x36, 0x56, 0xf9, 0x2f, 0x23, 0x3a, 0x56, 0x43, 0xe2, 0x60, 0x1a, 0x22, 0xc7, - 0x17, 0x09, 0x5b, 0x39, 0xd0, 0x8e, 0x8d, 0x88, 0x43, 0x7f, 0x92, 0xe4, 0xa3, 0x00, 0x25, 0x49, - 0x9b, 0x9f, 0x24, 0xb0, 0xfc, 0xa8, 0xd3, 0x89, 0x9c, 0xc8, 0x46, 0x21, 0xf1, 0xdc, 0x43, 0xe2, - 0x60, 0xf8, 0x1f, 0x28, 0x75, 0x3c, 0xdb, 0x46, 0x21, 0x0e, 0x90, 0xdd, 0x0e, 0xfb, 0x3e, 0xae, - 0x4a, 0x1b, 0x52, 0x63, 0x5e, 0x5f, 0xba, 0x09, 0x1f, 0xf6, 0x7d, 0x0c, 0x0d, 0x50, 0xf3, 0x03, - 0xdc, 0x25, 0x5e, 0x44, 0xdb, 0x28, 0xa5, 0xd2, 0x66, 0x86, 0xab, 0x53, 0x1b, 0x52, 0xa3, 0xd8, - 0xac, 0x29, 0x71, 0x35, 0x4a, 0x52, 0x8d, 0x72, 0x98, 0x54, 0xa3, 0xcd, 0x9d, 0x5f, 0xd6, 0x0b, - 0x67, 0x57, 0x75, 0x49, 0xaf, 0x26, 0x3a, 0xa3, 0x66, 0x36, 0xdf, 0x4f, 0x01, 0xf8, 0x34, 0xbe, - 0x4c, 0x1d, 0xf7, 0x50, 0x60, 0xb6, 0x42, 0x14, 0x62, 0x18, 0x00, 0x38, 0x46, 0xa4, 0x55, 0x69, - 0x63, 0xba, 0x51, 0x6c, 0x36, 0x94, 0xdb, 0xaf, 0x5b, 0x19, 0x15, 0xd7, 0xfe, 0x66, 0x06, 0x3e, - 0x5f, 0xd5, 0xcb, 0xa3, 0x3b, 0x54, 0x2f, 0xa3, 0xd1, 0x10, 0xec, 0x82, 0x8a, 0x13, 0xd9, 0x21, - 0x69, 0x07, 0xdc, 0x48, 0x9b, 0xb8, 0x26, 0x3e, 0xc5, 0xb4, 0x3a, 0x75, 0x37, 0x75, 0x9f, 0x9d, - 0x89, 0xbd, 0xef, 0xb1, 0x13, 0x5a, 0x4d, 0x50, 0xe1, 0xe8, 0x0e, 0xa6, 0x3a, 0x74, 0xc6, 0x62, - 0x9b, 0x5f, 0x8a, 0x60, 0x41, 0x5c, 0x41, 0x5c, 0xfc, 0x43, 0x30, 0x1b, 0x77, 0x91, 0xf7, 0xa5, - 0xd8, 0x94, 0xf3, 0xd0, 0x07, 0x3c, 0x4b, 0x9b, 0x61, 0x40, 0x5d, 0x9c, 0x81, 0x1e, 0x28, 0x47, - 0xd4, 0x3c, 0x4d, 0xaa, 0xa0, 0x4c, 0x52, 0x34, 0xeb, 0xff, 0x3c, 0xa1, 0xf1, 0x0e, 0x68, 0x6b, - 0x4c, 0x74, 0x70, 0x59, 0x2f, 0xbd, 0x68, 0xed, 0xbe, 0x4c, 0x6d, 0xe8, 0x25, 0xa6, 0x9e, 0xee, - 0x15, 0x01, 0xd5, 0x13, 0x4e, 0x8a, 0x7c, 0xdf, 0xee, 0x67, 0xb9, 0xd3, 0xbf, 0xcc, 0x8d, 0x8b, - 0x59, 0x61, 0x8a, 0x2d, 0x2e, 0x78, 0x1b, 0xca, 0xf0, 0x82, 0xc0, 0xeb, 0x65, 0x51, 0x33, 0xbf, - 0x83, 0xd2, 0xb8, 0x60, 0x1a, 0x75, 0x0c, 0x56, 0x4d, 0x6c, 0x63, 0x0b, 0x85, 0x5e, 0x90, 0x05, - 0xfd, 0x31, 0x21, 0xa8, 0x32, 0xd4, 0x4b, 0x73, 0x5e, 0x83, 0x32, 0xed, 0x21, 0x3f, 0x8b, 0x98, - 0x9d, 0x10, 0x51, 0x62, 0x52, 0x69, 0xf5, 0x0f, 0x12, 0xf8, 0x8b, 0x4f, 0x83, 0x43, 0xdc, 0x90, - 0xb8, 0x56, 0x3b, 0xfe, 0x0f, 0xa9, 0xfe, 0x79, 0xf7, 0x4c, 0xb3, 0x9e, 0xef, 0xc7, 0x27, 0x1e, - 0xb3, 0x03, 0x9a, 0x22, 0xa6, 0xa1, 0x3c, 0xba, 0x43, 0xd9, 0xf3, 0x1a, 0x0b, 0xea, 0x7c, 0x04, - 0x33, 0x21, 0xf8, 0x51, 0x02, 0x32, 0x6f, 0x9e, 0x4d, 0xde, 0x45, 0xc4, 0x24, 0x61, 0xbf, 0xed, - 0x07, 0x5e, 0x97, 0x98, 0x38, 0x48, 0x5c, 0xcd, 0x71, 0x57, 0xcd, 0x3c, 0x57, 0xcf, 0x50, 0x60, - 0x3e, 0x4f, 0x0e, 0x1f, 0x88, 0xb3, 0xb1, 0xbf, 0x2d, 0xf1, 0xe6, 0xd6, 0xf3, 0x73, 0xa8, 0xbe, - 0x7e, 0x92, 0xbf, 0x09, 0xdf, 0x80, 0xe5, 0x9b, 0x7e, 0x0b, 0x3f, 0xf3, 0xdc, 0xcf, 0xbf, 0x79, - 0x7e, 0x76, 0x93, 0xfc, 0xd8, 0xc3, 0x9a, 0xf0, 0x50, 0xca, 0xc6, 0xa9, 0x5e, 0x32, 0xb3, 0x01, - 0x78, 0x04, 0x8a, 0xbc, 0xe7, 0x02, 0x03, 0x38, 0xe6, 0x9f, 0x3c, 0x4c, 0xab, 0x87, 0xfc, 0x98, - 0x00, 0x05, 0x01, 0x0c, 0x43, 0x54, 0x07, 0x74, 0xb8, 0x86, 0x06, 0xa8, 0x50, 0xd4, 0x25, 0xae, - 0x45, 0xb3, 0xe3, 0x54, 0x9c, 0x70, 0x9c, 0xa0, 0x50, 0x4b, 0x4f, 0x94, 0x01, 0x96, 0x12, 0x86, - 0xb0, 0xbf, 0xc0, 0xed, 0x6f, 0xe7, 0xda, 0x8f, 0xb3, 0xe3, 0x0a, 0x56, 0x44, 0x05, 0x8b, 0xe9, - 0x28, 0xd5, 0x17, 0x69, 0xfa, 0x27, 0x7b, 0x13, 0x18, 0x05, 0x6e, 0xb6, 0x88, 0xc5, 0x49, 0xdf, - 0x04, 0x93, 0x4a, 0x57, 0x70, 0x04, 0x8a, 0x5c, 0x5d, 0xd8, 0x5f, 0xba, 0xfb, 0xf6, 0x9f, 0xa0, - 0xc0, 0x1d, 0xb9, 0xfd, 0x61, 0x88, 0xea, 0x00, 0x0f, 0xd7, 0xda, 0xde, 0xf9, 0x77, 0xb9, 0x70, - 0x3e, 0x90, 0xa5, 0x8b, 0x81, 0x2c, 0x7d, 0x1b, 0xc8, 0xd2, 0xd9, 0xb5, 0x5c, 0xb8, 0xb8, 0x96, - 0x0b, 0x5f, 0xaf, 0xe5, 0xc2, 0xab, 0x7b, 0x16, 0x09, 0x4f, 0x22, 0x43, 0xe9, 0x78, 0x8e, 0xca, - 0x50, 0xf7, 0x6d, 0x64, 0x50, 0xbe, 0x52, 0x4f, 0x53, 0x9f, 0x71, 0xf6, 0x39, 0xa6, 0xc6, 0x2c, - 0xff, 0x9a, 0x3e, 0xf8, 0x11, 0x00, 0x00, 0xff, 0xff, 0xbc, 0xa8, 0x1c, 0xb0, 0x7f, 0x08, 0x00, - 0x00, + // 791 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xcf, 0x4f, 0xdb, 0x48, + 0x14, 0x8e, 0x81, 0x65, 0x61, 0x02, 0x84, 0xcc, 0x06, 0xc8, 0x06, 0xc9, 0x61, 0x01, 0xed, 0x46, + 0xab, 0x5d, 0x1b, 0xb2, 0xd7, 0xbd, 0xac, 0x97, 0xd5, 0xb6, 0x55, 0x91, 0x90, 0x43, 0x51, 0x55, + 0x55, 0x8a, 0xc6, 0xf1, 0xe0, 0x4c, 0xeb, 0x5f, 0xf5, 0xd8, 0x09, 0xb9, 0xf5, 0xd8, 0x23, 0x7f, + 0x40, 0xa5, 0xde, 0xfb, 0x7f, 0x54, 0xe2, 0xc8, 0xb1, 0x27, 0x68, 0xc3, 0x3f, 0x52, 0xcd, 0x78, + 0x1c, 0xec, 0x04, 0x53, 0x35, 0xbd, 0x8d, 0xdf, 0x7c, 0xef, 0xfb, 0xbe, 0x37, 0xef, 0x8d, 0x07, + 0xec, 0xbe, 0x44, 0x3d, 0xa4, 0x12, 0xb7, 0x83, 0xdd, 0x90, 0xf4, 0xb0, 0xda, 0xdb, 0x37, 0x70, + 0x88, 0xf6, 0x55, 0x0b, 0xbb, 0x98, 0x12, 0xaa, 0xf8, 0x81, 0x17, 0x7a, 0x70, 0x9d, 0xa1, 0x94, + 0x11, 0x4a, 0x11, 0xa8, 0x5a, 0xc5, 0xf2, 0x2c, 0x8f, 0x43, 0x54, 0xb6, 0x8a, 0xd1, 0xb5, 0xba, + 0xe5, 0x79, 0x96, 0x8d, 0x55, 0xfe, 0x65, 0x44, 0xa7, 0x6a, 0x48, 0x1c, 0x4c, 0x43, 0xe4, 0xf8, + 0x02, 0xb0, 0x93, 0x23, 0xda, 0xb1, 0x11, 0x71, 0xe8, 0x57, 0x40, 0x3e, 0x0a, 0x50, 0x02, 0xda, + 0x7e, 0x27, 0x81, 0xd5, 0x7f, 0x3a, 0x9d, 0xc8, 0x89, 0x6c, 0x14, 0x12, 0xcf, 0x3d, 0x26, 0x0e, + 0x86, 0xbf, 0x81, 0x52, 0xc7, 0xb3, 0x6d, 0x14, 0xe2, 0x00, 0xd9, 0xed, 0x70, 0xe0, 0xe3, 0xaa, + 0xb4, 0x25, 0x35, 0x16, 0xf5, 0x95, 0xdb, 0xf0, 0xf1, 0xc0, 0xc7, 0xd0, 0x00, 0x35, 0x3f, 0xc0, + 0x3d, 0xe2, 0x45, 0xb4, 0x8d, 0x52, 0x2c, 0x6d, 0x66, 0xb8, 0x3a, 0xb3, 0x25, 0x35, 0x8a, 0xcd, + 0x9a, 0x12, 0x57, 0xa3, 0x24, 0xd5, 0x28, 0xc7, 0x49, 0x35, 0xda, 0xc2, 0xc5, 0x55, 0xbd, 0x70, + 0x7e, 0x5d, 0x97, 0xf4, 0x6a, 0xc2, 0x33, 0x6e, 0x66, 0xfb, 0xf5, 0x0c, 0x80, 0xff, 0xc7, 0x87, + 0xa9, 0xe3, 0x3e, 0x0a, 0xcc, 0x56, 0x88, 0x42, 0x0c, 0x03, 0x00, 0x27, 0x14, 0x69, 0x55, 0xda, + 0x9a, 0x6d, 0x14, 0x9b, 0x0d, 0xe5, 0xee, 0xe3, 0x56, 0xc6, 0xc9, 0xb5, 0x9f, 0x99, 0x81, 0xf7, + 0xd7, 0xf5, 0xf2, 0xf8, 0x0e, 0xd5, 0xcb, 0x68, 0x3c, 0x04, 0x7b, 0xa0, 0xe2, 0x44, 0x76, 0x48, + 0xda, 0x01, 0x37, 0xd2, 0x26, 0xae, 0x89, 0xcf, 0x30, 0xad, 0xce, 0xdc, 0xaf, 0x7a, 0xc8, 0x72, + 0x62, 0xef, 0x0f, 0x59, 0x86, 0x56, 0x13, 0xaa, 0x70, 0x7c, 0x07, 0x53, 0x1d, 0x3a, 0x13, 0xb1, + 0xed, 0x0f, 0x45, 0xb0, 0x24, 0x8e, 0x20, 0x2e, 0xfe, 0x6f, 0x30, 0x1f, 0x77, 0x91, 0xf7, 0xa5, + 0xd8, 0x94, 0xf3, 0xa4, 0x8f, 0x38, 0x4a, 0x9b, 0x63, 0x82, 0xba, 0xc8, 0x81, 0x1e, 0x28, 0x47, + 0xd4, 0x3c, 0x4b, 0xaa, 0xa0, 0x8c, 0x52, 0x34, 0xeb, 0xf7, 0x3c, 0xa2, 0xc9, 0x0e, 0x68, 0x1b, + 0x8c, 0x74, 0x78, 0x55, 0x2f, 0x3d, 0x69, 0x1d, 0x3c, 0x4d, 0x6d, 0xe8, 0x25, 0xc6, 0x9e, 0xee, + 0x15, 0x01, 0xd5, 0x2e, 0x57, 0x8a, 0x7c, 0xdf, 0x1e, 0x64, 0x75, 0x67, 0xbf, 0x59, 0x37, 0x2e, + 0x66, 0x8d, 0x31, 0xb6, 0x38, 0xe1, 0x5d, 0x52, 0x86, 0x17, 0x04, 0x5e, 0x3f, 0x2b, 0x35, 0xf7, + 0x3d, 0x52, 0x1a, 0x27, 0x4c, 0x4b, 0x9d, 0x82, 0x75, 0x13, 0xdb, 0xd8, 0x42, 0xa1, 0x17, 0x64, + 0x85, 0x7e, 0x98, 0x52, 0xa8, 0x32, 0xe2, 0x4b, 0xeb, 0x3c, 0x07, 0x65, 0xda, 0x47, 0x7e, 0x56, + 0x62, 0x7e, 0x4a, 0x89, 0x12, 0xa3, 0x4a, 0xb3, 0xbf, 0x91, 0xc0, 0x4f, 0x7c, 0x1a, 0x1c, 0xe2, + 0x86, 0xc4, 0xb5, 0xda, 0xf1, 0x3f, 0xa4, 0xfa, 0xe3, 0xfd, 0x33, 0xcd, 0x7a, 0x7e, 0x18, 0x67, + 0xfc, 0xcb, 0x12, 0x34, 0x45, 0x4c, 0x43, 0x79, 0x7c, 0x87, 0xb2, 0xeb, 0x35, 0x11, 0xd4, 0xf9, + 0x08, 0x66, 0x42, 0xf0, 0xad, 0x04, 0x64, 0xde, 0x3c, 0x9b, 0xbc, 0x8a, 0x88, 0x49, 0xc2, 0x41, + 0xdb, 0x0f, 0xbc, 0x1e, 0x31, 0x71, 0x90, 0xb8, 0x5a, 0xe0, 0xae, 0x9a, 0x79, 0xae, 0x1e, 0xa0, + 0xc0, 0x7c, 0x9c, 0x24, 0x1f, 0x89, 0xdc, 0xd8, 0xdf, 0x8e, 0xb8, 0x73, 0x9b, 0xf9, 0x18, 0xaa, + 0x6f, 0x76, 0xf3, 0x37, 0xe1, 0x0b, 0xb0, 0x7a, 0xdb, 0x6f, 0xe1, 0x67, 0x91, 0xfb, 0xf9, 0x35, + 0xcf, 0xcf, 0x41, 0x82, 0x8f, 0x3d, 0x6c, 0x08, 0x0f, 0xa5, 0x6c, 0x9c, 0xea, 0x25, 0x33, 0x1b, + 0x80, 0x27, 0xa0, 0xc8, 0x7b, 0x2e, 0x64, 0x00, 0x97, 0xf9, 0x25, 0x4f, 0xa6, 0xd5, 0x47, 0x7e, + 0xac, 0x00, 0x85, 0x02, 0x18, 0x85, 0xa8, 0x0e, 0xe8, 0x68, 0x0d, 0x0d, 0x50, 0xa1, 0xa8, 0x47, + 0x5c, 0x8b, 0x66, 0xc7, 0xa9, 0x38, 0xe5, 0x38, 0x41, 0xc1, 0x96, 0x9e, 0x28, 0x03, 0xac, 0x24, + 0x1a, 0xc2, 0xfe, 0x12, 0xb7, 0xbf, 0x9b, 0x6b, 0x3f, 0x46, 0xc7, 0x15, 0xac, 0x89, 0x0a, 0x96, + 0xd3, 0x51, 0xaa, 0x2f, 0xd3, 0xf4, 0x27, 0xbb, 0x13, 0x18, 0x05, 0x6e, 0xb6, 0x88, 0xe5, 0x69, + 0xef, 0x04, 0xa3, 0x4a, 0x57, 0x70, 0x02, 0x8a, 0x9c, 0x5d, 0xd8, 0x5f, 0xb9, 0xff, 0xf4, 0xff, + 0x43, 0x81, 0x3b, 0x76, 0xfa, 0xa3, 0x10, 0xd5, 0x01, 0x1e, 0xad, 0xb5, 0x47, 0x17, 0x9f, 0xe5, + 0xc2, 0xc5, 0x50, 0x96, 0x2e, 0x87, 0xb2, 0xf4, 0x69, 0x28, 0x4b, 0xe7, 0x37, 0x72, 0xe1, 0xf2, + 0x46, 0x2e, 0x7c, 0xbc, 0x91, 0x0b, 0xcf, 0xfe, 0xb0, 0x48, 0xd8, 0x8d, 0x0c, 0xa5, 0xe3, 0x39, + 0xea, 0x9e, 0x65, 0x23, 0x83, 0xaa, 0x7b, 0xd6, 0x9f, 0x9d, 0x2e, 0x22, 0xae, 0x7a, 0x96, 0x7a, + 0xc7, 0xd9, 0x7b, 0x4c, 0x8d, 0x79, 0xfe, 0x9c, 0xfe, 0xf5, 0x25, 0x00, 0x00, 0xff, 0xff, 0x00, + 0xb8, 0x69, 0x6c, 0x80, 0x08, 0x00, 0x00, } func (m *AccumulationTime) Marshal() (dAtA []byte, err error) { diff --git a/x/incentive/types/msg_test.go b/x/incentive/types/msg_test.go index 9e9a1dae..2b15c921 100644 --- a/x/incentive/types/msg_test.go +++ b/x/incentive/types/msg_test.go @@ -10,7 +10,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) func TestMsgClaim_Validate(t *testing.T) { diff --git a/x/incentive/types/params.go b/x/incentive/types/params.go index 72184c6b..396f3505 100644 --- a/x/incentive/types/params.go +++ b/x/incentive/types/params.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - kavadistTypes "github.com/kava-labs/kava/x/kavadist/types" + kavadistTypes "github.com/0glabs/0g-chain/x/kavadist/types" ) // Parameter keys and default values diff --git a/x/incentive/types/params.pb.go b/x/incentive/types/params.pb.go index 9656459b..08b5c414 100644 --- a/x/incentive/types/params.pb.go +++ b/x/incentive/types/params.pb.go @@ -251,56 +251,56 @@ func init() { } var fileDescriptor_bb8833f5d745eac9 = []byte{ - // 774 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x96, 0xcf, 0x6e, 0xd3, 0x4a, - 0x14, 0xc6, 0xe3, 0xfc, 0xbb, 0xc9, 0xb4, 0xbd, 0xb7, 0x9d, 0x46, 0xb9, 0xbe, 0xb9, 0xc8, 0xa9, - 0x52, 0x04, 0x41, 0x55, 0x6d, 0x0a, 0x12, 0x0b, 0x76, 0x98, 0x82, 0x84, 0x44, 0xa5, 0xca, 0x2d, - 0x12, 0xb0, 0x89, 0x26, 0xf6, 0xd4, 0xb5, 0x6a, 0x7b, 0xac, 0x99, 0x49, 0xda, 0x88, 0x05, 0x12, - 0x0b, 0x76, 0x48, 0x15, 0x0b, 0x1e, 0xa2, 0xaf, 0xc1, 0xa6, 0xcb, 0x8a, 0x15, 0x62, 0xd1, 0x42, - 0xfa, 0x22, 0x68, 0xc6, 0x6e, 0xe3, 0xa4, 0x69, 0xa1, 0x52, 0x36, 0xac, 0x32, 0x3e, 0x73, 0xce, - 0xf9, 0x7d, 0xfe, 0xc6, 0x67, 0x14, 0xb0, 0xb8, 0x83, 0xba, 0xc8, 0xf0, 0x42, 0x1b, 0x87, 0xdc, - 0xeb, 0x62, 0xa3, 0xbb, 0xd2, 0xc6, 0x1c, 0xad, 0x18, 0x11, 0xa2, 0x28, 0x60, 0x7a, 0x44, 0x09, - 0x27, 0xb0, 0x2a, 0x92, 0xf4, 0xf3, 0x24, 0x3d, 0x49, 0xaa, 0x69, 0x36, 0x61, 0x01, 0x61, 0x46, - 0x1b, 0xb1, 0x41, 0xa5, 0x4d, 0xbc, 0x30, 0xae, 0xab, 0x55, 0x5c, 0xe2, 0x12, 0xb9, 0x34, 0xc4, - 0x2a, 0x89, 0xd6, 0x5d, 0x42, 0x5c, 0x1f, 0x1b, 0xf2, 0xa9, 0xdd, 0xd9, 0x32, 0xb8, 0x17, 0x60, - 0xc6, 0x51, 0x10, 0xc5, 0x09, 0x8d, 0x8f, 0x59, 0x30, 0x6d, 0xe1, 0x5d, 0x44, 0x9d, 0x75, 0x4c, - 0x3d, 0xe2, 0xc0, 0x2a, 0x28, 0x22, 0x5b, 0x90, 0x55, 0x65, 0x41, 0x69, 0x96, 0xac, 0xe4, 0x09, - 0xde, 0x06, 0xff, 0xd8, 0xc4, 0xf7, 0x11, 0xc7, 0x14, 0xf9, 0x2d, 0xde, 0x8b, 0xb0, 0x9a, 0x5d, - 0x50, 0x9a, 0x65, 0xeb, 0xef, 0x41, 0x78, 0xb3, 0x17, 0x61, 0xf8, 0x10, 0x14, 0x18, 0x47, 0x94, - 0xab, 0xb9, 0x05, 0xa5, 0x39, 0x75, 0xaf, 0xa6, 0xc7, 0x12, 0xf4, 0x33, 0x09, 0xfa, 0xe6, 0x99, - 0x04, 0xb3, 0x74, 0x78, 0x5c, 0xcf, 0xec, 0x9f, 0xd4, 0x15, 0x2b, 0x2e, 0x81, 0x0f, 0x40, 0x0e, - 0x87, 0x8e, 0x9a, 0xbf, 0x46, 0xa5, 0x28, 0x80, 0x6b, 0x00, 0x52, 0xf9, 0x12, 0xac, 0x15, 0x61, - 0xda, 0x62, 0xd8, 0x26, 0xa1, 0xa3, 0x16, 0x64, 0x9b, 0xff, 0xf4, 0xd8, 0x39, 0x5d, 0x38, 0x77, - 0x66, 0xa7, 0xfe, 0x98, 0x78, 0xa1, 0x99, 0x17, 0x5d, 0xac, 0xd9, 0xa4, 0x74, 0x1d, 0xd3, 0x0d, - 0x59, 0xd8, 0xf8, 0x9c, 0x05, 0x73, 0x6b, 0x1d, 0x9f, 0x7b, 0x7f, 0xbe, 0x33, 0xbd, 0x4b, 0x9c, - 0xc9, 0x5d, 0xed, 0xcc, 0x5d, 0xd1, 0xe5, 0xe0, 0xa4, 0xde, 0x74, 0x3d, 0xbe, 0xdd, 0x69, 0xeb, - 0x36, 0x09, 0x8c, 0xe4, 0x03, 0x8c, 0x7f, 0x96, 0x99, 0xb3, 0x63, 0x88, 0x77, 0x65, 0xb2, 0x80, - 0x8d, 0x71, 0xf1, 0x83, 0x02, 0x80, 0x74, 0x31, 0xf2, 0x3d, 0x4c, 0x21, 0x04, 0xf9, 0x10, 0x05, - 0xb1, 0x79, 0x65, 0x4b, 0xae, 0xe1, 0x22, 0x98, 0x09, 0x48, 0xc8, 0xb7, 0x59, 0xcb, 0x27, 0xf6, - 0x4e, 0x27, 0x92, 0xc6, 0xe5, 0xac, 0xe9, 0x38, 0xf8, 0x5c, 0xc6, 0xe0, 0x53, 0x50, 0xdc, 0x42, - 0x36, 0x27, 0x54, 0xfa, 0x36, 0x6d, 0xea, 0x42, 0xdb, 0xb7, 0xe3, 0xfa, 0xad, 0xdf, 0xd0, 0xb6, - 0x8a, 0x6d, 0x2b, 0xa9, 0x6e, 0xbc, 0x57, 0xc0, 0xfc, 0x40, 0x8f, 0x10, 0xba, 0x8a, 0x43, 0x12, - 0xc0, 0x0a, 0x28, 0x38, 0x62, 0x91, 0x28, 0x8b, 0x1f, 0xe0, 0x2b, 0x30, 0x15, 0x0c, 0x92, 0xd5, - 0xac, 0x74, 0xac, 0xa1, 0x8f, 0x9f, 0x4e, 0x7d, 0xd0, 0xd7, 0x9c, 0x4f, 0xac, 0x9b, 0x4a, 0xb1, - 0xac, 0x74, 0xaf, 0xc6, 0x97, 0x12, 0x28, 0xae, 0xcb, 0x99, 0x87, 0x9f, 0x14, 0xf0, 0x7f, 0x87, - 0x39, 0x7b, 0xad, 0xc0, 0x0b, 0xb9, 0x17, 0xba, 0xad, 0xd8, 0x45, 0x71, 0x56, 0x1e, 0x71, 0x98, - 0xaa, 0x48, 0xec, 0xcd, 0xcb, 0xb0, 0xe9, 0xef, 0xd3, 0x5c, 0x11, 0xe0, 0xfe, 0x71, 0x5d, 0x7d, - 0xb1, 0xb1, 0xfa, 0x72, 0x2d, 0xee, 0x97, 0x4e, 0x60, 0x07, 0x27, 0xf5, 0x99, 0xa1, 0x80, 0xa5, - 0x0a, 0xf6, 0xb8, 0x54, 0xf8, 0x4e, 0x01, 0xb5, 0x6d, 0xa1, 0x84, 0x75, 0xa2, 0xc8, 0xef, 0x8d, - 0xea, 0x8a, 0xed, 0xb8, 0x73, 0xa5, 0x1d, 0x43, 0xe2, 0x6a, 0x89, 0x2b, 0xf0, 0xc2, 0x16, 0xb3, - 0xfe, 0x15, 0xa0, 0x0d, 0xc9, 0xb9, 0x44, 0x44, 0x9b, 0x50, 0x4a, 0x76, 0x47, 0x45, 0xe4, 0x26, - 0x2e, 0xc2, 0x94, 0x9c, 0x61, 0x11, 0x6f, 0x81, 0xea, 0x60, 0x1f, 0xbb, 0x88, 0x13, 0x3a, 0xaa, - 0x20, 0x3f, 0x49, 0x05, 0xd5, 0x73, 0xcc, 0xb0, 0x80, 0x0e, 0x98, 0x67, 0xbb, 0x28, 0x1a, 0x65, - 0x17, 0x26, 0xc9, 0x9e, 0x13, 0x84, 0x61, 0x6c, 0x17, 0xcc, 0xd9, 0x3e, 0xf2, 0x82, 0x56, 0x7a, - 0x0c, 0x8a, 0x12, 0xba, 0xf4, 0xeb, 0x31, 0x38, 0x1f, 0x2f, 0xf3, 0x46, 0x82, 0xad, 0x8c, 0xd9, - 0x64, 0xd6, 0xac, 0x64, 0xa4, 0xb6, 0xe0, 0x23, 0x50, 0x8e, 0xb9, 0xe2, 0xbe, 0xfb, 0xeb, 0x1a, - 0xf7, 0x5d, 0x49, 0x96, 0x3d, 0x09, 0x1d, 0xf8, 0x06, 0x54, 0x19, 0xea, 0x7a, 0xa1, 0xcb, 0x46, - 0x4d, 0x2b, 0x4d, 0xd2, 0xb4, 0x4a, 0x02, 0xb9, 0x70, 0x5c, 0x18, 0xd1, 0x70, 0x94, 0x5c, 0x9e, - 0xe8, 0x71, 0x09, 0xc2, 0x50, 0xc8, 0x7c, 0x76, 0xf8, 0x43, 0xcb, 0x1c, 0xf6, 0x35, 0xe5, 0xa8, - 0xaf, 0x29, 0xdf, 0xfb, 0x9a, 0xb2, 0x7f, 0xaa, 0x65, 0x8e, 0x4e, 0xb5, 0xcc, 0xd7, 0x53, 0x2d, - 0xf3, 0x7a, 0x29, 0x75, 0x57, 0x0a, 0x05, 0xcb, 0x3e, 0x6a, 0x33, 0xb9, 0x32, 0xf6, 0x52, 0xff, - 0x48, 0xe4, 0xa5, 0xd9, 0x2e, 0x4a, 0x9b, 0xef, 0xff, 0x0c, 0x00, 0x00, 0xff, 0xff, 0xca, 0x77, - 0xf8, 0x09, 0xb0, 0x08, 0x00, 0x00, + // 781 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x96, 0xcf, 0x4f, 0xdb, 0x48, + 0x14, 0xc7, 0xe3, 0xfc, 0xda, 0x64, 0x80, 0x5d, 0x18, 0xa2, 0xac, 0x37, 0xbb, 0x72, 0x50, 0x58, + 0xed, 0x66, 0xb5, 0xc5, 0x86, 0x56, 0xea, 0xa1, 0xb7, 0xba, 0xb4, 0x87, 0xaa, 0x48, 0xc8, 0x50, + 0xa9, 0xed, 0x25, 0x9a, 0xd8, 0x83, 0x63, 0x61, 0x7b, 0xac, 0x99, 0x49, 0x20, 0xea, 0xa1, 0x52, + 0x0f, 0xbd, 0x55, 0x42, 0x3d, 0xf4, 0x8f, 0xe0, 0xdf, 0xe8, 0x85, 0x23, 0xea, 0xa9, 0xea, 0x01, + 0xda, 0xf0, 0x8f, 0x54, 0x33, 0x36, 0xc4, 0x09, 0x81, 0x16, 0x29, 0x97, 0x9e, 0x32, 0x7e, 0xf3, + 0xde, 0xfb, 0x7c, 0xfd, 0x1d, 0xbf, 0x51, 0xc0, 0xf2, 0x2e, 0xea, 0x21, 0xc3, 0x0b, 0x6d, 0x1c, + 0x72, 0xaf, 0x87, 0x8d, 0xde, 0x5a, 0x1b, 0x73, 0xb4, 0x66, 0x44, 0x88, 0xa2, 0x80, 0xe9, 0x11, + 0x25, 0x9c, 0xc0, 0xaa, 0x48, 0xd2, 0x2f, 0x92, 0xf4, 0x24, 0xa9, 0xa6, 0xd9, 0x84, 0x05, 0x84, + 0x19, 0x6d, 0xc4, 0x86, 0x95, 0x36, 0xf1, 0xc2, 0xb8, 0xae, 0x56, 0x71, 0x89, 0x4b, 0xe4, 0xd2, + 0x10, 0xab, 0x24, 0x5a, 0x77, 0x09, 0x71, 0x7d, 0x6c, 0xc8, 0xa7, 0x76, 0x77, 0xc7, 0xe0, 0x5e, + 0x80, 0x19, 0x47, 0x41, 0x14, 0x27, 0x34, 0xde, 0x65, 0xc1, 0xac, 0x85, 0xf7, 0x10, 0x75, 0x36, + 0x31, 0xf5, 0x88, 0x03, 0xab, 0xa0, 0x88, 0x6c, 0x41, 0x56, 0x95, 0x25, 0xa5, 0x59, 0xb2, 0x92, + 0x27, 0xf8, 0x2f, 0xf8, 0xcd, 0x26, 0xbe, 0x8f, 0x38, 0xa6, 0xc8, 0x6f, 0xf1, 0x7e, 0x84, 0xd5, + 0xec, 0x92, 0xd2, 0x2c, 0x5b, 0xbf, 0x0e, 0xc3, 0xdb, 0xfd, 0x08, 0xc3, 0x7b, 0xa0, 0xc0, 0x38, + 0xa2, 0x5c, 0xcd, 0x2d, 0x29, 0xcd, 0x99, 0xdb, 0x35, 0x3d, 0x96, 0xa0, 0x9f, 0x4b, 0xd0, 0xb7, + 0xcf, 0x25, 0x98, 0xa5, 0xa3, 0x93, 0x7a, 0xe6, 0xe0, 0xb4, 0xae, 0x58, 0x71, 0x09, 0xbc, 0x0b, + 0x72, 0x38, 0x74, 0xd4, 0xfc, 0x0d, 0x2a, 0x45, 0x01, 0xdc, 0x00, 0x90, 0xca, 0x97, 0x60, 0xad, + 0x08, 0xd3, 0x16, 0xc3, 0x36, 0x09, 0x1d, 0xb5, 0x20, 0xdb, 0xfc, 0xa1, 0xc7, 0xce, 0xe9, 0xc2, + 0xb9, 0x73, 0x3b, 0xf5, 0x07, 0xc4, 0x0b, 0xcd, 0xbc, 0xe8, 0x62, 0xcd, 0x27, 0xa5, 0x9b, 0x98, + 0x6e, 0xc9, 0xc2, 0xc6, 0x87, 0x2c, 0x58, 0xd8, 0xe8, 0xfa, 0xdc, 0xfb, 0xf9, 0x9d, 0xe9, 0x5f, + 0xe1, 0x4c, 0xee, 0x7a, 0x67, 0x56, 0x45, 0x97, 0xc3, 0xd3, 0x7a, 0xd3, 0xf5, 0x78, 0xa7, 0xdb, + 0xd6, 0x6d, 0x12, 0x18, 0xc9, 0x07, 0x18, 0xff, 0xac, 0x30, 0x67, 0xd7, 0x10, 0xef, 0xca, 0x64, + 0x01, 0x9b, 0xe0, 0xe2, 0x5b, 0x05, 0x00, 0xe9, 0x62, 0xe4, 0x7b, 0x98, 0x42, 0x08, 0xf2, 0x21, + 0x0a, 0x62, 0xf3, 0xca, 0x96, 0x5c, 0xc3, 0x65, 0x30, 0x17, 0x90, 0x90, 0x77, 0x58, 0xcb, 0x27, + 0xf6, 0x6e, 0x37, 0x92, 0xc6, 0xe5, 0xac, 0xd9, 0x38, 0xf8, 0x44, 0xc6, 0xe0, 0x23, 0x50, 0xdc, + 0x41, 0x36, 0x27, 0x54, 0xfa, 0x36, 0x6b, 0xea, 0x42, 0xdb, 0xe7, 0x93, 0xfa, 0x3f, 0x3f, 0xa0, + 0x6d, 0x1d, 0xdb, 0x56, 0x52, 0xdd, 0x78, 0xa3, 0x80, 0xc5, 0xa1, 0x1e, 0x21, 0x74, 0x1d, 0x87, + 0x24, 0x80, 0x15, 0x50, 0x70, 0xc4, 0x22, 0x51, 0x16, 0x3f, 0xc0, 0xe7, 0x60, 0x26, 0x18, 0x26, + 0xab, 0x59, 0xe9, 0x58, 0x43, 0x9f, 0x3c, 0x9d, 0xfa, 0xb0, 0xaf, 0xb9, 0x98, 0x58, 0x37, 0x93, + 0x62, 0x59, 0xe9, 0x5e, 0x8d, 0x8f, 0x25, 0x50, 0xdc, 0x94, 0x33, 0x0f, 0xdf, 0x2b, 0xe0, 0xcf, + 0x2e, 0x73, 0xf6, 0x5b, 0x81, 0x17, 0x72, 0x2f, 0x74, 0x5b, 0xb1, 0x8b, 0xe2, 0xac, 0x3c, 0xe2, + 0x30, 0x55, 0x91, 0xd8, 0xbf, 0xaf, 0xc2, 0xa6, 0xbf, 0x4f, 0x73, 0x4d, 0x80, 0x07, 0x27, 0x75, + 0xf5, 0xe9, 0xd6, 0xfa, 0xb3, 0x8d, 0xb8, 0x5f, 0x3a, 0x81, 0x1d, 0x9e, 0xd6, 0xe7, 0x46, 0x02, + 0x96, 0x2a, 0xd8, 0x93, 0x52, 0xe1, 0x6b, 0x05, 0xd4, 0x3a, 0x42, 0x09, 0xeb, 0x46, 0x91, 0xdf, + 0x1f, 0xd7, 0x15, 0xdb, 0xf1, 0xdf, 0xb5, 0x76, 0x8c, 0x88, 0xab, 0x25, 0xae, 0xc0, 0x4b, 0x5b, + 0xcc, 0xfa, 0x5d, 0x80, 0xb6, 0x24, 0xe7, 0x0a, 0x11, 0x6d, 0x42, 0x29, 0xd9, 0x1b, 0x17, 0x91, + 0x9b, 0xba, 0x08, 0x53, 0x72, 0x46, 0x45, 0xbc, 0x02, 0xaa, 0x83, 0x7d, 0xec, 0x22, 0x4e, 0xe8, + 0xb8, 0x82, 0xfc, 0x34, 0x15, 0x54, 0x2f, 0x30, 0xa3, 0x02, 0xba, 0x60, 0x91, 0xed, 0xa1, 0x68, + 0x9c, 0x5d, 0x98, 0x26, 0x7b, 0x41, 0x10, 0x46, 0xb1, 0x3d, 0xb0, 0x60, 0xfb, 0xc8, 0x0b, 0x5a, + 0xe9, 0x31, 0x28, 0x4a, 0xe8, 0xff, 0xdf, 0x1f, 0x83, 0x8b, 0xf1, 0x32, 0xff, 0x4a, 0xb0, 0x95, + 0x09, 0x9b, 0xcc, 0x9a, 0x97, 0x8c, 0xd4, 0x16, 0xbc, 0x0f, 0xca, 0x31, 0x57, 0xdc, 0x77, 0xbf, + 0xdc, 0xe0, 0xbe, 0x2b, 0xc9, 0xb2, 0x87, 0xa1, 0x03, 0x5f, 0x82, 0x2a, 0x43, 0x3d, 0x2f, 0x74, + 0xd9, 0xb8, 0x69, 0xa5, 0x69, 0x9a, 0x56, 0x49, 0x20, 0x97, 0x8e, 0x0b, 0x23, 0x1a, 0x8e, 0x93, + 0xcb, 0x53, 0x3d, 0x2e, 0x41, 0x18, 0x09, 0x99, 0x8f, 0x8f, 0xbe, 0x6a, 0x99, 0xa3, 0x81, 0xa6, + 0x1c, 0x0f, 0x34, 0xe5, 0xcb, 0x40, 0x53, 0x0e, 0xce, 0xb4, 0xcc, 0xf1, 0x99, 0x96, 0xf9, 0x74, + 0xa6, 0x65, 0x5e, 0xdc, 0x4a, 0xdd, 0x95, 0xab, 0xae, 0x8f, 0xda, 0xcc, 0x58, 0x75, 0x57, 0xec, + 0x0e, 0xf2, 0x42, 0x63, 0x3f, 0xf5, 0x97, 0x44, 0xde, 0x9a, 0xed, 0xa2, 0xf4, 0xf9, 0xce, 0xb7, + 0x00, 0x00, 0x00, 0xff, 0xff, 0xd6, 0x88, 0xb6, 0xd5, 0xb1, 0x08, 0x00, 0x00, } func (m *RewardPeriod) Marshal() (dAtA []byte, err error) { diff --git a/x/incentive/types/params_test.go b/x/incentive/types/params_test.go index 2716d095..bc783e80 100644 --- a/x/incentive/types/params_test.go +++ b/x/incentive/types/params_test.go @@ -10,7 +10,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) type ParamTestSuite struct { diff --git a/x/incentive/types/query.pb.go b/x/incentive/types/query.pb.go index d639bf69..dc0cb0ca 100644 --- a/x/incentive/types/query.pb.go +++ b/x/incentive/types/query.pb.go @@ -490,64 +490,64 @@ func init() { } var fileDescriptor_a78d71d0cbe5e95a = []byte{ - // 904 bytes of a gzipped FileDescriptorProto + // 911 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xcf, 0x6f, 0xe3, 0x44, 0x14, 0xc7, 0xeb, 0xe6, 0x47, 0xe1, 0x55, 0xdd, 0x6e, 0xa7, 0xa1, 0x1b, 0x1c, 0x70, 0xb2, 0x29, - 0xea, 0x46, 0x2c, 0xc4, 0x6a, 0x10, 0x37, 0x2e, 0x2d, 0xbb, 0x88, 0x95, 0x58, 0x69, 0x71, 0x01, - 0x21, 0x2e, 0xd5, 0x24, 0x1e, 0x5c, 0x43, 0x3a, 0xe3, 0xce, 0xd8, 0x49, 0xbd, 0x12, 0x48, 0x70, - 0x01, 0x0e, 0x48, 0x48, 0x5c, 0x39, 0x73, 0xd8, 0xbf, 0x82, 0xe3, 0x4a, 0x5c, 0x56, 0xe2, 0xc2, - 0x69, 0x17, 0xb5, 0xfc, 0x21, 0xc8, 0x33, 0x63, 0x37, 0xf6, 0xd6, 0xd9, 0x22, 0xe5, 0xe6, 0xbc, - 0xf9, 0xbe, 0xf7, 0xfd, 0x3c, 0xeb, 0xbd, 0x8c, 0xa1, 0xfb, 0x35, 0x9e, 0x60, 0xdb, 0xa7, 0x23, - 0x42, 0x43, 0x7f, 0x42, 0xec, 0xc9, 0xee, 0x90, 0x84, 0x78, 0xd7, 0x3e, 0x89, 0x08, 0x8f, 0xfb, - 0x01, 0x67, 0x21, 0x43, 0x5b, 0x89, 0xa6, 0x9f, 0x69, 0xfa, 0x5a, 0x63, 0x36, 0x3c, 0xe6, 0x31, - 0x29, 0xb1, 0x93, 0x27, 0xa5, 0x36, 0x5f, 0xf3, 0x18, 0xf3, 0xc6, 0xc4, 0xc6, 0x81, 0x6f, 0x63, - 0x4a, 0x59, 0x88, 0x43, 0x9f, 0x51, 0xa1, 0x4f, 0x3b, 0x25, 0x7e, 0x38, 0xd0, 0x6e, 0xe6, 0x76, - 0x89, 0x62, 0x34, 0xc6, 0xfe, 0xb1, 0x78, 0x81, 0x28, 0xc0, 0x1c, 0xa7, 0xa2, 0x6e, 0x03, 0xd0, - 0xc7, 0x49, 0x1b, 0x0f, 0x64, 0xd0, 0x21, 0x27, 0x11, 0x11, 0x61, 0xf7, 0x00, 0x36, 0x73, 0x51, - 0x11, 0x30, 0x2a, 0x08, 0x7a, 0x0f, 0xea, 0x2a, 0xb9, 0x69, 0x74, 0x8c, 0xde, 0xea, 0xc0, 0xea, - 0x5f, 0xde, 0x75, 0x5f, 0xe5, 0xed, 0x57, 0x1f, 0x3f, 0x6d, 0x2f, 0x39, 0x3a, 0xa7, 0x1b, 0xea, - 0xa2, 0x0e, 0x99, 0x62, 0xee, 0xa6, 0x5e, 0xa8, 0x01, 0x35, 0x36, 0xa5, 0x84, 0xcb, 0x9a, 0x2f, - 0x3b, 0xea, 0x07, 0x6a, 0xc3, 0x2a, 0x97, 0xba, 0xc3, 0x30, 0x0e, 0x48, 0x73, 0x59, 0x9e, 0x81, - 0x0a, 0x7d, 0x12, 0x07, 0x04, 0xed, 0xc0, 0xb5, 0x88, 0x8a, 0x98, 0x8e, 0x8e, 0x38, 0xa3, 0xfe, - 0x43, 0xe2, 0x36, 0x2b, 0x1d, 0xa3, 0xf7, 0x92, 0x53, 0x88, 0x76, 0xff, 0xa8, 0x41, 0x23, 0x6f, - 0xab, 0x9b, 0xf9, 0xd1, 0x80, 0xcd, 0x48, 0xb8, 0xa7, 0x87, 0xc7, 0x3e, 0x0d, 0x7d, 0xea, 0x1d, - 0xaa, 0x97, 0xd7, 0x34, 0x3a, 0x95, 0xde, 0xea, 0xa0, 0x57, 0xd6, 0xda, 0xa7, 0x07, 0x77, 0x3e, - 0xbf, 0xaf, 0x32, 0xde, 0x4f, 0x12, 0xf6, 0xfb, 0x49, 0x93, 0x67, 0x4f, 0xdb, 0x1b, 0xc5, 0x13, - 0xf1, 0xe8, 0xd9, 0x25, 0x41, 0x67, 0x23, 0x31, 0xcd, 0x85, 0xd0, 0x6f, 0x06, 0x58, 0x47, 0x49, - 0xaf, 0x63, 0xff, 0x24, 0xf2, 0x5d, 0x3f, 0x8c, 0x0f, 0x03, 0xce, 0x26, 0xbe, 0x4b, 0x78, 0x4a, - 0xb5, 0x2c, 0xa9, 0x06, 0x65, 0x54, 0x1f, 0x62, 0xee, 0x7e, 0x94, 0x26, 0x3f, 0xd0, 0xb9, 0x8a, - 0x6f, 0x3b, 0xe1, 0x7b, 0xf4, 0xac, 0xdd, 0x2a, 0xd7, 0x08, 0xa7, 0x75, 0x54, 0x7e, 0x88, 0xbe, - 0x82, 0xeb, 0x2e, 0x19, 0x13, 0x0f, 0x87, 0x2c, 0xe3, 0xa9, 0x48, 0x9e, 0x9d, 0x32, 0x9e, 0x3b, - 0xa9, 0x5e, 0x31, 0xdc, 0xd0, 0x0c, 0xeb, 0xf9, 0xb8, 0x70, 0xd6, 0xdd, 0x7c, 0x00, 0x7d, 0x06, - 0xab, 0x62, 0x8a, 0x83, 0xd4, 0xa6, 0x2a, 0x6d, 0x6e, 0x96, 0xd9, 0x1c, 0x4c, 0x71, 0xa0, 0x1c, - 0x90, 0x76, 0x80, 0x2c, 0x24, 0x1c, 0x10, 0xd9, 0x33, 0x1a, 0xc2, 0x35, 0x81, 0x27, 0x3e, 0xf5, - 0x44, 0x5a, 0xba, 0x26, 0x4b, 0xbf, 0x51, 0x5a, 0x5a, 0xa9, 0x55, 0xf5, 0x57, 0x74, 0xf5, 0xb5, - 0xd9, 0xa8, 0x70, 0xd6, 0xc4, 0xec, 0xcf, 0x84, 0x9d, 0x60, 0x4e, 0x53, 0x83, 0xfa, 0x7c, 0xf6, - 0xbb, 0x98, 0xd3, 0x02, 0x7b, 0x16, 0x12, 0x0e, 0x90, 0xec, 0xb9, 0xdb, 0x82, 0x57, 0x67, 0x26, - 0xf8, 0x03, 0x3c, 0x0a, 0x19, 0xcf, 0x56, 0xf5, 0x87, 0x15, 0x30, 0x2f, 0x3b, 0xd5, 0x53, 0x1e, - 0x43, 0x2b, 0x37, 0xe4, 0x7a, 0xa9, 0xbe, 0x54, 0x32, 0x3d, 0xec, 0xdb, 0x65, 0x8c, 0xaa, 0xe6, - 0x3d, 0xea, 0x92, 0xd3, 0x8b, 0x77, 0x30, 0x13, 0x24, 0xc2, 0x69, 0xce, 0x8c, 0x73, 0x0e, 0x01, - 0x7d, 0x67, 0x80, 0x29, 0xa7, 0x5a, 0x44, 0x41, 0x30, 0x8e, 0x8b, 0xd6, 0xcb, 0xf3, 0xf7, 0xec, - 0x7e, 0x34, 0x0e, 0xfd, 0x59, 0x7f, 0x53, 0xfb, 0xa3, 0xe2, 0x09, 0x11, 0xce, 0x8d, 0xc4, 0xe7, - 0x40, 0xda, 0x94, 0x30, 0x0c, 0x19, 0xe7, 0x6c, 0x5a, 0x64, 0xa8, 0x2c, 0x9a, 0x61, 0x5f, 0xda, - 0xe4, 0x19, 0xbe, 0x85, 0xe6, 0xc5, 0xfa, 0x14, 0x00, 0xaa, 0x0b, 0x04, 0xd8, 0xca, 0x5c, 0xf2, - 0xfe, 0x21, 0x6c, 0xca, 0x95, 0x2a, 0x58, 0xd7, 0x16, 0x68, 0xbd, 0x91, 0x18, 0xe4, 0x5d, 0x1f, - 0xc2, 0x56, 0xba, 0x70, 0x05, 0xe3, 0xfa, 0x02, 0x8d, 0x1b, 0xda, 0xe3, 0xb9, 0x8e, 0xe5, 0x22, - 0x16, 0x8c, 0x57, 0x16, 0xd9, 0x71, 0x62, 0x90, 0x73, 0xed, 0x6e, 0xc0, 0xba, 0x5c, 0xc4, 0xbd, - 0x20, 0x4e, 0x97, 0xf3, 0x1e, 0x5c, 0xbf, 0x08, 0xe9, 0x8d, 0x7c, 0x17, 0xaa, 0x49, 0xae, 0x5e, - 0xbd, 0x56, 0x19, 0xcd, 0x5e, 0x10, 0xeb, 0xfb, 0x53, 0xca, 0x07, 0x7f, 0x56, 0xa1, 0x26, 0x6b, - 0xa1, 0x9f, 0x0c, 0xa8, 0xab, 0x0b, 0x16, 0xbd, 0x59, 0x96, 0xfd, 0xfc, 0x9d, 0x6e, 0xde, 0xbe, - 0x92, 0x56, 0x41, 0x76, 0x77, 0xbe, 0xff, 0xeb, 0xdf, 0x5f, 0x97, 0x3b, 0xc8, 0xb2, 0xe7, 0x7e, - 0x44, 0xa0, 0x9f, 0x0d, 0x58, 0xd1, 0x17, 0x2b, 0x9a, 0x6f, 0x90, 0xbf, 0xf5, 0xcd, 0xb7, 0xae, - 0x26, 0xd6, 0x38, 0xb7, 0x24, 0xce, 0x4d, 0xd4, 0x2e, 0xc3, 0xe1, 0x9a, 0xe1, 0x77, 0x03, 0xd6, - 0xf2, 0xb3, 0xb0, 0x7b, 0x05, 0xa3, 0xfc, 0x5f, 0xaa, 0x39, 0xf8, 0x3f, 0x29, 0x9a, 0xb0, 0x2f, - 0x09, 0x7b, 0x68, 0x67, 0x3e, 0x61, 0x3a, 0x8b, 0xe8, 0x1b, 0xa8, 0xec, 0x05, 0x31, 0xba, 0x35, - 0xd7, 0xea, 0x62, 0x92, 0xcc, 0xde, 0x8b, 0x85, 0x9a, 0x64, 0x5b, 0x92, 0xbc, 0x8e, 0x5a, 0x76, - 0xf9, 0x67, 0xe4, 0xfe, 0xdd, 0xc7, 0x67, 0x96, 0xf1, 0xe4, 0xcc, 0x32, 0xfe, 0x39, 0xb3, 0x8c, - 0x5f, 0xce, 0xad, 0xa5, 0x27, 0xe7, 0xd6, 0xd2, 0xdf, 0xe7, 0xd6, 0xd2, 0x17, 0xb7, 0x3d, 0x3f, - 0x3c, 0x8a, 0x86, 0xfd, 0x11, 0x3b, 0x96, 0x05, 0xde, 0x1e, 0xe3, 0xa1, 0x50, 0xa5, 0x4e, 0x67, - 0x8a, 0x25, 0x5f, 0x65, 0x62, 0x58, 0x97, 0x1f, 0x91, 0xef, 0xfc, 0x17, 0x00, 0x00, 0xff, 0xff, - 0x8e, 0xce, 0x8c, 0x23, 0x22, 0x0b, 0x00, 0x00, + 0xea, 0x46, 0xb0, 0xc4, 0xdb, 0x20, 0x6e, 0x5c, 0x5a, 0x96, 0x15, 0x2b, 0xb1, 0xd2, 0xe2, 0x02, + 0x42, 0x5c, 0xaa, 0x49, 0x3c, 0x38, 0x86, 0x74, 0xc6, 0x9d, 0x71, 0x92, 0x7a, 0x25, 0x90, 0xe0, + 0x02, 0x1c, 0x90, 0x90, 0xb8, 0x72, 0xe6, 0xb0, 0x7f, 0x05, 0xc7, 0x95, 0xb8, 0xac, 0xc4, 0x85, + 0xd3, 0x2e, 0x6a, 0xf9, 0x43, 0x90, 0x67, 0xc6, 0x6e, 0xec, 0xad, 0xd3, 0x22, 0xe5, 0xe6, 0xbc, + 0xf9, 0xbe, 0xf7, 0xfd, 0x3c, 0xeb, 0xbd, 0x8c, 0xa1, 0xfd, 0x35, 0x9e, 0x60, 0xdb, 0xa7, 0x03, + 0x42, 0x43, 0x7f, 0x42, 0xec, 0xc9, 0x6e, 0x9f, 0x84, 0x78, 0xd7, 0x3e, 0x1e, 0x13, 0x1e, 0x75, + 0x03, 0xce, 0x42, 0x86, 0xb6, 0x62, 0x4d, 0x37, 0xd5, 0x74, 0xb5, 0xc6, 0xac, 0x79, 0xcc, 0x63, + 0x52, 0x62, 0xc7, 0x4f, 0x4a, 0x6d, 0xbe, 0xe6, 0x31, 0xe6, 0x8d, 0x88, 0x8d, 0x03, 0xdf, 0xc6, + 0x94, 0xb2, 0x10, 0x87, 0x3e, 0xa3, 0x42, 0x9f, 0xb6, 0x0a, 0xfc, 0x70, 0xa0, 0xdd, 0xcc, 0xed, + 0x02, 0xc5, 0x60, 0x84, 0xfd, 0x23, 0x71, 0x89, 0x28, 0xc0, 0x1c, 0x27, 0xa2, 0x76, 0x0d, 0xd0, + 0xc7, 0x71, 0x1b, 0x0f, 0x65, 0xd0, 0x21, 0xc7, 0x63, 0x22, 0xc2, 0xf6, 0x01, 0x6c, 0x66, 0xa2, + 0x22, 0x60, 0x54, 0x10, 0xf4, 0x1e, 0x54, 0x55, 0x72, 0xdd, 0x68, 0x19, 0x9d, 0xd5, 0x9e, 0xd5, + 0xbd, 0xb8, 0xeb, 0xae, 0xca, 0xdb, 0x2f, 0x3f, 0x79, 0xd6, 0x5c, 0x72, 0x74, 0x4e, 0x3b, 0xd4, + 0x45, 0x1d, 0x32, 0xc5, 0xdc, 0x4d, 0xbc, 0x50, 0x0d, 0x2a, 0x6c, 0x4a, 0x09, 0x97, 0x35, 0x5f, + 0x76, 0xd4, 0x0f, 0xd4, 0x84, 0x55, 0x2e, 0x75, 0x87, 0x61, 0x14, 0x90, 0xfa, 0xb2, 0x3c, 0x03, + 0x15, 0xfa, 0x24, 0x0a, 0x08, 0xda, 0x81, 0x6b, 0x63, 0x2a, 0x22, 0x3a, 0x18, 0x72, 0x46, 0xfd, + 0x47, 0xc4, 0xad, 0x97, 0x5a, 0x46, 0xe7, 0x25, 0x27, 0x17, 0x6d, 0xff, 0x51, 0x81, 0x5a, 0xd6, + 0x56, 0x37, 0xf3, 0xa3, 0x01, 0x9b, 0x63, 0xe1, 0x9e, 0x1c, 0x1e, 0xf9, 0x34, 0xf4, 0xa9, 0x77, + 0xa8, 0x5e, 0x5e, 0xdd, 0x68, 0x95, 0x3a, 0xab, 0xbd, 0x4e, 0x51, 0x6b, 0x9f, 0x1e, 0xdc, 0xfd, + 0xfc, 0x81, 0xca, 0x78, 0x3f, 0x4e, 0xd8, 0xef, 0xc6, 0x4d, 0x9e, 0x3e, 0x6b, 0x6e, 0xe4, 0x4f, + 0xc4, 0xe3, 0xe7, 0x17, 0x04, 0x9d, 0x8d, 0xd8, 0x34, 0x13, 0x42, 0xbf, 0x19, 0x60, 0x0d, 0xe3, + 0x5e, 0x47, 0xfe, 0xf1, 0xd8, 0x77, 0xfd, 0x30, 0x3a, 0x0c, 0x38, 0x9b, 0xf8, 0x2e, 0xe1, 0x09, + 0xd5, 0xb2, 0xa4, 0xea, 0x15, 0x51, 0x7d, 0x88, 0xb9, 0xfb, 0x51, 0x92, 0xfc, 0x50, 0xe7, 0x2a, + 0xbe, 0xed, 0x98, 0xef, 0xf1, 0xf3, 0x66, 0xa3, 0x58, 0x23, 0x9c, 0xc6, 0xb0, 0xf8, 0x10, 0x7d, + 0x05, 0xd7, 0x5d, 0x32, 0x22, 0x1e, 0x0e, 0x59, 0xca, 0x53, 0x92, 0x3c, 0x3b, 0x45, 0x3c, 0x77, + 0x13, 0xbd, 0x62, 0xb8, 0xa1, 0x19, 0xd6, 0xb3, 0x71, 0xe1, 0xac, 0xbb, 0xd9, 0x00, 0xfa, 0x0c, + 0x56, 0xc5, 0x14, 0x07, 0x89, 0x4d, 0x59, 0xda, 0xdc, 0x2c, 0xb2, 0x39, 0x98, 0xe2, 0x40, 0x39, + 0x20, 0xed, 0x00, 0x69, 0x48, 0x38, 0x20, 0xd2, 0x67, 0xd4, 0x87, 0x6b, 0x02, 0x4f, 0x7c, 0xea, + 0x89, 0xa4, 0x74, 0x45, 0x96, 0x7e, 0xa3, 0xb0, 0xb4, 0x52, 0xab, 0xea, 0xaf, 0xe8, 0xea, 0x6b, + 0xb3, 0x51, 0xe1, 0xac, 0x89, 0xd9, 0x9f, 0x31, 0x3b, 0xc1, 0x9c, 0x26, 0x06, 0xd5, 0xf9, 0xec, + 0x1f, 0x60, 0x4e, 0x73, 0xec, 0x69, 0x48, 0x38, 0x40, 0xd2, 0xe7, 0x76, 0x03, 0x5e, 0x9d, 0x99, + 0xe0, 0x7b, 0x78, 0x10, 0x32, 0x9e, 0xae, 0xea, 0x0f, 0x2b, 0x60, 0x5e, 0x74, 0xaa, 0xa7, 0x3c, + 0x82, 0x46, 0x66, 0xc8, 0xf5, 0x52, 0x7d, 0xa9, 0x64, 0x7a, 0xd8, 0xb7, 0x8b, 0x18, 0x55, 0xcd, + 0xfb, 0xd4, 0x25, 0x27, 0xe7, 0xef, 0x60, 0x26, 0x48, 0x84, 0x53, 0x9f, 0x19, 0xe7, 0x0c, 0x02, + 0xfa, 0xce, 0x00, 0x53, 0x4e, 0xb5, 0x18, 0x07, 0xc1, 0x28, 0xca, 0x5b, 0x2f, 0xcf, 0xdf, 0xb3, + 0x07, 0xe3, 0x51, 0xe8, 0xcf, 0xfa, 0x9b, 0xda, 0x1f, 0xe5, 0x4f, 0x88, 0x70, 0x6e, 0xc4, 0x3e, + 0x07, 0xd2, 0xa6, 0x80, 0xa1, 0xcf, 0x38, 0x67, 0xd3, 0x3c, 0x43, 0x69, 0xd1, 0x0c, 0xfb, 0xd2, + 0x26, 0xcb, 0xf0, 0x2d, 0xd4, 0xcf, 0xd7, 0x27, 0x07, 0x50, 0x5e, 0x20, 0xc0, 0x56, 0xea, 0x92, + 0xf5, 0x0f, 0x61, 0x53, 0xae, 0x54, 0xce, 0xba, 0xb2, 0x40, 0xeb, 0x8d, 0xd8, 0x20, 0xeb, 0xfa, + 0x08, 0xb6, 0x92, 0x85, 0xcb, 0x19, 0x57, 0x17, 0x68, 0x5c, 0xd3, 0x1e, 0x2f, 0x74, 0x2c, 0x17, + 0x31, 0x67, 0xbc, 0xb2, 0xc8, 0x8e, 0x63, 0x83, 0x8c, 0x6b, 0x7b, 0x03, 0xd6, 0xe5, 0x22, 0xee, + 0x05, 0x51, 0xb2, 0x9c, 0xf7, 0xe1, 0xfa, 0x79, 0x48, 0x6f, 0xe4, 0xbb, 0x50, 0x8e, 0x73, 0xf5, + 0xea, 0x35, 0x8a, 0x68, 0xf6, 0x82, 0x48, 0xdf, 0x9f, 0x52, 0xde, 0xfb, 0xb3, 0x0c, 0x15, 0x59, + 0x0b, 0xfd, 0x64, 0x40, 0x55, 0x5d, 0xb0, 0xe8, 0xcd, 0xa2, 0xec, 0x17, 0xef, 0x74, 0xf3, 0xad, + 0x2b, 0x69, 0x15, 0x64, 0x7b, 0xe7, 0xfb, 0xbf, 0xfe, 0xfd, 0x75, 0xb9, 0x85, 0x2c, 0x7b, 0xee, + 0x47, 0x04, 0xfa, 0xd9, 0x80, 0x15, 0x7d, 0xb1, 0xa2, 0xf9, 0x06, 0xd9, 0x5b, 0xdf, 0xbc, 0x7d, + 0x35, 0xb1, 0xc6, 0xb9, 0x25, 0x71, 0x6e, 0xa2, 0x66, 0x11, 0x0e, 0xd7, 0x0c, 0xbf, 0x1b, 0xb0, + 0x96, 0x9d, 0x85, 0xdd, 0x2b, 0x18, 0x65, 0xff, 0x52, 0xcd, 0xde, 0xff, 0x49, 0xd1, 0x84, 0x5d, + 0x49, 0xd8, 0x41, 0x3b, 0xf3, 0x09, 0x93, 0x59, 0x44, 0xdf, 0x40, 0x69, 0x2f, 0x88, 0xd0, 0xad, + 0xb9, 0x56, 0xe7, 0x93, 0x64, 0x76, 0x2e, 0x17, 0x6a, 0x92, 0x6d, 0x49, 0xf2, 0x3a, 0x6a, 0xd8, + 0xc5, 0x9f, 0x91, 0xfb, 0xf7, 0x9e, 0x9c, 0x5a, 0xc6, 0xd3, 0x53, 0xcb, 0xf8, 0xe7, 0xd4, 0x32, + 0x7e, 0x39, 0xb3, 0x96, 0x9e, 0x9e, 0x59, 0x4b, 0x7f, 0x9f, 0x59, 0x4b, 0x5f, 0xdc, 0xf6, 0xfc, + 0x70, 0x38, 0xee, 0x77, 0x07, 0xec, 0xc8, 0xbe, 0xe3, 0x8d, 0x70, 0x5f, 0xd8, 0x77, 0xbc, 0xb7, + 0x07, 0x43, 0xec, 0x53, 0xfb, 0x64, 0xa6, 0x5a, 0xfc, 0x59, 0x26, 0xfa, 0x55, 0xf9, 0x15, 0xf9, + 0xce, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x17, 0x9d, 0xa6, 0x72, 0x23, 0x0b, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/incentive/types/sdk_test.go b/x/incentive/types/sdk_test.go index 6e74f1b8..95d7ac43 100644 --- a/x/incentive/types/sdk_test.go +++ b/x/incentive/types/sdk_test.go @@ -7,7 +7,7 @@ import ( vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" - "github.com/kava-labs/kava/x/incentive/types" + "github.com/0glabs/0g-chain/x/incentive/types" ) func TestGetTotalVestingPeriodLength(t *testing.T) { diff --git a/x/incentive/types/tx.pb.go b/x/incentive/types/tx.pb.go index 30dd8bec..70a98731 100644 --- a/x/incentive/types/tx.pb.go +++ b/x/incentive/types/tx.pb.go @@ -543,40 +543,41 @@ func init() { func init() { proto.RegisterFile("kava/incentive/v1beta1/tx.proto", fileDescriptor_b1cec058e3ff75d5) } var fileDescriptor_b1cec058e3ff75d5 = []byte{ - // 525 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x95, 0x31, 0x6f, 0xd3, 0x40, - 0x14, 0xc7, 0x7d, 0xad, 0x5a, 0xd1, 0x87, 0x20, 0xd2, 0x29, 0x84, 0x60, 0x81, 0xdd, 0x84, 0x81, - 0x0a, 0x54, 0x5b, 0x09, 0x42, 0x08, 0xc6, 0xd2, 0x4a, 0x2c, 0x61, 0x48, 0x8a, 0x84, 0x90, 0x50, - 0x74, 0x49, 0x0e, 0x73, 0xc2, 0xbe, 0x33, 0xbe, 0x6b, 0x5a, 0x98, 0x98, 0x10, 0x23, 0x0b, 0x12, - 0x62, 0xea, 0xcc, 0x27, 0xe9, 0xd8, 0x91, 0x09, 0x50, 0x22, 0x21, 0x3e, 0x06, 0x8a, 0x93, 0xd8, - 0x56, 0x6d, 0x63, 0xd2, 0x29, 0x9b, 0xed, 0xf7, 0x7f, 0xef, 0xfd, 0xfe, 0x4f, 0x7e, 0x77, 0x60, - 0xbe, 0x26, 0x43, 0x62, 0x33, 0xde, 0xa7, 0x5c, 0xb1, 0x21, 0xb5, 0x87, 0x8d, 0x1e, 0x55, 0xa4, - 0x61, 0xab, 0x23, 0xcb, 0x0f, 0x84, 0x12, 0xb8, 0x32, 0x11, 0x58, 0x91, 0xc0, 0x9a, 0x09, 0xf4, - 0xb2, 0x23, 0x1c, 0x11, 0x4a, 0xec, 0xc9, 0xd3, 0x54, 0x5d, 0xdf, 0x87, 0x8d, 0x0e, 0x75, 0x69, - 0x5f, 0x31, 0xc1, 0x71, 0x19, 0xd6, 0x06, 0x94, 0x0b, 0xaf, 0x8a, 0x36, 0xd1, 0xd6, 0x46, 0x7b, - 0xfa, 0x82, 0x6f, 0x41, 0xc9, 0x3b, 0x70, 0x15, 0xf3, 0x5d, 0x46, 0x83, 0x2e, 0x27, 0x1e, 0xad, - 0xae, 0x84, 0xf1, 0xcb, 0xf1, 0xe7, 0x27, 0xc4, 0xa3, 0x0f, 0x2f, 0x7c, 0x3c, 0x36, 0xb5, 0x3f, - 0xc7, 0xa6, 0x56, 0x7f, 0x09, 0xd7, 0x5a, 0xd2, 0x79, 0xe4, 0x12, 0xe6, 0x3d, 0xed, 0xec, 0x3e, - 0x6b, 0x31, 0xae, 0x18, 0x77, 0xda, 0xf4, 0x90, 0x04, 0x03, 0x5c, 0x81, 0x75, 0x49, 0xf9, 0x80, - 0x06, 0xb3, 0x36, 0xb3, 0xb7, 0xf3, 0xf4, 0xb9, 0x09, 0xb5, 0xdc, 0x3e, 0x6d, 0x2a, 0x7d, 0xc1, - 0x25, 0xad, 0x7f, 0x46, 0x80, 0xe7, 0xaa, 0xc7, 0x61, 0xe0, 0x9f, 0x18, 0x2f, 0xa0, 0x14, 0xfa, - 0x96, 0x5d, 0x25, 0xba, 0xfd, 0x49, 0x52, 0x75, 0x65, 0x73, 0x75, 0xeb, 0x62, 0xb3, 0x66, 0x65, - 0x4f, 0xd6, 0x8a, 0x06, 0xb8, 0x83, 0x4f, 0x7e, 0x98, 0xda, 0xb7, 0x9f, 0x26, 0x44, 0x9f, 0x64, - 0xfb, 0xd2, 0xb4, 0xda, 0xbe, 0x08, 0x01, 0x12, 0xf0, 0xd7, 0x41, 0x4f, 0x63, 0x45, 0xd4, 0x5f, - 0x11, 0x5c, 0x9d, 0x87, 0x77, 0xa9, 0x4b, 0x1d, 0xa2, 0x44, 0xb0, 0x2c, 0xe8, 0x35, 0x30, 0x73, - 0xd8, 0x32, 0xa7, 0xde, 0x39, 0x24, 0xfe, 0x12, 0x4e, 0x3d, 0xc6, 0x8a, 0xa8, 0xbf, 0x20, 0xb8, - 0x12, 0x85, 0xc9, 0x90, 0x71, 0x47, 0x2e, 0x0b, 0xb8, 0x09, 0x37, 0x32, 0xc9, 0x32, 0x27, 0xbe, - 0x47, 0x02, 0xbe, 0x84, 0x13, 0x8f, 0xb1, 0xe6, 0xd4, 0xcd, 0xdf, 0x6b, 0xb0, 0xda, 0x92, 0x0e, - 0xfe, 0x80, 0xa0, 0x92, 0x73, 0x60, 0x34, 0xf2, 0x80, 0x72, 0x77, 0x5f, 0x7f, 0xb0, 0x70, 0xca, - 0x1c, 0x08, 0xbf, 0x81, 0xd2, 0xd9, 0xa3, 0xe2, 0x76, 0x51, 0xb5, 0x58, 0xab, 0x37, 0xff, 0x5f, - 0x1b, 0xb5, 0x7c, 0x8f, 0xa0, 0x9c, 0xb9, 0xe8, 0x76, 0x51, 0xb1, 0x33, 0x09, 0xfa, 0xfd, 0x05, - 0x13, 0x52, 0xae, 0x13, 0xab, 0x5a, 0xe8, 0x3a, 0xd6, 0x16, 0xbb, 0x4e, 0xef, 0x1a, 0x7e, 0x07, - 0x38, 0x63, 0xcf, 0xb6, 0x0b, 0x2b, 0x25, 0xe5, 0xfa, 0xbd, 0x85, 0xe4, 0x29, 0xbb, 0x89, 0x3d, - 0x29, 0xb4, 0x1b, 0x6b, 0x8b, 0xed, 0xa6, 0x7f, 0xf4, 0x9d, 0xbd, 0x93, 0x91, 0x81, 0x4e, 0x47, - 0x06, 0xfa, 0x35, 0x32, 0xd0, 0xa7, 0xb1, 0xa1, 0x9d, 0x8e, 0x0d, 0xed, 0xfb, 0xd8, 0xd0, 0x9e, - 0xdf, 0x71, 0x98, 0x7a, 0x75, 0xd0, 0xb3, 0xfa, 0xc2, 0xb3, 0x27, 0x75, 0xb7, 0x5d, 0xd2, 0x93, - 0xe1, 0x93, 0x7d, 0x94, 0xb8, 0xe9, 0xd5, 0x5b, 0x9f, 0xca, 0xde, 0x7a, 0x78, 0x6f, 0xdf, 0xfd, - 0x1b, 0x00, 0x00, 0xff, 0xff, 0x28, 0x8b, 0x70, 0xee, 0x08, 0x08, 0x00, 0x00, + // 530 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x95, 0x41, 0x6b, 0x13, 0x41, + 0x14, 0xc7, 0x77, 0x5a, 0x5a, 0xec, 0x13, 0x2d, 0x0c, 0x31, 0xc6, 0x45, 0x77, 0x9b, 0x78, 0xb0, + 0x88, 0xdd, 0x6d, 0x22, 0x22, 0x7a, 0xac, 0x55, 0xbc, 0xc4, 0x43, 0x52, 0x41, 0x04, 0x09, 0x93, + 0x64, 0x9c, 0x0e, 0xee, 0xce, 0xc4, 0x9d, 0x69, 0x5a, 0x3d, 0x79, 0x12, 0x8f, 0x5e, 0x04, 0xf1, + 0xd4, 0xb3, 0x9f, 0xa4, 0xc7, 0x1e, 0x3d, 0xa9, 0x24, 0x20, 0x7e, 0x0c, 0xc9, 0x26, 0xd9, 0x0d, + 0xdd, 0x5d, 0xd7, 0x78, 0xca, 0x2d, 0x3b, 0xef, 0xff, 0xde, 0xfb, 0xfd, 0x1f, 0x79, 0x33, 0x60, + 0xbf, 0x22, 0x7d, 0xe2, 0x72, 0xd1, 0xa1, 0x42, 0xf3, 0x3e, 0x75, 0xfb, 0xd5, 0x36, 0xd5, 0xa4, + 0xea, 0xea, 0x23, 0xa7, 0x17, 0x48, 0x2d, 0x71, 0x71, 0x24, 0x70, 0x22, 0x81, 0x33, 0x11, 0x98, + 0x05, 0x26, 0x99, 0x0c, 0x25, 0xee, 0xe8, 0xd7, 0x58, 0x5d, 0xd9, 0x83, 0xb5, 0x26, 0xf5, 0x68, + 0x47, 0x73, 0x29, 0x70, 0x01, 0x56, 0xba, 0x54, 0x48, 0xbf, 0x84, 0x36, 0xd0, 0xe6, 0x5a, 0x63, + 0xfc, 0x81, 0x6f, 0xc0, 0xba, 0x7f, 0xe0, 0x69, 0xde, 0xf3, 0x38, 0x0d, 0x5a, 0x82, 0xf8, 0xb4, + 0xb4, 0x14, 0xc6, 0x2f, 0xc6, 0xc7, 0x4f, 0x88, 0x4f, 0xef, 0x9f, 0xfb, 0x70, 0x6c, 0x1b, 0xbf, + 0x8f, 0x6d, 0xa3, 0xf2, 0x12, 0xae, 0xd4, 0x15, 0x7b, 0xe0, 0x11, 0xee, 0x3f, 0x6d, 0xee, 0x3e, + 0xab, 0x73, 0xa1, 0xb9, 0x60, 0x0d, 0x7a, 0x48, 0x82, 0x2e, 0x2e, 0xc2, 0xaa, 0xa2, 0xa2, 0x4b, + 0x83, 0x49, 0x9b, 0xc9, 0xd7, 0xff, 0xf4, 0xb9, 0x0e, 0xe5, 0xcc, 0x3e, 0x0d, 0xaa, 0x7a, 0x52, + 0x28, 0x5a, 0xf9, 0x84, 0x00, 0x4f, 0x55, 0x8f, 0xc3, 0xc0, 0x5f, 0x31, 0x5e, 0xc0, 0x7a, 0xe8, + 0x5b, 0xb5, 0xb4, 0x6c, 0x75, 0x46, 0x49, 0xa5, 0xa5, 0x8d, 0xe5, 0xcd, 0xf3, 0xb5, 0xb2, 0x93, + 0x3e, 0x59, 0x27, 0x1a, 0xe0, 0x0e, 0x3e, 0xf9, 0x6e, 0x1b, 0x5f, 0x7f, 0xd8, 0x10, 0x1d, 0xa9, + 0xc6, 0x85, 0x71, 0xb5, 0x3d, 0x19, 0x02, 0xcc, 0xc0, 0x5f, 0x05, 0x33, 0x89, 0x15, 0x51, 0x7f, + 0x41, 0x70, 0x79, 0x1a, 0xde, 0xa5, 0x1e, 0x65, 0x44, 0xcb, 0x60, 0x51, 0xd0, 0xcb, 0x60, 0x67, + 0xb0, 0xa5, 0x4e, 0xbd, 0x79, 0x48, 0x7a, 0x0b, 0x38, 0xf5, 0x18, 0x2b, 0xa2, 0xfe, 0x8c, 0xe0, + 0x52, 0x14, 0x26, 0x7d, 0x2e, 0x98, 0x5a, 0x14, 0x70, 0x1b, 0xae, 0xa5, 0x92, 0xa5, 0x4e, 0xfc, + 0x21, 0x09, 0xc4, 0x02, 0x4e, 0x3c, 0xc6, 0x9a, 0x52, 0xd7, 0x7e, 0xad, 0xc0, 0x72, 0x5d, 0x31, + 0xfc, 0x1e, 0x41, 0x31, 0xe3, 0xc2, 0xa8, 0x66, 0x01, 0x65, 0xee, 0xbe, 0x79, 0x6f, 0xee, 0x94, + 0x29, 0x10, 0x7e, 0x0d, 0xeb, 0x67, 0xaf, 0x8a, 0x9b, 0x79, 0xd5, 0x62, 0xad, 0x59, 0xfb, 0x77, + 0x6d, 0xd4, 0xf2, 0x1d, 0x82, 0x42, 0xea, 0xa2, 0xbb, 0x79, 0xc5, 0xce, 0x24, 0x98, 0x77, 0xe7, + 0x4c, 0x48, 0xb8, 0x9e, 0x59, 0xd5, 0x5c, 0xd7, 0xb1, 0x36, 0xdf, 0x75, 0x72, 0xd7, 0xf0, 0x5b, + 0xc0, 0x29, 0x7b, 0xb6, 0x95, 0x5b, 0x69, 0x56, 0x6e, 0xde, 0x99, 0x4b, 0x9e, 0xb0, 0x3b, 0xb3, + 0x27, 0xb9, 0x76, 0x63, 0x6d, 0xbe, 0xdd, 0xe4, 0x1f, 0x7d, 0xe7, 0xd1, 0xc9, 0xc0, 0x42, 0xa7, + 0x03, 0x0b, 0xfd, 0x1c, 0x58, 0xe8, 0xe3, 0xd0, 0x32, 0x4e, 0x87, 0x96, 0xf1, 0x6d, 0x68, 0x19, + 0xcf, 0x6f, 0x31, 0xae, 0xf7, 0x0f, 0xda, 0x4e, 0x47, 0xfa, 0xee, 0x36, 0xf3, 0x48, 0x5b, 0xb9, + 0xdb, 0x6c, 0xab, 0xb3, 0x4f, 0xb8, 0x70, 0x8f, 0x66, 0x9e, 0x7a, 0xfd, 0xa6, 0x47, 0x55, 0x7b, + 0x35, 0x7c, 0xb8, 0x6f, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0x8f, 0x67, 0xde, 0x4d, 0x09, 0x08, + 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/issuance/abci.go b/x/issuance/abci.go index cb6ddca7..fdf076f5 100644 --- a/x/issuance/abci.go +++ b/x/issuance/abci.go @@ -3,10 +3,10 @@ package issuance import ( "time" + "github.com/0glabs/0g-chain/x/issuance/keeper" + "github.com/0glabs/0g-chain/x/issuance/types" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/issuance/keeper" - "github.com/kava-labs/kava/x/issuance/types" ) // BeginBlocker iterates over each asset and seizes coins from blocked addresses by returning them to the asset owner diff --git a/x/issuance/abci_test.go b/x/issuance/abci_test.go index 9805b9f4..10e60b3f 100644 --- a/x/issuance/abci_test.go +++ b/x/issuance/abci_test.go @@ -12,10 +12,10 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/issuance" - "github.com/kava-labs/kava/x/issuance/keeper" - "github.com/kava-labs/kava/x/issuance/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/issuance" + "github.com/0glabs/0g-chain/x/issuance/keeper" + "github.com/0glabs/0g-chain/x/issuance/types" ) // Test suite used for all keeper tests diff --git a/x/issuance/client/cli/query.go b/x/issuance/client/cli/query.go index 8035de6e..9cf014a6 100644 --- a/x/issuance/client/cli/query.go +++ b/x/issuance/client/cli/query.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/kava-labs/kava/x/issuance/types" + "github.com/0glabs/0g-chain/x/issuance/types" ) // GetQueryCmd returns the cli query commands for the issuance module diff --git a/x/issuance/client/cli/tx.go b/x/issuance/client/cli/tx.go index b284b25f..cbae6987 100644 --- a/x/issuance/client/cli/tx.go +++ b/x/issuance/client/cli/tx.go @@ -11,7 +11,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/issuance/types" + "github.com/0glabs/0g-chain/x/issuance/types" ) // GetTxCmd returns the transaction cli commands for the issuance module diff --git a/x/issuance/genesis.go b/x/issuance/genesis.go index 5681d8f3..c6c58f6a 100644 --- a/x/issuance/genesis.go +++ b/x/issuance/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/issuance/keeper" - "github.com/kava-labs/kava/x/issuance/types" + "github.com/0glabs/0g-chain/x/issuance/keeper" + "github.com/0glabs/0g-chain/x/issuance/types" ) // InitGenesis initializes the store state from a genesis state. diff --git a/x/issuance/keeper/gprc_query.go b/x/issuance/keeper/gprc_query.go index 9df2e533..5c1a8977 100644 --- a/x/issuance/keeper/gprc_query.go +++ b/x/issuance/keeper/gprc_query.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/issuance/types" + "github.com/0glabs/0g-chain/x/issuance/types" ) type queryServer struct { diff --git a/x/issuance/keeper/issuance.go b/x/issuance/keeper/issuance.go index 92c619fe..4218f7e6 100644 --- a/x/issuance/keeper/issuance.go +++ b/x/issuance/keeper/issuance.go @@ -5,9 +5,9 @@ import ( "strings" errorsmod "cosmossdk.io/errors" + "github.com/0glabs/0g-chain/x/issuance/types" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/kava-labs/kava/x/issuance/types" ) // IssueTokens mints new tokens and sends them to the receiver address diff --git a/x/issuance/keeper/issuance_test.go b/x/issuance/keeper/issuance_test.go index 03e9c9e8..774fd3f7 100644 --- a/x/issuance/keeper/issuance_test.go +++ b/x/issuance/keeper/issuance_test.go @@ -16,9 +16,9 @@ import ( "github.com/cometbft/cometbft/crypto" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/issuance/keeper" - "github.com/kava-labs/kava/x/issuance/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/issuance/keeper" + "github.com/0glabs/0g-chain/x/issuance/types" ) // Test suite used for all keeper tests diff --git a/x/issuance/keeper/keeper.go b/x/issuance/keeper/keeper.go index c4680db9..eb4c6a22 100644 --- a/x/issuance/keeper/keeper.go +++ b/x/issuance/keeper/keeper.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/kava-labs/kava/x/issuance/types" + "github.com/0glabs/0g-chain/x/issuance/types" ) // Keeper keeper for the issuance module diff --git a/x/issuance/keeper/msg_server.go b/x/issuance/keeper/msg_server.go index ebe536b5..3c197d72 100644 --- a/x/issuance/keeper/msg_server.go +++ b/x/issuance/keeper/msg_server.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/issuance/types" + "github.com/0glabs/0g-chain/x/issuance/types" ) type msgServer struct { diff --git a/x/issuance/keeper/params.go b/x/issuance/keeper/params.go index 49e027c5..2c88275b 100644 --- a/x/issuance/keeper/params.go +++ b/x/issuance/keeper/params.go @@ -4,7 +4,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/issuance/types" + "github.com/0glabs/0g-chain/x/issuance/types" ) // GetParams returns the params from the store diff --git a/x/issuance/keeper/supply.go b/x/issuance/keeper/supply.go index 0b624063..4f7c1993 100644 --- a/x/issuance/keeper/supply.go +++ b/x/issuance/keeper/supply.go @@ -6,7 +6,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/issuance/types" + "github.com/0glabs/0g-chain/x/issuance/types" ) // CreateNewAssetSupply creates a new AssetSupply in the store for the input denom diff --git a/x/issuance/keeper/supply_test.go b/x/issuance/keeper/supply_test.go index fb7a1e28..63fc4b84 100644 --- a/x/issuance/keeper/supply_test.go +++ b/x/issuance/keeper/supply_test.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/issuance/types" + "github.com/0glabs/0g-chain/x/issuance/types" ) func (suite *KeeperTestSuite) TestIncrementCurrentAssetSupply() { diff --git a/x/issuance/legacy/v0_16/migrate.go b/x/issuance/legacy/v0_16/migrate.go index 0623407b..610f9da0 100644 --- a/x/issuance/legacy/v0_16/migrate.go +++ b/x/issuance/legacy/v0_16/migrate.go @@ -1,8 +1,8 @@ package v0_16 import ( - v015issuance "github.com/kava-labs/kava/x/issuance/legacy/v0_15" - v016issuance "github.com/kava-labs/kava/x/issuance/types" + v015issuance "github.com/0glabs/0g-chain/x/issuance/legacy/v0_15" + v016issuance "github.com/0glabs/0g-chain/x/issuance/types" ) func migrateParams(params v015issuance.Params) v016issuance.Params { diff --git a/x/issuance/legacy/v0_16/migrate_test.go b/x/issuance/legacy/v0_16/migrate_test.go index d5f49c86..04c213d9 100644 --- a/x/issuance/legacy/v0_16/migrate_test.go +++ b/x/issuance/legacy/v0_16/migrate_test.go @@ -9,9 +9,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - app "github.com/kava-labs/kava/app" - v015issuance "github.com/kava-labs/kava/x/issuance/legacy/v0_15" - v016issuance "github.com/kava-labs/kava/x/issuance/types" + app "github.com/0glabs/0g-chain/app" + v015issuance "github.com/0glabs/0g-chain/x/issuance/legacy/v0_15" + v016issuance "github.com/0glabs/0g-chain/x/issuance/types" ) type migrateTestSuite struct { diff --git a/x/issuance/module.go b/x/issuance/module.go index a5b5f4ae..8bdead68 100644 --- a/x/issuance/module.go +++ b/x/issuance/module.go @@ -15,9 +15,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/kava-labs/kava/x/issuance/client/cli" - "github.com/kava-labs/kava/x/issuance/keeper" - "github.com/kava-labs/kava/x/issuance/types" + "github.com/0glabs/0g-chain/x/issuance/client/cli" + "github.com/0glabs/0g-chain/x/issuance/keeper" + "github.com/0glabs/0g-chain/x/issuance/types" ) var ( diff --git a/x/issuance/types/genesis.pb.go b/x/issuance/types/genesis.pb.go index 612b89c4..d496b725 100644 --- a/x/issuance/types/genesis.pb.go +++ b/x/issuance/types/genesis.pb.go @@ -331,44 +331,45 @@ func init() { } var fileDescriptor_e567e34e5c078b96 = []byte{ - // 590 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0x4f, 0x6f, 0xd3, 0x4e, - 0x10, 0x8d, 0x9b, 0x26, 0x4a, 0x36, 0xfd, 0xfd, 0x80, 0x55, 0x41, 0x6e, 0x55, 0x9c, 0x28, 0x48, - 0x28, 0x02, 0xba, 0x56, 0xcb, 0xad, 0x9c, 0x1a, 0x52, 0x10, 0x88, 0x43, 0xe5, 0x1e, 0x90, 0xb8, - 0x44, 0x6b, 0x7b, 0x30, 0xab, 0xda, 0x5e, 0xcb, 0xbb, 0x2e, 0xe4, 0x5b, 0xc0, 0xad, 0x47, 0x24, - 0xbe, 0x09, 0xa7, 0x1e, 0x7b, 0x44, 0x1c, 0x02, 0x4a, 0x6e, 0x7c, 0x0a, 0xb4, 0x7f, 0x92, 0xf4, - 0x40, 0x11, 0x27, 0xef, 0xcc, 0xbe, 0x37, 0x33, 0x6f, 0xfc, 0x16, 0xdd, 0x3b, 0xa5, 0x67, 0xd4, - 0x67, 0x42, 0x54, 0x34, 0x8f, 0xc0, 0x3f, 0xdb, 0x0b, 0x41, 0xd2, 0x3d, 0x3f, 0x81, 0x1c, 0x04, - 0x13, 0xa4, 0x28, 0xb9, 0xe4, 0xf8, 0xb6, 0x02, 0x91, 0x05, 0x88, 0x58, 0xd0, 0xb6, 0x17, 0x71, - 0x91, 0x71, 0xe1, 0x87, 0x54, 0xac, 0x98, 0x11, 0x67, 0xb9, 0xa1, 0x6d, 0x6f, 0x26, 0x3c, 0xe1, - 0xfa, 0xe8, 0xab, 0x93, 0xcd, 0x7a, 0x09, 0xe7, 0x49, 0x0a, 0xbe, 0x8e, 0xc2, 0xea, 0xad, 0x1f, - 0x57, 0x25, 0x95, 0x8c, 0x5b, 0x56, 0xff, 0x93, 0x83, 0x36, 0x9e, 0x9b, 0xf6, 0x27, 0x92, 0x4a, - 0xc0, 0x4f, 0x50, 0xb3, 0xa0, 0x25, 0xcd, 0x84, 0xeb, 0xf4, 0x9c, 0x41, 0x67, 0xff, 0x2e, 0xf9, - 0xe3, 0x38, 0xe4, 0x58, 0x83, 0x86, 0xeb, 0x17, 0xd3, 0x6e, 0x2d, 0xb0, 0x14, 0x3c, 0x42, 0x2d, - 0x51, 0x15, 0x45, 0xca, 0x40, 0xb8, 0x6b, 0xbd, 0xfa, 0xa0, 0xb3, 0xdf, 0xbf, 0x86, 0x7e, 0x28, - 0x04, 0xc8, 0x13, 0x85, 0x9d, 0xd8, 0x1a, 0x4b, 0x66, 0xff, 0x25, 0x6a, 0x9a, 0xea, 0xf8, 0x00, - 0x35, 0xa9, 0x02, 0xaa, 0x61, 0x54, 0xb5, 0x9d, 0xbf, 0x55, 0x5b, 0xcc, 0x62, 0x18, 0x07, 0xeb, - 0xe7, 0x9f, 0xbb, 0xb5, 0xfe, 0xdc, 0x41, 0x0d, 0x7d, 0x8b, 0x37, 0x51, 0x83, 0xbf, 0xcf, 0xa1, - 0xd4, 0xba, 0xda, 0x81, 0x09, 0x54, 0x36, 0x86, 0x9c, 0x67, 0xee, 0x9a, 0xc9, 0xea, 0x00, 0x3f, - 0x44, 0xb7, 0xc2, 0x94, 0x47, 0xa7, 0x10, 0x8f, 0x69, 0x1c, 0x97, 0x20, 0x04, 0x08, 0xb7, 0xde, - 0xab, 0x0f, 0xda, 0xc1, 0x4d, 0x7b, 0x71, 0xb8, 0xc8, 0xe3, 0x3b, 0x6a, 0x63, 0x95, 0x80, 0xd8, - 0x5d, 0xef, 0x39, 0x83, 0x56, 0x60, 0x23, 0xbc, 0x83, 0xda, 0x1a, 0x4b, 0xc3, 0x14, 0xdc, 0x86, - 0xbe, 0x5a, 0x25, 0xf0, 0x11, 0x42, 0x25, 0x95, 0x30, 0x4e, 0x59, 0xc6, 0xa4, 0xdb, 0xd4, 0xbb, - 0xee, 0x5d, 0x23, 0x2f, 0xa0, 0x12, 0x5e, 0x29, 0x9c, 0x95, 0xd8, 0x2e, 0x17, 0x09, 0xab, 0xf2, - 0xab, 0x83, 0xda, 0x4b, 0x90, 0x1a, 0x88, 0x46, 0x92, 0x9d, 0x81, 0x96, 0xda, 0x0a, 0x6c, 0x84, - 0x5f, 0xa3, 0x86, 0xe9, 0xa6, 0xb4, 0x6e, 0x0c, 0x0f, 0x55, 0xad, 0xef, 0xd3, 0xee, 0xfd, 0x84, - 0xc9, 0x77, 0x55, 0x48, 0x22, 0x9e, 0xf9, 0xd6, 0x63, 0xe6, 0xb3, 0x2b, 0xe2, 0x53, 0x5f, 0x4e, - 0x0a, 0x10, 0xe4, 0x45, 0x2e, 0x7f, 0x4d, 0xbb, 0x37, 0x34, 0xfd, 0x11, 0xcf, 0x98, 0x84, 0xac, - 0x90, 0x93, 0xc0, 0xd4, 0xc3, 0x23, 0xd4, 0x91, 0x2c, 0x83, 0x71, 0x01, 0x25, 0xe3, 0xb1, 0x5b, - 0xd7, 0x62, 0xb6, 0x88, 0xb1, 0x1e, 0x59, 0x58, 0x8f, 0x8c, 0xac, 0xf5, 0x86, 0x2d, 0xd5, 0xf9, - 0xfc, 0x47, 0xd7, 0x09, 0x90, 0xe2, 0x1d, 0x6b, 0x5a, 0xff, 0x8b, 0x83, 0x3a, 0x57, 0x6c, 0x81, - 0x9f, 0xa1, 0xff, 0xa3, 0xaa, 0x2c, 0x21, 0x97, 0x63, 0x6d, 0x8d, 0x89, 0x75, 0xe4, 0x16, 0x31, - 0xe3, 0x11, 0xf5, 0x12, 0x96, 0x3b, 0x7a, 0xca, 0x59, 0x6e, 0xd7, 0xf3, 0x9f, 0xa5, 0x2d, 0xeb, - 0x6c, 0xe8, 0xe9, 0x20, 0xa5, 0x85, 0xfa, 0x4b, 0x6b, 0xff, 0x3e, 0x9e, 0x96, 0x75, 0x64, 0x78, - 0x66, 0xd5, 0xc3, 0xd1, 0xc5, 0xcc, 0x73, 0x2e, 0x67, 0x9e, 0xf3, 0x73, 0xe6, 0x39, 0x1f, 0xe7, - 0x5e, 0xed, 0x72, 0xee, 0xd5, 0xbe, 0xcd, 0xbd, 0xda, 0x9b, 0x07, 0x57, 0xf6, 0xa8, 0xfe, 0xe3, - 0x6e, 0x4a, 0x43, 0xa1, 0x4f, 0xfe, 0x87, 0xd5, 0x9b, 0xd7, 0xfb, 0x0c, 0x9b, 0xba, 0xeb, 0xe3, - 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x3f, 0xa6, 0xf1, 0xda, 0x11, 0x04, 0x00, 0x00, + // 593 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0x4d, 0x6f, 0xd3, 0x40, + 0x10, 0x8d, 0x9b, 0x26, 0x4a, 0x36, 0xe5, 0x6b, 0x55, 0x90, 0x5b, 0x15, 0x27, 0x0a, 0x12, 0x8a, + 0x54, 0xba, 0x6e, 0xcb, 0xad, 0x9c, 0x1a, 0x5a, 0x10, 0x88, 0x43, 0xe5, 0x1e, 0x90, 0xb8, 0x44, + 0x6b, 0x7b, 0x70, 0x57, 0xb5, 0xbd, 0x96, 0x77, 0x5d, 0xc8, 0xbf, 0x80, 0x5b, 0x8f, 0x48, 0xfc, + 0x13, 0x4e, 0x3d, 0xf6, 0x88, 0x38, 0x14, 0x94, 0xdc, 0xf8, 0x15, 0x68, 0x3f, 0x92, 0xf4, 0x40, + 0x11, 0x27, 0xef, 0xcc, 0xbe, 0x37, 0x33, 0x6f, 0xfc, 0x16, 0x3d, 0x3a, 0xa5, 0x67, 0xd4, 0x67, + 0x42, 0x54, 0x34, 0x8f, 0xc0, 0x3f, 0xdb, 0x09, 0x41, 0xd2, 0x1d, 0x3f, 0x81, 0x1c, 0x04, 0x13, + 0xa4, 0x28, 0xb9, 0xe4, 0xf8, 0xbe, 0x02, 0x91, 0x19, 0x88, 0x58, 0xd0, 0xba, 0x17, 0x71, 0x91, + 0x71, 0xe1, 0x87, 0x54, 0x2c, 0x98, 0x11, 0x67, 0xb9, 0xa1, 0xad, 0xaf, 0x26, 0x3c, 0xe1, 0xfa, + 0xe8, 0xab, 0x93, 0xcd, 0x7a, 0x09, 0xe7, 0x49, 0x0a, 0xbe, 0x8e, 0xc2, 0xea, 0xbd, 0x1f, 0x57, + 0x25, 0x95, 0x8c, 0x5b, 0x56, 0xff, 0xb3, 0x83, 0x56, 0x5e, 0x9a, 0xf6, 0xc7, 0x92, 0x4a, 0xc0, + 0xcf, 0x50, 0xb3, 0xa0, 0x25, 0xcd, 0x84, 0xeb, 0xf4, 0x9c, 0x41, 0x67, 0xf7, 0x21, 0xf9, 0xeb, + 0x38, 0xe4, 0x48, 0x83, 0x86, 0xcb, 0x17, 0x57, 0xdd, 0x5a, 0x60, 0x29, 0xf8, 0x00, 0xb5, 0x44, + 0x55, 0x14, 0x29, 0x03, 0xe1, 0x2e, 0xf5, 0xea, 0x83, 0xce, 0x6e, 0xff, 0x06, 0xfa, 0xbe, 0x10, + 0x20, 0x8f, 0x15, 0x76, 0x6c, 0x6b, 0xcc, 0x99, 0xfd, 0xd7, 0xa8, 0x69, 0xaa, 0xe3, 0x3d, 0xd4, + 0xa4, 0x0a, 0xa8, 0x86, 0x51, 0xd5, 0x36, 0xfe, 0x55, 0x6d, 0x36, 0x8b, 0x61, 0xec, 0x2d, 0x9f, + 0x7f, 0xe9, 0xd6, 0xfa, 0x53, 0x07, 0x35, 0xf4, 0x2d, 0x5e, 0x45, 0x0d, 0xfe, 0x21, 0x87, 0x52, + 0xeb, 0x6a, 0x07, 0x26, 0x50, 0xd9, 0x18, 0x72, 0x9e, 0xb9, 0x4b, 0x26, 0xab, 0x03, 0xbc, 0x89, + 0xee, 0x85, 0x29, 0x8f, 0x4e, 0x21, 0x1e, 0xd1, 0x38, 0x2e, 0x41, 0x08, 0x10, 0x6e, 0xbd, 0x57, + 0x1f, 0xb4, 0x83, 0xbb, 0xf6, 0x62, 0x7f, 0x96, 0xc7, 0x0f, 0xd4, 0xc6, 0x2a, 0x01, 0xb1, 0xbb, + 0xdc, 0x73, 0x06, 0xad, 0xc0, 0x46, 0x78, 0x03, 0xb5, 0x35, 0x96, 0x86, 0x29, 0xb8, 0x0d, 0x7d, + 0xb5, 0x48, 0xe0, 0x43, 0x84, 0x4a, 0x2a, 0x61, 0x94, 0xb2, 0x8c, 0x49, 0xb7, 0xa9, 0x77, 0xdd, + 0xbb, 0x41, 0x5e, 0x40, 0x25, 0xbc, 0x51, 0x38, 0x2b, 0xb1, 0x5d, 0xce, 0x12, 0x56, 0xe5, 0x37, + 0x07, 0xb5, 0xe7, 0x20, 0x35, 0x10, 0x8d, 0x24, 0x3b, 0x03, 0x2d, 0xb5, 0x15, 0xd8, 0x08, 0xbf, + 0x45, 0x0d, 0xd3, 0x4d, 0x69, 0x5d, 0x19, 0xee, 0xab, 0x5a, 0x3f, 0xae, 0xba, 0x8f, 0x13, 0x26, + 0x4f, 0xaa, 0x90, 0x44, 0x3c, 0xf3, 0xad, 0xc7, 0xcc, 0x67, 0x4b, 0xc4, 0xa7, 0xbe, 0x1c, 0x17, + 0x20, 0xc8, 0xab, 0x5c, 0xfe, 0xbe, 0xea, 0xde, 0xd1, 0xf4, 0x27, 0x3c, 0x63, 0x12, 0xb2, 0x42, + 0x8e, 0x03, 0x53, 0x0f, 0x1f, 0xa0, 0x8e, 0x64, 0x19, 0x8c, 0x0a, 0x28, 0x19, 0x8f, 0xdd, 0xba, + 0x16, 0xb3, 0x46, 0x8c, 0xf5, 0xc8, 0xcc, 0x7a, 0xe4, 0xc0, 0x5a, 0x6f, 0xd8, 0x52, 0x9d, 0xcf, + 0x7f, 0x76, 0x9d, 0x00, 0x29, 0xde, 0x91, 0xa6, 0xf5, 0xbf, 0x3a, 0xa8, 0x73, 0xcd, 0x16, 0xf8, + 0x05, 0xba, 0x1d, 0x55, 0x65, 0x09, 0xb9, 0x1c, 0x69, 0x6b, 0x8c, 0xad, 0x23, 0xd7, 0x88, 0x19, + 0x8f, 0xa8, 0x97, 0x30, 0xdf, 0xd1, 0x73, 0xce, 0x72, 0xbb, 0x9e, 0x5b, 0x96, 0x36, 0xaf, 0xb3, + 0xa2, 0xa7, 0x83, 0x94, 0x16, 0xea, 0x2f, 0x2d, 0xfd, 0xff, 0x78, 0x5a, 0xd6, 0xa1, 0xe1, 0x99, + 0x55, 0x0f, 0x0f, 0x2f, 0x26, 0x9e, 0x73, 0x39, 0xf1, 0x9c, 0x5f, 0x13, 0xcf, 0xf9, 0x34, 0xf5, + 0x6a, 0x97, 0x53, 0xaf, 0xf6, 0x7d, 0xea, 0xd5, 0xde, 0x6d, 0x5e, 0xdb, 0xe3, 0x76, 0x92, 0xd2, + 0x50, 0xf8, 0xdb, 0xc9, 0x56, 0x74, 0x42, 0x59, 0xee, 0x7f, 0x5c, 0x3c, 0x7a, 0xbd, 0xd0, 0xb0, + 0xa9, 0xdb, 0x3e, 0xfd, 0x13, 0x00, 0x00, 0xff, 0xff, 0xe9, 0xcd, 0x02, 0x80, 0x12, 0x04, 0x00, + 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/issuance/types/genesis_test.go b/x/issuance/types/genesis_test.go index 5c1db540..5861107d 100644 --- a/x/issuance/types/genesis_test.go +++ b/x/issuance/types/genesis_test.go @@ -10,8 +10,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/issuance/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/issuance/types" ) type GenesisTestSuite struct { diff --git a/x/issuance/types/msg_test.go b/x/issuance/types/msg_test.go index e7932166..e1b4ad2c 100644 --- a/x/issuance/types/msg_test.go +++ b/x/issuance/types/msg_test.go @@ -9,8 +9,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/issuance/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/issuance/types" ) type MsgTestSuite struct { diff --git a/x/issuance/types/query.pb.go b/x/issuance/types/query.pb.go index 3cefbb8b..976b87f4 100644 --- a/x/issuance/types/query.pb.go +++ b/x/issuance/types/query.pb.go @@ -119,25 +119,26 @@ func init() { func init() { proto.RegisterFile("kava/issuance/v1beta1/query.proto", fileDescriptor_88f8bf3fcbf02033) } var fileDescriptor_88f8bf3fcbf02033 = []byte{ - // 288 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcc, 0x4e, 0x2c, 0x4b, - 0xd4, 0xcf, 0x2c, 0x2e, 0x2e, 0x4d, 0xcc, 0x4b, 0x4e, 0xd5, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, - 0x34, 0xd4, 0x2f, 0x2c, 0x4d, 0x2d, 0xaa, 0xd4, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x05, - 0x29, 0xd1, 0x83, 0x29, 0xd1, 0x83, 0x2a, 0x91, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0xab, 0xd0, - 0x07, 0xb1, 0x20, 0x8a, 0xa5, 0x64, 0xd2, 0xf3, 0xf3, 0xd3, 0x73, 0x52, 0xf5, 0x13, 0x0b, 0x32, - 0xf5, 0x13, 0xf3, 0xf2, 0xf2, 0x4b, 0x12, 0x4b, 0x32, 0xf3, 0xf3, 0x8a, 0xa1, 0xb2, 0xca, 0xd8, - 0x6d, 0x4b, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x84, 0x2a, 0x52, 0x12, 0xe1, 0x12, 0x0a, 0x04, 0x59, - 0x1f, 0x90, 0x58, 0x94, 0x98, 0x5b, 0x1c, 0x94, 0x5a, 0x58, 0x9a, 0x5a, 0x5c, 0xa2, 0x14, 0xc4, - 0x25, 0x8c, 0x22, 0x5a, 0x5c, 0x90, 0x9f, 0x57, 0x9c, 0x2a, 0x64, 0xcd, 0xc5, 0x56, 0x00, 0x16, - 0x91, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x36, 0x92, 0xd5, 0xc3, 0xea, 0x5a, 0x3d, 0x88, 0x36, 0x27, - 0x96, 0x13, 0xf7, 0xe4, 0x19, 0x82, 0xa0, 0x5a, 0x8c, 0x26, 0x30, 0x72, 0xb1, 0x82, 0x0d, 0x15, - 0x6a, 0x63, 0xe4, 0x62, 0x83, 0x28, 0x11, 0xd2, 0xc4, 0x61, 0x02, 0xa6, 0x9b, 0xa4, 0xb4, 0x88, - 0x51, 0x0a, 0x71, 0xa8, 0x92, 0x6a, 0xd3, 0xe5, 0x27, 0x93, 0x99, 0xe4, 0x85, 0x64, 0xf5, 0xb1, - 0x87, 0x01, 0xc4, 0x49, 0x4e, 0x2e, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, - 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, 0x10, - 0xa5, 0x95, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0x0b, 0x36, 0x42, 0x37, 0x27, - 0x31, 0xa9, 0x18, 0x62, 0x58, 0x05, 0xc2, 0xb8, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, - 0x48, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x44, 0xff, 0xd6, 0x68, 0xde, 0x01, 0x00, 0x00, + // 294 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0xbf, 0x4b, 0x03, 0x31, + 0x14, 0xc7, 0x2f, 0xa2, 0x1d, 0xe2, 0x16, 0x2b, 0x48, 0xb1, 0xa9, 0x9e, 0x08, 0xfe, 0xc0, 0xa4, + 0xad, 0xa3, 0x5b, 0xc1, 0x5d, 0x6f, 0x74, 0x7b, 0x77, 0x84, 0x34, 0xd8, 0x26, 0xd7, 0x4b, 0xae, + 0xd8, 0xd5, 0xc1, 0xb9, 0xe0, 0x3f, 0xd5, 0xb1, 0xe0, 0xe2, 0x24, 0x72, 0xe7, 0x1f, 0x22, 0xf7, + 0x43, 0x44, 0x3c, 0xc1, 0x2d, 0xbc, 0x7c, 0xde, 0xf7, 0x7d, 0xf8, 0xe2, 0xc3, 0x7b, 0x98, 0x03, + 0x57, 0xd6, 0xa6, 0xa0, 0x23, 0xc1, 0xe7, 0x83, 0x50, 0x38, 0x18, 0xf0, 0x59, 0x2a, 0x92, 0x05, + 0x8b, 0x13, 0xe3, 0x0c, 0xd9, 0x2d, 0x10, 0xf6, 0x85, 0xb0, 0x1a, 0xe9, 0xb4, 0xa5, 0x91, 0xa6, + 0x24, 0x78, 0xf1, 0xaa, 0xe0, 0xce, 0xbe, 0x34, 0x46, 0x4e, 0x04, 0x87, 0x58, 0x71, 0xd0, 0xda, + 0x38, 0x70, 0xca, 0x68, 0x5b, 0xff, 0x1e, 0x35, 0x5f, 0x93, 0x42, 0x0b, 0xab, 0x6a, 0xc8, 0x6f, + 0x63, 0x72, 0x5b, 0x9c, 0xbf, 0x81, 0x04, 0xa6, 0x36, 0x10, 0xb3, 0x54, 0x58, 0xe7, 0x07, 0x78, + 0xe7, 0xc7, 0xd4, 0xc6, 0x46, 0x5b, 0x41, 0xae, 0x70, 0x2b, 0x2e, 0x27, 0x7b, 0xe8, 0x00, 0x9d, + 0x6c, 0x0f, 0xbb, 0xac, 0xd1, 0x96, 0x55, 0x6b, 0xa3, 0xcd, 0xd5, 0x5b, 0xcf, 0x0b, 0xea, 0x95, + 0xe1, 0x12, 0xe1, 0xad, 0x32, 0x94, 0x3c, 0x21, 0xdc, 0xaa, 0x10, 0x72, 0xfa, 0x47, 0xc2, 0x6f, + 0xa7, 0xce, 0xd9, 0x7f, 0xd0, 0x4a, 0xd4, 0x3f, 0x7e, 0x7c, 0xf9, 0x78, 0xde, 0xe8, 0x91, 0x2e, + 0x6f, 0xee, 0xa0, 0x52, 0x1a, 0x5d, 0xaf, 0x32, 0x8a, 0xd6, 0x19, 0x45, 0xef, 0x19, 0x45, 0xcb, + 0x9c, 0x7a, 0xeb, 0x9c, 0x7a, 0xaf, 0x39, 0xf5, 0xee, 0xce, 0xa5, 0x72, 0xe3, 0x34, 0x64, 0x91, + 0x99, 0xf2, 0xbe, 0x9c, 0x40, 0x68, 0x79, 0x5f, 0x5e, 0x44, 0x63, 0x50, 0x9a, 0x3f, 0x7c, 0xe7, + 0xb9, 0x45, 0x2c, 0x6c, 0xd8, 0x2a, 0xab, 0xbc, 0xfc, 0x0c, 0x00, 0x00, 0xff, 0xff, 0x04, 0x42, + 0x67, 0x47, 0xdf, 0x01, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/issuance/types/tx.pb.go b/x/issuance/types/tx.pb.go index e0416cc9..a2c68728 100644 --- a/x/issuance/types/tx.pb.go +++ b/x/issuance/types/tx.pb.go @@ -429,38 +429,39 @@ func init() { func init() { proto.RegisterFile("kava/issuance/v1beta1/tx.proto", fileDescriptor_0cb7117b12e184a2) } var fileDescriptor_0cb7117b12e184a2 = []byte{ - // 496 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0xbf, 0x6e, 0xd3, 0x50, - 0x14, 0xc6, 0x6d, 0x5a, 0xa2, 0xf4, 0x14, 0xa5, 0xc2, 0x2a, 0x25, 0x31, 0x92, 0x53, 0x45, 0x02, - 0x22, 0xa4, 0x5e, 0xd3, 0x32, 0x20, 0xb1, 0x11, 0x58, 0x18, 0x22, 0x21, 0x17, 0x16, 0x16, 0x74, - 0x6d, 0x1f, 0x8c, 0x95, 0xc4, 0x37, 0xf2, 0xb9, 0x8e, 0xca, 0x13, 0xc0, 0xc8, 0xc4, 0xdc, 0xc7, - 0xe9, 0xd8, 0x91, 0x09, 0xa1, 0x64, 0xe1, 0x31, 0x90, 0xaf, 0x9d, 0xc4, 0xce, 0x3f, 0x85, 0x81, - 0x6e, 0xf7, 0xdc, 0xf3, 0x9d, 0xf3, 0xfd, 0x64, 0x7d, 0xbe, 0x60, 0xf5, 0xf8, 0x88, 0xdb, 0x21, - 0x51, 0xc2, 0x23, 0x0f, 0xed, 0xd1, 0xa9, 0x8b, 0x92, 0x9f, 0xda, 0xf2, 0x82, 0x0d, 0x63, 0x21, - 0x85, 0x71, 0x2f, 0xed, 0xb3, 0x69, 0x9f, 0xe5, 0x7d, 0xd3, 0xf2, 0x04, 0x0d, 0x04, 0xd9, 0x2e, - 0xa7, 0xf9, 0x90, 0x27, 0xc2, 0x28, 0x1b, 0x33, 0x0f, 0x03, 0x11, 0x08, 0x75, 0xb4, 0xd3, 0x53, - 0x76, 0xdb, 0xfa, 0xaa, 0x43, 0xad, 0x4b, 0xc1, 0x1b, 0xa2, 0x04, 0xdf, 0x89, 0x1e, 0x46, 0x64, - 0x1c, 0x41, 0x85, 0x30, 0xf2, 0x31, 0xae, 0xeb, 0xc7, 0x7a, 0x7b, 0xcf, 0xc9, 0x2b, 0xe3, 0x39, - 0x54, 0xa4, 0x52, 0xd4, 0x6f, 0x1d, 0xeb, 0xed, 0xfd, 0xb3, 0x06, 0xcb, 0x1c, 0x59, 0xea, 0x38, - 0xc5, 0x60, 0xaf, 0x44, 0x18, 0x75, 0x76, 0xaf, 0x7e, 0x35, 0x35, 0x27, 0x97, 0x1b, 0x26, 0x54, - 0x63, 0xf4, 0x30, 0x1c, 0x61, 0x5c, 0xdf, 0x51, 0x2b, 0x67, 0xf5, 0x8b, 0xea, 0xb7, 0xcb, 0xa6, - 0xf6, 0xe7, 0xb2, 0xa9, 0xb5, 0xea, 0x70, 0x54, 0x06, 0x71, 0x90, 0x86, 0x22, 0x22, 0x6c, 0xf5, - 0xe1, 0xa0, 0x4b, 0x81, 0x83, 0x3e, 0xe2, 0xe0, 0x3f, 0x31, 0x16, 0x38, 0x1a, 0x70, 0x7f, 0xc1, - 0x6d, 0x06, 0x12, 0x2b, 0x90, 0x4e, 0x5f, 0x78, 0xbd, 0x97, 0xbe, 0x1f, 0x23, 0xad, 0x07, 0x39, - 0x84, 0xdb, 0x3e, 0x46, 0x62, 0xa0, 0x38, 0xf6, 0x9c, 0xac, 0x30, 0x1e, 0xc3, 0x81, 0x9b, 0x4e, - 0xa3, 0xff, 0x91, 0x67, 0x0b, 0xf2, 0x0f, 0x52, 0xcb, 0xaf, 0xf3, 0xb5, 0x4b, 0x38, 0x45, 0xcf, - 0x19, 0x8e, 0x84, 0xbb, 0x5d, 0x0a, 0xde, 0x47, 0xee, 0x8d, 0x02, 0x3d, 0x80, 0xc6, 0x92, 0xeb, - 0x0c, 0xc9, 0x53, 0x48, 0xe7, 0x28, 0xdf, 0xf2, 0x84, 0xf0, 0x5c, 0x72, 0x99, 0xfc, 0x2b, 0x52, - 0xaa, 0x56, 0x73, 0x8a, 0xa4, 0xea, 0xe4, 0xd5, 0x12, 0x41, 0xd9, 0x64, 0x4a, 0x70, 0xf6, 0x63, - 0x17, 0x76, 0xba, 0x14, 0x18, 0x1e, 0xec, 0x17, 0x43, 0xfd, 0x90, 0xad, 0xfc, 0x6b, 0x58, 0x39, - 0x72, 0xe6, 0xc9, 0x56, 0xb2, 0xa9, 0x99, 0xf1, 0x09, 0xee, 0x94, 0x62, 0xf9, 0x68, 0xfd, 0x78, - 0x51, 0x67, 0xb2, 0xed, 0x74, 0x45, 0x9f, 0x52, 0xea, 0x36, 0xf8, 0x14, 0x75, 0x9b, 0x7c, 0x56, - 0x25, 0xca, 0xe8, 0x43, 0x6d, 0x21, 0x4e, 0xed, 0xf5, 0x1b, 0xca, 0x4a, 0xf3, 0xe9, 0xb6, 0xca, - 0xa2, 0xdb, 0x42, 0x52, 0x36, 0xb8, 0x95, 0x95, 0x9b, 0xdc, 0x56, 0x07, 0xa3, 0xf3, 0xfa, 0x6a, - 0x6c, 0xe9, 0xd7, 0x63, 0x4b, 0xff, 0x3d, 0xb6, 0xf4, 0xef, 0x13, 0x4b, 0xbb, 0x9e, 0x58, 0xda, - 0xcf, 0x89, 0xa5, 0x7d, 0x78, 0x12, 0x84, 0xf2, 0x73, 0xe2, 0x32, 0x4f, 0x0c, 0xec, 0x74, 0xeb, - 0x49, 0x9f, 0xbb, 0xa4, 0x4e, 0xf6, 0xc5, 0xfc, 0x1d, 0x96, 0x5f, 0x86, 0x48, 0x6e, 0x45, 0x3d, - 0x9b, 0xcf, 0xfe, 0x06, 0x00, 0x00, 0xff, 0xff, 0x5f, 0x6f, 0x10, 0xd6, 0xa5, 0x05, 0x00, 0x00, + // 503 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0x4f, 0x6f, 0xd3, 0x4c, + 0x10, 0xc6, 0xed, 0xb7, 0x7d, 0xa3, 0x74, 0x8b, 0x52, 0x61, 0x95, 0x92, 0x18, 0xc9, 0xa9, 0x22, + 0x01, 0x91, 0x50, 0xd7, 0x69, 0x39, 0x20, 0x71, 0x23, 0x88, 0x03, 0x87, 0x48, 0xc8, 0x85, 0x0b, + 0x17, 0xb4, 0xb6, 0x87, 0xad, 0x95, 0x64, 0x37, 0xf2, 0xac, 0xa3, 0xf2, 0x09, 0xe0, 0xc8, 0x89, + 0x73, 0x3f, 0x4e, 0x8f, 0x3d, 0x72, 0x42, 0x28, 0xb9, 0xf0, 0x31, 0x90, 0xd7, 0x4e, 0x6a, 0xe7, + 0x9f, 0xc2, 0x01, 0x6e, 0x3b, 0x3b, 0xcf, 0xcc, 0xf3, 0x93, 0xf5, 0x78, 0x89, 0xd3, 0x67, 0x63, + 0xe6, 0x46, 0x88, 0x09, 0x13, 0x01, 0xb8, 0xe3, 0x53, 0x1f, 0x14, 0x3b, 0x75, 0xd5, 0x25, 0x1d, + 0xc5, 0x52, 0x49, 0xeb, 0x5e, 0xda, 0xa7, 0xb3, 0x3e, 0xcd, 0xfb, 0xb6, 0x13, 0x48, 0x1c, 0x4a, + 0x74, 0x7d, 0x86, 0xb7, 0x43, 0x81, 0x8c, 0x44, 0x36, 0x66, 0x1f, 0x72, 0xc9, 0xa5, 0x3e, 0xba, + 0xe9, 0x29, 0xbb, 0x6d, 0x7d, 0x36, 0x49, 0xad, 0x87, 0xfc, 0x35, 0x62, 0x02, 0x6f, 0x65, 0x1f, + 0x04, 0x5a, 0x47, 0xa4, 0x82, 0x20, 0x42, 0x88, 0xeb, 0xe6, 0xb1, 0xd9, 0xde, 0xf3, 0xf2, 0xca, + 0x7a, 0x46, 0x2a, 0x4a, 0x2b, 0xea, 0xff, 0x1d, 0x9b, 0xed, 0xfd, 0xb3, 0x06, 0xcd, 0x1c, 0x69, + 0xea, 0x38, 0xc3, 0xa0, 0x2f, 0x65, 0x24, 0xba, 0xbb, 0xd7, 0x3f, 0x9a, 0x86, 0x97, 0xcb, 0x2d, + 0x9b, 0x54, 0x63, 0x08, 0x20, 0x1a, 0x43, 0x5c, 0xdf, 0xd1, 0x2b, 0xe7, 0xf5, 0xf3, 0xea, 0x97, + 0xab, 0xa6, 0xf1, 0xeb, 0xaa, 0x69, 0xb4, 0xea, 0xe4, 0xa8, 0x0c, 0xe2, 0x01, 0x8e, 0xa4, 0x40, + 0x68, 0x0d, 0xc8, 0x41, 0x0f, 0xb9, 0x07, 0x21, 0xc0, 0xf0, 0x2f, 0x31, 0x16, 0x38, 0x1a, 0xe4, + 0xfe, 0x82, 0xdb, 0x1c, 0x24, 0xd6, 0x20, 0xdd, 0x81, 0x0c, 0xfa, 0x2f, 0xc2, 0x30, 0x06, 0x5c, + 0x0f, 0x72, 0x48, 0xfe, 0x0f, 0x41, 0xc8, 0xa1, 0xe6, 0xd8, 0xf3, 0xb2, 0xc2, 0x7a, 0x4c, 0x0e, + 0xfc, 0x74, 0x1a, 0xc2, 0x0f, 0x2c, 0x5b, 0x90, 0x7f, 0x90, 0x5a, 0x7e, 0x9d, 0xaf, 0x5d, 0xc2, + 0x29, 0x7a, 0xce, 0x71, 0x14, 0xb9, 0xdb, 0x43, 0xfe, 0x4e, 0xf8, 0xff, 0x14, 0xe8, 0x01, 0x69, + 0x2c, 0xb9, 0xce, 0x91, 0x02, 0x8d, 0x74, 0x0e, 0xea, 0x0d, 0x4b, 0x10, 0xce, 0x15, 0x53, 0xc9, + 0x9f, 0x22, 0xa5, 0x6a, 0x3d, 0xa7, 0x49, 0xaa, 0x5e, 0x5e, 0x2d, 0x11, 0x94, 0x4d, 0x66, 0x04, + 0x67, 0xdf, 0x76, 0xc9, 0x4e, 0x0f, 0xb9, 0x15, 0x90, 0xfd, 0x62, 0xa8, 0x1f, 0xd2, 0x95, 0x7f, + 0x0d, 0x2d, 0x47, 0xce, 0x3e, 0xd9, 0x4a, 0x36, 0x33, 0xb3, 0x3e, 0x92, 0x3b, 0xa5, 0x58, 0x3e, + 0x5a, 0x3f, 0x5e, 0xd4, 0xd9, 0x74, 0x3b, 0x5d, 0xd1, 0xa7, 0x94, 0xba, 0x0d, 0x3e, 0x45, 0xdd, + 0x26, 0x9f, 0x55, 0x89, 0xb2, 0x06, 0xa4, 0xb6, 0x10, 0xa7, 0xf6, 0xfa, 0x0d, 0x65, 0xa5, 0xdd, + 0xd9, 0x56, 0x59, 0x74, 0x5b, 0x48, 0xca, 0x06, 0xb7, 0xb2, 0x72, 0x93, 0xdb, 0xea, 0x60, 0x74, + 0x5f, 0x5d, 0x4f, 0x1c, 0xf3, 0x66, 0xe2, 0x98, 0x3f, 0x27, 0x8e, 0xf9, 0x75, 0xea, 0x18, 0x37, + 0x53, 0xc7, 0xf8, 0x3e, 0x75, 0x8c, 0xf7, 0x4f, 0x78, 0xa4, 0x2e, 0x12, 0x9f, 0x06, 0x72, 0xe8, + 0x76, 0xf8, 0x80, 0xf9, 0xe8, 0x76, 0xf8, 0x49, 0x70, 0xc1, 0x22, 0xe1, 0x5e, 0xde, 0x3e, 0xc4, + 0xea, 0xd3, 0x08, 0xd0, 0xaf, 0xe8, 0x77, 0xf3, 0xe9, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x78, + 0x4d, 0xbc, 0xcd, 0xa6, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/kavadist/abci.go b/x/kavadist/abci.go index dbe53d41..65c249d0 100644 --- a/x/kavadist/abci.go +++ b/x/kavadist/abci.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/kavadist/keeper" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/keeper" + "github.com/0glabs/0g-chain/x/kavadist/types" ) func BeginBlocker(ctx sdk.Context, k keeper.Keeper) { diff --git a/x/kavadist/client/cli/query.go b/x/kavadist/client/cli/query.go index 5316113f..cfad1103 100644 --- a/x/kavadist/client/cli/query.go +++ b/x/kavadist/client/cli/query.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/kavadist/client/cli/tx.go b/x/kavadist/client/cli/tx.go index b226d27f..6cea532b 100644 --- a/x/kavadist/client/cli/tx.go +++ b/x/kavadist/client/cli/tx.go @@ -11,7 +11,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/types" ) // GetCmdSubmitProposal implements the command to submit a community-pool multi-spend proposal diff --git a/x/kavadist/client/cli/utils.go b/x/kavadist/client/cli/utils.go index 3159065c..9113bf8a 100644 --- a/x/kavadist/client/cli/utils.go +++ b/x/kavadist/client/cli/utils.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/types" ) // ParseCommunityPoolMultiSpendProposalJSON reads and parses a CommunityPoolMultiSpendProposalJSON from a file. diff --git a/x/kavadist/client/proposal_handler.go b/x/kavadist/client/proposal_handler.go index cadeaa21..d28eae04 100644 --- a/x/kavadist/client/proposal_handler.go +++ b/x/kavadist/client/proposal_handler.go @@ -3,7 +3,7 @@ package client import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" - "github.com/kava-labs/kava/x/kavadist/client/cli" + "github.com/0glabs/0g-chain/x/kavadist/client/cli" ) // community-pool multi-spend proposal handler diff --git a/x/kavadist/genesis.go b/x/kavadist/genesis.go index 78079bef..d92e06e6 100644 --- a/x/kavadist/genesis.go +++ b/x/kavadist/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/kavadist/keeper" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/keeper" + "github.com/0glabs/0g-chain/x/kavadist/types" ) // InitGenesis initializes the store state from a genesis state. diff --git a/x/kavadist/genesis_test.go b/x/kavadist/genesis_test.go index 171a4fee..4f2f3cb5 100644 --- a/x/kavadist/genesis_test.go +++ b/x/kavadist/genesis_test.go @@ -10,9 +10,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/kavadist" - testutil "github.com/kava-labs/kava/x/kavadist/testutil" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist" + testutil "github.com/0glabs/0g-chain/x/kavadist/testutil" + "github.com/0glabs/0g-chain/x/kavadist/types" ) type genesisTestSuite struct { diff --git a/x/kavadist/handler.go b/x/kavadist/handler.go index decad8ea..30474fa7 100644 --- a/x/kavadist/handler.go +++ b/x/kavadist/handler.go @@ -6,8 +6,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/kava-labs/kava/x/kavadist/keeper" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/keeper" + "github.com/0glabs/0g-chain/x/kavadist/types" ) // NewCommunityPoolMultiSpendProposalHandler diff --git a/x/kavadist/keeper/grpc_query.go b/x/kavadist/keeper/grpc_query.go index 6c9426eb..ab9090eb 100644 --- a/x/kavadist/keeper/grpc_query.go +++ b/x/kavadist/keeper/grpc_query.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/types" ) type queryServer struct { diff --git a/x/kavadist/keeper/grpc_query_test.go b/x/kavadist/keeper/grpc_query_test.go index 8dec832f..60c9641a 100644 --- a/x/kavadist/keeper/grpc_query_test.go +++ b/x/kavadist/keeper/grpc_query_test.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/types" ) func (suite *keeperTestSuite) TestGRPCParams() { diff --git a/x/kavadist/keeper/infrastructure.go b/x/kavadist/keeper/infrastructure.go index 0445d662..5ecefbdc 100644 --- a/x/kavadist/keeper/infrastructure.go +++ b/x/kavadist/keeper/infrastructure.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/types" ) func (k Keeper) mintInfrastructurePeriods(ctx sdk.Context, periods types.Periods, previousBlockTime time.Time) (sdk.Coin, sdkmath.Int, error) { diff --git a/x/kavadist/keeper/keeper.go b/x/kavadist/keeper/keeper.go index cc324c53..fb1cd2eb 100644 --- a/x/kavadist/keeper/keeper.go +++ b/x/kavadist/keeper/keeper.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/types" ) // Keeper keeper for the cdp module diff --git a/x/kavadist/keeper/keeper_test.go b/x/kavadist/keeper/keeper_test.go index 92ce928f..62c62591 100644 --- a/x/kavadist/keeper/keeper_test.go +++ b/x/kavadist/keeper/keeper_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/x/kavadist/testutil" + "github.com/0glabs/0g-chain/x/kavadist/testutil" ) type keeperTestSuite struct { diff --git a/x/kavadist/keeper/mint.go b/x/kavadist/keeper/mint.go index e9a20ca5..496d35ba 100644 --- a/x/kavadist/keeper/mint.go +++ b/x/kavadist/keeper/mint.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/types" ) // MintPeriodInflation mints new tokens according to the inflation schedule specified in the parameters diff --git a/x/kavadist/keeper/mint_test.go b/x/kavadist/keeper/mint_test.go index c58923d1..be86f6fa 100644 --- a/x/kavadist/keeper/mint_test.go +++ b/x/kavadist/keeper/mint_test.go @@ -6,8 +6,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/kavadist/types" ) func (suite *keeperTestSuite) TestMintExpiredPeriod() { diff --git a/x/kavadist/keeper/params.go b/x/kavadist/keeper/params.go index db4a3fbe..36fe2382 100644 --- a/x/kavadist/keeper/params.go +++ b/x/kavadist/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/types" ) // GetParams returns the params from the store diff --git a/x/kavadist/keeper/proposal_handler.go b/x/kavadist/keeper/proposal_handler.go index 3f51d539..27f6f839 100644 --- a/x/kavadist/keeper/proposal_handler.go +++ b/x/kavadist/keeper/proposal_handler.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/types" ) // HandleCommunityPoolMultiSpendProposal is a handler for executing a passed community multi-spend proposal diff --git a/x/kavadist/keeper/proposal_handler_test.go b/x/kavadist/keeper/proposal_handler_test.go index fe6317ce..3355e7ea 100644 --- a/x/kavadist/keeper/proposal_handler_test.go +++ b/x/kavadist/keeper/proposal_handler_test.go @@ -4,8 +4,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/kavadist/keeper" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/keeper" + "github.com/0glabs/0g-chain/x/kavadist/types" ) func (suite *keeperTestSuite) TestHandleCommunityPoolMultiSpendProposal() { diff --git a/x/kavadist/module.go b/x/kavadist/module.go index 11d01d8b..ec3fbbc1 100644 --- a/x/kavadist/module.go +++ b/x/kavadist/module.go @@ -16,9 +16,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/kava-labs/kava/x/kavadist/client/cli" - "github.com/kava-labs/kava/x/kavadist/keeper" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/client/cli" + "github.com/0glabs/0g-chain/x/kavadist/keeper" + "github.com/0glabs/0g-chain/x/kavadist/types" ) var ( diff --git a/x/kavadist/testutil/suite.go b/x/kavadist/testutil/suite.go index 58a001da..e5af0c5d 100644 --- a/x/kavadist/testutil/suite.go +++ b/x/kavadist/testutil/suite.go @@ -16,9 +16,9 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/kavadist/keeper" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/kavadist/keeper" + "github.com/0glabs/0g-chain/x/kavadist/types" ) // Suite implements a test suite for the kavadist module integration tests diff --git a/x/kavadist/types/genesis.pb.go b/x/kavadist/types/genesis.pb.go index d89ed141..f13d51d6 100644 --- a/x/kavadist/types/genesis.pb.go +++ b/x/kavadist/types/genesis.pb.go @@ -89,25 +89,25 @@ func init() { } var fileDescriptor_77f4885f7744ff13 = []byte{ - // 279 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xce, 0x4e, 0x2c, 0x4b, - 0xd4, 0x07, 0x11, 0x29, 0x99, 0xc5, 0x25, 0xfa, 0x65, 0x86, 0x49, 0xa9, 0x25, 0x89, 0x86, 0xfa, - 0xe9, 0xa9, 0x79, 0xa9, 0xc5, 0x99, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0xa2, 0x20, - 0x79, 0x3d, 0x98, 0x22, 0x3d, 0xa8, 0x22, 0x29, 0x91, 0xf4, 0xfc, 0xf4, 0x7c, 0xb0, 0x0a, 0x7d, - 0x10, 0x0b, 0xa2, 0x58, 0x4a, 0x3e, 0x3d, 0x3f, 0x3f, 0x3d, 0x27, 0x55, 0x1f, 0xcc, 0x4b, 0x2a, - 0x4d, 0xd3, 0x2f, 0xc9, 0xcc, 0x4d, 0x2d, 0x2e, 0x49, 0xcc, 0x2d, 0x80, 0x2a, 0x50, 0xc2, 0x6e, - 0x65, 0x41, 0x62, 0x51, 0x62, 0x2e, 0xd4, 0x46, 0xa5, 0x85, 0x8c, 0x5c, 0x3c, 0xee, 0x10, 0x37, - 0x04, 0x97, 0x24, 0x96, 0xa4, 0x0a, 0x59, 0x73, 0xb1, 0x41, 0x14, 0x48, 0x30, 0x2a, 0x30, 0x6a, - 0x70, 0x1b, 0xc9, 0xea, 0x61, 0x75, 0x93, 0x5e, 0x00, 0x58, 0x91, 0x13, 0xcb, 0x89, 0x7b, 0xf2, - 0x0c, 0x41, 0x50, 0x2d, 0x42, 0x21, 0x5c, 0xc2, 0x05, 0x45, 0xa9, 0x65, 0x99, 0xf9, 0xa5, 0xc5, - 0xf1, 0x49, 0x39, 0xf9, 0xc9, 0xd9, 0xf1, 0x20, 0x37, 0x49, 0x30, 0x81, 0x4d, 0x92, 0xd2, 0x83, - 0x38, 0x58, 0x0f, 0xe6, 0x60, 0xbd, 0x10, 0x98, 0x83, 0x9d, 0x38, 0x40, 0xc6, 0x4c, 0xb8, 0x2f, - 0xcf, 0x18, 0x24, 0x08, 0x33, 0xc0, 0x09, 0xa4, 0x1f, 0xa4, 0xc2, 0xc9, 0xe5, 0xc4, 0x23, 0x39, - 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, - 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0xb4, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, - 0xf3, 0x73, 0xc1, 0xfe, 0xd4, 0xcd, 0x49, 0x4c, 0x2a, 0x06, 0xb3, 0xf4, 0x2b, 0x10, 0x1e, 0x2f, - 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0x5b, 0x6b, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x10, - 0xd1, 0xf3, 0x3d, 0x89, 0x01, 0x00, 0x00, + // 284 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x8f, 0xc1, 0x4a, 0xc3, 0x30, + 0x18, 0xc7, 0x1b, 0x91, 0x21, 0xd5, 0x8b, 0x55, 0x61, 0x14, 0x4c, 0x65, 0x5e, 0x04, 0x31, 0xd9, + 0xf4, 0xe8, 0xad, 0x20, 0x5e, 0x65, 0xee, 0xe4, 0x65, 0x24, 0x35, 0x66, 0x61, 0xed, 0x52, 0x9a, + 0xaf, 0x45, 0xdf, 0x62, 0xaf, 0xe0, 0xdb, 0xec, 0xb8, 0xa3, 0x27, 0x95, 0xf6, 0x45, 0x24, 0x69, + 0x8b, 0x97, 0x5d, 0x42, 0x42, 0x7e, 0xdf, 0xff, 0xff, 0xfb, 0xfc, 0xcb, 0x25, 0xab, 0x18, 0xb5, + 0xc7, 0xab, 0x32, 0x40, 0xab, 0x09, 0x17, 0xc0, 0x26, 0x54, 0x8a, 0x95, 0x30, 0xca, 0x90, 0xbc, + 0xd0, 0xa0, 0x83, 0x33, 0xfb, 0x4f, 0x7a, 0x88, 0x74, 0x50, 0x78, 0x2a, 0xb5, 0xd4, 0x8e, 0xa0, + 0xf6, 0xd6, 0xc2, 0x61, 0x24, 0xb5, 0x96, 0xa9, 0xa0, 0xee, 0xc5, 0xcb, 0x37, 0x0a, 0x2a, 0x13, + 0x06, 0x58, 0x96, 0x77, 0xc0, 0x68, 0x77, 0x65, 0xce, 0x0a, 0x96, 0x75, 0x8d, 0xa3, 0x4f, 0xe4, + 0x1f, 0x3d, 0xb6, 0x0e, 0xcf, 0xc0, 0x40, 0x04, 0xf7, 0xfe, 0xa0, 0x05, 0x86, 0xe8, 0x02, 0x5d, + 0x1d, 0xde, 0x9e, 0x93, 0x9d, 0x4e, 0xe4, 0xc9, 0x41, 0xf1, 0xfe, 0xe6, 0x3b, 0xf2, 0xa6, 0xdd, + 0x48, 0x30, 0xf3, 0x4f, 0xf2, 0x42, 0x54, 0x4a, 0x97, 0x66, 0xce, 0x53, 0x9d, 0x2c, 0xe7, 0xd6, + 0x69, 0xb8, 0xe7, 0x92, 0x42, 0xd2, 0x0a, 0x93, 0x5e, 0x98, 0xcc, 0x7a, 0xe1, 0xf8, 0xc0, 0xc6, + 0xac, 0x7f, 0x22, 0x34, 0x3d, 0xee, 0x03, 0x62, 0x3b, 0x6f, 0x89, 0xf8, 0x61, 0x53, 0x63, 0xb4, + 0xad, 0x31, 0xfa, 0xad, 0x31, 0x5a, 0x37, 0xd8, 0xdb, 0x36, 0xd8, 0xfb, 0x6a, 0xb0, 0xf7, 0x72, + 0x2d, 0x15, 0x2c, 0x4a, 0x4e, 0x12, 0x9d, 0xd1, 0xb1, 0x4c, 0x19, 0x37, 0x74, 0x2c, 0x6f, 0x92, + 0x05, 0x53, 0x2b, 0xfa, 0xfe, 0xbf, 0x39, 0x7c, 0xe4, 0xc2, 0xf0, 0x81, 0xeb, 0xbd, 0xfb, 0x0b, + 0x00, 0x00, 0xff, 0xff, 0x69, 0x8f, 0xb1, 0x6d, 0x8a, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/kavadist/types/params.go b/x/kavadist/types/params.go index ad807448..84057fd4 100644 --- a/x/kavadist/types/params.go +++ b/x/kavadist/types/params.go @@ -8,7 +8,7 @@ import ( paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" tmtime "github.com/cometbft/cometbft/types/time" - // cdptypes "github.com/kava-labs/kava/x/cdp/types" + // cdptypes "github.com/0glabs/0g-chain/x/cdp/types" ) // Parameter keys and default values diff --git a/x/kavadist/types/params.pb.go b/x/kavadist/types/params.pb.go index 49eb8475..594f9b30 100644 --- a/x/kavadist/types/params.pb.go +++ b/x/kavadist/types/params.pb.go @@ -243,48 +243,48 @@ func init() { } var fileDescriptor_2c7a7a4b0c884a4e = []byte{ - // 649 bytes of a gzipped FileDescriptorProto + // 652 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x54, 0x3f, 0x4f, 0x1b, 0x3f, 0x18, 0x8e, 0x49, 0x7e, 0x01, 0x1c, 0x7e, 0x50, 0x99, 0x3f, 0x0a, 0x48, 0xbd, 0x4b, 0xa3, 0xaa, - 0x8a, 0x5a, 0xe5, 0x4e, 0xa4, 0x52, 0x07, 0xd4, 0x0e, 0x5c, 0x19, 0x5a, 0x89, 0x4a, 0xe8, 0xca, - 0xd2, 0x2e, 0x91, 0xcf, 0xe7, 0x04, 0x0b, 0x72, 0x3e, 0xd9, 0x0e, 0x94, 0x6f, 0xc1, 0xd8, 0x91, - 0xb9, 0x33, 0x5f, 0xa1, 0x6a, 0x86, 0x0e, 0x88, 0x09, 0x75, 0x80, 0x02, 0x4b, 0x3f, 0x43, 0xa7, - 0xea, 0x6c, 0x87, 0x10, 0x04, 0x52, 0xba, 0x74, 0x49, 0xee, 0x7d, 0xfd, 0x3e, 0xcf, 0xfb, 0x3e, - 0xe7, 0xe7, 0x3d, 0x58, 0xdd, 0xc6, 0xbb, 0xd8, 0xcf, 0x7e, 0x62, 0x26, 0x95, 0xbf, 0xbb, 0x1c, - 0x51, 0x85, 0x97, 0xfd, 0x14, 0x0b, 0xdc, 0x91, 0x5e, 0x2a, 0xb8, 0xe2, 0x68, 0x3e, 0x3b, 0xf6, - 0xfa, 0x35, 0x9e, 0xad, 0x59, 0x72, 0x08, 0x97, 0x1d, 0x2e, 0xfd, 0x08, 0x4b, 0x7a, 0x0d, 0x24, - 0x9c, 0x25, 0x06, 0xb6, 0xb4, 0x68, 0xce, 0x9b, 0x3a, 0xf2, 0x4d, 0x60, 0x8f, 0xe6, 0xda, 0xbc, - 0xcd, 0x4d, 0x3e, 0x7b, 0xb2, 0x59, 0xb7, 0xcd, 0x79, 0x7b, 0x87, 0xfa, 0x3a, 0x8a, 0xba, 0x2d, - 0x5f, 0xb1, 0x0e, 0x95, 0x0a, 0x77, 0x52, 0x53, 0x50, 0xfd, 0x06, 0x60, 0x71, 0x43, 0x4f, 0x86, - 0x16, 0x60, 0x11, 0x13, 0xc5, 0x76, 0x69, 0x19, 0x54, 0x40, 0x6d, 0x22, 0xb4, 0x11, 0x7a, 0x05, - 0xc7, 0x53, 0x2a, 0x18, 0x8f, 0x65, 0x39, 0x5f, 0xc9, 0xd7, 0x4a, 0x8d, 0x87, 0xde, 0x9d, 0xd3, - 0x7b, 0x1b, 0xba, 0x2a, 0x28, 0xf4, 0xce, 0xdc, 0x5c, 0xd8, 0xc7, 0xa0, 0x16, 0x9c, 0x67, 0x49, - 0x4b, 0x60, 0xa9, 0x44, 0x97, 0xa8, 0xae, 0xa0, 0x4d, 0xf3, 0x26, 0xca, 0x85, 0x0a, 0xa8, 0x95, - 0x1a, 0xcf, 0xee, 0x21, 0x7b, 0x3b, 0x84, 0x31, 0x23, 0x5a, 0xea, 0x39, 0x76, 0xc7, 0x59, 0xf5, - 0xeb, 0x18, 0x9c, 0xbb, 0x0b, 0x84, 0x28, 0x5c, 0xb8, 0x3d, 0x80, 0x95, 0x03, 0x46, 0x91, 0x33, - 0x93, 0xf5, 0xfc, 0x72, 0xee, 0x8e, 0x9b, 0x58, 0x86, 0xb7, 0xe4, 0xd8, 0x34, 0xfa, 0x00, 0xa7, - 0x08, 0x17, 0xb4, 0x29, 0xe8, 0x1e, 0x16, 0xb1, 0x2c, 0x8f, 0x69, 0xf2, 0x47, 0xf7, 0x90, 0xbf, - 0xe6, 0x82, 0x86, 0xba, 0x32, 0x98, 0xb5, 0x0d, 0x4a, 0x83, 0x9c, 0x0c, 0x4b, 0x64, 0x10, 0x20, - 0x0a, 0x67, 0x52, 0x2c, 0x54, 0x42, 0xc5, 0x35, 0xbb, 0xb9, 0x89, 0xc7, 0xf7, 0x8d, 0x6e, 0xaa, - 0x6d, 0x83, 0x05, 0xdb, 0x60, 0x7a, 0x28, 0x2d, 0xc3, 0xe9, 0x74, 0x28, 0x5e, 0x29, 0x7c, 0x3e, - 0x74, 0x41, 0xf5, 0x3b, 0x80, 0x70, 0x30, 0x09, 0x8a, 0xe0, 0x38, 0x8e, 0x63, 0x41, 0xa5, 0xd4, - 0xb6, 0x98, 0x0a, 0xde, 0xfc, 0x3e, 0x73, 0xeb, 0x6d, 0xa6, 0xb6, 0xba, 0x91, 0x47, 0x78, 0xc7, - 0xba, 0xd0, 0xfe, 0xd5, 0x65, 0xbc, 0xed, 0xab, 0xfd, 0x94, 0x4a, 0x6f, 0x95, 0x90, 0x55, 0x03, - 0x3c, 0x39, 0xaa, 0xcf, 0x5a, 0xaf, 0xda, 0x4c, 0xb0, 0xaf, 0xa8, 0x0c, 0xfb, 0xc4, 0x68, 0x13, - 0x16, 0xf7, 0x28, 0x6b, 0x6f, 0xa9, 0xf2, 0x58, 0x05, 0xd4, 0x26, 0x83, 0x97, 0xd9, 0xc0, 0x3f, - 0xce, 0xdc, 0x27, 0x23, 0xb4, 0x59, 0xa3, 0xe4, 0xe4, 0xa8, 0x0e, 0x2d, 0xff, 0x1a, 0x25, 0xa1, - 0xe5, 0xb2, 0x72, 0x7a, 0x00, 0xfe, 0x3f, 0xa4, 0xfb, 0x9f, 0x28, 0x7a, 0x07, 0x91, 0xbd, 0xa9, - 0xcc, 0x6c, 0x4d, 0x49, 0x09, 0x4f, 0x62, 0xad, 0xae, 0xd4, 0x58, 0xf4, 0x2c, 0x34, 0xdb, 0xf2, - 0x1b, 0x86, 0x60, 0x89, 0xf5, 0xf7, 0x03, 0x0b, 0xdd, 0xa0, 0xe2, 0xbd, 0x06, 0x5a, 0x29, 0xc7, - 0xd9, 0xae, 0x6a, 0xb7, 0xa1, 0x15, 0xf8, 0x9f, 0x54, 0x58, 0x28, 0xad, 0xa0, 0xd4, 0x58, 0xf2, - 0xcc, 0x9e, 0x7b, 0xfd, 0x3d, 0xf7, 0x36, 0xfb, 0x7b, 0x1e, 0x4c, 0x64, 0x9c, 0x07, 0xe7, 0x2e, - 0x08, 0x0d, 0x04, 0xbd, 0x80, 0x79, 0x7a, 0x3d, 0xcc, 0x68, 0xc8, 0x0c, 0x80, 0xd6, 0xe1, 0x24, - 0x4b, 0x5a, 0x3b, 0x58, 0x31, 0x9e, 0x94, 0xf3, 0xfa, 0xcd, 0x79, 0x7f, 0x77, 0x51, 0xe1, 0x80, - 0x60, 0xa5, 0xf0, 0xeb, 0xd0, 0x05, 0xc1, 0x7a, 0xef, 0xc2, 0xc9, 0x9d, 0x5e, 0x38, 0xb9, 0xde, - 0xa5, 0x03, 0x8e, 0x2f, 0x1d, 0xf0, 0xf3, 0xd2, 0x01, 0x07, 0x57, 0x4e, 0xee, 0xf8, 0xca, 0xc9, - 0x9d, 0x5e, 0x39, 0xb9, 0x8f, 0x4f, 0x6f, 0x50, 0x67, 0x3e, 0xaf, 0xef, 0xe0, 0x48, 0xea, 0x27, - 0xff, 0xd3, 0xe0, 0x23, 0xab, 0x5b, 0x44, 0x45, 0x2d, 0xe2, 0xf9, 0x9f, 0x00, 0x00, 0x00, 0xff, - 0xff, 0xca, 0x25, 0xda, 0x69, 0x82, 0x05, 0x00, 0x00, + 0x8a, 0x84, 0x72, 0x07, 0xa9, 0xd4, 0x01, 0xb5, 0x03, 0x29, 0x43, 0x2b, 0x15, 0x09, 0x5d, 0x59, + 0xda, 0x25, 0xf2, 0xf9, 0x9c, 0xc3, 0x82, 0x9c, 0x4f, 0xb6, 0x03, 0xe5, 0x5b, 0x30, 0x76, 0x64, + 0xee, 0xcc, 0x57, 0xa8, 0x9a, 0xa1, 0x03, 0x62, 0x42, 0x1d, 0xa0, 0xc0, 0xd2, 0xcf, 0xd0, 0xa9, + 0x3a, 0xdb, 0x21, 0x04, 0x81, 0x44, 0x97, 0x2e, 0x49, 0xde, 0xd7, 0xef, 0xf3, 0xbc, 0xcf, 0x63, + 0xbf, 0x6f, 0x60, 0x75, 0x1b, 0xef, 0x62, 0x3f, 0xfb, 0x88, 0x98, 0x54, 0xfe, 0xee, 0x72, 0x48, + 0x15, 0x5e, 0xf6, 0x53, 0x2c, 0x70, 0x47, 0x7a, 0xa9, 0xe0, 0x8a, 0xa3, 0xd9, 0xec, 0xd8, 0xeb, + 0xd7, 0x78, 0xb6, 0x66, 0xc1, 0x21, 0x5c, 0x76, 0xb8, 0xf4, 0x43, 0x2c, 0xe9, 0x35, 0x90, 0x70, + 0x96, 0x18, 0xd8, 0xc2, 0xbc, 0x39, 0x6f, 0xe9, 0xc8, 0x37, 0x81, 0x3d, 0x9a, 0x89, 0x79, 0xcc, + 0x4d, 0x3e, 0xfb, 0x65, 0xb3, 0x6e, 0xcc, 0x79, 0xbc, 0x43, 0x7d, 0x1d, 0x85, 0xdd, 0xb6, 0xaf, + 0x58, 0x87, 0x4a, 0x85, 0x3b, 0xa9, 0x29, 0xa8, 0x7e, 0x03, 0xb0, 0xb8, 0xa1, 0x95, 0xa1, 0x39, + 0x58, 0xc4, 0x44, 0xb1, 0x5d, 0x5a, 0x06, 0x15, 0x50, 0x1b, 0x0b, 0x6c, 0x84, 0x5e, 0xc1, 0xd1, + 0x94, 0x0a, 0xc6, 0x23, 0x59, 0xce, 0x57, 0xf2, 0xb5, 0x52, 0xe3, 0xb1, 0x77, 0xa7, 0x7a, 0x6f, + 0x43, 0x57, 0x35, 0x0b, 0xbd, 0x33, 0x37, 0x17, 0xf4, 0x31, 0xa8, 0x0d, 0x67, 0x59, 0xd2, 0x16, + 0x58, 0x2a, 0xd1, 0x25, 0xaa, 0x2b, 0x68, 0xcb, 0xdc, 0x44, 0xb9, 0x50, 0x01, 0xb5, 0x52, 0x63, + 0xf1, 0x1e, 0xb2, 0xb7, 0x43, 0x18, 0x23, 0xd1, 0x52, 0xcf, 0xb0, 0x3b, 0xce, 0xaa, 0x5f, 0x47, + 0xe0, 0xcc, 0x5d, 0x20, 0x44, 0xe1, 0xdc, 0x6d, 0x01, 0xd6, 0x0e, 0x78, 0x88, 0x9d, 0xa9, 0xac, + 0xe7, 0x97, 0x73, 0x77, 0xd4, 0xc4, 0x32, 0xb8, 0x65, 0xc7, 0xa6, 0xd1, 0x07, 0x38, 0x41, 0xb8, + 0xa0, 0x2d, 0x41, 0xf7, 0xb0, 0x88, 0x64, 0x79, 0x44, 0x93, 0x3f, 0xb9, 0x87, 0xfc, 0x35, 0x17, + 0x34, 0xd0, 0x95, 0xcd, 0x69, 0xdb, 0xa0, 0x34, 0xc8, 0xc9, 0xa0, 0x44, 0x06, 0x01, 0xa2, 0x70, + 0x2a, 0xc5, 0x42, 0x25, 0x54, 0x5c, 0xb3, 0x9b, 0x97, 0x78, 0x7a, 0x9f, 0x74, 0x53, 0x6d, 0x1b, + 0xcc, 0xd9, 0x06, 0x93, 0x43, 0x69, 0x19, 0x4c, 0xa6, 0x43, 0xf1, 0x4a, 0xe1, 0xf3, 0xa1, 0x0b, + 0xaa, 0xdf, 0x01, 0x84, 0x03, 0x25, 0x28, 0x84, 0xa3, 0x38, 0x8a, 0x04, 0x95, 0x52, 0x8f, 0xc5, + 0x44, 0xf3, 0xcd, 0xef, 0x33, 0xb7, 0x1e, 0x33, 0xb5, 0xd5, 0x0d, 0x3d, 0xc2, 0x3b, 0x76, 0x0a, + 0xed, 0x57, 0x5d, 0x46, 0xdb, 0xbe, 0xda, 0x4f, 0xa9, 0xf4, 0x56, 0x09, 0x59, 0x35, 0xc0, 0x93, + 0xa3, 0xfa, 0xb4, 0x9d, 0x55, 0x9b, 0x69, 0xee, 0x2b, 0x2a, 0x83, 0x3e, 0x31, 0xda, 0x84, 0xc5, + 0x3d, 0xca, 0xe2, 0x2d, 0x55, 0x1e, 0xa9, 0x80, 0xda, 0x78, 0xf3, 0x65, 0x26, 0xf8, 0xc7, 0x99, + 0xfb, 0xec, 0x01, 0x6d, 0xd6, 0x28, 0x39, 0x39, 0xaa, 0x43, 0xcb, 0xbf, 0x46, 0x49, 0x60, 0xb9, + 0xac, 0x9d, 0x1e, 0x80, 0xff, 0x0f, 0xf9, 0xfe, 0x27, 0x8e, 0xd6, 0x21, 0xb2, 0x2f, 0x95, 0x0d, + 0x5b, 0x4b, 0x52, 0xc2, 0x93, 0x48, 0xbb, 0x2b, 0x35, 0xe6, 0x3d, 0x0b, 0xcd, 0xb6, 0xfc, 0xc6, + 0x40, 0xb0, 0xc4, 0xce, 0xf7, 0x23, 0x0b, 0xdd, 0xa0, 0xe2, 0xbd, 0x06, 0x5a, 0x2b, 0xc7, 0xd9, + 0xae, 0xea, 0x69, 0x43, 0x2b, 0xf0, 0x3f, 0xa9, 0xb0, 0x50, 0xda, 0x41, 0xa9, 0xb1, 0xe0, 0x99, + 0x3d, 0xf7, 0xfa, 0x7b, 0xee, 0x6d, 0xf6, 0xf7, 0xbc, 0x39, 0x96, 0x71, 0x1e, 0x9c, 0xbb, 0x20, + 0x30, 0x10, 0xf4, 0x02, 0xe6, 0xe9, 0xb5, 0x98, 0x87, 0x21, 0x33, 0x00, 0x7a, 0x07, 0xc7, 0x59, + 0xd2, 0xde, 0xc1, 0x8a, 0xf1, 0xa4, 0x9c, 0xd7, 0x37, 0xe7, 0xfd, 0xdd, 0x43, 0x05, 0x03, 0x82, + 0x95, 0xc2, 0xaf, 0x43, 0x17, 0x34, 0xd7, 0x7b, 0x17, 0x4e, 0xee, 0xf4, 0xc2, 0xc9, 0xf5, 0x2e, + 0x1d, 0x70, 0x7c, 0xe9, 0x80, 0x9f, 0x97, 0x0e, 0x38, 0xb8, 0x72, 0x72, 0xc7, 0x57, 0x4e, 0xee, + 0xf4, 0xca, 0xc9, 0x7d, 0x5c, 0xbc, 0x41, 0xbd, 0x14, 0xef, 0xe0, 0x50, 0xfa, 0x4b, 0x71, 0x9d, + 0x6c, 0x61, 0x96, 0xf8, 0x9f, 0x06, 0xff, 0xb2, 0xba, 0x47, 0x58, 0xd4, 0x2e, 0x9e, 0xff, 0x09, + 0x00, 0x00, 0xff, 0xff, 0x18, 0xb9, 0xf4, 0x6c, 0x83, 0x05, 0x00, 0x00, } func (this *Period) Equal(that interface{}) bool { diff --git a/x/kavadist/types/params_test.go b/x/kavadist/types/params_test.go index 49b068aa..08542770 100644 --- a/x/kavadist/types/params_test.go +++ b/x/kavadist/types/params_test.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/kavadist/types" + "github.com/0glabs/0g-chain/x/kavadist/types" ) type paramTest struct { diff --git a/x/kavadist/types/proposal.pb.go b/x/kavadist/types/proposal.pb.go index 22f201f0..3a079174 100644 --- a/x/kavadist/types/proposal.pb.go +++ b/x/kavadist/types/proposal.pb.go @@ -155,33 +155,33 @@ func init() { } var fileDescriptor_22ee2c0b398254fd = []byte{ - // 409 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x93, 0xbf, 0x0f, 0xd2, 0x40, - 0x14, 0xc7, 0x7b, 0x80, 0xa0, 0x47, 0x74, 0xa8, 0x98, 0x54, 0x86, 0x96, 0xa0, 0x03, 0x21, 0xe1, - 0x4e, 0x74, 0x73, 0x04, 0x27, 0xe3, 0x0f, 0x52, 0x06, 0x13, 0x17, 0x73, 0x6d, 0x2f, 0x78, 0xa1, - 0xed, 0xbb, 0xf4, 0xae, 0x44, 0xfe, 0x03, 0x47, 0x47, 0x27, 0xc3, 0x66, 0xe2, 0xdf, 0xe0, 0x1f, - 0xc0, 0xc8, 0xe8, 0xa4, 0x06, 0xfe, 0x11, 0xd3, 0x9f, 0x30, 0x90, 0xb8, 0x38, 0xb8, 0xb4, 0xef, - 0xae, 0xef, 0xfb, 0xb9, 0xf7, 0xde, 0xb7, 0x87, 0x1f, 0xae, 0xd9, 0x86, 0xd1, 0xec, 0x11, 0x08, - 0xa5, 0xe9, 0x66, 0xea, 0x71, 0xcd, 0xa6, 0x54, 0x26, 0x20, 0x41, 0xb1, 0x90, 0xc8, 0x04, 0x34, - 0x98, 0xf7, 0xb2, 0x04, 0x52, 0x65, 0x91, 0x32, 0xab, 0x6f, 0xfb, 0xa0, 0x22, 0x50, 0xd4, 0x63, - 0x8a, 0xd7, 0x52, 0x1f, 0x44, 0x5c, 0xc8, 0xfa, 0xbd, 0x15, 0xac, 0x20, 0x0f, 0x69, 0x16, 0x15, - 0xbb, 0xc3, 0xef, 0x08, 0x3b, 0x73, 0x88, 0xa2, 0x34, 0x16, 0x7a, 0xbb, 0x00, 0x08, 0x5f, 0xa6, - 0xa1, 0x16, 0x4b, 0xc9, 0xe3, 0x60, 0x51, 0x1e, 0x6b, 0xf6, 0xf0, 0x0d, 0x2d, 0x74, 0xc8, 0x2d, - 0x34, 0x40, 0xa3, 0x5b, 0x6e, 0xb1, 0x30, 0x07, 0xb8, 0x1b, 0x70, 0xe5, 0x27, 0x42, 0x6a, 0x01, - 0xb1, 0xd5, 0xc8, 0xbf, 0x5d, 0x6e, 0x99, 0x6f, 0xf0, 0x9d, 0x84, 0xfb, 0x42, 0x0a, 0x1e, 0xeb, - 0x77, 0xa1, 0x50, 0xda, 0x6a, 0x0e, 0x9a, 0xa3, 0xee, 0xe3, 0x31, 0xb9, 0xda, 0x01, 0x39, 0x1f, - 0xed, 0x56, 0xb2, 0x59, 0x6b, 0xff, 0xd3, 0x31, 0xdc, 0xdb, 0x35, 0xe7, 0x85, 0x50, 0xfa, 0xe9, - 0xcd, 0x8f, 0x3b, 0xc7, 0xf8, 0xbc, 0x73, 0x8c, 0xe1, 0xd7, 0x06, 0x7e, 0xf0, 0x97, 0xf2, 0x9f, - 0x2f, 0x5f, 0xbf, 0xfa, 0xef, 0x5a, 0x30, 0x39, 0xee, 0x04, 0x5c, 0x82, 0x12, 0xda, 0x6a, 0xe5, - 0xc4, 0xfb, 0xa4, 0xf0, 0x8f, 0x64, 0xfe, 0xd5, 0xbc, 0x39, 0x88, 0x78, 0xf6, 0x28, 0x03, 0x7c, - 0xfb, 0xe5, 0x8c, 0x56, 0x42, 0xbf, 0x4f, 0x3d, 0xe2, 0x43, 0x44, 0x4b, 0xb3, 0x8b, 0xd7, 0x44, - 0x05, 0x6b, 0xaa, 0xb7, 0x92, 0xab, 0x5c, 0xa0, 0xdc, 0x8a, 0x5d, 0x4f, 0x0a, 0x0d, 0xbf, 0x20, - 0x7c, 0xf7, 0x4a, 0x75, 0xa6, 0x85, 0x3b, 0x2c, 0x08, 0x12, 0xae, 0x54, 0x39, 0x9b, 0x6a, 0x69, - 0xfa, 0xb8, 0xcd, 0x22, 0x48, 0x63, 0x6d, 0x35, 0xfe, 0x7d, 0x85, 0x25, 0xfa, 0x6c, 0xe5, 0xec, - 0xd9, 0xfe, 0x68, 0xa3, 0xc3, 0xd1, 0x46, 0xbf, 0x8f, 0x36, 0xfa, 0x74, 0xb2, 0x8d, 0xc3, 0xc9, - 0x36, 0x7e, 0x9c, 0x6c, 0xe3, 0xed, 0xf8, 0x82, 0x9a, 0x4d, 0x7c, 0x12, 0x32, 0x4f, 0xe5, 0x11, - 0xfd, 0x70, 0xbe, 0x2d, 0x39, 0xdd, 0x6b, 0xe7, 0xbf, 0xf5, 0x93, 0x3f, 0x01, 0x00, 0x00, 0xff, - 0xff, 0x02, 0xb8, 0xb8, 0x96, 0x4b, 0x03, 0x00, 0x00, + // 415 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x93, 0x3d, 0x8f, 0xd3, 0x30, + 0x18, 0xc7, 0xe3, 0xde, 0x71, 0x07, 0x3e, 0xc1, 0x10, 0x0e, 0x29, 0xdc, 0x90, 0x54, 0x85, 0xa1, + 0x02, 0x9d, 0xdd, 0xc2, 0xc6, 0xd8, 0x8a, 0x05, 0xf1, 0x52, 0xa5, 0x03, 0x12, 0x0b, 0x72, 0x12, + 0x2b, 0xb5, 0x9a, 0xf8, 0xb1, 0x62, 0xa7, 0xa2, 0xdf, 0x80, 0x91, 0x91, 0x09, 0x75, 0x43, 0xe2, + 0x33, 0xf0, 0x01, 0x3a, 0x76, 0x64, 0x02, 0xd4, 0x7e, 0x11, 0x94, 0xd7, 0x76, 0xa8, 0xc4, 0xc2, + 0xc0, 0x92, 0xd8, 0xce, 0xf3, 0xff, 0x3d, 0x2f, 0xff, 0x18, 0x3f, 0x9c, 0xb3, 0x05, 0xa3, 0xc5, + 0x23, 0x12, 0xda, 0xd0, 0xc5, 0x30, 0xe0, 0x86, 0x0d, 0xa9, 0xca, 0x40, 0x81, 0x66, 0x09, 0x51, + 0x19, 0x18, 0xb0, 0xef, 0x15, 0x01, 0xa4, 0x89, 0x22, 0x75, 0xd4, 0x95, 0x1b, 0x82, 0x4e, 0x41, + 0xd3, 0x80, 0x69, 0xde, 0x4a, 0x43, 0x10, 0xb2, 0x92, 0x5d, 0x5d, 0xc6, 0x10, 0x43, 0xb9, 0xa4, + 0xc5, 0xaa, 0x3a, 0xed, 0x7d, 0x47, 0xd8, 0x1b, 0x43, 0x9a, 0xe6, 0x52, 0x98, 0xe5, 0x04, 0x20, + 0x79, 0x95, 0x27, 0x46, 0x4c, 0x15, 0x97, 0xd1, 0xa4, 0x4e, 0x6b, 0x5f, 0xe2, 0x1b, 0x46, 0x98, + 0x84, 0x3b, 0xa8, 0x8b, 0xfa, 0xb7, 0xfc, 0x6a, 0x63, 0x77, 0xf1, 0x45, 0xc4, 0x75, 0x98, 0x09, + 0x65, 0x04, 0x48, 0xa7, 0x53, 0x7e, 0x3b, 0x3c, 0xb2, 0xdf, 0xe2, 0x3b, 0x19, 0x0f, 0x85, 0x12, + 0x5c, 0x9a, 0xf7, 0x89, 0xd0, 0xc6, 0x39, 0xe9, 0x9e, 0xf4, 0x2f, 0x9e, 0x3c, 0x22, 0x47, 0x3b, + 0x20, 0xfb, 0xd4, 0x7e, 0x23, 0x1b, 0x9d, 0xae, 0x7f, 0x7a, 0x96, 0x7f, 0xbb, 0xe5, 0xbc, 0x14, + 0xda, 0x3c, 0xbb, 0xf9, 0x71, 0xe5, 0x59, 0x9f, 0x57, 0x9e, 0xd5, 0xfb, 0xda, 0xc1, 0x0f, 0xfe, + 0x52, 0xfe, 0x8b, 0xe9, 0x9b, 0xd7, 0xff, 0x5d, 0x0b, 0x36, 0xc7, 0xe7, 0x11, 0x57, 0xa0, 0x85, + 0x71, 0x4e, 0x4b, 0xe2, 0x7d, 0x52, 0xf9, 0x47, 0x0a, 0xff, 0x5a, 0xde, 0x18, 0x84, 0x1c, 0x0d, + 0x0a, 0xc0, 0xb7, 0x5f, 0x5e, 0x3f, 0x16, 0x66, 0x96, 0x07, 0x24, 0x84, 0x94, 0xd6, 0x66, 0x57, + 0xaf, 0x6b, 0x1d, 0xcd, 0xa9, 0x59, 0x2a, 0xae, 0x4b, 0x81, 0xf6, 0x1b, 0x76, 0x3b, 0x29, 0xd4, + 0xfb, 0x82, 0xf0, 0xdd, 0x23, 0xd5, 0xd9, 0x0e, 0x3e, 0x67, 0x51, 0x94, 0x71, 0xad, 0xeb, 0xd9, + 0x34, 0x5b, 0x3b, 0xc4, 0x67, 0x2c, 0x85, 0x5c, 0x1a, 0xa7, 0xf3, 0xef, 0x2b, 0xac, 0xd1, 0x7b, + 0x2b, 0x47, 0xcf, 0xd7, 0x5b, 0x17, 0x6d, 0xb6, 0x2e, 0xfa, 0xbd, 0x75, 0xd1, 0xa7, 0x9d, 0x6b, + 0x6d, 0x76, 0xae, 0xf5, 0x63, 0xe7, 0x5a, 0xef, 0x1e, 0x1f, 0x50, 0x07, 0x71, 0xc2, 0x02, 0x4d, + 0x07, 0xf1, 0x75, 0x38, 0x63, 0x42, 0xd2, 0x0f, 0xfb, 0xeb, 0x52, 0xe2, 0x83, 0xb3, 0xf2, 0xbf, + 0x7e, 0xfa, 0x27, 0x00, 0x00, 0xff, 0xff, 0x48, 0xb5, 0xa3, 0x9e, 0x4c, 0x03, 0x00, 0x00, } func (m *CommunityPoolMultiSpendProposal) Marshal() (dAtA []byte, err error) { diff --git a/x/kavadist/types/query.pb.go b/x/kavadist/types/query.pb.go index 397fc89f..62718acc 100644 --- a/x/kavadist/types/query.pb.go +++ b/x/kavadist/types/query.pb.go @@ -205,32 +205,33 @@ func init() { func init() { proto.RegisterFile("kava/kavadist/v1beta1/query.proto", fileDescriptor_08142b3a0a4f2f78) } var fileDescriptor_08142b3a0a4f2f78 = []byte{ - // 400 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xcf, 0x6e, 0xda, 0x30, - 0x1c, 0x4e, 0xd8, 0x60, 0x92, 0xb9, 0x79, 0x20, 0x6d, 0xd1, 0x66, 0x20, 0x93, 0x26, 0x60, 0xc2, - 0x1e, 0xec, 0xb8, 0x5b, 0xb6, 0x07, 0xd8, 0x72, 0xec, 0xcd, 0x09, 0x56, 0x1a, 0x01, 0x71, 0x88, - 0x0d, 0x2a, 0xd7, 0x1e, 0x7b, 0xaa, 0xd4, 0x27, 0xe8, 0xb5, 0x4f, 0xc2, 0x11, 0xa9, 0x97, 0x9e, - 0xda, 0x0a, 0xfa, 0x20, 0x95, 0x63, 0x43, 0x8b, 0x0a, 0x88, 0x4b, 0x62, 0xfd, 0xfc, 0x7d, 0xbf, - 0xef, 0x4f, 0x02, 0x1a, 0x03, 0x3a, 0xa5, 0x44, 0x3d, 0xfa, 0xb1, 0x90, 0x64, 0xda, 0x0d, 0x98, - 0xa4, 0x5d, 0x32, 0x9e, 0xb0, 0x6c, 0x86, 0xd3, 0x8c, 0x4b, 0x0e, 0xab, 0xea, 0x16, 0xaf, 0x21, - 0xd8, 0x40, 0x1c, 0x14, 0x72, 0x31, 0xe2, 0x82, 0x04, 0x54, 0xb0, 0x0d, 0x2f, 0xe4, 0x71, 0xa2, - 0x69, 0x4e, 0x25, 0xe2, 0x11, 0xcf, 0x8f, 0x44, 0x9d, 0xcc, 0xf4, 0x4b, 0xc4, 0x79, 0x34, 0x64, - 0x84, 0xa6, 0x31, 0xa1, 0x49, 0xc2, 0x25, 0x95, 0x31, 0x4f, 0x84, 0xb9, 0x75, 0x77, 0xbb, 0x49, - 0x69, 0x46, 0x47, 0x06, 0xe3, 0x56, 0x00, 0xfc, 0xaf, 0xdc, 0xfd, 0xcb, 0x87, 0x3e, 0x1b, 0x4f, - 0x98, 0x90, 0xae, 0x0f, 0x3e, 0x6e, 0x4d, 0x45, 0xca, 0x13, 0xc1, 0xe0, 0x6f, 0x50, 0xd2, 0xe4, - 0x4f, 0x76, 0xdd, 0x6e, 0x96, 0x7b, 0x5f, 0xf1, 0xce, 0x30, 0x58, 0xd3, 0xbc, 0xf7, 0xf3, 0xfb, - 0x9a, 0xe5, 0x1b, 0x8a, 0x5b, 0x35, 0x3b, 0x3d, 0x3a, 0xa4, 0x49, 0xc8, 0xd6, 0x52, 0x33, 0x50, - 0xd9, 0x1e, 0x1b, 0x2d, 0x0a, 0x8a, 0x2a, 0xbe, 0x92, 0x7a, 0xd7, 0x2c, 0xf7, 0x3e, 0x63, 0x5d, - 0x10, 0x56, 0x05, 0x6d, 0x84, 0xfe, 0xf0, 0x38, 0xf1, 0x7e, 0x2a, 0x99, 0x9b, 0x87, 0x5a, 0x33, - 0x8a, 0xe5, 0xe9, 0x24, 0xc0, 0x21, 0x1f, 0x11, 0xd3, 0xa6, 0x7e, 0x75, 0x44, 0x7f, 0x40, 0xe4, - 0x2c, 0x65, 0x22, 0x27, 0x08, 0x5f, 0x6f, 0xee, 0x5d, 0x17, 0x40, 0x31, 0xd7, 0x86, 0x17, 0x36, - 0x28, 0x69, 0xd3, 0xb0, 0xb5, 0x27, 0xd3, 0xdb, 0x96, 0x9c, 0xf6, 0x31, 0x50, 0x1d, 0xc7, 0x6d, - 0x9d, 0xdf, 0x3e, 0x5d, 0x15, 0xbe, 0xc1, 0x06, 0x39, 0xf0, 0x51, 0x98, 0x64, 0x99, 0x50, 0x66, - 0x3e, 0x98, 0x36, 0xe0, 0x41, 0x89, 0xed, 0x26, 0x9d, 0x1f, 0x47, 0x61, 0x8d, 0x9f, 0xef, 0xb9, - 0x9f, 0x3a, 0x44, 0x7b, 0xfc, 0x04, 0x1a, 0xef, 0xfd, 0x9d, 0x2f, 0x91, 0xbd, 0x58, 0x22, 0xfb, - 0x71, 0x89, 0xec, 0xcb, 0x15, 0xb2, 0x16, 0x2b, 0x64, 0xdd, 0xad, 0x90, 0x75, 0xd2, 0x7e, 0x55, - 0xb7, 0xa2, 0x77, 0x86, 0x34, 0x10, 0x7a, 0xdb, 0xd9, 0xcb, 0xbe, 0xbc, 0xf6, 0xa0, 0x94, 0xff, - 0x6c, 0xbf, 0x9e, 0x03, 0x00, 0x00, 0xff, 0xff, 0x28, 0xdc, 0x24, 0xfa, 0x20, 0x03, 0x00, 0x00, + // 403 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0x4f, 0xcf, 0xd2, 0x30, + 0x1c, 0xde, 0x50, 0x30, 0x29, 0xb7, 0x0a, 0x89, 0x2e, 0x5a, 0x60, 0x26, 0x06, 0x24, 0xb4, 0x80, + 0x47, 0x6f, 0x33, 0xde, 0x75, 0x47, 0x6f, 0xdd, 0x68, 0xc6, 0x02, 0xb4, 0x63, 0x2d, 0x44, 0xae, + 0x1e, 0x3d, 0x99, 0xf8, 0x09, 0xbc, 0xfa, 0x49, 0x38, 0x92, 0x78, 0xf1, 0xa4, 0x06, 0xde, 0x0f, + 0xf2, 0xa6, 0x6b, 0xe1, 0x7d, 0xc9, 0x0b, 0x84, 0xcb, 0xd6, 0xfc, 0xfa, 0x3c, 0xbf, 0xe7, 0xcf, + 0x06, 0x5a, 0x13, 0xba, 0xa4, 0x44, 0x3f, 0x46, 0xa9, 0x54, 0x64, 0x39, 0x88, 0x98, 0xa2, 0x03, + 0x32, 0x5f, 0xb0, 0x7c, 0x85, 0xb3, 0x5c, 0x28, 0x01, 0xeb, 0xfa, 0x16, 0xef, 0x21, 0xd8, 0x42, + 0x3c, 0x14, 0x0b, 0x39, 0x13, 0x92, 0x44, 0x54, 0xb2, 0x03, 0x2f, 0x16, 0x29, 0x37, 0x34, 0xaf, + 0x96, 0x88, 0x44, 0x14, 0x47, 0xa2, 0x4f, 0x76, 0xfa, 0x22, 0x11, 0x22, 0x99, 0x32, 0x42, 0xb3, + 0x94, 0x50, 0xce, 0x85, 0xa2, 0x2a, 0x15, 0x5c, 0xda, 0x5b, 0xff, 0xb4, 0x9b, 0x8c, 0xe6, 0x74, + 0x66, 0x31, 0x7e, 0x0d, 0xc0, 0x4f, 0xda, 0xdd, 0xc7, 0x62, 0x18, 0xb2, 0xf9, 0x82, 0x49, 0xe5, + 0x87, 0xe0, 0xe9, 0xd1, 0x54, 0x66, 0x82, 0x4b, 0x06, 0xdf, 0x81, 0x8a, 0x21, 0x3f, 0x73, 0x9b, + 0x6e, 0xbb, 0x3a, 0x7c, 0x89, 0x4f, 0x86, 0xc1, 0x86, 0x16, 0x3c, 0x5e, 0xff, 0x6d, 0x38, 0xa1, + 0xa5, 0xf8, 0x75, 0xbb, 0x33, 0xa0, 0x53, 0xca, 0x63, 0xb6, 0x97, 0x5a, 0x81, 0xda, 0xf1, 0xd8, + 0x6a, 0x51, 0x50, 0xd6, 0xf1, 0xb5, 0xd4, 0xa3, 0x76, 0x75, 0xf8, 0x1c, 0x9b, 0x82, 0xb0, 0x2e, + 0xe8, 0x20, 0xf4, 0x5e, 0xa4, 0x3c, 0xe8, 0x6b, 0x99, 0x5f, 0xff, 0x1a, 0xed, 0x24, 0x55, 0xe3, + 0x45, 0x84, 0x63, 0x31, 0x23, 0xb6, 0x4d, 0xf3, 0xea, 0xc9, 0xd1, 0x84, 0xa8, 0x55, 0xc6, 0x64, + 0x41, 0x90, 0xa1, 0xd9, 0x3c, 0xfc, 0x59, 0x02, 0xe5, 0x42, 0x1b, 0x7e, 0x73, 0x41, 0xc5, 0x98, + 0x86, 0x9d, 0x33, 0x99, 0x1e, 0xb6, 0xe4, 0xbd, 0xb9, 0x06, 0x6a, 0xe2, 0xf8, 0x9d, 0xaf, 0xbf, + 0x6f, 0x7e, 0x94, 0x5e, 0xc1, 0x16, 0xb9, 0xf0, 0x51, 0x98, 0x62, 0xb9, 0xd4, 0x66, 0x9e, 0xd8, + 0x36, 0xe0, 0x45, 0x89, 0xe3, 0x26, 0xbd, 0xee, 0x55, 0x58, 0xeb, 0xe7, 0x75, 0xe1, 0xa7, 0x09, + 0xd1, 0x19, 0x3f, 0x91, 0xc1, 0x07, 0x1f, 0xd6, 0x5b, 0xe4, 0x6e, 0xb6, 0xc8, 0xfd, 0xbf, 0x45, + 0xee, 0xf7, 0x1d, 0x72, 0x36, 0x3b, 0xe4, 0xfc, 0xd9, 0x21, 0xe7, 0x73, 0xf7, 0x5e, 0xdd, 0xfd, + 0x64, 0x4a, 0x23, 0x49, 0xfa, 0x49, 0x2f, 0x1e, 0xd3, 0x94, 0x93, 0x2f, 0x77, 0x0b, 0x8b, 0xde, + 0xa3, 0x4a, 0xf1, 0xb7, 0xbd, 0xbd, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xfa, 0xe0, 0x74, 0x45, 0x21, + 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/liquid/client/cli/query.go b/x/liquid/client/cli/query.go index 70054c2a..6b7314fa 100644 --- a/x/liquid/client/cli/query.go +++ b/x/liquid/client/cli/query.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/x/liquid/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/liquid/client/cli/tx.go b/x/liquid/client/cli/tx.go index 1c0aca51..4e078baa 100644 --- a/x/liquid/client/cli/tx.go +++ b/x/liquid/client/cli/tx.go @@ -13,7 +13,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/x/liquid/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/liquid/keeper/claim.go b/x/liquid/keeper/claim.go index 89b8827e..00de72fc 100644 --- a/x/liquid/keeper/claim.go +++ b/x/liquid/keeper/claim.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/x/liquid/types" ) func (k Keeper) CollectStakingRewards( diff --git a/x/liquid/keeper/claim_test.go b/x/liquid/keeper/claim_test.go index 457318ae..6c0d30c1 100644 --- a/x/liquid/keeper/claim_test.go +++ b/x/liquid/keeper/claim_test.go @@ -2,10 +2,10 @@ package keeper_test import ( sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/liquid/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/staking" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/liquid/types" distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types" ) diff --git a/x/liquid/keeper/derivative.go b/x/liquid/keeper/derivative.go index 1a752e32..06adddad 100644 --- a/x/liquid/keeper/derivative.go +++ b/x/liquid/keeper/derivative.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/x/liquid/types" ) // MintDerivative removes a user's staking delegation and mints them equivalent staking derivative coins. diff --git a/x/liquid/keeper/derivative_test.go b/x/liquid/keeper/derivative_test.go index adaf74df..d53b1769 100644 --- a/x/liquid/keeper/derivative_test.go +++ b/x/liquid/keeper/derivative_test.go @@ -10,8 +10,8 @@ import ( "github.com/cosmos/cosmos-sdk/x/staking" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/liquid/types" ) func (suite *KeeperTestSuite) TestBurnDerivative() { diff --git a/x/liquid/keeper/grpc_query.go b/x/liquid/keeper/grpc_query.go index 3be393b4..756feb61 100644 --- a/x/liquid/keeper/grpc_query.go +++ b/x/liquid/keeper/grpc_query.go @@ -11,7 +11,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/x/liquid/types" ) type queryServer struct { diff --git a/x/liquid/keeper/grpc_query_test.go b/x/liquid/keeper/grpc_query_test.go index 5c0b4142..4ca92f86 100644 --- a/x/liquid/keeper/grpc_query_test.go +++ b/x/liquid/keeper/grpc_query_test.go @@ -10,9 +10,9 @@ import ( "github.com/cosmos/cosmos-sdk/x/staking" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/liquid/keeper" - "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/liquid/keeper" + "github.com/0glabs/0g-chain/x/liquid/types" ) type grpcQueryTestSuite struct { diff --git a/x/liquid/keeper/keeper.go b/x/liquid/keeper/keeper.go index ab167239..20b4dc85 100644 --- a/x/liquid/keeper/keeper.go +++ b/x/liquid/keeper/keeper.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/x/liquid/types" ) // Keeper struct for the liquid module. diff --git a/x/liquid/keeper/keeper_test.go b/x/liquid/keeper/keeper_test.go index af60bf41..4fdc41c0 100644 --- a/x/liquid/keeper/keeper_test.go +++ b/x/liquid/keeper/keeper_test.go @@ -18,8 +18,8 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/liquid/keeper" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/liquid/keeper" ) // Test suite used for all keeper tests diff --git a/x/liquid/keeper/msg_server.go b/x/liquid/keeper/msg_server.go index b09e6b4b..885ee243 100644 --- a/x/liquid/keeper/msg_server.go +++ b/x/liquid/keeper/msg_server.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/x/liquid/types" ) type msgServer struct { diff --git a/x/liquid/keeper/staking.go b/x/liquid/keeper/staking.go index bd453a97..21e55721 100644 --- a/x/liquid/keeper/staking.go +++ b/x/liquid/keeper/staking.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/x/liquid/types" ) // TransferDelegation moves some delegation shares between addresses, while keeping the same validator. diff --git a/x/liquid/keeper/staking_test.go b/x/liquid/keeper/staking_test.go index 430858ad..720224da 100644 --- a/x/liquid/keeper/staking_test.go +++ b/x/liquid/keeper/staking_test.go @@ -10,8 +10,8 @@ import ( stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/liquid/types" ) var ( diff --git a/x/liquid/module.go b/x/liquid/module.go index 63639201..ab65c1cf 100644 --- a/x/liquid/module.go +++ b/x/liquid/module.go @@ -15,9 +15,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/kava-labs/kava/x/liquid/client/cli" - "github.com/kava-labs/kava/x/liquid/keeper" - "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/x/liquid/client/cli" + "github.com/0glabs/0g-chain/x/liquid/keeper" + "github.com/0glabs/0g-chain/x/liquid/types" ) var ( diff --git a/x/liquid/types/common_test.go b/x/liquid/types/common_test.go index e88e1d5e..4cfbb221 100644 --- a/x/liquid/types/common_test.go +++ b/x/liquid/types/common_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/kava-labs/kava/app" + "github.com/0glabs/0g-chain/app" ) func TestMain(m *testing.M) { diff --git a/x/liquid/types/key_test.go b/x/liquid/types/key_test.go index bb324a46..b0e3f259 100644 --- a/x/liquid/types/key_test.go +++ b/x/liquid/types/key_test.go @@ -4,9 +4,9 @@ import ( "fmt" "testing" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/liquid/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/liquid/types" "github.com/stretchr/testify/require" ) diff --git a/x/liquid/types/msg_test.go b/x/liquid/types/msg_test.go index 48b92e61..36666293 100644 --- a/x/liquid/types/msg_test.go +++ b/x/liquid/types/msg_test.go @@ -10,7 +10,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/x/liquid/types" + "github.com/0glabs/0g-chain/x/liquid/types" ) func TestMsgMintDerivative_Signing(t *testing.T) { diff --git a/x/liquid/types/query.pb.go b/x/liquid/types/query.pb.go index f771eb3b..6024d4fa 100644 --- a/x/liquid/types/query.pb.go +++ b/x/liquid/types/query.pb.go @@ -200,39 +200,39 @@ func init() { func init() { proto.RegisterFile("kava/liquid/v1beta1/query.proto", fileDescriptor_0d745428489be444) } var fileDescriptor_0d745428489be444 = []byte{ - // 499 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0x4f, 0x6f, 0xd3, 0x30, - 0x1c, 0x8d, 0x3b, 0x28, 0x9a, 0x77, 0x41, 0x66, 0x82, 0xac, 0x1a, 0xe9, 0x08, 0x97, 0x21, 0xd1, - 0x98, 0x16, 0x04, 0x82, 0x1b, 0x05, 0x71, 0x27, 0x43, 0x1c, 0xb8, 0x54, 0x4e, 0x62, 0xb9, 0xd6, - 0x32, 0x3b, 0x8d, 0x9d, 0x8a, 0x0a, 0x71, 0xe1, 0x13, 0x20, 0x4d, 0x88, 0xef, 0xc0, 0x19, 0xbe, - 0x43, 0x8f, 0x13, 0x1c, 0xe0, 0xc4, 0x9f, 0x96, 0x0f, 0x82, 0x62, 0xbb, 0x63, 0x62, 0xdd, 0x34, - 0x4e, 0xb1, 0xfd, 0x7b, 0xef, 0xf9, 0xf9, 0xf7, 0x7e, 0x81, 0xed, 0x5d, 0x32, 0x26, 0x38, 0xe7, - 0xa3, 0x8a, 0x67, 0x78, 0xdc, 0x4d, 0xa8, 0x26, 0x5d, 0x3c, 0xaa, 0x68, 0x39, 0x89, 0x8a, 0x52, - 0x6a, 0x89, 0x2e, 0xd5, 0x80, 0xc8, 0x02, 0x22, 0x07, 0x68, 0x05, 0xa9, 0x54, 0x7b, 0x52, 0xe1, - 0x84, 0x28, 0x7a, 0xc8, 0x4a, 0x25, 0x17, 0x96, 0xd4, 0xda, 0xb0, 0xf5, 0x81, 0xd9, 0x61, 0xbb, - 0x71, 0xa5, 0x75, 0x26, 0x99, 0xb4, 0xe7, 0xf5, 0xca, 0x9d, 0x6e, 0x32, 0x29, 0x59, 0x4e, 0x31, - 0x29, 0x38, 0x26, 0x42, 0x48, 0x4d, 0x34, 0x97, 0xc2, 0x71, 0xc2, 0xe7, 0x70, 0xf3, 0x69, 0x6d, - 0xe9, 0x31, 0xcd, 0x29, 0x23, 0x9a, 0x66, 0x7d, 0x92, 0x13, 0x91, 0xd2, 0x98, 0x8e, 0x2a, 0xaa, - 0x34, 0xba, 0x0b, 0x57, 0x33, 0x5b, 0x92, 0xa5, 0x0f, 0xb6, 0xc0, 0xf6, 0x6a, 0xdf, 0xff, 0xfc, - 0xb1, 0xb3, 0xee, 0x2e, 0x7e, 0x98, 0x65, 0x25, 0x55, 0x6a, 0x47, 0x97, 0x5c, 0xb0, 0xf8, 0x2f, - 0x34, 0xdc, 0x07, 0xf0, 0xea, 0x09, 0xc2, 0xaa, 0x90, 0x42, 0x51, 0x74, 0x0f, 0x36, 0xc7, 0x54, - 0x69, 0x9a, 0x19, 0xd9, 0xb5, 0xde, 0x46, 0xe4, 0x34, 0xeb, 0x97, 0x2f, 0xda, 0x11, 0x3d, 0x92, - 0x5c, 0xf4, 0xcf, 0x4d, 0xbf, 0xb7, 0xbd, 0xd8, 0xc1, 0xd1, 0x7d, 0x78, 0xa1, 0x5e, 0x71, 0xc1, - 0xfc, 0xc6, 0xd9, 0x98, 0x0b, 0x7c, 0xb8, 0x01, 0xaf, 0x18, 0x53, 0xcf, 0xa4, 0x26, 0xf9, 0x4e, - 0x55, 0x14, 0xf9, 0xc4, 0x3d, 0x34, 0x7c, 0x0f, 0xa0, 0x7f, 0xbc, 0xe6, 0xbc, 0x5e, 0x86, 0xcd, - 0x21, 0xe5, 0x6c, 0xa8, 0x8d, 0xd7, 0x95, 0xd8, 0xed, 0x50, 0x0a, 0x9b, 0x25, 0x55, 0x55, 0xae, - 0xfd, 0xc6, 0xd6, 0xca, 0xe9, 0x4e, 0x6e, 0xd5, 0x4e, 0x3e, 0xfc, 0x68, 0x6f, 0x33, 0xae, 0x87, - 0x55, 0x12, 0xa5, 0x72, 0xcf, 0xa5, 0xe7, 0x3e, 0x1d, 0x95, 0xed, 0x62, 0x3d, 0x29, 0xa8, 0x32, - 0x04, 0x15, 0x3b, 0xe9, 0xde, 0xd7, 0x06, 0x3c, 0x6f, 0x9c, 0xa1, 0x4f, 0x00, 0x5e, 0xfc, 0xb7, - 0x9f, 0xa8, 0x1b, 0x2d, 0x19, 0xa3, 0xe8, 0xb4, 0x50, 0x5b, 0xbd, 0xff, 0xa1, 0xd8, 0x16, 0x84, - 0x0f, 0xde, 0x7c, 0xf9, 0xbd, 0xdf, 0xb8, 0x83, 0x7a, 0x78, 0xd9, 0x58, 0x67, 0x0b, 0xda, 0x20, - 0xb1, 0x3c, 0xfc, 0xea, 0x70, 0x16, 0x5e, 0xa3, 0x77, 0x00, 0xae, 0x1d, 0x69, 0x2b, 0xba, 0x79, - 0xf2, 0xfd, 0xc7, 0x93, 0x69, 0x75, 0xce, 0x88, 0x76, 0x46, 0x6f, 0x18, 0xa3, 0xd7, 0xd1, 0xb5, - 0xa5, 0x46, 0x75, 0xcd, 0x18, 0x28, 0x43, 0xe9, 0x3f, 0x99, 0xfe, 0x0a, 0xbc, 0xe9, 0x2c, 0x00, - 0x07, 0xb3, 0x00, 0xfc, 0x9c, 0x05, 0xe0, 0xed, 0x3c, 0xf0, 0x0e, 0xe6, 0x81, 0xf7, 0x6d, 0x1e, - 0x78, 0x2f, 0x8e, 0x26, 0x55, 0x4b, 0x75, 0x72, 0x92, 0x28, 0x2b, 0xfa, 0x72, 0x21, 0x6b, 0xf2, - 0x4a, 0x9a, 0xe6, 0x5f, 0xba, 0xfd, 0x27, 0x00, 0x00, 0xff, 0xff, 0xb8, 0xc2, 0xc4, 0x35, 0xf2, - 0x03, 0x00, 0x00, + // 507 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x4f, 0x6f, 0xd3, 0x30, + 0x18, 0xc6, 0xe3, 0x0e, 0x8a, 0xe6, 0x5d, 0x90, 0x99, 0x20, 0xad, 0x46, 0x3a, 0xc2, 0x65, 0x93, + 0x68, 0xdc, 0x16, 0x04, 0x82, 0x1b, 0x05, 0x89, 0x33, 0x19, 0xe2, 0xc0, 0xa5, 0x72, 0x12, 0xcb, + 0xb5, 0x96, 0xd9, 0x69, 0xec, 0x54, 0x54, 0x88, 0x0b, 0x9f, 0x00, 0x69, 0x42, 0x7c, 0x07, 0xce, + 0xf0, 0x1d, 0x7a, 0x9c, 0xe0, 0x00, 0x27, 0xfe, 0xb4, 0x7c, 0x10, 0x14, 0xc7, 0x1d, 0x13, 0xeb, + 0xa6, 0x72, 0x8a, 0xed, 0xf7, 0x79, 0x5e, 0xff, 0xfc, 0xbe, 0x6f, 0x60, 0x6b, 0x9f, 0x8c, 0x09, + 0x4e, 0xf9, 0xa8, 0xe0, 0x09, 0x1e, 0x77, 0x23, 0xaa, 0x49, 0x17, 0x8f, 0x0a, 0x9a, 0x4f, 0x82, + 0x2c, 0x97, 0x5a, 0xa2, 0x2b, 0xa5, 0x20, 0xa8, 0x04, 0x81, 0x15, 0x34, 0xbd, 0x58, 0xaa, 0x03, + 0xa9, 0x70, 0x44, 0x14, 0x3d, 0x76, 0xc5, 0x92, 0x8b, 0xca, 0xd4, 0x6c, 0x54, 0xf1, 0x81, 0xd9, + 0xe1, 0x6a, 0x63, 0x43, 0x9b, 0x4c, 0x32, 0x59, 0x9d, 0x97, 0x2b, 0x7b, 0xba, 0xc5, 0xa4, 0x64, + 0x29, 0xc5, 0x24, 0xe3, 0x98, 0x08, 0x21, 0x35, 0xd1, 0x5c, 0x0a, 0xeb, 0xf1, 0x9f, 0xc3, 0xad, + 0xa7, 0x25, 0xd2, 0x63, 0x9a, 0x52, 0x46, 0x34, 0x4d, 0xfa, 0x24, 0x25, 0x22, 0xa6, 0x21, 0x1d, + 0x15, 0x54, 0x69, 0x74, 0x17, 0xae, 0x27, 0x55, 0x48, 0xe6, 0x2e, 0xd8, 0x06, 0x3b, 0xeb, 0x7d, + 0xf7, 0xf3, 0xc7, 0xf6, 0xa6, 0xbd, 0xf8, 0x61, 0x92, 0xe4, 0x54, 0xa9, 0x3d, 0x9d, 0x73, 0xc1, + 0xc2, 0xbf, 0x52, 0xff, 0x10, 0xc0, 0xeb, 0x67, 0x24, 0x56, 0x99, 0x14, 0x8a, 0xa2, 0x7b, 0xb0, + 0x3e, 0xa6, 0x4a, 0xd3, 0xc4, 0xa4, 0xdd, 0xe8, 0x35, 0x02, 0x9b, 0xb3, 0x7c, 0xf9, 0xa2, 0x1c, + 0xc1, 0x23, 0xc9, 0x45, 0xff, 0xc2, 0xf4, 0x7b, 0xcb, 0x09, 0xad, 0x1c, 0xdd, 0x87, 0x97, 0xca, + 0x15, 0x17, 0xcc, 0xad, 0xad, 0xe6, 0x5c, 0xe8, 0xfd, 0x06, 0xbc, 0x66, 0xa0, 0x9e, 0x49, 0x4d, + 0xd2, 0xbd, 0x22, 0xcb, 0xd2, 0x89, 0x7d, 0xa8, 0xff, 0x1e, 0x40, 0xf7, 0x74, 0xcc, 0xb2, 0x5e, + 0x85, 0xf5, 0x21, 0xe5, 0x6c, 0xa8, 0x0d, 0xeb, 0x5a, 0x68, 0x77, 0x28, 0x86, 0xf5, 0x9c, 0xaa, + 0x22, 0xd5, 0x6e, 0x6d, 0x7b, 0xed, 0x7c, 0x92, 0x4e, 0x49, 0xf2, 0xe1, 0x47, 0x6b, 0x87, 0x71, + 0x3d, 0x2c, 0xa2, 0x20, 0x96, 0x07, 0xb6, 0x7b, 0xf6, 0xd3, 0x56, 0xc9, 0x3e, 0xd6, 0x93, 0x8c, + 0x2a, 0x63, 0x50, 0xa1, 0x4d, 0xdd, 0xfb, 0x5a, 0x83, 0x17, 0x0d, 0x19, 0xfa, 0x04, 0xe0, 0xe5, + 0x7f, 0xeb, 0x89, 0xba, 0xc1, 0x92, 0x31, 0x0a, 0xce, 0x6b, 0x6a, 0xb3, 0xf7, 0x3f, 0x96, 0xaa, + 0x04, 0xfe, 0x83, 0x37, 0x5f, 0x7e, 0x1f, 0xd6, 0xee, 0xa0, 0x1e, 0x5e, 0x36, 0xd6, 0xc9, 0xc2, + 0x36, 0x88, 0x2a, 0x1f, 0x7e, 0x75, 0x3c, 0x0b, 0xaf, 0xd1, 0x3b, 0x00, 0x37, 0x4e, 0x94, 0x15, + 0xdd, 0x3a, 0xfb, 0xfe, 0xd3, 0x9d, 0x69, 0xb6, 0x57, 0x54, 0x5b, 0xd0, 0x5d, 0x03, 0x7a, 0x13, + 0xdd, 0x58, 0x0a, 0xaa, 0x4b, 0xc7, 0x40, 0x19, 0x4b, 0xff, 0xc9, 0xf4, 0x97, 0xe7, 0x4c, 0x67, + 0x1e, 0x38, 0x9a, 0x79, 0xe0, 0xe7, 0xcc, 0x03, 0x6f, 0xe7, 0x9e, 0x73, 0x34, 0xf7, 0x9c, 0x6f, + 0x73, 0xcf, 0x79, 0xb1, 0x7b, 0xa2, 0x53, 0x1d, 0x96, 0x92, 0x48, 0xe1, 0x0e, 0x6b, 0xc7, 0x43, + 0xc2, 0x05, 0x7e, 0xb9, 0xc8, 0x6b, 0x1a, 0x16, 0xd5, 0xcd, 0xcf, 0x74, 0xfb, 0x4f, 0x00, 0x00, + 0x00, 0xff, 0xff, 0x23, 0x67, 0xe2, 0xa2, 0xf3, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/liquid/types/tx.pb.go b/x/liquid/types/tx.pb.go index 1fde9eba..5b90167e 100644 --- a/x/liquid/types/tx.pb.go +++ b/x/liquid/types/tx.pb.go @@ -254,34 +254,34 @@ func init() { func init() { proto.RegisterFile("kava/liquid/v1beta1/tx.proto", fileDescriptor_738981106e50f269) } var fileDescriptor_738981106e50f269 = []byte{ - // 421 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x53, 0xbd, 0xae, 0xda, 0x30, - 0x14, 0x8e, 0x7b, 0x2b, 0x54, 0x5c, 0xe9, 0x4a, 0x4d, 0xef, 0x10, 0xd0, 0x55, 0x40, 0x0c, 0x88, - 0x25, 0x4e, 0xa1, 0x43, 0x87, 0x76, 0x69, 0xca, 0xca, 0x92, 0x2e, 0xa8, 0x4b, 0xe5, 0x24, 0x56, - 0xb0, 0x00, 0x9b, 0xda, 0x4e, 0x44, 0xdf, 0xa2, 0x0f, 0xd0, 0xc7, 0xe0, 0x21, 0x18, 0x11, 0x53, - 0xdb, 0x01, 0x55, 0xf0, 0x22, 0x55, 0x12, 0x13, 0xca, 0x9f, 0xc4, 0x78, 0x27, 0xdb, 0xe7, 0x3b, - 0xdf, 0xf1, 0xf9, 0xbe, 0x63, 0xc3, 0xc7, 0x31, 0x4e, 0xb1, 0x3b, 0xa1, 0xdf, 0x12, 0x1a, 0xb9, - 0x69, 0x37, 0x20, 0x0a, 0x77, 0x5d, 0x35, 0x47, 0x33, 0xc1, 0x15, 0x37, 0x5f, 0x67, 0x28, 0x2a, - 0x50, 0xa4, 0xd1, 0xba, 0x1d, 0x72, 0x39, 0xe5, 0xd2, 0x0d, 0xb0, 0x24, 0x25, 0x25, 0xe4, 0x94, - 0x15, 0xa4, 0x7a, 0xad, 0xc0, 0xbf, 0xe6, 0x27, 0xb7, 0x38, 0x68, 0xe8, 0x21, 0xe6, 0x31, 0x2f, - 0xe2, 0xd9, 0xae, 0x88, 0xb6, 0x7e, 0x02, 0xf8, 0x6a, 0x20, 0xe3, 0x01, 0x65, 0xaa, 0x4f, 0x04, - 0x4d, 0xb1, 0xa2, 0x29, 0x31, 0xdf, 0xc0, 0x8a, 0x24, 0x2c, 0x22, 0xc2, 0x02, 0x4d, 0xd0, 0xa9, - 0x7a, 0xd6, 0x7a, 0xe1, 0x3c, 0xe8, 0x6a, 0x1f, 0xa3, 0x48, 0x10, 0x29, 0x3f, 0x2b, 0x41, 0x59, - 0xec, 0xeb, 0x3c, 0xf3, 0x11, 0x56, 0x53, 0x3c, 0xa1, 0x11, 0x56, 0x5c, 0x58, 0xcf, 0x32, 0x92, - 0x7f, 0x08, 0x98, 0xef, 0x60, 0x05, 0x4f, 0x79, 0xc2, 0x94, 0x75, 0xd7, 0x04, 0x9d, 0x97, 0xbd, - 0x1a, 0xd2, 0xc5, 0x32, 0x1d, 0x7b, 0x71, 0xe8, 0x13, 0xa7, 0xcc, 0x7b, 0xbe, 0xdc, 0x34, 0x0c, - 0x5f, 0xa7, 0xb7, 0x86, 0xb0, 0x76, 0xd6, 0x9d, 0x4f, 0xe4, 0x8c, 0x33, 0x49, 0xcc, 0xf7, 0xf0, - 0x85, 0x20, 0x21, 0xa1, 0x29, 0x89, 0xf2, 0x3e, 0x6f, 0xa8, 0x5b, 0x12, 0xf6, 0xc2, 0xbd, 0x44, - 0xb0, 0xa7, 0x28, 0x3c, 0xc9, 0x85, 0x1f, 0x77, 0x57, 0x0a, 0x1f, 0x9e, 0x08, 0xaf, 0x7a, 0x1f, - 0x32, 0xf2, 0x9f, 0x4d, 0xa3, 0x1d, 0x53, 0x35, 0x4a, 0x02, 0x14, 0xf2, 0xa9, 0x9e, 0xbe, 0x5e, - 0x1c, 0x19, 0x8d, 0x5d, 0xf5, 0x7d, 0x46, 0x24, 0xea, 0x93, 0x70, 0xbd, 0x70, 0xa0, 0x6e, 0xa4, - 0x4f, 0xc2, 0x83, 0x2b, 0xbd, 0xdf, 0x00, 0xde, 0x0d, 0x64, 0x6c, 0x8e, 0xe0, 0xfd, 0xc9, 0x93, - 0x68, 0xa3, 0x0b, 0xef, 0x11, 0x9d, 0x0d, 0xa7, 0x8e, 0x6e, 0xcb, 0x2b, 0xb5, 0x8c, 0xe0, 0xfd, - 0xc9, 0x0c, 0xae, 0xde, 0x74, 0x9c, 0x77, 0xfd, 0xa6, 0xcb, 0xae, 0x79, 0xde, 0x72, 0x6b, 0x83, - 0xd5, 0xd6, 0x06, 0x7f, 0xb7, 0x36, 0xf8, 0xb1, 0xb3, 0x8d, 0xd5, 0xce, 0x36, 0x7e, 0xed, 0x6c, - 0xe3, 0x4b, 0xe7, 0x3f, 0xd7, 0xb2, 0x9a, 0xce, 0x04, 0x07, 0x32, 0xdf, 0xb9, 0xf3, 0xfd, 0xff, - 0xcc, 0xbd, 0x0b, 0x2a, 0xf9, 0xaf, 0x79, 0xfb, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x40, 0x82, 0xe3, - 0xbf, 0xbb, 0x03, 0x00, 0x00, + // 429 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x53, 0xbd, 0x6e, 0xdb, 0x30, + 0x10, 0x16, 0x9b, 0xc2, 0xa8, 0x59, 0x20, 0x40, 0xd5, 0x0c, 0xb2, 0x11, 0x28, 0x41, 0x86, 0x20, + 0x1d, 0x44, 0x3a, 0xe9, 0xd0, 0xa1, 0x5d, 0xaa, 0x78, 0xf5, 0xa2, 0x2e, 0x41, 0x97, 0x82, 0x92, + 0x08, 0x8a, 0x88, 0x4d, 0xba, 0x24, 0x25, 0xa4, 0x6f, 0xd1, 0x07, 0xe8, 0x63, 0xe4, 0x21, 0x32, + 0x1a, 0x9e, 0xda, 0x0e, 0x46, 0x61, 0xbf, 0x48, 0x21, 0x89, 0x96, 0xeb, 0x3f, 0xc0, 0x63, 0x27, + 0x89, 0xf7, 0xdd, 0x77, 0xbc, 0xef, 0x3b, 0x1e, 0x3c, 0xbd, 0x27, 0x05, 0xc1, 0x43, 0xfe, 0x35, + 0xe7, 0x29, 0x2e, 0xae, 0x63, 0x6a, 0xc8, 0x35, 0x36, 0x0f, 0x68, 0xac, 0xa4, 0x91, 0xee, 0xeb, + 0x12, 0x45, 0x35, 0x8a, 0x2c, 0xda, 0xf5, 0x13, 0xa9, 0x47, 0x52, 0xe3, 0x98, 0x68, 0xda, 0x50, + 0x12, 0xc9, 0x45, 0x4d, 0xea, 0x76, 0x6a, 0xfc, 0x4b, 0x75, 0xc2, 0xf5, 0xc1, 0x42, 0x27, 0x4c, + 0x32, 0x59, 0xc7, 0xcb, 0xbf, 0x3a, 0x7a, 0xf1, 0x03, 0xc0, 0x57, 0x03, 0xcd, 0x06, 0x5c, 0x98, + 0x3e, 0x55, 0xbc, 0x20, 0x86, 0x17, 0xd4, 0xed, 0xc1, 0x96, 0xa6, 0x22, 0xa5, 0xca, 0x03, 0xe7, + 0xe0, 0xaa, 0x1d, 0x7a, 0xd3, 0xc7, 0xe0, 0xc4, 0x56, 0xfb, 0x98, 0xa6, 0x8a, 0x6a, 0xfd, 0xc9, + 0x28, 0x2e, 0x58, 0x64, 0xf3, 0xdc, 0x53, 0xd8, 0x2e, 0xc8, 0x90, 0xa7, 0xc4, 0x48, 0xe5, 0x3d, + 0x2b, 0x49, 0xd1, 0x2a, 0xe0, 0xbe, 0x83, 0x2d, 0x32, 0x92, 0xb9, 0x30, 0xde, 0xd1, 0x39, 0xb8, + 0x7a, 0x79, 0xd3, 0x41, 0xb6, 0x58, 0xa9, 0x63, 0x29, 0x0e, 0xdd, 0x4a, 0x2e, 0xc2, 0xe7, 0x4f, + 0xb3, 0x33, 0x27, 0xb2, 0xe9, 0x17, 0x77, 0xb0, 0xb3, 0xd5, 0x5d, 0x44, 0xf5, 0x58, 0x0a, 0x4d, + 0xdd, 0xf7, 0xf0, 0x85, 0xa2, 0x09, 0xe5, 0x05, 0x4d, 0xab, 0x3e, 0x0f, 0xa8, 0xdb, 0x10, 0x96, + 0xc2, 0xc3, 0x5c, 0x89, 0xff, 0x51, 0x78, 0x5e, 0x09, 0x5f, 0xef, 0xae, 0x11, 0x7e, 0xb7, 0x21, + 0xbc, 0x1d, 0x7e, 0x28, 0xc9, 0xbf, 0x67, 0x67, 0x97, 0x8c, 0x9b, 0x2c, 0x8f, 0x51, 0x22, 0x47, + 0x76, 0xfa, 0xf6, 0x13, 0xe8, 0xf4, 0x1e, 0x9b, 0x6f, 0x63, 0xaa, 0x51, 0x9f, 0x26, 0xd3, 0xc7, + 0x00, 0xda, 0x46, 0xfa, 0x34, 0x59, 0xb9, 0x72, 0xf3, 0x0b, 0xc0, 0xa3, 0x81, 0x66, 0x6e, 0x06, + 0x8f, 0x37, 0x9e, 0xc4, 0x25, 0xda, 0xf1, 0x1e, 0xd1, 0xd6, 0x70, 0xba, 0xe8, 0xb0, 0xbc, 0x46, + 0x4b, 0x06, 0x8f, 0x37, 0x66, 0xb0, 0xf7, 0xa6, 0xf5, 0xbc, 0xfd, 0x37, 0xed, 0x76, 0x2d, 0xbc, + 0x7d, 0x9a, 0xfb, 0x60, 0x32, 0xf7, 0xc1, 0x9f, 0xb9, 0x0f, 0xbe, 0x2f, 0x7c, 0x67, 0xb2, 0xf0, + 0x9d, 0x9f, 0x0b, 0xdf, 0xf9, 0xfc, 0xe6, 0x1f, 0xd7, 0x7a, 0x6c, 0x48, 0x62, 0x8d, 0x7b, 0x2c, + 0x48, 0x32, 0xc2, 0x05, 0x7e, 0x58, 0x2e, 0x68, 0x65, 0x5e, 0xdc, 0xaa, 0xd6, 0xe6, 0xed, 0xdf, + 0x00, 0x00, 0x00, 0xff, 0xff, 0x66, 0x13, 0x6b, 0x83, 0xbc, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/metrics/abci.go b/x/metrics/abci.go index 14a77d71..a243f933 100644 --- a/x/metrics/abci.go +++ b/x/metrics/abci.go @@ -1,7 +1,7 @@ package metrics import ( - "github.com/kava-labs/kava/x/metrics/types" + "github.com/0glabs/0g-chain/x/metrics/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/metrics/abci_test.go b/x/metrics/abci_test.go index 141d501b..a65aa2a6 100644 --- a/x/metrics/abci_test.go +++ b/x/metrics/abci_test.go @@ -9,9 +9,9 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/metrics" - "github.com/kava-labs/kava/x/metrics/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/metrics" + "github.com/0glabs/0g-chain/x/metrics/types" ) type MockGauge struct { diff --git a/x/metrics/module.go b/x/metrics/module.go index 2ee0d656..e6bdf69d 100644 --- a/x/metrics/module.go +++ b/x/metrics/module.go @@ -14,7 +14,7 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/kava-labs/kava/x/metrics/types" + "github.com/0glabs/0g-chain/x/metrics/types" ) var ( diff --git a/x/metrics/types/metrics_test.go b/x/metrics/types/metrics_test.go index 2af68d25..808be4c2 100644 --- a/x/metrics/types/metrics_test.go +++ b/x/metrics/types/metrics_test.go @@ -3,9 +3,9 @@ package types_test import ( "testing" + "github.com/0glabs/0g-chain/x/metrics/types" "github.com/go-kit/kit/metrics" "github.com/go-kit/kit/metrics/prometheus" - "github.com/kava-labs/kava/x/metrics/types" "github.com/stretchr/testify/require" ) diff --git a/x/pricefeed/abci.go b/x/pricefeed/abci.go index 8f32c629..f590f497 100644 --- a/x/pricefeed/abci.go +++ b/x/pricefeed/abci.go @@ -4,10 +4,10 @@ import ( "errors" "time" + "github.com/0glabs/0g-chain/x/pricefeed/keeper" + "github.com/0glabs/0g-chain/x/pricefeed/types" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/pricefeed/keeper" - "github.com/kava-labs/kava/x/pricefeed/types" ) // EndBlocker updates the current pricefeed diff --git a/x/pricefeed/client/cli/query.go b/x/pricefeed/client/cli/query.go index 57d9daee..95422335 100644 --- a/x/pricefeed/client/cli/query.go +++ b/x/pricefeed/client/cli/query.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/x/pricefeed/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/pricefeed/client/cli/tx.go b/x/pricefeed/client/cli/tx.go index 0b41cde0..aa1508a4 100644 --- a/x/pricefeed/client/cli/tx.go +++ b/x/pricefeed/client/cli/tx.go @@ -15,7 +15,7 @@ import ( tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/x/pricefeed/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/pricefeed/genesis.go b/x/pricefeed/genesis.go index f7774704..fd4428d1 100644 --- a/x/pricefeed/genesis.go +++ b/x/pricefeed/genesis.go @@ -3,8 +3,8 @@ package pricefeed import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/pricefeed/keeper" - "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/x/pricefeed/keeper" + "github.com/0glabs/0g-chain/x/pricefeed/types" ) // InitGenesis sets distribution information for genesis. diff --git a/x/pricefeed/genesis_test.go b/x/pricefeed/genesis_test.go index b8d0889d..885fec21 100644 --- a/x/pricefeed/genesis_test.go +++ b/x/pricefeed/genesis_test.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/pricefeed" - "github.com/kava-labs/kava/x/pricefeed/keeper" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/pricefeed" + "github.com/0glabs/0g-chain/x/pricefeed/keeper" "github.com/stretchr/testify/suite" ) diff --git a/x/pricefeed/integration_test.go b/x/pricefeed/integration_test.go index b8d230f7..3dd317ab 100644 --- a/x/pricefeed/integration_test.go +++ b/x/pricefeed/integration_test.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/pricefeed/types" ) func NewPricefeedGen() types.GenesisState { diff --git a/x/pricefeed/keeper/grpc_query.go b/x/pricefeed/keeper/grpc_query.go index a329792c..d241cce1 100644 --- a/x/pricefeed/keeper/grpc_query.go +++ b/x/pricefeed/keeper/grpc_query.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/x/pricefeed/types" ) type queryServer struct { diff --git a/x/pricefeed/keeper/grpc_query_test.go b/x/pricefeed/keeper/grpc_query_test.go index abe950dc..6e23a03c 100644 --- a/x/pricefeed/keeper/grpc_query_test.go +++ b/x/pricefeed/keeper/grpc_query_test.go @@ -4,11 +4,11 @@ import ( "testing" "time" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/pricefeed/keeper" + "github.com/0glabs/0g-chain/x/pricefeed/types" tmprototypes "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/pricefeed/keeper" - "github.com/kava-labs/kava/x/pricefeed/types" "github.com/stretchr/testify/suite" ) diff --git a/x/pricefeed/keeper/integration_test.go b/x/pricefeed/keeper/integration_test.go index e2c1cff6..3aa5fe6b 100644 --- a/x/pricefeed/keeper/integration_test.go +++ b/x/pricefeed/keeper/integration_test.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/pricefeed/types" ) func NewPricefeedGenStateMulti() app.GenesisState { diff --git a/x/pricefeed/keeper/keeper.go b/x/pricefeed/keeper/keeper.go index d305df2a..a99cdd1c 100644 --- a/x/pricefeed/keeper/keeper.go +++ b/x/pricefeed/keeper/keeper.go @@ -13,7 +13,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/x/pricefeed/types" ) // Keeper struct for pricefeed module diff --git a/x/pricefeed/keeper/keeper_test.go b/x/pricefeed/keeper/keeper_test.go index 0acd571f..9a2dc138 100644 --- a/x/pricefeed/keeper/keeper_test.go +++ b/x/pricefeed/keeper/keeper_test.go @@ -10,8 +10,8 @@ import ( tmprototypes "github.com/cometbft/cometbft/proto/tendermint/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/pricefeed/types" ) // TestKeeper_SetGetMarket tests adding markets to the pricefeed, getting markets from the store diff --git a/x/pricefeed/keeper/msg_server.go b/x/pricefeed/keeper/msg_server.go index 67a10d1c..e00c1637 100644 --- a/x/pricefeed/keeper/msg_server.go +++ b/x/pricefeed/keeper/msg_server.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/x/pricefeed/types" ) type msgServer struct { diff --git a/x/pricefeed/keeper/msg_server_test.go b/x/pricefeed/keeper/msg_server_test.go index 2ffcd8bb..a01b9f62 100644 --- a/x/pricefeed/keeper/msg_server_test.go +++ b/x/pricefeed/keeper/msg_server_test.go @@ -4,11 +4,11 @@ import ( "testing" "time" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/pricefeed/keeper" + "github.com/0glabs/0g-chain/x/pricefeed/types" tmprototypes "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/pricefeed/keeper" - "github.com/kava-labs/kava/x/pricefeed/types" "github.com/stretchr/testify/require" ) diff --git a/x/pricefeed/keeper/params.go b/x/pricefeed/keeper/params.go index 5c167f1c..7e372b4b 100644 --- a/x/pricefeed/keeper/params.go +++ b/x/pricefeed/keeper/params.go @@ -4,7 +4,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/x/pricefeed/types" ) // GetParams returns the params from the store diff --git a/x/pricefeed/keeper/params_test.go b/x/pricefeed/keeper/params_test.go index ffad3c88..7b28c5c7 100644 --- a/x/pricefeed/keeper/params_test.go +++ b/x/pricefeed/keeper/params_test.go @@ -10,9 +10,9 @@ import ( tmprototypes "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/pricefeed/keeper" - "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/pricefeed/keeper" + "github.com/0glabs/0g-chain/x/pricefeed/types" ) type KeeperTestSuite struct { diff --git a/x/pricefeed/legacy/v0_16/migrate.go b/x/pricefeed/legacy/v0_16/migrate.go index 34cc8235..6634ac19 100644 --- a/x/pricefeed/legacy/v0_16/migrate.go +++ b/x/pricefeed/legacy/v0_16/migrate.go @@ -1,9 +1,9 @@ package v0_16 import ( + v015pricefeed "github.com/0glabs/0g-chain/x/pricefeed/legacy/v0_15" + v016pricefeed "github.com/0glabs/0g-chain/x/pricefeed/types" "github.com/cosmos/cosmos-sdk/types" - v015pricefeed "github.com/kava-labs/kava/x/pricefeed/legacy/v0_15" - v016pricefeed "github.com/kava-labs/kava/x/pricefeed/types" ) var NewIBCMarkets = []v016pricefeed.Market{ diff --git a/x/pricefeed/legacy/v0_16/migrate_test.go b/x/pricefeed/legacy/v0_16/migrate_test.go index 81f2e120..60bde6c8 100644 --- a/x/pricefeed/legacy/v0_16/migrate_test.go +++ b/x/pricefeed/legacy/v0_16/migrate_test.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - app "github.com/kava-labs/kava/app" - v015pricefeed "github.com/kava-labs/kava/x/pricefeed/legacy/v0_15" - v016pricefeed "github.com/kava-labs/kava/x/pricefeed/types" + app "github.com/0glabs/0g-chain/app" + v015pricefeed "github.com/0glabs/0g-chain/x/pricefeed/legacy/v0_15" + v016pricefeed "github.com/0glabs/0g-chain/x/pricefeed/types" ) type migrateTestSuite struct { diff --git a/x/pricefeed/module.go b/x/pricefeed/module.go index 11ceb784..2b75d20f 100644 --- a/x/pricefeed/module.go +++ b/x/pricefeed/module.go @@ -16,9 +16,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/kava-labs/kava/x/pricefeed/client/cli" - "github.com/kava-labs/kava/x/pricefeed/keeper" - "github.com/kava-labs/kava/x/pricefeed/types" + "github.com/0glabs/0g-chain/x/pricefeed/client/cli" + "github.com/0glabs/0g-chain/x/pricefeed/keeper" + "github.com/0glabs/0g-chain/x/pricefeed/types" ) var ( diff --git a/x/pricefeed/types/genesis.pb.go b/x/pricefeed/types/genesis.pb.go index 3b2d8074..12d34d2b 100644 --- a/x/pricefeed/types/genesis.pb.go +++ b/x/pricefeed/types/genesis.pb.go @@ -86,7 +86,7 @@ func init() { } var fileDescriptor_fffec798191784d2 = []byte{ - // 262 bytes of a gzipped FileDescriptorProto + // 268 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xc9, 0x4e, 0x2c, 0x4b, 0xd4, 0x2f, 0x28, 0xca, 0x4c, 0x4e, 0x4d, 0x4b, 0x4d, 0x4d, 0xd1, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, @@ -98,12 +98,12 @@ var fileDescriptor_fffec798191784d2 = []byte{ 0x82, 0xea, 0x11, 0x8a, 0xe3, 0xe2, 0x2d, 0xc8, 0x2f, 0x2e, 0x49, 0x4d, 0x89, 0x07, 0x6b, 0x28, 0x96, 0x60, 0x52, 0x60, 0xd6, 0xe0, 0x36, 0x52, 0xc6, 0x69, 0x08, 0x58, 0x71, 0x00, 0x48, 0xdc, 0x49, 0x04, 0x64, 0xd2, 0xaa, 0xfb, 0xf2, 0x3c, 0x48, 0x82, 0xc5, 0x41, 0x3c, 0x05, 0x48, 0x3c, - 0x27, 0xdf, 0x07, 0x0f, 0xe5, 0x18, 0x57, 0x3c, 0x92, 0x63, 0x3c, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, + 0x27, 0xbf, 0x07, 0x0f, 0xe5, 0x18, 0x57, 0x3c, 0x92, 0x63, 0x3c, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, - 0xc6, 0x63, 0x39, 0x86, 0x28, 0xed, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, - 0x7d, 0x90, 0xa5, 0xba, 0x39, 0x89, 0x49, 0xc5, 0x60, 0x96, 0x7e, 0x05, 0x52, 0x58, 0x94, 0x54, - 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x03, 0xc1, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xcf, 0xf3, - 0x1e, 0xef, 0x7e, 0x01, 0x00, 0x00, + 0xc6, 0x63, 0x39, 0x86, 0x28, 0x9d, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, + 0x7d, 0x83, 0xf4, 0x9c, 0xc4, 0xa4, 0x62, 0x7d, 0x83, 0x74, 0xdd, 0xe4, 0x8c, 0xc4, 0xcc, 0x3c, + 0xfd, 0x0a, 0xa4, 0xc0, 0x28, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0x87, 0x82, 0x31, 0x20, + 0x00, 0x00, 0xff, 0xff, 0xbb, 0x51, 0xdc, 0x9c, 0x7f, 0x01, 0x00, 0x00, } func (this *GenesisState) VerboseEqual(that interface{}) error { diff --git a/x/pricefeed/types/query.pb.go b/x/pricefeed/types/query.pb.go index a4111a2d..1d92b38a 100644 --- a/x/pricefeed/types/query.pb.go +++ b/x/pricefeed/types/query.pb.go @@ -701,63 +701,63 @@ func init() { } var fileDescriptor_84567be3085e4c6c = []byte{ - // 884 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xcf, 0x6f, 0x1b, 0x45, - 0x14, 0xc7, 0x3d, 0xa9, 0x7f, 0x4e, 0xa1, 0x88, 0xa9, 0x13, 0x2c, 0xd3, 0xee, 0x86, 0x95, 0x08, - 0x6d, 0x1c, 0xef, 0xaa, 0xa9, 0xa8, 0x50, 0xc5, 0xa5, 0x26, 0x07, 0x7a, 0xa8, 0x80, 0x15, 0x97, - 0x72, 0xb1, 0xc6, 0xde, 0xa9, 0xbb, 0x4a, 0xec, 0xd9, 0xec, 0x8c, 0xe3, 0x46, 0x08, 0x09, 0x21, - 0x24, 0xca, 0x01, 0x29, 0x82, 0x13, 0x37, 0xb8, 0x21, 0x24, 0xfe, 0x8f, 0x1c, 0x23, 0x71, 0x41, - 0x1c, 0x92, 0xe0, 0x70, 0xe3, 0x9f, 0x40, 0x3b, 0xf3, 0x76, 0xf1, 0x26, 0xde, 0x64, 0x2d, 0x4e, - 0xc9, 0xbe, 0x7d, 0x3f, 0x3e, 0xef, 0xbb, 0x33, 0x5f, 0x63, 0x6b, 0x9b, 0xee, 0x51, 0x27, 0x08, - 0xfd, 0x3e, 0x7b, 0xc6, 0x98, 0xe7, 0xec, 0xdd, 0xeb, 0x31, 0x49, 0xef, 0x39, 0xbb, 0x63, 0x16, - 0xee, 0xdb, 0x41, 0xc8, 0x25, 0x27, 0x2b, 0x51, 0x8e, 0x9d, 0xe4, 0xd8, 0x90, 0xd3, 0xac, 0x0f, - 0xf8, 0x80, 0xab, 0x14, 0x27, 0xfa, 0x4f, 0x67, 0x37, 0x6f, 0x0d, 0x38, 0x1f, 0xec, 0x30, 0x87, - 0x06, 0xbe, 0x43, 0x47, 0x23, 0x2e, 0xa9, 0xf4, 0xf9, 0x48, 0xc0, 0x5b, 0x13, 0xde, 0xaa, 0xa7, - 0xde, 0xf8, 0x99, 0x23, 0xfd, 0x21, 0x13, 0x92, 0x0e, 0x03, 0x48, 0xc8, 0x02, 0x12, 0x92, 0x87, - 0x4c, 0xe7, 0x58, 0x75, 0x4c, 0x3e, 0x89, 0xf8, 0x3e, 0xa6, 0x21, 0x1d, 0x0a, 0x97, 0xed, 0x8e, - 0x99, 0x90, 0xd6, 0x53, 0x7c, 0x33, 0x15, 0x15, 0x01, 0x1f, 0x09, 0x46, 0xde, 0xc7, 0xe5, 0x40, - 0x45, 0x1a, 0x68, 0x15, 0xdd, 0xb9, 0xbe, 0x69, 0xd8, 0xf3, 0xd7, 0xb1, 0x75, 0x5d, 0xa7, 0x78, - 0x78, 0x6c, 0x16, 0x5c, 0xa8, 0x79, 0x58, 0x7c, 0xf9, 0x93, 0x59, 0xb0, 0x1e, 0xe0, 0xd7, 0x75, - 0xeb, 0xa8, 0x08, 0xe6, 0x91, 0x37, 0x71, 0x6d, 0x48, 0xc3, 0x6d, 0x26, 0xbb, 0xbe, 0xa7, 0x7a, - 0xd7, 0xdc, 0xaa, 0x0e, 0x3c, 0xf6, 0xa0, 0xce, 0x8b, 0x41, 0x75, 0x1d, 0x10, 0x7d, 0x88, 0x4b, - 0x6a, 0x3a, 0x00, 0x6d, 0x64, 0x01, 0x7d, 0x30, 0x0e, 0x43, 0x36, 0x92, 0xa9, 0x62, 0xc0, 0xd3, - 0x0d, 0x60, 0x4a, 0x7d, 0x76, 0x4a, 0x22, 0xc7, 0x97, 0x28, 0xd6, 0x03, 0xc2, 0x30, 0xbd, 0x8f, - 0xcb, 0xaa, 0x38, 0xd2, 0xe3, 0xda, 0xc2, 0xe3, 0x6f, 0x47, 0xe3, 0x7f, 0x3d, 0x31, 0x97, 0xe7, - 0xbd, 0x15, 0x2e, 0xb4, 0x06, 0xb0, 0x87, 0x78, 0x59, 0x11, 0xb8, 0x74, 0x92, 0x62, 0xcb, 0x23, - 0xdd, 0x4b, 0x84, 0x57, 0xce, 0x17, 0xc3, 0x06, 0xcf, 0x31, 0x0e, 0xe9, 0xa4, 0x9b, 0xda, 0xa2, - 0x95, 0xf9, 0x55, 0xb9, 0x90, 0xcc, 0x4b, 0x2f, 0x71, 0x0b, 0x96, 0xa8, 0xcf, 0x79, 0x29, 0xdc, - 0x5a, 0x18, 0x4f, 0x04, 0x94, 0xf7, 0x40, 0xc8, 0x8f, 0x42, 0xda, 0xdf, 0x59, 0x68, 0x89, 0x07, - 0xb8, 0x9e, 0xae, 0x84, 0x0d, 0x1a, 0xb8, 0xc2, 0x75, 0x48, 0xe1, 0xd7, 0xdc, 0xf8, 0x11, 0xea, - 0x96, 0x61, 0xe2, 0x13, 0xd5, 0x2e, 0xf9, 0xa4, 0x13, 0x68, 0x97, 0x84, 0xa1, 0xdd, 0x53, 0x5c, - 0xd1, 0x83, 0x63, 0x35, 0xd6, 0xb2, 0xd4, 0xd0, 0x95, 0x89, 0x10, 0x6f, 0x80, 0x10, 0xaf, 0xa5, - 0xe3, 0xc2, 0x8d, 0xfb, 0x01, 0xcf, 0x3f, 0x08, 0xdf, 0x9c, 0xa3, 0x15, 0xb9, 0x7b, 0x41, 0x82, - 0xce, 0x2b, 0xd3, 0x63, 0xb3, 0xaa, 0xdb, 0x3d, 0xde, 0xfa, 0x4f, 0x10, 0xf2, 0x36, 0xbe, 0xa1, - 0x77, 0xec, 0x52, 0xcf, 0x0b, 0x99, 0x10, 0x8d, 0x25, 0x25, 0xd9, 0xab, 0x3a, 0xfa, 0x48, 0x07, - 0xc9, 0x56, 0x7c, 0x37, 0xae, 0xa9, 0x6e, 0x76, 0x04, 0xf8, 0xe7, 0xb1, 0xb9, 0x36, 0xf0, 0xe5, - 0xf3, 0x71, 0xcf, 0xee, 0xf3, 0xa1, 0xd3, 0xe7, 0x62, 0xc8, 0x05, 0xfc, 0x69, 0x0b, 0x6f, 0xdb, - 0x91, 0xfb, 0x01, 0x13, 0xf6, 0x16, 0xeb, 0xc3, 0xbd, 0x88, 0xee, 0x3c, 0x7b, 0x11, 0xf8, 0xe1, - 0x7e, 0xa3, 0xa8, 0xae, 0x58, 0xd3, 0xd6, 0xb6, 0x63, 0xc7, 0xb6, 0x63, 0x7f, 0x1a, 0xdb, 0x4e, - 0xa7, 0x1a, 0x8d, 0x38, 0x38, 0x31, 0x91, 0x0b, 0x35, 0xd6, 0x37, 0x08, 0xd7, 0xe7, 0x1d, 0xef, - 0x45, 0xd6, 0x4d, 0xf6, 0x58, 0xfa, 0x1f, 0x7b, 0x58, 0xbf, 0x21, 0x7c, 0x23, 0xfd, 0x69, 0x16, - 0x61, 0xb8, 0x8d, 0x71, 0x8f, 0x0a, 0xd6, 0xa5, 0x42, 0x30, 0x09, 0x72, 0xd7, 0xa2, 0xc8, 0xa3, - 0x28, 0x40, 0x4c, 0x7c, 0x7d, 0x77, 0xcc, 0x65, 0xfc, 0x5e, 0x09, 0xee, 0x62, 0x15, 0xd2, 0x09, - 0x33, 0xa7, 0xb4, 0x98, 0x3a, 0xa5, 0x64, 0x05, 0x97, 0x69, 0x5f, 0xfa, 0x7b, 0xac, 0x51, 0x5a, - 0x45, 0x77, 0xaa, 0x2e, 0x3c, 0x6d, 0x7e, 0x5d, 0xc1, 0x25, 0x75, 0x42, 0xc9, 0xb7, 0x08, 0x97, - 0xb5, 0xa1, 0x92, 0xf5, 0xac, 0xc3, 0x78, 0xd1, 0xc3, 0x9b, 0xad, 0x5c, 0xb9, 0x5a, 0x0a, 0x6b, - 0xed, 0xab, 0xdf, 0xff, 0xfe, 0x61, 0x69, 0x95, 0x18, 0x4e, 0xc6, 0x6f, 0x86, 0xf6, 0x70, 0xf2, - 0x3d, 0xc2, 0x25, 0xf5, 0x21, 0xc9, 0xdd, 0xcb, 0xdb, 0xcf, 0xb8, 0x7b, 0x73, 0x3d, 0x4f, 0x2a, - 0x80, 0x6c, 0x2a, 0x90, 0x0d, 0xb2, 0x9e, 0x09, 0xa2, 0xec, 0xc4, 0xf9, 0x3c, 0xf9, 0x72, 0x5f, - 0x68, 0x81, 0x54, 0x98, 0xe4, 0x18, 0x95, 0x57, 0xa0, 0x94, 0x51, 0xe6, 0x10, 0x48, 0x03, 0xfc, - 0x8c, 0x70, 0x2d, 0xb1, 0x59, 0xd2, 0xbe, 0x74, 0xc4, 0x79, 0x2f, 0x6f, 0xda, 0x79, 0xd3, 0x01, - 0xea, 0x5d, 0x05, 0xe5, 0x90, 0x76, 0x16, 0x54, 0x48, 0x27, 0x73, 0xf4, 0xfa, 0x11, 0xe1, 0x0a, - 0xd8, 0x28, 0xb9, 0x5c, 0x84, 0xb4, 0x4d, 0x37, 0x37, 0xf2, 0x25, 0x03, 0xdd, 0x7d, 0x45, 0xd7, - 0x26, 0xad, 0x2c, 0x3a, 0xb8, 0x02, 0x29, 0xb6, 0xef, 0x10, 0xae, 0x80, 0x27, 0x5f, 0xc1, 0x96, - 0x36, 0xf4, 0x2b, 0xd8, 0xce, 0xd9, 0xbc, 0xf5, 0x8e, 0x62, 0x7b, 0x8b, 0x98, 0x59, 0x6c, 0x60, - 0xda, 0x9d, 0x27, 0xa7, 0x7f, 0x19, 0xe8, 0x97, 0xa9, 0x81, 0x0e, 0xa7, 0x06, 0x3a, 0x9a, 0x1a, - 0xe8, 0x74, 0x6a, 0xa0, 0x83, 0x33, 0xa3, 0x70, 0x74, 0x66, 0x14, 0xfe, 0x38, 0x33, 0x0a, 0x9f, - 0xb5, 0x66, 0x7c, 0x28, 0x6a, 0xd6, 0xde, 0xa1, 0x3d, 0xa1, 0xdb, 0xbe, 0x98, 0x69, 0xac, 0x0c, - 0xa9, 0x57, 0x56, 0xae, 0x79, 0xff, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd8, 0x99, 0x27, 0xa2, - 0x2c, 0x0a, 0x00, 0x00, + // 890 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x4d, 0x6f, 0x1b, 0x45, + 0x18, 0xc7, 0x3d, 0xa9, 0x5f, 0xa7, 0x50, 0xc4, 0xd4, 0x09, 0x96, 0x69, 0x77, 0xc3, 0x4a, 0x84, + 0x36, 0xb1, 0x77, 0xdb, 0x54, 0x54, 0xa8, 0xe2, 0x52, 0x93, 0x03, 0x3d, 0xf0, 0xb6, 0xe2, 0x52, + 0x2e, 0xd6, 0x78, 0x77, 0xea, 0xac, 0x12, 0x7b, 0x36, 0x3b, 0xe3, 0xb8, 0x11, 0x42, 0x42, 0x08, + 0x89, 0x72, 0x40, 0xaa, 0xe0, 0xc4, 0x0d, 0x6e, 0x08, 0x89, 0xef, 0xd1, 0x63, 0x25, 0x2e, 0x88, + 0x43, 0x5a, 0x1c, 0x6e, 0x7c, 0x09, 0xb4, 0x33, 0xcf, 0x2e, 0xde, 0xd4, 0x9b, 0xac, 0xc5, 0x29, + 0xd9, 0x67, 0x9f, 0x97, 0xdf, 0xf3, 0xdf, 0x99, 0xbf, 0xb1, 0xb5, 0x47, 0x0f, 0xa9, 0x13, 0x46, + 0x81, 0xc7, 0x1e, 0x30, 0xe6, 0x3b, 0x87, 0x37, 0x07, 0x4c, 0xd2, 0x9b, 0xce, 0xc1, 0x84, 0x45, + 0x47, 0x76, 0x18, 0x71, 0xc9, 0xc9, 0x5a, 0x9c, 0x63, 0xa7, 0x39, 0x36, 0xe4, 0xb4, 0x9b, 0x43, + 0x3e, 0xe4, 0x2a, 0xc5, 0x89, 0xff, 0xd3, 0xd9, 0xed, 0x2b, 0x43, 0xce, 0x87, 0xfb, 0xcc, 0xa1, + 0x61, 0xe0, 0xd0, 0xf1, 0x98, 0x4b, 0x2a, 0x03, 0x3e, 0x16, 0xf0, 0xd6, 0x84, 0xb7, 0xea, 0x69, + 0x30, 0x79, 0xe0, 0xc8, 0x60, 0xc4, 0x84, 0xa4, 0xa3, 0x10, 0x12, 0xf2, 0x80, 0x84, 0xe4, 0x11, + 0xd3, 0x39, 0x56, 0x13, 0x93, 0x4f, 0x62, 0xbe, 0x8f, 0x69, 0x44, 0x47, 0xc2, 0x65, 0x07, 0x13, + 0x26, 0xa4, 0x75, 0x1f, 0x5f, 0xce, 0x44, 0x45, 0xc8, 0xc7, 0x82, 0x91, 0x77, 0x71, 0x35, 0x54, + 0x91, 0x16, 0x5a, 0x47, 0xd7, 0x2e, 0x6e, 0x1b, 0xf6, 0xe2, 0x75, 0x6c, 0x5d, 0xd7, 0x2b, 0x3f, + 0x39, 0x36, 0x4b, 0x2e, 0xd4, 0xdc, 0x29, 0x3f, 0xfa, 0xc9, 0x2c, 0x59, 0xb7, 0xf1, 0xab, 0xba, + 0x75, 0x5c, 0x04, 0xf3, 0xc8, 0xeb, 0xb8, 0x31, 0xa2, 0xd1, 0x1e, 0x93, 0xfd, 0xc0, 0x57, 0xbd, + 0x1b, 0x6e, 0x5d, 0x07, 0xee, 0xf9, 0x50, 0xe7, 0x27, 0xa0, 0xba, 0x0e, 0x88, 0xde, 0xc7, 0x15, + 0x35, 0x1d, 0x80, 0x3a, 0x79, 0x40, 0xef, 0x4d, 0xa2, 0x88, 0x8d, 0x65, 0xa6, 0x18, 0xf0, 0x74, + 0x03, 0x98, 0xd2, 0x9c, 0x9f, 0x92, 0xca, 0xf1, 0x25, 0x4a, 0xf4, 0x80, 0x30, 0x4c, 0xf7, 0x70, + 0x55, 0x15, 0xc7, 0x7a, 0x5c, 0x58, 0x7a, 0xfc, 0xd5, 0x78, 0xfc, 0xaf, 0xcf, 0xcc, 0xd5, 0x45, + 0x6f, 0x85, 0x0b, 0xad, 0x01, 0xec, 0x0e, 0x5e, 0x55, 0x04, 0x2e, 0x9d, 0x66, 0xd8, 0x8a, 0x48, + 0xf7, 0x08, 0xe1, 0xb5, 0xd3, 0xc5, 0xb0, 0xc1, 0x2e, 0xc6, 0x11, 0x9d, 0xf6, 0x33, 0x5b, 0x6c, + 0xe5, 0x7e, 0x55, 0x2e, 0x24, 0xf3, 0xb3, 0x4b, 0x5c, 0x81, 0x25, 0x9a, 0x0b, 0x5e, 0x0a, 0xb7, + 0x11, 0x25, 0x13, 0x01, 0xe5, 0x1d, 0x10, 0xf2, 0xa3, 0x88, 0x7a, 0xfb, 0x4b, 0x2d, 0x71, 0x1b, + 0x37, 0xb3, 0x95, 0xb0, 0x41, 0x0b, 0xd7, 0xb8, 0x0e, 0x29, 0xfc, 0x86, 0x9b, 0x3c, 0x42, 0xdd, + 0x2a, 0x4c, 0xfc, 0x40, 0xb5, 0x4b, 0x3f, 0xe9, 0x14, 0xda, 0xa5, 0x61, 0x68, 0x77, 0x1f, 0xd7, + 0xf4, 0xe0, 0x44, 0x8d, 0x8d, 0x3c, 0x35, 0x74, 0x65, 0x2a, 0xc4, 0x6b, 0x20, 0xc4, 0x2b, 0xd9, + 0xb8, 0x70, 0x93, 0x7e, 0xc0, 0xf3, 0x0f, 0xc2, 0x97, 0x17, 0x68, 0x45, 0xae, 0xbf, 0x20, 0x41, + 0xef, 0xa5, 0xd9, 0xb1, 0x59, 0xd7, 0xed, 0xee, 0xed, 0xfc, 0x27, 0x08, 0x79, 0x13, 0x5f, 0xd2, + 0x3b, 0xf6, 0xa9, 0xef, 0x47, 0x4c, 0x88, 0xd6, 0x8a, 0x92, 0xec, 0x65, 0x1d, 0xbd, 0xab, 0x83, + 0x64, 0x27, 0xb9, 0x1b, 0x17, 0x54, 0x37, 0x3b, 0x06, 0xfc, 0xf3, 0xd8, 0xdc, 0x18, 0x06, 0x72, + 0x77, 0x32, 0xb0, 0x3d, 0x3e, 0x72, 0x3c, 0x2e, 0x46, 0x5c, 0xc0, 0x9f, 0xae, 0xf0, 0xf7, 0x1c, + 0x79, 0x14, 0x32, 0x61, 0xef, 0x30, 0x0f, 0xee, 0x45, 0x7c, 0xe7, 0xd9, 0xc3, 0x30, 0x88, 0x8e, + 0x5a, 0x65, 0x75, 0xc5, 0xda, 0xb6, 0xb6, 0x1d, 0x3b, 0xb1, 0x1d, 0xfb, 0xd3, 0xc4, 0x76, 0x7a, + 0xf5, 0x78, 0xc4, 0xe3, 0x67, 0x26, 0x72, 0xa1, 0xc6, 0xfa, 0x06, 0xe1, 0xe6, 0xa2, 0xe3, 0xbd, + 0xcc, 0xba, 0xe9, 0x1e, 0x2b, 0xff, 0x63, 0x0f, 0xeb, 0x37, 0x84, 0x2f, 0x65, 0x3f, 0xcd, 0x32, + 0x0c, 0x57, 0x31, 0x1e, 0x50, 0xc1, 0xfa, 0x54, 0x08, 0x26, 0x41, 0xee, 0x46, 0x1c, 0xb9, 0x1b, + 0x07, 0x88, 0x89, 0x2f, 0x1e, 0x4c, 0xb8, 0x4c, 0xde, 0x2b, 0xc1, 0x5d, 0xac, 0x42, 0x3a, 0x61, + 0xee, 0x94, 0x96, 0x33, 0xa7, 0x94, 0xac, 0xe1, 0x2a, 0xf5, 0x64, 0x70, 0xc8, 0x5a, 0x95, 0x75, + 0x74, 0xad, 0xee, 0xc2, 0xd3, 0xf6, 0xd7, 0x35, 0x5c, 0x51, 0x27, 0x94, 0x7c, 0x8b, 0x70, 0x55, + 0x1b, 0x2a, 0xd9, 0xcc, 0x3b, 0x8c, 0x2f, 0x7a, 0x78, 0x7b, 0xab, 0x50, 0xae, 0x96, 0xc2, 0xda, + 0xf8, 0xea, 0xf7, 0xbf, 0x7f, 0x58, 0x59, 0x27, 0x86, 0x93, 0xf3, 0x9b, 0xa1, 0x3d, 0x9c, 0x7c, + 0x8f, 0x70, 0x45, 0x7d, 0x48, 0x72, 0xfd, 0xec, 0xf6, 0x73, 0xee, 0xde, 0xde, 0x2c, 0x92, 0x0a, + 0x20, 0xdb, 0x0a, 0xa4, 0x43, 0x36, 0x73, 0x41, 0x94, 0x9d, 0x38, 0x9f, 0xa7, 0x5f, 0xee, 0x0b, + 0x2d, 0x90, 0x0a, 0x93, 0x02, 0xa3, 0x8a, 0x0a, 0x94, 0x31, 0xca, 0x02, 0x02, 0x69, 0x80, 0x9f, + 0x11, 0x6e, 0xa4, 0x36, 0x4b, 0xba, 0x67, 0x8e, 0x38, 0xed, 0xe5, 0x6d, 0xbb, 0x68, 0x3a, 0x40, + 0xbd, 0xad, 0xa0, 0x1c, 0xd2, 0xcd, 0x83, 0x8a, 0xe8, 0x74, 0x81, 0x5e, 0x3f, 0x22, 0x5c, 0x03, + 0x1b, 0x25, 0x67, 0x8b, 0x90, 0xb5, 0xe9, 0x76, 0xa7, 0x58, 0x32, 0xd0, 0xdd, 0x52, 0x74, 0x5d, + 0xb2, 0x95, 0x47, 0x07, 0x57, 0x20, 0xc3, 0xf6, 0x1d, 0xc2, 0x35, 0xf0, 0xe4, 0x73, 0xd8, 0xb2, + 0x86, 0x7e, 0x0e, 0xdb, 0x29, 0x9b, 0xb7, 0xde, 0x52, 0x6c, 0x6f, 0x10, 0x33, 0x8f, 0x0d, 0x4c, + 0xbb, 0xf7, 0xe1, 0xf3, 0xbf, 0x0c, 0xf4, 0xcb, 0xcc, 0x40, 0x4f, 0x66, 0x06, 0x7a, 0x3a, 0x33, + 0xd0, 0xf3, 0x99, 0x81, 0x1e, 0x9f, 0x18, 0xa5, 0xa7, 0x27, 0x46, 0xe9, 0x8f, 0x13, 0xa3, 0xf4, + 0x59, 0x67, 0xce, 0x87, 0x6e, 0x0c, 0xf7, 0xe9, 0x40, 0x38, 0x37, 0x86, 0x5d, 0x6f, 0x97, 0x06, + 0x63, 0xe7, 0xe1, 0x5c, 0x67, 0xe5, 0x48, 0x83, 0xaa, 0xb2, 0xcd, 0x5b, 0xff, 0x06, 0x00, 0x00, + 0xff, 0xff, 0x16, 0xed, 0x42, 0x1f, 0x2d, 0x0a, 0x00, 0x00, } func (this *QueryParamsRequest) VerboseEqual(that interface{}) error { diff --git a/x/pricefeed/types/store.pb.go b/x/pricefeed/types/store.pb.go index 6b8f2ae2..b9c0f525 100644 --- a/x/pricefeed/types/store.pb.go +++ b/x/pricefeed/types/store.pb.go @@ -273,39 +273,40 @@ func init() { } var fileDescriptor_9df40639f5e16f9a = []byte{ - // 508 bytes of a gzipped FileDescriptorProto + // 515 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x53, 0x3f, 0x6f, 0xd3, 0x40, - 0x14, 0xcf, 0x25, 0x6d, 0xfe, 0x5c, 0x02, 0x48, 0x06, 0x55, 0x26, 0x12, 0x76, 0x94, 0x01, 0x19, - 0xa1, 0x9c, 0xd5, 0xb2, 0xb2, 0xc4, 0x64, 0x20, 0x43, 0xa5, 0xc8, 0x30, 0xb1, 0x44, 0x67, 0xfb, - 0xd5, 0x58, 0x89, 0x39, 0x73, 0x77, 0x89, 0x9a, 0x89, 0xaf, 0xd0, 0x8f, 0x81, 0x90, 0xd8, 0xf8, - 0x10, 0x1d, 0x2b, 0x26, 0xc4, 0x90, 0x16, 0xe7, 0x03, 0xb0, 0x33, 0x21, 0xdf, 0xd9, 0x55, 0x07, - 0x06, 0x2a, 0x98, 0xee, 0xde, 0xef, 0xfd, 0xde, 0xbf, 0xdf, 0xbd, 0xc3, 0xc3, 0x05, 0x5d, 0x53, - 0x37, 0xe3, 0x49, 0x08, 0x27, 0x00, 0x91, 0xbb, 0x3e, 0x0c, 0x40, 0xd2, 0x43, 0x57, 0x48, 0xc6, - 0x81, 0x64, 0x9c, 0x49, 0x66, 0x1c, 0x14, 0x1c, 0x72, 0xcd, 0x21, 0x25, 0xa7, 0xff, 0x30, 0x64, - 0x22, 0x65, 0x62, 0xae, 0x58, 0xae, 0x36, 0x74, 0x48, 0xff, 0x41, 0xcc, 0x62, 0xa6, 0xf1, 0xe2, - 0x56, 0xa2, 0x76, 0xcc, 0x58, 0xbc, 0x04, 0x57, 0x59, 0xc1, 0xea, 0xc4, 0x95, 0x49, 0x0a, 0x42, - 0xd2, 0x34, 0xd3, 0x84, 0xe1, 0x2b, 0xdc, 0x9c, 0x51, 0x4e, 0x53, 0x61, 0x4c, 0x71, 0x2b, 0xa5, - 0x7c, 0x01, 0x52, 0x98, 0x68, 0xd0, 0x70, 0xba, 0x47, 0x16, 0xf9, 0x73, 0x17, 0xe4, 0x58, 0xd1, - 0xbc, 0x7b, 0xe7, 0x5b, 0xbb, 0xf6, 0xe9, 0xd2, 0x6e, 0x69, 0x5b, 0xf8, 0x55, 0xfc, 0xf0, 0x27, - 0xc2, 0x4d, 0x0d, 0x1a, 0x4f, 0x70, 0x47, 0xa3, 0xf3, 0x24, 0x32, 0xd1, 0x00, 0x39, 0x1d, 0xaf, - 0x97, 0x6f, 0xed, 0xb6, 0x76, 0x4f, 0x27, 0x7e, 0x5b, 0xbb, 0xa7, 0x91, 0xf1, 0x08, 0xe3, 0x80, - 0x0a, 0x98, 0x53, 0x21, 0x40, 0x9a, 0xf5, 0x82, 0xeb, 0x77, 0x0a, 0x64, 0x5c, 0x00, 0x86, 0x8d, - 0xbb, 0xef, 0x57, 0x4c, 0x56, 0xfe, 0x86, 0xf2, 0x63, 0x05, 0x69, 0x42, 0x80, 0x5b, 0x8c, 0xd3, - 0x70, 0x09, 0xc2, 0xdc, 0x1b, 0x34, 0x9c, 0x9e, 0xf7, 0xf2, 0xd7, 0xd6, 0x1e, 0xc5, 0x89, 0x7c, - 0xbb, 0x0a, 0x48, 0xc8, 0xd2, 0x52, 0xaf, 0xf2, 0x18, 0x89, 0x68, 0xe1, 0xca, 0x4d, 0x06, 0x82, - 0x8c, 0xc3, 0x70, 0x1c, 0x45, 0x1c, 0x84, 0xf8, 0xfa, 0x65, 0x74, 0xbf, 0x54, 0xb5, 0x44, 0xbc, - 0x8d, 0x04, 0xe1, 0x57, 0x89, 0x8d, 0x03, 0xdc, 0xa4, 0xa1, 0x4c, 0xd6, 0x60, 0xee, 0x0f, 0x90, - 0xd3, 0xf6, 0x4b, 0x6b, 0xf8, 0xb9, 0x8e, 0xbb, 0x33, 0x26, 0x24, 0x44, 0xb3, 0x42, 0xae, 0xdb, - 0x8c, 0xcd, 0xf0, 0x5d, 0x9d, 0x7d, 0x4e, 0x75, 0x49, 0x35, 0xfa, 0xff, 0xec, 0xfe, 0x8e, 0xce, - 0x5f, 0x62, 0xc6, 0x04, 0xef, 0xab, 0x37, 0xd5, 0x12, 0x7a, 0xa4, 0x78, 0xc6, 0xef, 0x5b, 0xfb, - 0xf1, 0x5f, 0xd4, 0x9a, 0x40, 0xe8, 0xeb, 0x60, 0xe3, 0x39, 0x6e, 0xc2, 0x69, 0x96, 0xf0, 0x8d, - 0xb9, 0x37, 0x40, 0x4e, 0xf7, 0xa8, 0x4f, 0xf4, 0xaa, 0x91, 0x6a, 0xd5, 0xc8, 0xeb, 0x6a, 0xd5, - 0xbc, 0x76, 0x51, 0xe2, 0xec, 0xd2, 0x46, 0x7e, 0x19, 0x33, 0xfc, 0x80, 0x7b, 0x2f, 0x56, 0x9c, - 0xc3, 0x3b, 0x79, 0x6b, 0xbd, 0xae, 0xdb, 0xaf, 0xff, 0x43, 0xfb, 0xde, 0xf1, 0xd5, 0x0f, 0x0b, - 0x7d, 0xcc, 0x2d, 0x74, 0x9e, 0x5b, 0xe8, 0x22, 0xb7, 0xd0, 0x55, 0x6e, 0xa1, 0xb3, 0x9d, 0x55, - 0xbb, 0xd8, 0x59, 0xb5, 0x6f, 0x3b, 0xab, 0xf6, 0xe6, 0xe9, 0x8d, 0x84, 0xc5, 0x47, 0x18, 0x2d, - 0x69, 0x20, 0xd4, 0xcd, 0x3d, 0xbd, 0xf1, 0x7d, 0x55, 0xe6, 0xa0, 0xa9, 0xa6, 0x7e, 0xf6, 0x3b, - 0x00, 0x00, 0xff, 0xff, 0x18, 0xb5, 0x5b, 0xc1, 0xdd, 0x03, 0x00, 0x00, + 0x14, 0xcf, 0x25, 0x6d, 0xfe, 0x5c, 0x02, 0x48, 0x06, 0x55, 0x26, 0x12, 0x76, 0xe4, 0x01, 0x19, + 0x89, 0x9c, 0xdb, 0xb2, 0xb2, 0xc4, 0x64, 0x20, 0x03, 0x28, 0x32, 0x4c, 0x2c, 0xd1, 0xd9, 0x7e, + 0x75, 0xad, 0xc4, 0x3d, 0x73, 0x77, 0x89, 0x9a, 0x89, 0xaf, 0xd0, 0x8f, 0x81, 0x90, 0xd8, 0xf8, + 0x10, 0x1d, 0x2b, 0x26, 0xc4, 0x90, 0x16, 0xe7, 0x03, 0xb0, 0x33, 0x21, 0xfb, 0xec, 0xaa, 0x03, + 0x03, 0x15, 0x4c, 0xc9, 0xfb, 0xbd, 0xdf, 0xfb, 0xbd, 0xf7, 0x7e, 0xf7, 0x8c, 0xad, 0x39, 0x5d, + 0x51, 0x27, 0xe5, 0x71, 0x00, 0x47, 0x00, 0xa1, 0xb3, 0x3a, 0xf0, 0x41, 0xd2, 0x03, 0x47, 0x48, + 0xc6, 0x81, 0xa4, 0x9c, 0x49, 0xa6, 0xed, 0xe5, 0x1c, 0x72, 0xcd, 0x21, 0x25, 0xa7, 0xff, 0x30, + 0x60, 0x22, 0x61, 0x62, 0x56, 0xb0, 0x1c, 0x15, 0xa8, 0x92, 0xfe, 0x83, 0x88, 0x45, 0x4c, 0xe1, + 0xf9, 0xbf, 0x12, 0x35, 0x23, 0xc6, 0xa2, 0x05, 0x38, 0x45, 0xe4, 0x2f, 0x8f, 0x1c, 0x19, 0x27, + 0x20, 0x24, 0x4d, 0x52, 0x45, 0xb0, 0xde, 0xe0, 0xe6, 0x94, 0x72, 0x9a, 0x08, 0x6d, 0x82, 0x5b, + 0x09, 0xe5, 0x73, 0x90, 0x42, 0x47, 0x83, 0x86, 0xdd, 0x3d, 0x34, 0xc8, 0x9f, 0xa7, 0x20, 0xaf, + 0x0a, 0x9a, 0x7b, 0xef, 0x7c, 0x63, 0xd6, 0x3e, 0x5d, 0x9a, 0x2d, 0x15, 0x0b, 0xaf, 0xaa, 0xb7, + 0x7e, 0x22, 0xdc, 0x54, 0xa0, 0xf6, 0x04, 0x77, 0x14, 0x3a, 0x8b, 0x43, 0x1d, 0x0d, 0x90, 0xdd, + 0x71, 0x7b, 0xd9, 0xc6, 0x6c, 0xab, 0xf4, 0x64, 0xec, 0xb5, 0x55, 0x7a, 0x12, 0x6a, 0x8f, 0x30, + 0xf6, 0xa9, 0x80, 0x19, 0x15, 0x02, 0xa4, 0x5e, 0xcf, 0xb9, 0x5e, 0x27, 0x47, 0x46, 0x39, 0xa0, + 0x99, 0xb8, 0xfb, 0x7e, 0xc9, 0x64, 0x95, 0x6f, 0x14, 0x79, 0x5c, 0x40, 0x8a, 0xe0, 0xe3, 0x16, + 0xe3, 0x34, 0x58, 0x80, 0xd0, 0x77, 0x06, 0x0d, 0xbb, 0xe7, 0xbe, 0xfc, 0xb5, 0x31, 0x87, 0x51, + 0x2c, 0x8f, 0x97, 0x3e, 0x09, 0x58, 0x52, 0xfa, 0x55, 0xfe, 0x0c, 0x45, 0x38, 0x77, 0xe4, 0x3a, + 0x05, 0x41, 0x46, 0x41, 0x30, 0x0a, 0x43, 0x0e, 0x42, 0x7c, 0xfd, 0x32, 0xbc, 0x5f, 0xba, 0x5a, + 0x22, 0xee, 0x5a, 0x82, 0xf0, 0x2a, 0x61, 0x6d, 0x0f, 0x37, 0x69, 0x20, 0xe3, 0x15, 0xe8, 0xbb, + 0x03, 0x64, 0xb7, 0xbd, 0x32, 0xb2, 0x3e, 0xd7, 0x71, 0x77, 0xca, 0x84, 0x84, 0x70, 0x9a, 0xdb, + 0x75, 0x9b, 0xb5, 0x19, 0xbe, 0xab, 0xd4, 0x67, 0x54, 0xb5, 0x2c, 0x56, 0xff, 0x9f, 0xd3, 0xdf, + 0x51, 0xfa, 0x25, 0xa6, 0x8d, 0xf1, 0x6e, 0xf1, 0xa6, 0xca, 0x42, 0x97, 0xe4, 0xcf, 0xf8, 0x7d, + 0x63, 0x3e, 0xfe, 0x8b, 0x5e, 0x63, 0x08, 0x3c, 0x55, 0xac, 0x3d, 0xc7, 0x4d, 0x38, 0x4d, 0x63, + 0xbe, 0xd6, 0x77, 0x06, 0xc8, 0xee, 0x1e, 0xf6, 0x89, 0x3a, 0x35, 0x52, 0x9d, 0x1a, 0x79, 0x5b, + 0x9d, 0x9a, 0xdb, 0xce, 0x5b, 0x9c, 0x5d, 0x9a, 0xc8, 0x2b, 0x6b, 0xac, 0x0f, 0xb8, 0xf7, 0x62, + 0xc9, 0x39, 0x9c, 0xc8, 0x5b, 0xfb, 0x75, 0x3d, 0x7e, 0xfd, 0x1f, 0xc6, 0x77, 0x5f, 0x5f, 0xfd, + 0x30, 0xd0, 0xc7, 0xcc, 0x40, 0xe7, 0x99, 0x81, 0x2e, 0x32, 0x03, 0x5d, 0x65, 0x06, 0x3a, 0xdb, + 0x1a, 0xb5, 0x8b, 0xad, 0x51, 0xfb, 0xb6, 0x35, 0x6a, 0xef, 0x9e, 0xde, 0x10, 0xdc, 0x8f, 0x16, + 0xd4, 0x17, 0xce, 0x7e, 0x34, 0x0c, 0x8e, 0x69, 0x7c, 0xe2, 0x9c, 0xde, 0xf8, 0x7e, 0x0b, 0x69, + 0xbf, 0x59, 0xac, 0xfd, 0xec, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8a, 0x53, 0x45, 0x84, 0xde, + 0x03, 0x00, 0x00, } func (this *Params) VerboseEqual(that interface{}) error { diff --git a/x/pricefeed/types/tx.pb.go b/x/pricefeed/types/tx.pb.go index 358f29a7..d1d251f0 100644 --- a/x/pricefeed/types/tx.pb.go +++ b/x/pricefeed/types/tx.pb.go @@ -120,31 +120,31 @@ func init() { func init() { proto.RegisterFile("kava/pricefeed/v1beta1/tx.proto", fileDescriptor_afd93c8e4685da16) } var fileDescriptor_afd93c8e4685da16 = []byte{ - // 370 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xbd, 0x6e, 0xea, 0x30, - 0x14, 0x80, 0xe3, 0x0b, 0x17, 0x81, 0x2f, 0x53, 0x84, 0x50, 0x94, 0xc1, 0x41, 0xe8, 0xaa, 0xa2, - 0x6a, 0xb1, 0x05, 0xdd, 0xaa, 0x4e, 0x88, 0x85, 0x21, 0x12, 0x8a, 0x3a, 0x75, 0x41, 0xf9, 0x71, - 0xd2, 0x08, 0x52, 0x47, 0xb1, 0x41, 0xf0, 0x06, 0x1d, 0x79, 0x84, 0x8e, 0x7d, 0x14, 0x46, 0xb6, - 0x56, 0x1d, 0x28, 0x0d, 0x2f, 0x52, 0xc5, 0x81, 0x36, 0x43, 0x87, 0x4e, 0x39, 0xf1, 0xf9, 0xce, - 0x39, 0xfe, 0x8e, 0x0c, 0x8d, 0xa9, 0xbd, 0xb0, 0x49, 0x9c, 0x84, 0x2e, 0xf5, 0x29, 0xf5, 0xc8, - 0xa2, 0xe7, 0x50, 0x61, 0xf7, 0x88, 0x58, 0xe2, 0x38, 0x61, 0x82, 0xa9, 0xcd, 0x0c, 0xc0, 0x5f, - 0x00, 0x3e, 0x02, 0x7a, 0x23, 0x60, 0x01, 0x93, 0x08, 0xc9, 0xa2, 0x9c, 0xd6, 0x8d, 0x80, 0xb1, - 0x60, 0x46, 0x89, 0xfc, 0x73, 0xe6, 0x3e, 0x11, 0x61, 0x44, 0xb9, 0xb0, 0xa3, 0x38, 0x07, 0xda, - 0x2f, 0x00, 0xd6, 0x4d, 0x1e, 0x8c, 0x19, 0x17, 0xe3, 0xac, 0xa7, 0xaa, 0xc2, 0xb2, 0x9f, 0xb0, - 0x48, 0x03, 0x2d, 0xd0, 0xa9, 0x59, 0x32, 0x56, 0xcf, 0x61, 0x2d, 0xb2, 0x93, 0x29, 0x15, 0x93, - 0xd0, 0xd3, 0xfe, 0x64, 0x89, 0x41, 0x3d, 0xdd, 0x19, 0x55, 0x53, 0x1e, 0x8e, 0x86, 0x56, 0x35, - 0x4f, 0x8f, 0x3c, 0x75, 0x08, 0xff, 0xca, 0xbb, 0x69, 0x25, 0x89, 0xe1, 0xcd, 0xce, 0x50, 0xde, - 0x76, 0xc6, 0x59, 0x10, 0x8a, 0xfb, 0xb9, 0x83, 0x5d, 0x16, 0x11, 0x97, 0xf1, 0x88, 0xf1, 0xe3, - 0xa7, 0xcb, 0xbd, 0x29, 0x11, 0xab, 0x98, 0x72, 0x3c, 0xa4, 0xae, 0x95, 0x17, 0xab, 0x37, 0xb0, - 0x42, 0x97, 0x71, 0x98, 0xac, 0xb4, 0x72, 0x0b, 0x74, 0xfe, 0xf5, 0x75, 0x9c, 0x7b, 0xe0, 0x93, - 0x07, 0xbe, 0x3d, 0x79, 0x0c, 0xaa, 0xd9, 0x88, 0xf5, 0xbb, 0x01, 0xac, 0x63, 0xcd, 0x75, 0xf9, - 0xf1, 0xc9, 0x50, 0xda, 0x4d, 0xd8, 0x28, 0x8a, 0x59, 0x94, 0xc7, 0xec, 0x81, 0xd3, 0xbe, 0x0f, - 0x4b, 0x26, 0x0f, 0xd4, 0x09, 0xac, 0x7d, 0x4b, 0xff, 0xc7, 0x3f, 0x6f, 0x15, 0x17, 0x3b, 0xe8, - 0x97, 0xbf, 0xa1, 0x4e, 0x73, 0x06, 0xe6, 0xfe, 0x03, 0x81, 0xe7, 0x14, 0x81, 0x4d, 0x8a, 0xc0, - 0x36, 0x45, 0x60, 0x9f, 0x22, 0xb0, 0x3e, 0x20, 0x65, 0x7b, 0x40, 0xca, 0xeb, 0x01, 0x29, 0x77, - 0x17, 0x85, 0xa5, 0x64, 0x9d, 0xbb, 0x33, 0xdb, 0xe1, 0x32, 0x22, 0xcb, 0xc2, 0x13, 0x90, 0xdb, - 0x71, 0x2a, 0x52, 0xfd, 0xea, 0x33, 0x00, 0x00, 0xff, 0xff, 0x6f, 0x4a, 0x12, 0x82, 0x21, 0x02, - 0x00, 0x00, + // 376 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0x3f, 0x8f, 0xda, 0x30, + 0x14, 0xc0, 0xe3, 0x42, 0x11, 0xb8, 0x4c, 0x11, 0x42, 0x51, 0x06, 0x07, 0xa1, 0xaa, 0xa2, 0x12, + 0xd8, 0x40, 0xb7, 0xaa, 0x13, 0x62, 0x61, 0xa0, 0x42, 0x51, 0xa7, 0x2e, 0x28, 0x7f, 0x1c, 0x13, + 0x41, 0x70, 0x14, 0x1b, 0x04, 0xdf, 0xa0, 0x23, 0x1f, 0xa1, 0x63, 0x3f, 0x0a, 0x23, 0x5b, 0xab, + 0x0e, 0x1c, 0x17, 0xbe, 0xc8, 0x29, 0x0e, 0xdc, 0x65, 0xb8, 0xe1, 0xa6, 0xbc, 0xf8, 0xfd, 0xde, + 0x7b, 0xfe, 0x3d, 0x19, 0x5a, 0x4b, 0x67, 0xeb, 0x90, 0x38, 0x09, 0x3d, 0x1a, 0x50, 0xea, 0x93, + 0xed, 0xc0, 0xa5, 0xd2, 0x19, 0x10, 0xb9, 0xc3, 0x71, 0xc2, 0x25, 0xd7, 0x9b, 0x19, 0x80, 0x9f, + 0x01, 0x7c, 0x03, 0xcc, 0x06, 0xe3, 0x8c, 0x2b, 0x84, 0x64, 0x51, 0x4e, 0x9b, 0x16, 0xe3, 0x9c, + 0xad, 0x28, 0x51, 0x7f, 0xee, 0x26, 0x20, 0x32, 0x8c, 0xa8, 0x90, 0x4e, 0x14, 0xe7, 0x40, 0xfb, + 0x2f, 0x80, 0xf5, 0xa9, 0x60, 0x33, 0x2e, 0xe4, 0x2c, 0xeb, 0xa9, 0xeb, 0xb0, 0x1c, 0x24, 0x3c, + 0x32, 0x40, 0x0b, 0x74, 0x6a, 0xb6, 0x8a, 0xf5, 0xcf, 0xb0, 0x16, 0x39, 0xc9, 0x92, 0xca, 0x79, + 0xe8, 0x1b, 0xef, 0xb2, 0xc4, 0xa8, 0x9e, 0x9e, 0xad, 0xea, 0x54, 0x1d, 0x4e, 0xc6, 0x76, 0x35, + 0x4f, 0x4f, 0x7c, 0x7d, 0x0c, 0xdf, 0xab, 0xbb, 0x19, 0x25, 0x85, 0xe1, 0xe3, 0xd9, 0xd2, 0xfe, + 0x9f, 0xad, 0x4f, 0x2c, 0x94, 0x8b, 0x8d, 0x8b, 0x3d, 0x1e, 0x11, 0x8f, 0x8b, 0x88, 0x8b, 0xdb, + 0xa7, 0x27, 0xfc, 0x25, 0x91, 0xfb, 0x98, 0x0a, 0x3c, 0xa6, 0x9e, 0x9d, 0x17, 0xeb, 0xdf, 0x60, + 0x85, 0xee, 0xe2, 0x30, 0xd9, 0x1b, 0xe5, 0x16, 0xe8, 0x7c, 0x18, 0x9a, 0x38, 0xf7, 0xc0, 0x77, + 0x0f, 0xfc, 0xe3, 0xee, 0x31, 0xaa, 0x66, 0x23, 0x0e, 0x0f, 0x16, 0xb0, 0x6f, 0x35, 0x5f, 0xcb, + 0xbf, 0x7e, 0x5b, 0x5a, 0xbb, 0x09, 0x1b, 0x45, 0x31, 0x9b, 0x8a, 0x98, 0xaf, 0x05, 0x1d, 0x06, + 0xb0, 0x34, 0x15, 0x4c, 0x9f, 0xc3, 0xda, 0x8b, 0xf4, 0x47, 0xfc, 0xfa, 0x56, 0x71, 0xb1, 0x83, + 0xd9, 0x7d, 0x0b, 0x75, 0x9f, 0x33, 0xfa, 0x7e, 0x79, 0x44, 0xe0, 0x4f, 0x8a, 0xc0, 0x31, 0x45, + 0xe0, 0x94, 0x22, 0x70, 0x49, 0x11, 0x38, 0x5c, 0x91, 0x76, 0xba, 0x22, 0xed, 0xdf, 0x15, 0x69, + 0x3f, 0xbb, 0x85, 0xa5, 0xf4, 0xd9, 0xca, 0x71, 0x05, 0xe9, 0xb3, 0x9e, 0xb7, 0x70, 0xc2, 0x35, + 0xd9, 0x15, 0xde, 0x80, 0x5a, 0x8f, 0x5b, 0x51, 0xee, 0x5f, 0x9e, 0x02, 0x00, 0x00, 0xff, 0xff, + 0xea, 0xfe, 0x67, 0x4a, 0x22, 0x02, 0x00, 0x00, } func (this *MsgPostPrice) VerboseEqual(that interface{}) error { diff --git a/x/router/client/cli/tx.go b/x/router/client/cli/tx.go index 894378fe..51b30ecc 100644 --- a/x/router/client/cli/tx.go +++ b/x/router/client/cli/tx.go @@ -13,7 +13,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/router/types" + "github.com/0glabs/0g-chain/x/router/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/router/keeper/keeper.go b/x/router/keeper/keeper.go index a509ad97..d9dc08ed 100644 --- a/x/router/keeper/keeper.go +++ b/x/router/keeper/keeper.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/kava-labs/kava/x/router/types" + "github.com/0glabs/0g-chain/x/router/types" ) // Keeper is the keeper for the module diff --git a/x/router/keeper/msg_server.go b/x/router/keeper/msg_server.go index ba18c6d0..3b623f08 100644 --- a/x/router/keeper/msg_server.go +++ b/x/router/keeper/msg_server.go @@ -9,8 +9,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - earntypes "github.com/kava-labs/kava/x/earn/types" - "github.com/kava-labs/kava/x/router/types" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + "github.com/0glabs/0g-chain/x/router/types" ) type msgServer struct { diff --git a/x/router/keeper/msg_server_test.go b/x/router/keeper/msg_server_test.go index a53b6852..5b0afa63 100644 --- a/x/router/keeper/msg_server_test.go +++ b/x/router/keeper/msg_server_test.go @@ -11,11 +11,11 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - earntypes "github.com/kava-labs/kava/x/earn/types" - "github.com/kava-labs/kava/x/router/keeper" - "github.com/kava-labs/kava/x/router/testutil" - "github.com/kava-labs/kava/x/router/types" + "github.com/0glabs/0g-chain/app" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + "github.com/0glabs/0g-chain/x/router/keeper" + "github.com/0glabs/0g-chain/x/router/testutil" + "github.com/0glabs/0g-chain/x/router/types" ) type msgServerTestSuite struct { diff --git a/x/router/module.go b/x/router/module.go index 41be3f30..ad53acd0 100644 --- a/x/router/module.go +++ b/x/router/module.go @@ -12,9 +12,9 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - "github.com/kava-labs/kava/x/router/client/cli" - "github.com/kava-labs/kava/x/router/keeper" - "github.com/kava-labs/kava/x/router/types" + "github.com/0glabs/0g-chain/x/router/client/cli" + "github.com/0glabs/0g-chain/x/router/keeper" + "github.com/0glabs/0g-chain/x/router/types" ) var ( diff --git a/x/router/testutil/suite.go b/x/router/testutil/suite.go index 8bbbfdd1..2f4449fe 100644 --- a/x/router/testutil/suite.go +++ b/x/router/testutil/suite.go @@ -18,11 +18,11 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - earnkeeper "github.com/kava-labs/kava/x/earn/keeper" - earntypes "github.com/kava-labs/kava/x/earn/types" - "github.com/kava-labs/kava/x/router/keeper" - savingstypes "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/app" + earnkeeper "github.com/0glabs/0g-chain/x/earn/keeper" + earntypes "github.com/0glabs/0g-chain/x/earn/types" + "github.com/0glabs/0g-chain/x/router/keeper" + savingstypes "github.com/0glabs/0g-chain/x/savings/types" ) // Test suite used for all keeper tests diff --git a/x/router/types/common_test.go b/x/router/types/common_test.go index e88e1d5e..4cfbb221 100644 --- a/x/router/types/common_test.go +++ b/x/router/types/common_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/kava-labs/kava/app" + "github.com/0glabs/0g-chain/app" ) func TestMain(m *testing.M) { diff --git a/x/router/types/expected_keepers.go b/x/router/types/expected_keepers.go index 927160bb..3ed14c71 100644 --- a/x/router/types/expected_keepers.go +++ b/x/router/types/expected_keepers.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - earntypes "github.com/kava-labs/kava/x/earn/types" + earntypes "github.com/0glabs/0g-chain/x/earn/types" ) type StakingKeeper interface { diff --git a/x/router/types/msg_test.go b/x/router/types/msg_test.go index 2f7b10fd..4108207f 100644 --- a/x/router/types/msg_test.go +++ b/x/router/types/msg_test.go @@ -10,7 +10,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/kava-labs/kava/x/router/types" + "github.com/0glabs/0g-chain/x/router/types" ) func TestMsgMintDeposit_Signing(t *testing.T) { diff --git a/x/router/types/tx.pb.go b/x/router/types/tx.pb.go index 5f0dc219..5cc769b7 100644 --- a/x/router/types/tx.pb.go +++ b/x/router/types/tx.pb.go @@ -366,37 +366,37 @@ func init() { func init() { proto.RegisterFile("kava/router/v1beta1/tx.proto", fileDescriptor_63015631bbbf9425) } var fileDescriptor_63015631bbbf9425 = []byte{ - // 472 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x54, 0xcf, 0x6b, 0x13, 0x41, - 0x14, 0xde, 0x31, 0xa5, 0x90, 0x57, 0x51, 0xd8, 0x96, 0x9a, 0x2c, 0x65, 0x8c, 0xa9, 0x87, 0x80, - 0xed, 0x2c, 0x6d, 0xa1, 0x9e, 0x8d, 0xc5, 0x5b, 0x2e, 0x11, 0x11, 0xbc, 0x94, 0xd9, 0xec, 0x38, - 0x1d, 0x4c, 0x66, 0xc2, 0xcc, 0x6c, 0x5a, 0x6f, 0xfe, 0x09, 0x9e, 0xbc, 0xea, 0xcd, 0x7f, 0xc0, - 0xbf, 0x41, 0x72, 0x2c, 0x9e, 0x3c, 0x89, 0x26, 0xff, 0x88, 0xec, 0xcf, 0x34, 0x65, 0x17, 0xd3, - 0x83, 0xd0, 0xdb, 0xdb, 0xf7, 0x7d, 0xef, 0x7b, 0xdf, 0x07, 0x6f, 0x07, 0x76, 0xde, 0xd1, 0x09, - 0xf5, 0xb5, 0x8a, 0x2c, 0xd3, 0xfe, 0xe4, 0x20, 0x60, 0x96, 0x1e, 0xf8, 0xf6, 0x82, 0x8c, 0xb5, - 0xb2, 0xca, 0xdd, 0x8c, 0x51, 0x92, 0xa2, 0x24, 0x43, 0x3d, 0x3c, 0x50, 0x66, 0xa4, 0x8c, 0x1f, - 0x50, 0xc3, 0x8a, 0x91, 0x81, 0x12, 0x32, 0x1d, 0xf2, 0x9a, 0x29, 0x7e, 0x9a, 0x7c, 0xf9, 0xe9, - 0x47, 0x06, 0x6d, 0x71, 0xc5, 0x55, 0xda, 0x8f, 0xab, 0xb4, 0xdb, 0xfe, 0x8c, 0xe0, 0x5e, 0xcf, - 0xf0, 0x9e, 0x90, 0xf6, 0x84, 0x8d, 0x95, 0x11, 0xd6, 0x3d, 0x86, 0x7a, 0x98, 0x96, 0x4a, 0x37, - 0x50, 0x0b, 0x75, 0xea, 0xdd, 0xc6, 0x8f, 0x6f, 0xfb, 0x5b, 0x99, 0xda, 0xb3, 0x30, 0xd4, 0xcc, - 0x98, 0x97, 0x56, 0x0b, 0xc9, 0xfb, 0x0b, 0xaa, 0xbb, 0x03, 0xf5, 0x09, 0x1d, 0x8a, 0x90, 0xc6, - 0x73, 0x77, 0xe2, 0xb9, 0xfe, 0xa2, 0xe1, 0x3e, 0x85, 0x75, 0x3a, 0x52, 0x91, 0xb4, 0x8d, 0x5a, - 0x0b, 0x75, 0x36, 0x0e, 0x9b, 0x24, 0xd3, 0x8b, 0xa3, 0xe4, 0xf9, 0xc8, 0x73, 0x25, 0x64, 0x77, - 0x6d, 0xfa, 0xeb, 0xa1, 0xd3, 0xcf, 0xe8, 0xed, 0x06, 0x6c, 0x2f, 0x1b, 0xec, 0x33, 0x33, 0x56, - 0xd2, 0xb0, 0xf6, 0x57, 0x94, 0x40, 0x27, 0x6c, 0xc8, 0x38, 0xb5, 0xec, 0x16, 0x67, 0x68, 0x01, - 0x2e, 0x37, 0x5a, 0x64, 0xf9, 0x84, 0xe0, 0x7e, 0xcf, 0xf0, 0xd7, 0xc2, 0x9e, 0x85, 0x9a, 0x9e, - 0x77, 0x23, 0x2d, 0xdd, 0x3d, 0x58, 0x7b, 0xab, 0xd5, 0xe8, 0x9f, 0xfe, 0x13, 0xd6, 0xff, 0xb2, - 0xde, 0x84, 0x07, 0xd7, 0x7c, 0x15, 0x9e, 0xbf, 0x20, 0x68, 0x5e, 0xc3, 0x5e, 0xc9, 0x30, 0x0b, - 0x79, 0x3b, 0xdc, 0xef, 0xc2, 0xa3, 0x4a, 0x87, 0x79, 0x8e, 0xc3, 0xef, 0x35, 0xa8, 0xf5, 0x0c, - 0x77, 0x4f, 0x61, 0xe3, 0xea, 0x0d, 0xed, 0x92, 0x92, 0x3f, 0x90, 0x2c, 0xdf, 0xa2, 0xf7, 0x64, - 0x05, 0x52, 0xbe, 0xc8, 0x3d, 0x87, 0xcd, 0xb2, 0x63, 0xad, 0xd4, 0x28, 0x21, 0x7b, 0x47, 0x37, - 0x20, 0x17, 0x8b, 0x03, 0xb8, 0xbb, 0x74, 0x59, 0x8f, 0xab, 0x44, 0xae, 0xb2, 0xbc, 0xbd, 0x55, - 0x58, 0xc5, 0x8e, 0x0f, 0x08, 0xb6, 0x2b, 0x4e, 0x81, 0xac, 0x22, 0xb4, 0xe0, 0x7b, 0xc7, 0x37, - 0xe3, 0xe7, 0x16, 0xba, 0x2f, 0xa6, 0x7f, 0xb0, 0x33, 0x9d, 0x61, 0x74, 0x39, 0xc3, 0xe8, 0xf7, - 0x0c, 0xa3, 0x8f, 0x73, 0xec, 0x5c, 0xce, 0xb1, 0xf3, 0x73, 0x8e, 0x9d, 0x37, 0x1d, 0x2e, 0xec, - 0x59, 0x14, 0x90, 0x81, 0x1a, 0xf9, 0xb1, 0xfe, 0xfe, 0x90, 0x06, 0x26, 0xa9, 0xfc, 0x8b, 0xfc, - 0x15, 0xb6, 0xef, 0xc7, 0xcc, 0x04, 0xeb, 0xc9, 0xdb, 0x78, 0xf4, 0x37, 0x00, 0x00, 0xff, 0xff, - 0x14, 0x23, 0x1c, 0x49, 0xa1, 0x05, 0x00, 0x00, + // 478 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x54, 0x4d, 0x6b, 0x53, 0x41, + 0x14, 0x7d, 0x63, 0x4a, 0x21, 0xb7, 0xa2, 0xf0, 0x5a, 0x6a, 0xf2, 0x28, 0x63, 0x4c, 0x5d, 0x54, + 0x6c, 0x67, 0xfa, 0x01, 0x75, 0x6d, 0x2c, 0xb8, 0xca, 0x26, 0x22, 0x82, 0x9b, 0x32, 0x2f, 0x6f, + 0x9c, 0x0c, 0x26, 0x33, 0x61, 0x66, 0x92, 0xd6, 0x9d, 0x3f, 0xc1, 0x95, 0x5b, 0xdd, 0xf9, 0x07, + 0xfc, 0x0d, 0x92, 0x65, 0x71, 0xe5, 0x4a, 0x34, 0xf9, 0x23, 0xf2, 0xf2, 0x3e, 0xd2, 0x94, 0x3c, + 0x4c, 0x17, 0x85, 0xee, 0x66, 0xee, 0x39, 0xf7, 0xde, 0x73, 0xe0, 0xcc, 0xc0, 0xd6, 0x7b, 0x36, + 0x64, 0xd4, 0xe8, 0x81, 0xe3, 0x86, 0x0e, 0x0f, 0x42, 0xee, 0xd8, 0x01, 0x75, 0xe7, 0xa4, 0x6f, + 0xb4, 0xd3, 0xfe, 0x7a, 0x8c, 0x92, 0x04, 0x25, 0x29, 0x1a, 0xe0, 0xb6, 0xb6, 0x3d, 0x6d, 0x69, + 0xc8, 0x2c, 0xcf, 0x5b, 0xda, 0x5a, 0xaa, 0xa4, 0x29, 0xa8, 0x26, 0xf8, 0xe9, 0xf4, 0x46, 0x93, + 0x4b, 0x0a, 0x6d, 0x08, 0x2d, 0x74, 0x52, 0x8f, 0x4f, 0x49, 0xb5, 0xfe, 0x05, 0xc1, 0xbd, 0xa6, + 0x15, 0x4d, 0xa9, 0xdc, 0x09, 0xef, 0x6b, 0x2b, 0x9d, 0x7f, 0x0c, 0xe5, 0x28, 0x39, 0x6a, 0x53, + 0x41, 0x35, 0xb4, 0x53, 0x6e, 0x54, 0x7e, 0x7e, 0xdf, 0xdb, 0x48, 0xa7, 0x3d, 0x8f, 0x22, 0xc3, + 0xad, 0x7d, 0xe5, 0x8c, 0x54, 0xa2, 0x35, 0xa3, 0xfa, 0x5b, 0x50, 0x1e, 0xb2, 0xae, 0x8c, 0x58, + 0xdc, 0x77, 0x27, 0xee, 0x6b, 0xcd, 0x0a, 0xfe, 0x33, 0x58, 0x65, 0x3d, 0x3d, 0x50, 0xae, 0x52, + 0xaa, 0xa1, 0x9d, 0xb5, 0xc3, 0x2a, 0x49, 0xe7, 0xc5, 0x56, 0x32, 0x7f, 0xe4, 0x85, 0x96, 0xaa, + 0xb1, 0x32, 0xfa, 0xfd, 0xd0, 0x6b, 0xa5, 0xf4, 0x7a, 0x05, 0x36, 0xe7, 0x05, 0xb6, 0xb8, 0xed, + 0x6b, 0x65, 0x79, 0xfd, 0x1b, 0x9a, 0x42, 0x27, 0xbc, 0xcb, 0x05, 0x73, 0xfc, 0x16, 0x7b, 0xa8, + 0x01, 0x5e, 0x2c, 0x34, 0xf7, 0xf2, 0x19, 0xc1, 0xfd, 0xa6, 0x15, 0x6f, 0xa4, 0xeb, 0x44, 0x86, + 0x9d, 0x35, 0x06, 0x46, 0xf9, 0xbb, 0xb0, 0xf2, 0xce, 0xe8, 0xde, 0x7f, 0xf5, 0x4f, 0x59, 0x37, + 0x25, 0xbd, 0x0a, 0x0f, 0xae, 0xe8, 0xca, 0x35, 0x7f, 0x45, 0x50, 0xbd, 0x82, 0xbd, 0x56, 0x51, + 0x6a, 0xf2, 0x76, 0xa8, 0xdf, 0x86, 0x47, 0x85, 0x0a, 0x33, 0x1f, 0x87, 0x3f, 0x4a, 0x50, 0x6a, + 0x5a, 0xe1, 0x9f, 0xc2, 0xda, 0xe5, 0x0c, 0x6d, 0x93, 0x05, 0x2f, 0x90, 0xcc, 0x67, 0x31, 0x78, + 0xba, 0x04, 0x29, 0x5b, 0xe4, 0x9f, 0xc1, 0xfa, 0xa2, 0xb0, 0x16, 0xce, 0x58, 0x40, 0x0e, 0x8e, + 0xae, 0x41, 0xce, 0x17, 0x87, 0x70, 0x77, 0x2e, 0x59, 0x8f, 0x8b, 0x86, 0x5c, 0x66, 0x05, 0xbb, + 0xcb, 0xb0, 0xf2, 0x1d, 0x1f, 0x11, 0x6c, 0x16, 0x44, 0x81, 0x2c, 0x33, 0x68, 0xc6, 0x0f, 0x8e, + 0xaf, 0xc7, 0xcf, 0x24, 0x34, 0x5e, 0x8e, 0xfe, 0x62, 0x6f, 0x34, 0xc6, 0xe8, 0x62, 0x8c, 0xd1, + 0x9f, 0x31, 0x46, 0x9f, 0x26, 0xd8, 0xbb, 0x98, 0x60, 0xef, 0xd7, 0x04, 0x7b, 0x6f, 0x9f, 0x08, + 0xe9, 0x3a, 0x83, 0x90, 0xb4, 0x75, 0x8f, 0xee, 0x8b, 0x2e, 0x0b, 0x2d, 0xdd, 0x17, 0x7b, 0xed, + 0x0e, 0x93, 0x8a, 0x9e, 0x67, 0xdf, 0xb0, 0xfb, 0xd0, 0xe7, 0x36, 0x5c, 0x9d, 0x7e, 0x8e, 0x47, + 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0xc1, 0x38, 0x34, 0x6e, 0xa2, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/savings/client/cli/query.go b/x/savings/client/cli/query.go index be39f98f..2044602c 100644 --- a/x/savings/client/cli/query.go +++ b/x/savings/client/cli/query.go @@ -11,7 +11,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/savings/types" ) // flags for cli queries diff --git a/x/savings/client/cli/tx.go b/x/savings/client/cli/tx.go index 469a9936..13a94524 100644 --- a/x/savings/client/cli/tx.go +++ b/x/savings/client/cli/tx.go @@ -11,7 +11,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/savings/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/savings/genesis.go b/x/savings/genesis.go index 9f67544f..e40cc493 100644 --- a/x/savings/genesis.go +++ b/x/savings/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/savings/keeper" - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/savings/keeper" + "github.com/0glabs/0g-chain/x/savings/types" ) // InitGenesis initializes genesis state diff --git a/x/savings/genesis_test.go b/x/savings/genesis_test.go index d2becb56..312420c7 100644 --- a/x/savings/genesis_test.go +++ b/x/savings/genesis_test.go @@ -11,10 +11,10 @@ import ( tmtime "github.com/cometbft/cometbft/types/time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/savings" - "github.com/kava-labs/kava/x/savings/keeper" - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/savings" + "github.com/0glabs/0g-chain/x/savings/keeper" + "github.com/0glabs/0g-chain/x/savings/types" ) type GenesisTestSuite struct { diff --git a/x/savings/keeper/deposit.go b/x/savings/keeper/deposit.go index 3bb92265..c8eb4758 100644 --- a/x/savings/keeper/deposit.go +++ b/x/savings/keeper/deposit.go @@ -5,7 +5,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/savings/types" ) // Deposit deposit diff --git a/x/savings/keeper/deposit_test.go b/x/savings/keeper/deposit_test.go index c6e4e2ca..64b76232 100644 --- a/x/savings/keeper/deposit_test.go +++ b/x/savings/keeper/deposit_test.go @@ -12,8 +12,8 @@ import ( "github.com/cosmos/cosmos-sdk/x/staking" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/savings/types" ) func (suite *KeeperTestSuite) TestDeposit() { diff --git a/x/savings/keeper/grpc_query.go b/x/savings/keeper/grpc_query.go index f99c82af..189b0361 100644 --- a/x/savings/keeper/grpc_query.go +++ b/x/savings/keeper/grpc_query.go @@ -13,7 +13,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/savings/types" ) type queryServer struct { diff --git a/x/savings/keeper/grpcquery_test.go b/x/savings/keeper/grpcquery_test.go index 87081302..b6087e1a 100644 --- a/x/savings/keeper/grpcquery_test.go +++ b/x/savings/keeper/grpcquery_test.go @@ -11,13 +11,13 @@ import ( "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" sdk "github.com/cosmos/cosmos-sdk/types" + "github.com/0glabs/0g-chain/app" + liquidtypes "github.com/0glabs/0g-chain/x/liquid/types" + "github.com/0glabs/0g-chain/x/savings/keeper" + "github.com/0glabs/0g-chain/x/savings/types" "github.com/cosmos/cosmos-sdk/x/staking" stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/kava-labs/kava/app" - liquidtypes "github.com/kava-labs/kava/x/liquid/types" - "github.com/kava-labs/kava/x/savings/keeper" - "github.com/kava-labs/kava/x/savings/types" ) var dep = types.NewDeposit diff --git a/x/savings/keeper/hooks.go b/x/savings/keeper/hooks.go index 9bc577de..ba05b1b7 100644 --- a/x/savings/keeper/hooks.go +++ b/x/savings/keeper/hooks.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/savings/types" ) // Implements StakingHooks interface diff --git a/x/savings/keeper/invariants.go b/x/savings/keeper/invariants.go index e963b597..096557ee 100644 --- a/x/savings/keeper/invariants.go +++ b/x/savings/keeper/invariants.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/savings/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/savings/keeper/invariants_test.go b/x/savings/keeper/invariants_test.go index 866a5aed..23693b0d 100644 --- a/x/savings/keeper/invariants_test.go +++ b/x/savings/keeper/invariants_test.go @@ -11,9 +11,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/savings/keeper" - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/savings/keeper" + "github.com/0glabs/0g-chain/x/savings/types" ) type invariantTestSuite struct { diff --git a/x/savings/keeper/keeper.go b/x/savings/keeper/keeper.go index 76ca0caa..287d33a0 100644 --- a/x/savings/keeper/keeper.go +++ b/x/savings/keeper/keeper.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/savings/types" ) // Keeper struct for savings module diff --git a/x/savings/keeper/keeper_test.go b/x/savings/keeper/keeper_test.go index 5b862fa5..3bf01699 100644 --- a/x/savings/keeper/keeper_test.go +++ b/x/savings/keeper/keeper_test.go @@ -15,10 +15,10 @@ import ( stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/savings/keeper" + "github.com/0glabs/0g-chain/x/savings/types" "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/savings/keeper" - "github.com/kava-labs/kava/x/savings/types" ) // Test suite used for all keeper tests diff --git a/x/savings/keeper/msg_server.go b/x/savings/keeper/msg_server.go index 1f081a66..1b146629 100644 --- a/x/savings/keeper/msg_server.go +++ b/x/savings/keeper/msg_server.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/savings/types" ) type msgServer struct { diff --git a/x/savings/keeper/params.go b/x/savings/keeper/params.go index ad786130..5ba6ece9 100644 --- a/x/savings/keeper/params.go +++ b/x/savings/keeper/params.go @@ -3,8 +3,8 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - liquidtypes "github.com/kava-labs/kava/x/liquid/types" - "github.com/kava-labs/kava/x/savings/types" + liquidtypes "github.com/0glabs/0g-chain/x/liquid/types" + "github.com/0glabs/0g-chain/x/savings/types" ) const ( diff --git a/x/savings/keeper/params_test.go b/x/savings/keeper/params_test.go index 23ecfc22..0ec5351c 100644 --- a/x/savings/keeper/params_test.go +++ b/x/savings/keeper/params_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/savings/types" ) func (suite *KeeperTestSuite) TestGetSetParams() { diff --git a/x/savings/keeper/withdraw.go b/x/savings/keeper/withdraw.go index bdb57bb4..a175ac40 100644 --- a/x/savings/keeper/withdraw.go +++ b/x/savings/keeper/withdraw.go @@ -6,7 +6,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/savings/types" ) // Withdraw returns some or all of a deposit back to original depositor diff --git a/x/savings/keeper/withdraw_test.go b/x/savings/keeper/withdraw_test.go index b4f61f98..3aec0356 100644 --- a/x/savings/keeper/withdraw_test.go +++ b/x/savings/keeper/withdraw_test.go @@ -12,8 +12,8 @@ import ( "github.com/cosmos/cosmos-sdk/x/staking" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/savings/types" ) func (suite *KeeperTestSuite) TestWithdraw() { diff --git a/x/savings/module.go b/x/savings/module.go index f7649ec3..ebc0f3d1 100644 --- a/x/savings/module.go +++ b/x/savings/module.go @@ -16,9 +16,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/kava-labs/kava/x/savings/client/cli" - "github.com/kava-labs/kava/x/savings/keeper" - "github.com/kava-labs/kava/x/savings/types" + "github.com/0glabs/0g-chain/x/savings/client/cli" + "github.com/0glabs/0g-chain/x/savings/keeper" + "github.com/0glabs/0g-chain/x/savings/types" ) var ( diff --git a/x/savings/types/genesis.pb.go b/x/savings/types/genesis.pb.go index 5c2f1f55..156a7dad 100644 --- a/x/savings/types/genesis.pb.go +++ b/x/savings/types/genesis.pb.go @@ -86,7 +86,7 @@ func init() { } var fileDescriptor_f5dcde4d417fcec8 = []byte{ - // 245 bytes of a gzipped FileDescriptorProto + // 252 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xca, 0x4e, 0x2c, 0x4b, 0xd4, 0x2f, 0x4e, 0x2c, 0xcb, 0xcc, 0x4b, 0x2f, 0xd6, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, @@ -97,12 +97,12 @@ var fileDescriptor_f5dcde4d417fcec8 = []byte{ 0x1e, 0x36, 0xfb, 0xf4, 0x02, 0xc0, 0x6a, 0x9c, 0x58, 0x4e, 0xdc, 0x93, 0x67, 0x08, 0x82, 0xea, 0x10, 0xf2, 0xe6, 0xe2, 0x48, 0x49, 0x2d, 0xc8, 0x2f, 0xce, 0x2c, 0x29, 0x96, 0x60, 0x52, 0x60, 0xd6, 0xe0, 0x36, 0x92, 0xc5, 0xae, 0xdb, 0x05, 0xa2, 0xca, 0x49, 0x00, 0xa4, 0x7d, 0xd5, 0x7d, - 0x79, 0x0e, 0xa8, 0x40, 0x71, 0x10, 0xdc, 0x00, 0x27, 0xe7, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, + 0x79, 0x0e, 0xa8, 0x40, 0x71, 0x10, 0xdc, 0x00, 0x27, 0x97, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, - 0x3c, 0x96, 0x63, 0x88, 0xd2, 0x4c, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, - 0x07, 0x19, 0xaf, 0x9b, 0x93, 0x98, 0x54, 0x0c, 0x66, 0xe9, 0x57, 0xc0, 0x3d, 0x5b, 0x52, 0x59, - 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xf6, 0xa5, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xb9, 0x68, 0xf5, - 0x36, 0x59, 0x01, 0x00, 0x00, + 0x3c, 0x96, 0x63, 0x88, 0xd2, 0x4a, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, + 0x37, 0x48, 0xcf, 0x49, 0x4c, 0x2a, 0xd6, 0x37, 0x48, 0xd7, 0x4d, 0xce, 0x48, 0xcc, 0xcc, 0xd3, + 0xaf, 0x80, 0xfb, 0xb6, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0xec, 0x4d, 0x63, 0x40, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x05, 0x7d, 0xc8, 0x49, 0x5a, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/savings/types/query.pb.go b/x/savings/types/query.pb.go index 5e1340de..d15840bc 100644 --- a/x/savings/types/query.pb.go +++ b/x/savings/types/query.pb.go @@ -330,46 +330,46 @@ func init() { func init() { proto.RegisterFile("kava/savings/v1beta1/query.proto", fileDescriptor_f78c91efc5db144f) } var fileDescriptor_f78c91efc5db144f = []byte{ - // 619 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0xb1, 0x8f, 0x12, 0x41, - 0x14, 0xc6, 0x19, 0x38, 0xc8, 0x39, 0x34, 0x66, 0x5c, 0x75, 0x21, 0xb8, 0x90, 0xcd, 0xe5, 0xe4, - 0x30, 0xec, 0x7a, 0xd8, 0x5d, 0x27, 0x67, 0xb4, 0xb0, 0xd1, 0x3d, 0x13, 0x13, 0x9b, 0xcb, 0x00, - 0x93, 0x65, 0x73, 0xb0, 0xb3, 0xb7, 0x33, 0x8b, 0xd2, 0x6a, 0x63, 0x62, 0x63, 0x62, 0xa1, 0xa5, - 0x85, 0x95, 0x89, 0x9d, 0xf1, 0x6f, 0xb8, 0xf2, 0xa2, 0x8d, 0x95, 0x1a, 0xf0, 0x0f, 0x31, 0x3b, - 0x33, 0xbb, 0x07, 0xc7, 0xe6, 0xa4, 0x82, 0x79, 0xf3, 0x7d, 0xdf, 0xfc, 0xe6, 0xcd, 0x03, 0xd8, - 0x38, 0xc2, 0x13, 0x6c, 0x33, 0x3c, 0xf1, 0x7c, 0x97, 0xd9, 0x93, 0xdd, 0x1e, 0xe1, 0x78, 0xd7, - 0x3e, 0x8e, 0x48, 0x38, 0xb5, 0x82, 0x90, 0x72, 0x8a, 0xb4, 0x58, 0x61, 0x29, 0x85, 0xa5, 0x14, - 0xd5, 0x56, 0x9f, 0xb2, 0x31, 0x65, 0x76, 0x0f, 0x33, 0x22, 0xe5, 0xa9, 0x39, 0xc0, 0xae, 0xe7, - 0x63, 0xee, 0x51, 0x5f, 0x26, 0x54, 0x8d, 0x45, 0x6d, 0xa2, 0xea, 0x53, 0x2f, 0xd9, 0xaf, 0xc8, - 0xfd, 0x43, 0xb1, 0xb2, 0xe5, 0x42, 0x6d, 0x69, 0x2e, 0x75, 0xa9, 0xac, 0xc7, 0xdf, 0x54, 0xb5, - 0xe6, 0x52, 0xea, 0x8e, 0x88, 0x8d, 0x03, 0xcf, 0xc6, 0xbe, 0x4f, 0xb9, 0x38, 0x2d, 0xf1, 0x64, - 0x5f, 0x89, 0x71, 0x1a, 0x12, 0xa9, 0x30, 0x35, 0x88, 0x1e, 0xc7, 0xc8, 0x8f, 0x70, 0x88, 0xc7, - 0xcc, 0x21, 0xc7, 0x11, 0x61, 0xdc, 0x7c, 0x0a, 0xaf, 0x2c, 0x55, 0x59, 0x40, 0x7d, 0x46, 0xd0, - 0x1e, 0x2c, 0x05, 0xa2, 0xa2, 0x83, 0x06, 0x68, 0x96, 0x3b, 0x35, 0x2b, 0xab, 0x21, 0x96, 0x74, - 0x75, 0x37, 0x4e, 0x7e, 0xd5, 0x73, 0x8e, 0x72, 0xec, 0x6d, 0xbc, 0xfe, 0x58, 0xcf, 0x99, 0x9f, - 0x00, 0xd4, 0x44, 0xf2, 0x3d, 0x12, 0x50, 0xe6, 0xf1, 0xe4, 0x44, 0xa4, 0xc1, 0xe2, 0x80, 0xf8, - 0x74, 0x2c, 0x92, 0x2f, 0x39, 0x72, 0x81, 0x2c, 0x58, 0xa4, 0xcf, 0x7d, 0x12, 0xea, 0xf9, 0xb8, - 0xda, 0xd5, 0xbf, 0x7f, 0x6d, 0x6b, 0xaa, 0x29, 0x77, 0x07, 0x83, 0x90, 0x30, 0x76, 0xc0, 0x43, - 0xcf, 0x77, 0x1d, 0x29, 0x43, 0xf7, 0x21, 0x3c, 0x6b, 0xb9, 0x5e, 0x10, 0x90, 0xdb, 0x96, 0x72, - 0xc4, 0x3d, 0xb7, 0xe4, 0x73, 0x9e, 0x91, 0xba, 0x44, 0x11, 0x38, 0x0b, 0x4e, 0xf3, 0x0b, 0x80, - 0x57, 0xcf, 0x61, 0xaa, 0x16, 0x3c, 0x84, 0x9b, 0x03, 0x55, 0xd3, 0x41, 0xa3, 0xd0, 0x2c, 0x77, - 0x6e, 0x64, 0x37, 0x41, 0x39, 0xbb, 0x97, 0xe3, 0x2e, 0x7c, 0xfe, 0x5d, 0xdf, 0x4c, 0xa3, 0xd2, - 0x00, 0xf4, 0x60, 0x09, 0x37, 0x2f, 0x70, 0x6f, 0xfe, 0x17, 0x57, 0x92, 0x2c, 0xf1, 0x56, 0xe0, - 0x75, 0x81, 0xfb, 0x84, 0x72, 0x3c, 0x3a, 0x88, 0x82, 0x60, 0x34, 0x4d, 0x9e, 0xf2, 0x3d, 0x80, - 0xfa, 0xea, 0x9e, 0xba, 0xcd, 0x35, 0x58, 0x1a, 0x12, 0xcf, 0x1d, 0x72, 0xd1, 0xf6, 0x82, 0xa3, - 0x56, 0xa8, 0x0f, 0x4b, 0x21, 0x61, 0xd1, 0x88, 0xeb, 0x79, 0x71, 0xc7, 0xca, 0x12, 0x54, 0x82, - 0xb3, 0x4f, 0x3d, 0xbf, 0x7b, 0x5b, 0xdd, 0xaf, 0xe9, 0x7a, 0x7c, 0x18, 0xf5, 0xac, 0x3e, 0x1d, - 0xab, 0xb9, 0x55, 0x1f, 0x6d, 0x36, 0x38, 0xb2, 0xf9, 0x34, 0x20, 0x4c, 0x18, 0x98, 0xa3, 0xa2, - 0x3b, 0xdf, 0x0a, 0xb0, 0x28, 0xc8, 0xd0, 0x2b, 0x00, 0x4b, 0x72, 0x68, 0x50, 0x33, 0xbb, 0x9b, - 0xab, 0x33, 0x5a, 0xdd, 0x59, 0x43, 0x29, 0xaf, 0x69, 0x6e, 0xbd, 0xfc, 0xf1, 0xf7, 0x5d, 0xde, - 0x40, 0x35, 0x3b, 0xf3, 0xf7, 0x20, 0x27, 0x14, 0xbd, 0x01, 0x30, 0x7d, 0x24, 0xd4, 0xba, 0x20, - 0xfd, 0xdc, 0xec, 0x56, 0x6f, 0xad, 0xa5, 0x55, 0x2c, 0xdb, 0x82, 0xa5, 0x81, 0x8c, 0x6c, 0x96, - 0x74, 0x36, 0x3e, 0x00, 0x58, 0x5e, 0x78, 0x32, 0xd4, 0xbe, 0xe0, 0x90, 0xd5, 0x67, 0xaf, 0x5a, - 0xeb, 0xca, 0x15, 0x56, 0x4b, 0x60, 0x6d, 0x21, 0x33, 0x1b, 0x8b, 0xc7, 0x96, 0x43, 0x26, 0x3c, - 0xdd, 0xfd, 0x93, 0x99, 0x01, 0x4e, 0x67, 0x06, 0xf8, 0x33, 0x33, 0xc0, 0xdb, 0xb9, 0x91, 0x3b, - 0x9d, 0x1b, 0xb9, 0x9f, 0x73, 0x23, 0xf7, 0x6c, 0x67, 0x61, 0x08, 0xe2, 0x9c, 0xf6, 0x08, 0xf7, - 0x98, 0x4c, 0x7c, 0x91, 0x66, 0x8a, 0x59, 0xe8, 0x95, 0xc4, 0xff, 0xcf, 0x9d, 0x7f, 0x01, 0x00, - 0x00, 0xff, 0xff, 0xa9, 0x76, 0x1d, 0x1f, 0x76, 0x05, 0x00, 0x00, + // 623 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0x4f, 0x6f, 0x12, 0x41, + 0x18, 0xc6, 0x19, 0x68, 0x49, 0x9d, 0x5e, 0xcc, 0xb8, 0xea, 0x96, 0xe0, 0x42, 0x36, 0x4d, 0x45, + 0x0c, 0xbb, 0x14, 0x6f, 0xbd, 0x89, 0x8d, 0x1e, 0xbc, 0xe8, 0xd6, 0xc4, 0xc4, 0x4b, 0x33, 0xc0, + 0x64, 0xd8, 0x14, 0x76, 0xb6, 0x3b, 0x03, 0xca, 0x55, 0x2f, 0x26, 0x5e, 0x4c, 0x3c, 0xe8, 0xd1, + 0x83, 0x27, 0x13, 0x6f, 0xc6, 0xcf, 0xd0, 0x63, 0xa3, 0x17, 0x4f, 0x6a, 0xc0, 0x0f, 0x62, 0x76, + 0x66, 0x76, 0x0b, 0x65, 0x53, 0x39, 0xc1, 0xbc, 0xf3, 0x3c, 0xef, 0xfc, 0xde, 0x3f, 0x00, 0xab, + 0x47, 0x78, 0x8c, 0x5d, 0x8e, 0xc7, 0x7e, 0x40, 0xb9, 0x3b, 0xde, 0xed, 0x10, 0x81, 0x77, 0xdd, + 0xe3, 0x11, 0x89, 0x26, 0x4e, 0x18, 0x31, 0xc1, 0x90, 0x11, 0x2b, 0x1c, 0xad, 0x70, 0xb4, 0xa2, + 0x54, 0xef, 0x32, 0x3e, 0x64, 0xdc, 0xed, 0x60, 0x4e, 0x94, 0x3c, 0x35, 0x87, 0x98, 0xfa, 0x01, + 0x16, 0x3e, 0x0b, 0x54, 0x86, 0x92, 0x35, 0xaf, 0x4d, 0x54, 0x5d, 0xe6, 0x27, 0xf7, 0x5b, 0xea, + 0xfe, 0x50, 0x9e, 0x5c, 0x75, 0xd0, 0x57, 0x06, 0x65, 0x94, 0xa9, 0x78, 0xfc, 0x4d, 0x47, 0xcb, + 0x94, 0x31, 0x3a, 0x20, 0x2e, 0x0e, 0x7d, 0x17, 0x07, 0x01, 0x13, 0xf2, 0xb5, 0xc4, 0x93, 0x5d, + 0x12, 0x17, 0x2c, 0x22, 0x4a, 0x61, 0x1b, 0x10, 0x3d, 0x8e, 0x91, 0x1f, 0xe1, 0x08, 0x0f, 0xb9, + 0x47, 0x8e, 0x47, 0x84, 0x0b, 0xfb, 0x29, 0xbc, 0xb2, 0x10, 0xe5, 0x21, 0x0b, 0x38, 0x41, 0x7b, + 0xb0, 0x18, 0xca, 0x88, 0x09, 0xaa, 0xa0, 0xb6, 0xd9, 0x2a, 0x3b, 0x59, 0x0d, 0x71, 0x94, 0xab, + 0xbd, 0x76, 0xf2, 0xab, 0x92, 0xf3, 0xb4, 0x63, 0x6f, 0xed, 0xf5, 0xc7, 0x4a, 0xce, 0xfe, 0x04, + 0xa0, 0x21, 0x33, 0xef, 0x93, 0x90, 0x71, 0x5f, 0x24, 0x2f, 0x22, 0x03, 0xae, 0xf7, 0x48, 0xc0, + 0x86, 0x32, 0xf3, 0x25, 0x4f, 0x1d, 0x90, 0x03, 0xd7, 0xd9, 0xf3, 0x80, 0x44, 0x66, 0x3e, 0x8e, + 0xb6, 0xcd, 0xef, 0x5f, 0x1b, 0x86, 0x6e, 0xca, 0xdd, 0x5e, 0x2f, 0x22, 0x9c, 0x1f, 0x88, 0xc8, + 0x0f, 0xa8, 0xa7, 0x64, 0xe8, 0x3e, 0x84, 0x67, 0x2d, 0x37, 0x0b, 0x12, 0x72, 0xc7, 0xd1, 0x8e, + 0xb8, 0xe7, 0x8e, 0x1a, 0xe7, 0x19, 0x29, 0x25, 0x9a, 0xc0, 0x9b, 0x73, 0xda, 0x5f, 0x00, 0xbc, + 0x7a, 0x0e, 0x53, 0xb7, 0xe0, 0x21, 0xdc, 0xe8, 0xe9, 0x98, 0x09, 0xaa, 0x85, 0xda, 0x66, 0xeb, + 0x46, 0x76, 0x13, 0xb4, 0xb3, 0x7d, 0x39, 0xee, 0xc2, 0xe7, 0xdf, 0x95, 0x8d, 0x34, 0x55, 0x9a, + 0x00, 0x3d, 0x58, 0xc0, 0xcd, 0x4b, 0xdc, 0x9b, 0xff, 0xc5, 0x55, 0x24, 0x0b, 0xbc, 0x5b, 0xf0, + 0xba, 0xc4, 0x7d, 0xc2, 0x04, 0x1e, 0x1c, 0x8c, 0xc2, 0x70, 0x30, 0x49, 0x46, 0xf9, 0x1e, 0x40, + 0x73, 0xf9, 0x4e, 0x57, 0x73, 0x0d, 0x16, 0xfb, 0xc4, 0xa7, 0x7d, 0x21, 0xdb, 0x5e, 0xf0, 0xf4, + 0x09, 0x75, 0x61, 0x31, 0x22, 0x7c, 0x34, 0x10, 0x66, 0x5e, 0xd6, 0xb8, 0xb5, 0x00, 0x95, 0xe0, + 0xdc, 0x63, 0x7e, 0xd0, 0x6e, 0xea, 0xfa, 0x6a, 0xd4, 0x17, 0xfd, 0x51, 0xc7, 0xe9, 0xb2, 0xa1, + 0xde, 0x5b, 0xfd, 0xd1, 0xe0, 0xbd, 0x23, 0x57, 0x4c, 0x42, 0xc2, 0xa5, 0x81, 0x7b, 0x3a, 0x75, + 0xeb, 0x5b, 0x01, 0xae, 0x4b, 0x32, 0xf4, 0x0a, 0xc0, 0xa2, 0x5a, 0x1a, 0x54, 0xcb, 0xee, 0xe6, + 0xf2, 0x8e, 0x96, 0x6e, 0xad, 0xa0, 0x54, 0x65, 0xda, 0xdb, 0x2f, 0x7f, 0xfc, 0x7d, 0x97, 0xb7, + 0x50, 0xd9, 0xcd, 0xfc, 0x3d, 0xa8, 0x0d, 0x45, 0x6f, 0x00, 0x4c, 0x87, 0x84, 0xea, 0x17, 0x64, + 0x3f, 0xb7, 0xbb, 0xa5, 0xdb, 0x2b, 0x69, 0x35, 0xcb, 0x8e, 0x64, 0xa9, 0x22, 0x2b, 0x9b, 0x25, + 0xdd, 0x8d, 0x0f, 0x00, 0x6e, 0xce, 0x8d, 0x0c, 0x35, 0x2e, 0x78, 0x64, 0x79, 0xec, 0x25, 0x67, + 0x55, 0xb9, 0xc6, 0xaa, 0x4b, 0xac, 0x6d, 0x64, 0x67, 0x63, 0x89, 0xd8, 0x72, 0xc8, 0xa5, 0xa7, + 0xbd, 0x7f, 0x32, 0xb5, 0xc0, 0xe9, 0xd4, 0x02, 0x7f, 0xa6, 0x16, 0x78, 0x3b, 0xb3, 0x72, 0xa7, + 0x33, 0x2b, 0xf7, 0x73, 0x66, 0xe5, 0x9e, 0xd5, 0xe7, 0x96, 0xa0, 0x49, 0x07, 0xb8, 0xc3, 0xdd, + 0x26, 0x6d, 0x74, 0xfb, 0xd8, 0x0f, 0xdc, 0x17, 0x69, 0x52, 0xb9, 0x0c, 0x9d, 0xa2, 0xfc, 0x03, + 0xba, 0xf3, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x7f, 0x85, 0x56, 0x54, 0x77, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/savings/types/store.pb.go b/x/savings/types/store.pb.go index 02ee9143..1f1ec43a 100644 --- a/x/savings/types/store.pb.go +++ b/x/savings/types/store.pb.go @@ -111,28 +111,29 @@ func init() { func init() { proto.RegisterFile("kava/savings/v1beta1/store.proto", fileDescriptor_f7110366fa182786) } var fileDescriptor_f7110366fa182786 = []byte{ - // 335 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x51, 0xc1, 0x4e, 0xc2, 0x40, - 0x14, 0xec, 0x4a, 0x82, 0xa1, 0x1e, 0x34, 0x95, 0x03, 0x70, 0x58, 0x1a, 0x4e, 0xe5, 0xd0, 0x5d, - 0x91, 0x2f, 0xa0, 0x92, 0xe8, 0xd1, 0x70, 0xf4, 0x42, 0xb6, 0xed, 0x5a, 0x1b, 0x6c, 0x5f, 0xd3, - 0xb7, 0x10, 0xf9, 0x0b, 0xbf, 0xc3, 0xb3, 0x1f, 0xc1, 0x91, 0x78, 0x30, 0x9e, 0x50, 0xe1, 0x2f, - 0x3c, 0x99, 0xb6, 0x2b, 0x7a, 0xf4, 0xb4, 0x6f, 0xe7, 0xcd, 0x4c, 0x26, 0xf3, 0x4c, 0x7b, 0x26, - 0x16, 0x82, 0xa3, 0x58, 0xc4, 0x69, 0x84, 0x7c, 0x31, 0xf0, 0xa5, 0x12, 0x03, 0x8e, 0x0a, 0x72, - 0xc9, 0xb2, 0x1c, 0x14, 0x58, 0xcd, 0x82, 0xc1, 0x34, 0x83, 0x69, 0x46, 0x87, 0x06, 0x80, 0x09, - 0x20, 0xf7, 0x05, 0xca, 0xbd, 0x2c, 0x80, 0x38, 0xad, 0x54, 0x9d, 0x76, 0xb5, 0x9f, 0x96, 0x3f, - 0x5e, 0x7d, 0xf4, 0xaa, 0x19, 0x41, 0x04, 0x15, 0x5e, 0x4c, 0x15, 0xda, 0x1b, 0x9a, 0xf5, 0x6b, - 0x91, 0x8b, 0x04, 0xad, 0xbe, 0x79, 0x82, 0xf3, 0x2c, 0x83, 0x5c, 0xc9, 0x70, 0x1a, 0xca, 0x14, - 0x12, 0x6c, 0x11, 0xbb, 0xe6, 0x34, 0x26, 0xc7, 0x7b, 0x7c, 0x5c, 0xc2, 0xbd, 0x57, 0x62, 0x1e, - 0x8e, 0x65, 0x06, 0x18, 0x2b, 0xeb, 0xd6, 0x6c, 0x84, 0xd5, 0x08, 0x79, 0x8b, 0xd8, 0xc4, 0x69, - 0x78, 0x57, 0x5f, 0x9b, 0xae, 0x1b, 0xc5, 0xea, 0x6e, 0xee, 0xb3, 0x00, 0x12, 0x1d, 0x43, 0x3f, - 0x2e, 0x86, 0x33, 0xae, 0x96, 0x99, 0x44, 0x36, 0x0a, 0x82, 0x51, 0x18, 0xe6, 0x12, 0xf1, 0xe5, - 0xd9, 0x3d, 0xd5, 0x61, 0x35, 0xe2, 0x2d, 0x95, 0xc4, 0xc9, 0xaf, 0xb5, 0x15, 0x98, 0x75, 0x91, - 0xc0, 0x3c, 0x55, 0xad, 0x03, 0xbb, 0xe6, 0x1c, 0x9d, 0xb7, 0x99, 0x16, 0x14, 0x55, 0xfc, 0xf4, - 0xc3, 0x2e, 0x20, 0x4e, 0xbd, 0xb3, 0xd5, 0xa6, 0x6b, 0x3c, 0xbd, 0x77, 0x9d, 0x7f, 0x64, 0x28, - 0x04, 0x38, 0xd1, 0xd6, 0xde, 0xe5, 0xea, 0x93, 0x1a, 0xab, 0x2d, 0x25, 0xeb, 0x2d, 0x25, 0x1f, - 0x5b, 0x4a, 0x1e, 0x77, 0xd4, 0x58, 0xef, 0xa8, 0xf1, 0xb6, 0xa3, 0xc6, 0x4d, 0xff, 0x8f, 0x5f, - 0x71, 0x1d, 0xf7, 0x5e, 0xf8, 0x58, 0x4e, 0xfc, 0x61, 0x7f, 0xcb, 0xd2, 0xd6, 0xaf, 0x97, 0xed, - 0x0e, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xef, 0x42, 0x46, 0x9e, 0xe8, 0x01, 0x00, 0x00, + // 341 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x51, 0xc1, 0x4e, 0xea, 0x40, + 0x14, 0x6d, 0x1f, 0x09, 0x2f, 0xf4, 0x2d, 0x9e, 0xa9, 0x2c, 0x80, 0xc5, 0xd0, 0xb0, 0xaa, 0x26, + 0x9d, 0x01, 0xf9, 0x02, 0x2a, 0x0b, 0x96, 0x86, 0xa5, 0x1b, 0x32, 0x9d, 0x8e, 0xa5, 0xc1, 0xf6, + 0x36, 0xbd, 0x03, 0x91, 0xbf, 0xf0, 0x3b, 0x5c, 0xfb, 0x11, 0x2c, 0x89, 0x0b, 0xe3, 0x0a, 0x15, + 0xfe, 0xc2, 0x95, 0x69, 0x3b, 0xa2, 0x4b, 0x57, 0x73, 0xef, 0xb9, 0xe7, 0x9c, 0x9c, 0x9c, 0xb1, + 0x9c, 0x05, 0x5f, 0x71, 0x86, 0x7c, 0x15, 0xa7, 0x11, 0xb2, 0xd5, 0x20, 0x90, 0x8a, 0x0f, 0x18, + 0x2a, 0xc8, 0x25, 0xcd, 0x72, 0x50, 0x60, 0x37, 0x0b, 0x06, 0xd5, 0x0c, 0xaa, 0x19, 0x1d, 0x22, + 0x00, 0x13, 0x40, 0x16, 0x70, 0x94, 0x47, 0x99, 0x80, 0x38, 0xad, 0x54, 0x9d, 0x76, 0x75, 0x9f, + 0x95, 0x1b, 0xab, 0x16, 0x7d, 0x6a, 0x46, 0x10, 0x41, 0x85, 0x17, 0x53, 0x85, 0xf6, 0x86, 0x56, + 0xfd, 0x8a, 0xe7, 0x3c, 0x41, 0xfb, 0xcc, 0x3a, 0xc1, 0x65, 0x96, 0x41, 0xae, 0x64, 0x38, 0x0b, + 0x65, 0x0a, 0x09, 0xb6, 0x4c, 0xa7, 0xe6, 0x36, 0xa6, 0xff, 0x8f, 0xf8, 0xb8, 0x84, 0x7b, 0xcf, + 0xa6, 0xf5, 0x77, 0x2c, 0x33, 0xc0, 0x58, 0xd9, 0x37, 0x56, 0x23, 0xac, 0x46, 0xc8, 0x5b, 0xa6, + 0x63, 0xba, 0x0d, 0x7f, 0xf2, 0xb1, 0xeb, 0x7a, 0x51, 0xac, 0xe6, 0xcb, 0x80, 0x0a, 0x48, 0x74, + 0x0c, 0xfd, 0x78, 0x18, 0x2e, 0x98, 0x5a, 0x67, 0x12, 0xe9, 0x48, 0x88, 0x51, 0x18, 0xe6, 0x12, + 0xf1, 0xe9, 0xd1, 0x3b, 0xd5, 0x61, 0x35, 0xe2, 0xaf, 0x95, 0xc4, 0xe9, 0xb7, 0xb5, 0x2d, 0xac, + 0x3a, 0x4f, 0x60, 0x99, 0xaa, 0xd6, 0x1f, 0xa7, 0xe6, 0xfe, 0xbb, 0x68, 0x53, 0x2d, 0x28, 0xaa, + 0xf8, 0xea, 0x87, 0x5e, 0x42, 0x9c, 0xfa, 0xfd, 0xcd, 0xae, 0x6b, 0x3c, 0xbc, 0x76, 0xdd, 0x5f, + 0x64, 0x28, 0x04, 0x38, 0xd5, 0xd6, 0xfe, 0x64, 0xf3, 0x4e, 0x8c, 0xcd, 0x9e, 0x98, 0xdb, 0x3d, + 0x31, 0xdf, 0xf6, 0xc4, 0xbc, 0x3f, 0x10, 0x63, 0x7b, 0x20, 0xc6, 0xcb, 0x81, 0x18, 0xd7, 0xe7, + 0x3f, 0xfc, 0xfa, 0xd1, 0x2d, 0x0f, 0x90, 0xf5, 0x23, 0x4f, 0xcc, 0x79, 0x9c, 0xb2, 0xbb, 0xe3, + 0x67, 0x96, 0xbe, 0x41, 0xbd, 0xac, 0x77, 0xf8, 0x19, 0x00, 0x00, 0xff, 0xff, 0x69, 0xf4, 0xaf, + 0xe1, 0xe9, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/savings/types/tx.pb.go b/x/savings/types/tx.pb.go index 392172d5..e1492ec0 100644 --- a/x/savings/types/tx.pb.go +++ b/x/savings/types/tx.pb.go @@ -221,30 +221,31 @@ func init() { func init() { proto.RegisterFile("kava/savings/v1beta1/tx.proto", fileDescriptor_c0bf8679b144267a) } var fileDescriptor_c0bf8679b144267a = []byte{ - // 368 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x52, 0xcd, 0x4e, 0xea, 0x40, - 0x14, 0xee, 0x5c, 0x12, 0xee, 0x65, 0xd8, 0xf5, 0xd6, 0x04, 0x9a, 0x58, 0x90, 0x55, 0x59, 0x30, - 0x15, 0x4c, 0xdc, 0x0b, 0x6e, 0xd9, 0x60, 0x8c, 0xc6, 0x8d, 0x99, 0xfe, 0x64, 0x98, 0x20, 0x9d, - 0xa6, 0x67, 0x40, 0x7c, 0x0b, 0x5f, 0x43, 0xd6, 0xc6, 0x67, 0x60, 0x49, 0x5c, 0xb9, 0x52, 0x03, - 0x2f, 0x62, 0xda, 0x4e, 0x81, 0x85, 0x86, 0xad, 0xab, 0x9e, 0x99, 0xef, 0x27, 0xdf, 0x7c, 0x3d, - 0xf8, 0x70, 0x44, 0xa7, 0xd4, 0x01, 0x3a, 0xe5, 0x21, 0x03, 0x67, 0xda, 0x76, 0x03, 0x49, 0xdb, - 0x8e, 0x9c, 0x91, 0x28, 0x16, 0x52, 0xe8, 0x46, 0x02, 0x13, 0x05, 0x13, 0x05, 0x9b, 0x96, 0x27, - 0x60, 0x2c, 0xc0, 0x71, 0x29, 0x04, 0x1b, 0x8d, 0x27, 0x78, 0x98, 0xa9, 0xcc, 0x6a, 0x86, 0xdf, - 0xa6, 0x27, 0x27, 0x3b, 0x28, 0xc8, 0x60, 0x82, 0x89, 0xec, 0x3e, 0x99, 0xb2, 0xdb, 0xc6, 0x13, - 0xc2, 0xb8, 0x0f, 0xec, 0x3c, 0x88, 0x04, 0x70, 0xa9, 0x9f, 0xe2, 0x92, 0x9f, 0x8d, 0x22, 0xae, - 0xa0, 0x3a, 0xb2, 0x4b, 0xdd, 0xca, 0xeb, 0x73, 0xcb, 0x50, 0x4e, 0x67, 0xbe, 0x1f, 0x07, 0x00, - 0x17, 0x32, 0xe6, 0x21, 0x1b, 0x6c, 0xa9, 0xba, 0x87, 0x8b, 0x74, 0x2c, 0x26, 0xa1, 0xac, 0xfc, - 0xa9, 0x17, 0xec, 0x72, 0xa7, 0x4a, 0x94, 0x22, 0x09, 0x9a, 0xa7, 0x27, 0x3d, 0xc1, 0xc3, 0xee, - 0xf1, 0xe2, 0xbd, 0xa6, 0xcd, 0x3f, 0x6a, 0x36, 0xe3, 0x72, 0x38, 0x71, 0x89, 0x27, 0xc6, 0x2a, - 0xa8, 0xfa, 0xb4, 0xc0, 0x1f, 0x39, 0xf2, 0x21, 0x0a, 0x20, 0x15, 0xc0, 0x40, 0x59, 0x37, 0x0c, - 0xac, 0x6f, 0xa3, 0x0e, 0x02, 0x88, 0x44, 0x08, 0x41, 0x63, 0x8e, 0x70, 0xb9, 0x0f, 0xec, 0x8a, - 0xcb, 0xa1, 0x1f, 0xd3, 0xfb, 0xdf, 0xfd, 0x84, 0x03, 0xfc, 0x7f, 0x27, 0x6b, 0xfe, 0x86, 0xce, - 0x0b, 0xc2, 0x85, 0x3e, 0x30, 0xfd, 0x12, 0xff, 0xcd, 0xff, 0x44, 0x9d, 0x7c, 0xb7, 0x00, 0x64, - 0x5b, 0x80, 0x69, 0xef, 0x63, 0xe4, 0xf6, 0xfa, 0x35, 0xfe, 0xb7, 0xa9, 0xe7, 0xe8, 0x47, 0x55, - 0x4e, 0x31, 0x9b, 0x7b, 0x29, 0xb9, 0x73, 0xb7, 0xb7, 0x58, 0x59, 0x68, 0xb9, 0xb2, 0xd0, 0xe7, - 0xca, 0x42, 0x8f, 0x6b, 0x4b, 0x5b, 0xae, 0x2d, 0xed, 0x6d, 0x6d, 0x69, 0x37, 0xcd, 0x9d, 0x6e, - 0x12, 0xbb, 0xd6, 0x1d, 0x75, 0x21, 0x9d, 0x9c, 0xd9, 0x66, 0xeb, 0xd3, 0x8a, 0xdc, 0x62, 0xba, - 0x8a, 0x27, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x4e, 0x17, 0x24, 0x24, 0x12, 0x03, 0x00, 0x00, + // 374 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x52, 0x3d, 0x6f, 0xe2, 0x30, + 0x18, 0x8e, 0x0f, 0x89, 0x3b, 0xcc, 0x96, 0xcb, 0x49, 0x10, 0xe9, 0x02, 0xc7, 0x94, 0x3b, 0x09, + 0x1b, 0x38, 0xa9, 0x7b, 0x29, 0x2b, 0x0b, 0x55, 0xd5, 0xaa, 0x4b, 0xe5, 0x7c, 0xc8, 0x58, 0x94, + 0x38, 0xca, 0x6b, 0x28, 0xfd, 0x17, 0xfd, 0x1b, 0x65, 0xae, 0xfa, 0x1b, 0x18, 0x51, 0xa7, 0x4e, + 0x6d, 0x05, 0x7f, 0xa4, 0x22, 0x71, 0x80, 0xa1, 0x15, 0x6b, 0xa7, 0xd8, 0x7e, 0x3e, 0xf4, 0xbc, + 0x4f, 0x5e, 0xfc, 0x7b, 0xc4, 0xa6, 0x8c, 0x02, 0x9b, 0x8a, 0x88, 0x03, 0x9d, 0xb6, 0xbd, 0x50, + 0xb1, 0x36, 0x55, 0x33, 0x12, 0x27, 0x52, 0x49, 0xd3, 0xda, 0xc0, 0x44, 0xc3, 0x44, 0xc3, 0xb6, + 0xe3, 0x4b, 0x18, 0x4b, 0xa0, 0x1e, 0x83, 0x70, 0xab, 0xf1, 0xa5, 0x88, 0x32, 0x95, 0x5d, 0xcd, + 0xf0, 0xab, 0xf4, 0x46, 0xb3, 0x8b, 0x86, 0x2c, 0x2e, 0xb9, 0xcc, 0xde, 0x37, 0xa7, 0xec, 0xb5, + 0x71, 0x8f, 0x30, 0xee, 0x03, 0xef, 0x85, 0xb1, 0x04, 0xa1, 0xcc, 0x23, 0x5c, 0x0a, 0xb2, 0xa3, + 0x4c, 0x2a, 0xa8, 0x8e, 0xdc, 0x52, 0xb7, 0xf2, 0xf4, 0xd0, 0xb4, 0xb4, 0xd3, 0x71, 0x10, 0x24, + 0x21, 0xc0, 0xa9, 0x4a, 0x44, 0xc4, 0x07, 0x3b, 0xaa, 0xe9, 0xe3, 0x22, 0x1b, 0xcb, 0x49, 0xa4, + 0x2a, 0xdf, 0xea, 0x05, 0xb7, 0xdc, 0xa9, 0x12, 0xad, 0xd8, 0x04, 0xcd, 0xd3, 0x93, 0x13, 0x29, + 0xa2, 0x6e, 0x6b, 0xf1, 0x52, 0x33, 0xe6, 0xaf, 0x35, 0x97, 0x0b, 0x35, 0x9c, 0x78, 0xc4, 0x97, + 0x63, 0x1d, 0x54, 0x7f, 0x9a, 0x10, 0x8c, 0xa8, 0xba, 0x8d, 0x43, 0x48, 0x05, 0x30, 0xd0, 0xd6, + 0x0d, 0x0b, 0x9b, 0xbb, 0xa8, 0x83, 0x10, 0x62, 0x19, 0x41, 0xd8, 0x98, 0x23, 0x5c, 0xee, 0x03, + 0x3f, 0x17, 0x6a, 0x18, 0x24, 0xec, 0xe6, 0x6b, 0x8f, 0xf0, 0x0b, 0xff, 0xdc, 0xcb, 0x9a, 0xcf, + 0xd0, 0x79, 0x44, 0xb8, 0xd0, 0x07, 0x6e, 0x9e, 0xe1, 0xef, 0xf9, 0x9f, 0xa8, 0x93, 0x8f, 0x16, + 0x80, 0xec, 0x0a, 0xb0, 0xdd, 0x43, 0x8c, 0xdc, 0xde, 0xbc, 0xc0, 0x3f, 0xb6, 0xf5, 0xfc, 0xf9, + 0x54, 0x95, 0x53, 0xec, 0xbf, 0x07, 0x29, 0xb9, 0x73, 0xb7, 0xb7, 0x58, 0x39, 0x68, 0xb9, 0x72, + 0xd0, 0xdb, 0xca, 0x41, 0x77, 0x6b, 0xc7, 0x58, 0xae, 0x1d, 0xe3, 0x79, 0xed, 0x18, 0x97, 0xff, + 0xf6, 0xba, 0x69, 0xf1, 0x6b, 0xe6, 0x01, 0x6d, 0xf1, 0xa6, 0x3f, 0x64, 0x22, 0xa2, 0xb3, 0xed, + 0xda, 0xa7, 0x1d, 0x79, 0xc5, 0x74, 0x17, 0xff, 0xbf, 0x07, 0x00, 0x00, 0xff, 0xff, 0xc5, 0xcb, + 0x03, 0x6a, 0x13, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/swap/client/cli/query.go b/x/swap/client/cli/query.go index a2fb1eec..e890580f 100644 --- a/x/swap/client/cli/query.go +++ b/x/swap/client/cli/query.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" ) // flags for cli queries diff --git a/x/swap/client/cli/tx.go b/x/swap/client/cli/tx.go index f6f93365..72a46925 100644 --- a/x/swap/client/cli/tx.go +++ b/x/swap/client/cli/tx.go @@ -13,7 +13,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/version" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/swap/genesis.go b/x/swap/genesis.go index 07ce5771..74693479 100644 --- a/x/swap/genesis.go +++ b/x/swap/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/swap/keeper" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/keeper" + "github.com/0glabs/0g-chain/x/swap/types" ) // InitGenesis initializes story state from genesis file diff --git a/x/swap/genesis_test.go b/x/swap/genesis_test.go index ea7b72b2..20b7e7d1 100644 --- a/x/swap/genesis_test.go +++ b/x/swap/genesis_test.go @@ -3,10 +3,10 @@ package swap_test import ( "testing" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/swap" - "github.com/kava-labs/kava/x/swap/testutil" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/swap" + "github.com/0glabs/0g-chain/x/swap/testutil" + "github.com/0glabs/0g-chain/x/swap/types" "github.com/stretchr/testify/suite" sdkmath "cosmossdk.io/math" diff --git a/x/swap/keeper/deposit.go b/x/swap/keeper/deposit.go index f88ba775..aab54b7d 100644 --- a/x/swap/keeper/deposit.go +++ b/x/swap/keeper/deposit.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" ) // Deposit creates a new pool or adds liquidity to an existing pool. For a pool to be created, a pool diff --git a/x/swap/keeper/deposit_test.go b/x/swap/keeper/deposit_test.go index f0bf042a..3685f89a 100644 --- a/x/swap/keeper/deposit_test.go +++ b/x/swap/keeper/deposit_test.go @@ -4,7 +4,7 @@ import ( "errors" "fmt" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" sdkmath "cosmossdk.io/math" tmproto "github.com/cometbft/cometbft/proto/tendermint/types" diff --git a/x/swap/keeper/grpc_query.go b/x/swap/keeper/grpc_query.go index ba697c54..e464f77a 100644 --- a/x/swap/keeper/grpc_query.go +++ b/x/swap/keeper/grpc_query.go @@ -11,7 +11,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" ) type queryServer struct { diff --git a/x/swap/keeper/hooks.go b/x/swap/keeper/hooks.go index 11e0f510..79cb058b 100644 --- a/x/swap/keeper/hooks.go +++ b/x/swap/keeper/hooks.go @@ -4,7 +4,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" ) // Implements SwapHooks interface diff --git a/x/swap/keeper/hooks_test.go b/x/swap/keeper/hooks_test.go index 893aa658..f353aa78 100644 --- a/x/swap/keeper/hooks_test.go +++ b/x/swap/keeper/hooks_test.go @@ -1,8 +1,8 @@ package keeper_test import ( - "github.com/kava-labs/kava/x/swap/types" - "github.com/kava-labs/kava/x/swap/types/mocks" + "github.com/0glabs/0g-chain/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types/mocks" sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/swap/keeper/invariants.go b/x/swap/keeper/invariants.go index c4bce02b..50a6ad99 100644 --- a/x/swap/keeper/invariants.go +++ b/x/swap/keeper/invariants.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/swap/keeper/invariants_test.go b/x/swap/keeper/invariants_test.go index a388ee74..389379f5 100644 --- a/x/swap/keeper/invariants_test.go +++ b/x/swap/keeper/invariants_test.go @@ -3,9 +3,9 @@ package keeper_test import ( "testing" - "github.com/kava-labs/kava/x/swap/keeper" - "github.com/kava-labs/kava/x/swap/testutil" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/keeper" + "github.com/0glabs/0g-chain/x/swap/testutil" + "github.com/0glabs/0g-chain/x/swap/types" sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/swap/keeper/keeper.go b/x/swap/keeper/keeper.go index 86bb3269..6b098465 100644 --- a/x/swap/keeper/keeper.go +++ b/x/swap/keeper/keeper.go @@ -11,7 +11,7 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" ) // Keeper keeper for the swap module diff --git a/x/swap/keeper/keeper_test.go b/x/swap/keeper/keeper_test.go index 07c0f6ca..83fbe87c 100644 --- a/x/swap/keeper/keeper_test.go +++ b/x/swap/keeper/keeper_test.go @@ -4,10 +4,10 @@ import ( "os" "testing" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/swap/testutil" - "github.com/kava-labs/kava/x/swap/types" - "github.com/kava-labs/kava/x/swap/types/mocks" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/swap/testutil" + "github.com/0glabs/0g-chain/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types/mocks" sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/swap/keeper/msg_server.go b/x/swap/keeper/msg_server.go index 6a02b591..d2f2d527 100644 --- a/x/swap/keeper/msg_server.go +++ b/x/swap/keeper/msg_server.go @@ -6,7 +6,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" ) type msgServer struct { diff --git a/x/swap/keeper/msg_server_test.go b/x/swap/keeper/msg_server_test.go index 483cc656..50268535 100644 --- a/x/swap/keeper/msg_server_test.go +++ b/x/swap/keeper/msg_server_test.go @@ -5,11 +5,11 @@ import ( "testing" "time" + "github.com/0glabs/0g-chain/x/swap/keeper" + "github.com/0glabs/0g-chain/x/swap/testutil" + "github.com/0glabs/0g-chain/x/swap/types" tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" - "github.com/kava-labs/kava/x/swap/keeper" - "github.com/kava-labs/kava/x/swap/testutil" - "github.com/kava-labs/kava/x/swap/types" "github.com/stretchr/testify/suite" sdkmath "cosmossdk.io/math" diff --git a/x/swap/keeper/swap.go b/x/swap/keeper/swap.go index b77aeee2..e7a8def0 100644 --- a/x/swap/keeper/swap.go +++ b/x/swap/keeper/swap.go @@ -3,7 +3,7 @@ package keeper import ( "fmt" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/swap/keeper/swap_test.go b/x/swap/keeper/swap_test.go index 12d13af6..3a47ddcb 100644 --- a/x/swap/keeper/swap_test.go +++ b/x/swap/keeper/swap_test.go @@ -5,11 +5,11 @@ import ( "fmt" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/x/swap/types" tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/kava-labs/kava/x/swap/types" ) func (suite *keeperTestSuite) TestSwapExactForTokens() { diff --git a/x/swap/keeper/withdraw.go b/x/swap/keeper/withdraw.go index a0970824..bd45f452 100644 --- a/x/swap/keeper/withdraw.go +++ b/x/swap/keeper/withdraw.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" ) // Withdraw removes liquidity from an existing pool from an owners deposit, converting the provided shares for diff --git a/x/swap/keeper/withdraw_test.go b/x/swap/keeper/withdraw_test.go index f89e7658..adcda9ac 100644 --- a/x/swap/keeper/withdraw_test.go +++ b/x/swap/keeper/withdraw_test.go @@ -4,8 +4,8 @@ import ( "fmt" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/x/swap/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/swap/types" ) func (suite *keeperTestSuite) TestWithdraw_AllShares() { diff --git a/x/swap/legacy/v0_16/migrate.go b/x/swap/legacy/v0_16/migrate.go index 7ccfa136..bf4546cb 100644 --- a/x/swap/legacy/v0_16/migrate.go +++ b/x/swap/legacy/v0_16/migrate.go @@ -1,8 +1,8 @@ package v0_16 import ( - v015swap "github.com/kava-labs/kava/x/swap/legacy/v0_15" - v016swap "github.com/kava-labs/kava/x/swap/types" + v015swap "github.com/0glabs/0g-chain/x/swap/legacy/v0_15" + v016swap "github.com/0glabs/0g-chain/x/swap/types" ) func migrateParams(params v015swap.Params) v016swap.Params { diff --git a/x/swap/legacy/v0_16/migrate_test.go b/x/swap/legacy/v0_16/migrate_test.go index 6b757e26..e50439ac 100644 --- a/x/swap/legacy/v0_16/migrate_test.go +++ b/x/swap/legacy/v0_16/migrate_test.go @@ -10,9 +10,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - app "github.com/kava-labs/kava/app" - v015swap "github.com/kava-labs/kava/x/swap/legacy/v0_15" - v016swap "github.com/kava-labs/kava/x/swap/types" + app "github.com/0glabs/0g-chain/app" + v015swap "github.com/0glabs/0g-chain/x/swap/legacy/v0_15" + v016swap "github.com/0glabs/0g-chain/x/swap/types" ) type migrateTestSuite struct { diff --git a/x/swap/module.go b/x/swap/module.go index 8a9ac1fe..19f3d9f8 100644 --- a/x/swap/module.go +++ b/x/swap/module.go @@ -13,9 +13,9 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - "github.com/kava-labs/kava/x/swap/client/cli" - "github.com/kava-labs/kava/x/swap/keeper" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/client/cli" + "github.com/0glabs/0g-chain/x/swap/keeper" + "github.com/0glabs/0g-chain/x/swap/types" ) var ( diff --git a/x/swap/module_test.go b/x/swap/module_test.go index 868d618c..413316b5 100644 --- a/x/swap/module_test.go +++ b/x/swap/module_test.go @@ -3,8 +3,8 @@ package swap_test import ( "testing" - "github.com/kava-labs/kava/x/swap/testutil" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/testutil" + "github.com/0glabs/0g-chain/x/swap/types" crisiskeeper "github.com/cosmos/cosmos-sdk/x/crisis/keeper" "github.com/stretchr/testify/suite" diff --git a/x/swap/testutil/suite.go b/x/swap/testutil/suite.go index 35e5429b..06cbe230 100644 --- a/x/swap/testutil/suite.go +++ b/x/swap/testutil/suite.go @@ -5,9 +5,9 @@ import ( "reflect" "time" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/swap/keeper" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/swap/keeper" + "github.com/0glabs/0g-chain/x/swap/types" sdkmath "cosmossdk.io/math" abci "github.com/cometbft/cometbft/abci/types" diff --git a/x/swap/types/base_pool_test.go b/x/swap/types/base_pool_test.go index 2d0b02e1..ab79eb95 100644 --- a/x/swap/types/base_pool_test.go +++ b/x/swap/types/base_pool_test.go @@ -5,7 +5,7 @@ import ( "math/big" "testing" - types "github.com/kava-labs/kava/x/swap/types" + types "github.com/0glabs/0g-chain/x/swap/types" sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/swap/types/common_test.go b/x/swap/types/common_test.go index fa6189ce..ec6e519f 100644 --- a/x/swap/types/common_test.go +++ b/x/swap/types/common_test.go @@ -1,8 +1,8 @@ package types_test import ( + "github.com/0glabs/0g-chain/app" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/app" ) func init() { diff --git a/x/swap/types/denominated_pool_test.go b/x/swap/types/denominated_pool_test.go index fb0c3d57..9e3047e8 100644 --- a/x/swap/types/denominated_pool_test.go +++ b/x/swap/types/denominated_pool_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - types "github.com/kava-labs/kava/x/swap/types" + types "github.com/0glabs/0g-chain/x/swap/types" sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/swap/types/genesis.pb.go b/x/swap/types/genesis.pb.go index a58cc8c4..72acb655 100644 --- a/x/swap/types/genesis.pb.go +++ b/x/swap/types/genesis.pb.go @@ -94,7 +94,7 @@ func init() { func init() { proto.RegisterFile("kava/swap/v1beta1/genesis.proto", fileDescriptor_b1a1a1687f484a21) } var fileDescriptor_b1a1a1687f484a21 = []byte{ - // 283 bytes of a gzipped FileDescriptorProto + // 289 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcf, 0x4e, 0x2c, 0x4b, 0xd4, 0x2f, 0x2e, 0x4f, 0x2c, 0xd0, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x04, 0x29, 0xd0, @@ -107,12 +107,13 @@ var fileDescriptor_b1a1a1687f484a21 = []byte{ 0x23, 0x59, 0x6c, 0xda, 0xf3, 0xf3, 0x73, 0x82, 0xc0, 0xaa, 0x9c, 0x84, 0x41, 0x46, 0xac, 0xba, 0x2f, 0xcf, 0x8d, 0x10, 0x2b, 0x0e, 0xe2, 0x2e, 0x40, 0x70, 0x84, 0x22, 0xb9, 0x78, 0x8b, 0x33, 0x12, 0x8b, 0x52, 0xe1, 0xe6, 0x32, 0x83, 0xcd, 0x95, 0xc3, 0x62, 0x6e, 0x30, 0x48, 0x1d, 0xd4, - 0x60, 0x11, 0xa8, 0xc1, 0x3c, 0x48, 0x82, 0xc5, 0x41, 0x3c, 0xc5, 0x48, 0x3c, 0x27, 0x87, 0x13, + 0x60, 0x11, 0xa8, 0xc1, 0x3c, 0x48, 0x82, 0xc5, 0x41, 0x3c, 0xc5, 0x48, 0x3c, 0x27, 0xc7, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, - 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0x52, 0x4b, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, - 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x07, 0xd9, 0xa3, 0x9b, 0x93, 0x98, 0x54, 0x0c, 0x66, 0xe9, 0x57, - 0x40, 0x82, 0xb2, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0x88, 0xc6, 0x80, 0x00, 0x00, - 0x00, 0xff, 0xff, 0xca, 0xb8, 0xb9, 0x95, 0xae, 0x01, 0x00, 0x00, + 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0x52, 0x4f, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, + 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x37, 0x48, 0xcf, 0x49, 0x4c, 0x2a, 0xd6, 0x37, 0x48, 0xd7, 0x4d, + 0xce, 0x48, 0xcc, 0xcc, 0xd3, 0xaf, 0x80, 0x84, 0x65, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, + 0x38, 0x14, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x9e, 0xfc, 0xbc, 0xdc, 0xaf, 0x01, 0x00, + 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/swap/types/genesis_test.go b/x/swap/types/genesis_test.go index 770d228f..8e33e594 100644 --- a/x/swap/types/genesis_test.go +++ b/x/swap/types/genesis_test.go @@ -4,7 +4,7 @@ import ( "encoding/json" "testing" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/assert" diff --git a/x/swap/types/keys_test.go b/x/swap/types/keys_test.go index cb5496c2..e59c347c 100644 --- a/x/swap/types/keys_test.go +++ b/x/swap/types/keys_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/assert" diff --git a/x/swap/types/msg_test.go b/x/swap/types/msg_test.go index ca155ee4..e1ebbc8c 100644 --- a/x/swap/types/msg_test.go +++ b/x/swap/types/msg_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/swap/types/params_test.go b/x/swap/types/params_test.go index 50598166..b74b30a6 100644 --- a/x/swap/types/params_test.go +++ b/x/swap/types/params_test.go @@ -8,7 +8,7 @@ import ( "strings" "testing" - "github.com/kava-labs/kava/x/swap/types" + "github.com/0glabs/0g-chain/x/swap/types" sdk "github.com/cosmos/cosmos-sdk/types" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" diff --git a/x/swap/types/query.pb.go b/x/swap/types/query.pb.go index fc239a03..85e6da04 100644 --- a/x/swap/types/query.pb.go +++ b/x/swap/types/query.pb.go @@ -405,54 +405,55 @@ func init() { func init() { proto.RegisterFile("kava/swap/v1beta1/query.proto", fileDescriptor_652c07bb38685396) } var fileDescriptor_652c07bb38685396 = []byte{ - // 747 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xcf, 0x4f, 0x13, 0x4d, - 0x18, 0xee, 0xf6, 0xd7, 0x07, 0x53, 0x92, 0x2f, 0xcc, 0xc7, 0x17, 0xdb, 0x05, 0xb6, 0x58, 0x05, - 0x1a, 0x93, 0xee, 0x0a, 0x26, 0x9a, 0xa8, 0x07, 0xad, 0x04, 0xc3, 0x49, 0x5d, 0x8c, 0x07, 0x2f, - 0xcd, 0x94, 0x9d, 0x2c, 0x1b, 0xb6, 0x3b, 0xcb, 0xce, 0xb4, 0x88, 0x27, 0xc3, 0xc9, 0xa3, 0x89, - 0x37, 0x4f, 0x9e, 0x8d, 0xde, 0xf8, 0x0f, 0xbc, 0x70, 0x24, 0x78, 0x31, 0x1e, 0xd0, 0x80, 0x47, - 0xff, 0x08, 0x33, 0x3f, 0xb6, 0x94, 0x76, 0xb1, 0x6a, 0x38, 0x75, 0x77, 0xde, 0xf7, 0x7d, 0x9e, - 0xe7, 0x7d, 0xdf, 0x67, 0xa7, 0x60, 0x7a, 0x03, 0x75, 0x90, 0x45, 0xb7, 0x50, 0x68, 0x75, 0x16, - 0x9a, 0x98, 0xa1, 0x05, 0x6b, 0xb3, 0x8d, 0xa3, 0x6d, 0x33, 0x8c, 0x08, 0x23, 0x70, 0x9c, 0x87, - 0x4d, 0x1e, 0x36, 0x55, 0x58, 0xbf, 0xb2, 0x46, 0x68, 0x8b, 0x50, 0xab, 0x89, 0x28, 0x96, 0xb9, - 0xdd, 0xca, 0x10, 0xb9, 0x5e, 0x80, 0x98, 0x47, 0x02, 0x59, 0xae, 0x1b, 0xbd, 0xb9, 0x71, 0xd6, - 0x1a, 0xf1, 0xe2, 0x78, 0x49, 0xc6, 0x1b, 0xe2, 0xcd, 0x92, 0x2f, 0x2a, 0x34, 0xe1, 0x12, 0x97, - 0xc8, 0x73, 0xfe, 0xa4, 0x4e, 0xa7, 0x5c, 0x42, 0x5c, 0x1f, 0x5b, 0x28, 0xf4, 0x2c, 0x14, 0x04, - 0x84, 0x09, 0xb6, 0xb8, 0x66, 0x6a, 0xb0, 0x19, 0x21, 0x5d, 0x44, 0x2b, 0x3a, 0x80, 0x8f, 0xb8, - 0xdc, 0x87, 0x28, 0x42, 0x2d, 0x6a, 0xe3, 0xcd, 0x36, 0xa6, 0xec, 0x66, 0xf6, 0xe5, 0xdb, 0x72, - 0xaa, 0xf2, 0x18, 0xfc, 0x77, 0x2a, 0x46, 0x43, 0x12, 0x50, 0x0c, 0x6f, 0x80, 0x7c, 0x28, 0x4e, - 0x8a, 0xda, 0x8c, 0x56, 0x2d, 0x2c, 0x96, 0xcc, 0x81, 0x79, 0x98, 0xb2, 0xa4, 0x9e, 0xdd, 0x3b, - 0x2c, 0xa7, 0x6c, 0x95, 0xae, 0x50, 0x19, 0x18, 0x97, 0xa8, 0x84, 0xf8, 0x31, 0x21, 0xbc, 0x00, - 0xfe, 0x09, 0x09, 0xf1, 0x1b, 0x9e, 0x23, 0x40, 0x47, 0xed, 0x3c, 0x7f, 0x5d, 0x71, 0xe0, 0x32, - 0x00, 0x27, 0x03, 0x2c, 0xa6, 0x05, 0xe1, 0x9c, 0xa9, 0x86, 0xc2, 0x27, 0x68, 0xca, 0xcd, 0x9c, - 0x10, 0xbb, 0x58, 0x81, 0xda, 0x3d, 0x95, 0x95, 0x37, 0x5a, 0xdc, 0xa8, 0xa4, 0x55, 0xbd, 0xdc, - 0x02, 0x39, 0x4e, 0xc4, 0x5b, 0xc9, 0x54, 0x0b, 0x8b, 0xe5, 0xa4, 0x56, 0x08, 0xf1, 0xe3, 0x7c, - 0xd5, 0x90, 0xac, 0x81, 0xf7, 0x13, 0xb4, 0xcd, 0x0f, 0xd5, 0x26, 0x91, 0x4e, 0x89, 0xfb, 0xa1, - 0x81, 0xb1, 0x5e, 0x1a, 0x08, 0x41, 0x36, 0x40, 0x2d, 0xac, 0x66, 0x21, 0x9e, 0x21, 0x02, 0x39, - 0x6e, 0x12, 0x5a, 0x4c, 0x0b, 0xa9, 0xa5, 0x53, 0x44, 0x31, 0xc5, 0x3d, 0xe2, 0x05, 0xf5, 0xab, - 0x5c, 0xe4, 0xbb, 0xaf, 0xe5, 0xaa, 0xeb, 0xb1, 0xf5, 0x76, 0xd3, 0x5c, 0x23, 0x2d, 0x65, 0x23, - 0xf5, 0x53, 0xa3, 0xce, 0x86, 0xc5, 0xb6, 0x43, 0x4c, 0x45, 0x01, 0xb5, 0x25, 0x32, 0x6c, 0x80, - 0x31, 0x46, 0x18, 0xf2, 0x1b, 0x74, 0x1d, 0x45, 0x98, 0x16, 0x33, 0x9c, 0xbe, 0x7e, 0x9b, 0xc3, - 0x7d, 0x39, 0x2c, 0xcf, 0xfd, 0x06, 0xdc, 0x4a, 0xc0, 0x0e, 0x76, 0x6b, 0x40, 0x49, 0x5b, 0x09, - 0x98, 0x5d, 0x10, 0x88, 0xab, 0x02, 0x50, 0x39, 0xe0, 0x83, 0x06, 0x26, 0xc4, 0x2e, 0x96, 0x70, - 0x48, 0xa8, 0xc7, 0xba, 0x2e, 0x30, 0x41, 0x8e, 0x6c, 0x05, 0x38, 0x92, 0x7d, 0xd7, 0x8b, 0x07, - 0xbb, 0xb5, 0x09, 0x05, 0x75, 0xd7, 0x71, 0x22, 0x4c, 0xe9, 0x2a, 0x8b, 0xbc, 0xc0, 0xb5, 0x65, - 0x5a, 0xaf, 0x6b, 0xd2, 0xbf, 0x70, 0x4d, 0xe6, 0x6f, 0x5d, 0xa3, 0xf4, 0xbe, 0xd7, 0xc0, 0xff, - 0x7d, 0x7a, 0xd5, 0x9e, 0x96, 0xc0, 0x88, 0xa3, 0xce, 0x94, 0x83, 0x2a, 0x09, 0x0e, 0x52, 0x65, - 0x7d, 0x26, 0xea, 0x56, 0x9e, 0x9b, 0x8f, 0x94, 0xdc, 0x8f, 0x69, 0xf0, 0x6f, 0x1f, 0x25, 0xbc, - 0x0e, 0x46, 0x15, 0x1d, 0x19, 0x3e, 0xdd, 0x93, 0xd4, 0xb3, 0x27, 0xec, 0x81, 0x31, 0x69, 0x92, - 0x06, 0x5f, 0x85, 0xa3, 0xac, 0xb2, 0xfc, 0xc7, 0x56, 0x49, 0x56, 0x50, 0x90, 0xd8, 0x0f, 0x38, - 0x34, 0x0c, 0xba, 0x54, 0x1d, 0xe4, 0xb7, 0x71, 0x31, 0x7b, 0xfe, 0xfe, 0x57, 0x7c, 0x4f, 0x38, - 0xbe, 0x9c, 0xe2, 0xe2, 0x8b, 0x0c, 0xc8, 0x89, 0xa5, 0xc3, 0xe7, 0x20, 0x2f, 0xaf, 0x33, 0x38, - 0x9b, 0xb0, 0xdc, 0xc1, 0xdb, 0x53, 0x9f, 0x1b, 0x96, 0x26, 0x97, 0x52, 0xb9, 0xb8, 0xf3, 0xe9, - 0xfb, 0xeb, 0xf4, 0x24, 0x2c, 0x59, 0x83, 0x57, 0xb4, 0xbc, 0x32, 0x61, 0x07, 0xe4, 0xc4, 0x85, - 0x05, 0x2f, 0x9f, 0x89, 0xd9, 0x73, 0x8d, 0xea, 0xb3, 0x43, 0xb2, 0x14, 0xf1, 0x8c, 0x20, 0xd6, - 0x61, 0x31, 0x89, 0x58, 0xd0, 0xed, 0x68, 0x60, 0x24, 0x76, 0x3b, 0x9c, 0x3f, 0x0b, 0xb5, 0xef, - 0xfb, 0xd5, 0xab, 0xc3, 0x13, 0x95, 0x82, 0x4b, 0x42, 0xc1, 0x34, 0x9c, 0x4c, 0x50, 0x10, 0x7f, - 0x17, 0xf5, 0x3b, 0x7b, 0x47, 0x86, 0xb6, 0x7f, 0x64, 0x68, 0xdf, 0x8e, 0x0c, 0xed, 0xd5, 0xb1, - 0x91, 0xda, 0x3f, 0x36, 0x52, 0x9f, 0x8f, 0x8d, 0xd4, 0xd3, 0x5e, 0x7f, 0x71, 0x80, 0x9a, 0x8f, - 0x9a, 0x54, 0x42, 0x3d, 0x93, 0x60, 0x62, 0xbb, 0xcd, 0xbc, 0xf8, 0x93, 0xbb, 0xf6, 0x33, 0x00, - 0x00, 0xff, 0xff, 0x7b, 0x1b, 0x3a, 0x0f, 0xd1, 0x07, 0x00, 0x00, + // 753 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xcf, 0x4f, 0x13, 0x4f, + 0x14, 0xef, 0xf6, 0xd7, 0x17, 0xa6, 0x24, 0xdf, 0x30, 0x62, 0x6c, 0x0b, 0x6c, 0xb1, 0x0a, 0x34, + 0x26, 0xdd, 0x05, 0x4c, 0x34, 0x51, 0x2f, 0x54, 0x82, 0xe1, 0xa4, 0x2e, 0xc6, 0x83, 0x97, 0x66, + 0xda, 0x9d, 0x2c, 0x1b, 0xb6, 0x3b, 0xcb, 0xce, 0xb4, 0x88, 0x27, 0xc3, 0xc9, 0xa3, 0x89, 0x37, + 0x4f, 0x9e, 0x8d, 0xde, 0xf8, 0x0f, 0xbc, 0x70, 0x24, 0x78, 0x31, 0x1e, 0xd0, 0x80, 0x47, 0xff, + 0x08, 0x33, 0x3f, 0xb6, 0x94, 0x76, 0xb1, 0x6a, 0x38, 0x75, 0x77, 0xde, 0x7b, 0x9f, 0xcf, 0xe7, + 0xbd, 0xf7, 0xd9, 0x29, 0x98, 0xde, 0x44, 0x1d, 0x64, 0xd2, 0x6d, 0x14, 0x98, 0x9d, 0xc5, 0x06, + 0x66, 0x68, 0xd1, 0xdc, 0x6a, 0xe3, 0x70, 0xc7, 0x08, 0x42, 0xc2, 0x08, 0x1c, 0xe7, 0x61, 0x83, + 0x87, 0x0d, 0x15, 0x2e, 0xde, 0x68, 0x12, 0xda, 0x22, 0xd4, 0x6c, 0x20, 0x8a, 0x65, 0x6e, 0xb7, + 0x32, 0x40, 0x8e, 0xeb, 0x23, 0xe6, 0x12, 0x5f, 0x96, 0x17, 0xf5, 0xde, 0xdc, 0x28, 0xab, 0x49, + 0xdc, 0x28, 0x5e, 0x90, 0xf1, 0xba, 0x78, 0x33, 0xe5, 0x8b, 0x0a, 0x4d, 0x38, 0xc4, 0x21, 0xf2, + 0x9c, 0x3f, 0xa9, 0xd3, 0x29, 0x87, 0x10, 0xc7, 0xc3, 0x26, 0x0a, 0x5c, 0x13, 0xf9, 0x3e, 0x61, + 0x82, 0x2d, 0xaa, 0x99, 0x1a, 0x6c, 0x46, 0x48, 0x17, 0xd1, 0x72, 0x11, 0xc0, 0xc7, 0x5c, 0xee, + 0x23, 0x14, 0xa2, 0x16, 0xb5, 0xf0, 0x56, 0x1b, 0x53, 0x76, 0x27, 0xfd, 0xea, 0x5d, 0x29, 0x51, + 0x7e, 0x02, 0x2e, 0x9d, 0x89, 0xd1, 0x80, 0xf8, 0x14, 0xc3, 0xdb, 0x20, 0x1b, 0x88, 0x93, 0xbc, + 0x36, 0xa3, 0x55, 0x72, 0x4b, 0x05, 0x63, 0x60, 0x1e, 0x86, 0x2c, 0xa9, 0xa5, 0xf7, 0x8f, 0x4a, + 0x09, 0x4b, 0xa5, 0x2b, 0x54, 0x06, 0xc6, 0x25, 0x2a, 0x21, 0x5e, 0x44, 0x08, 0xaf, 0x80, 0xff, + 0x02, 0x42, 0xbc, 0xba, 0x6b, 0x0b, 0xd0, 0x51, 0x2b, 0xcb, 0x5f, 0xd7, 0x6c, 0xb8, 0x0a, 0xc0, + 0xe9, 0x00, 0xf3, 0x49, 0x41, 0x38, 0x67, 0xa8, 0xa1, 0xf0, 0x09, 0x1a, 0x72, 0x33, 0xa7, 0xc4, + 0x0e, 0x56, 0xa0, 0x56, 0x4f, 0x65, 0xf9, 0xad, 0x16, 0x35, 0x2a, 0x69, 0x55, 0x2f, 0x77, 0x41, + 0x86, 0x13, 0xf1, 0x56, 0x52, 0x95, 0xdc, 0x52, 0x29, 0xae, 0x15, 0x42, 0xbc, 0x28, 0x5f, 0x35, + 0x24, 0x6b, 0xe0, 0x83, 0x18, 0x6d, 0xf3, 0x43, 0xb5, 0x49, 0xa4, 0x33, 0xe2, 0x7e, 0x6a, 0x60, + 0xac, 0x97, 0x06, 0x42, 0x90, 0xf6, 0x51, 0x0b, 0xab, 0x59, 0x88, 0x67, 0x88, 0x40, 0x86, 0x9b, + 0x84, 0xe6, 0x93, 0x42, 0x6a, 0xe1, 0x0c, 0x51, 0x44, 0x71, 0x9f, 0xb8, 0x7e, 0x6d, 0x81, 0x8b, + 0x7c, 0xff, 0xad, 0x54, 0x71, 0x5c, 0xb6, 0xd1, 0x6e, 0x18, 0x4d, 0xd2, 0x52, 0x36, 0x52, 0x3f, + 0x55, 0x6a, 0x6f, 0x9a, 0x6c, 0x27, 0xc0, 0x54, 0x14, 0x50, 0x4b, 0x22, 0xc3, 0x3a, 0x18, 0x63, + 0x84, 0x21, 0xaf, 0x4e, 0x37, 0x50, 0x88, 0x69, 0x3e, 0xc5, 0xe9, 0x6b, 0xf7, 0x38, 0xdc, 0xd7, + 0xa3, 0xd2, 0xdc, 0x1f, 0xc0, 0xad, 0xf9, 0xec, 0x70, 0xaf, 0x0a, 0x94, 0xb4, 0x35, 0x9f, 0x59, + 0x39, 0x81, 0xb8, 0x2e, 0x00, 0x95, 0x03, 0x3e, 0x6a, 0x60, 0x42, 0xec, 0x62, 0x05, 0x07, 0x84, + 0xba, 0xac, 0xeb, 0x02, 0x03, 0x64, 0xc8, 0xb6, 0x8f, 0x43, 0xd9, 0x77, 0x2d, 0x7f, 0xb8, 0x57, + 0x9d, 0x50, 0x50, 0xcb, 0xb6, 0x1d, 0x62, 0x4a, 0xd7, 0x59, 0xe8, 0xfa, 0x8e, 0x25, 0xd3, 0x7a, + 0x5d, 0x93, 0xfc, 0x8d, 0x6b, 0x52, 0xff, 0xea, 0x1a, 0xa5, 0xf7, 0x83, 0x06, 0x2e, 0xf7, 0xe9, + 0x55, 0x7b, 0x5a, 0x01, 0x23, 0xb6, 0x3a, 0x53, 0x0e, 0x2a, 0xc7, 0x38, 0x48, 0x95, 0xf5, 0x99, + 0xa8, 0x5b, 0x79, 0x61, 0x3e, 0x52, 0x72, 0x3f, 0x25, 0xc1, 0xff, 0x7d, 0x94, 0xf0, 0x16, 0x18, + 0x55, 0x74, 0x64, 0xf8, 0x74, 0x4f, 0x53, 0xcf, 0x9f, 0xb0, 0x0b, 0xc6, 0xa4, 0x49, 0xea, 0x7c, + 0x15, 0xb6, 0xb2, 0xca, 0xea, 0x5f, 0x5b, 0x25, 0x5e, 0x41, 0x4e, 0x62, 0x3f, 0xe4, 0xd0, 0xd0, + 0xef, 0x52, 0x75, 0x90, 0xd7, 0xc6, 0xf9, 0xf4, 0xc5, 0xfb, 0x5f, 0xf1, 0x3d, 0xe5, 0xf8, 0x72, + 0x8a, 0x4b, 0x2f, 0x53, 0x20, 0x23, 0x96, 0x0e, 0x5f, 0x80, 0xac, 0xbc, 0xce, 0xe0, 0x6c, 0xcc, + 0x72, 0x07, 0x6f, 0xcf, 0xe2, 0xdc, 0xb0, 0x34, 0xb9, 0x94, 0xf2, 0xd5, 0xdd, 0xcf, 0x3f, 0xde, + 0x24, 0x27, 0x61, 0xc1, 0x1c, 0xbc, 0xa2, 0xe5, 0x95, 0x09, 0x3b, 0x20, 0x23, 0x2e, 0x2c, 0x78, + 0xfd, 0x5c, 0xcc, 0x9e, 0x6b, 0xb4, 0x38, 0x3b, 0x24, 0x4b, 0x11, 0xcf, 0x08, 0xe2, 0x22, 0xcc, + 0xc7, 0x11, 0x0b, 0xba, 0x5d, 0x0d, 0x8c, 0x44, 0x6e, 0x87, 0xf3, 0xe7, 0xa1, 0xf6, 0x7d, 0xbf, + 0xc5, 0xca, 0xf0, 0x44, 0xa5, 0xe0, 0x9a, 0x50, 0x30, 0x0d, 0x27, 0x63, 0x14, 0x44, 0xdf, 0x45, + 0x6d, 0x79, 0xff, 0x58, 0xd7, 0x0e, 0x8e, 0x75, 0xed, 0xfb, 0xb1, 0xae, 0xbd, 0x3e, 0xd1, 0x13, + 0x07, 0x27, 0x7a, 0xe2, 0xcb, 0x89, 0x9e, 0x78, 0x36, 0xdf, 0xb3, 0xd9, 0x05, 0xc7, 0x43, 0x0d, + 0x6a, 0x2e, 0x38, 0xd5, 0xe6, 0x06, 0x72, 0x7d, 0xf3, 0xb9, 0x44, 0x13, 0xeb, 0x6d, 0x64, 0xc5, + 0xbf, 0xdc, 0xcd, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x27, 0xfc, 0x40, 0x60, 0xd2, 0x07, 0x00, + 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/swap/types/state_test.go b/x/swap/types/state_test.go index 9471662a..5d26a9ab 100644 --- a/x/swap/types/state_test.go +++ b/x/swap/types/state_test.go @@ -4,7 +4,7 @@ import ( "encoding/json" "testing" - types "github.com/kava-labs/kava/x/swap/types" + types "github.com/0glabs/0g-chain/x/swap/types" sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/swap/types/swap.pb.go b/x/swap/types/swap.pb.go index e1a71cd7..6186cf0e 100644 --- a/x/swap/types/swap.pb.go +++ b/x/swap/types/swap.pb.go @@ -261,40 +261,40 @@ func init() { func init() { proto.RegisterFile("kava/swap/v1beta1/swap.proto", fileDescriptor_9df359be90eb28cb) } var fileDescriptor_9df359be90eb28cb = []byte{ - // 521 bytes of a gzipped FileDescriptorProto + // 526 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x53, 0x3f, 0x6f, 0xd3, 0x5e, 0x14, 0x8d, 0xd3, 0x28, 0xf9, 0xe5, 0x25, 0xbf, 0x01, 0x53, 0x89, 0xb4, 0x42, 0x76, 0x15, 0x24, - 0xd4, 0x25, 0xb6, 0x5a, 0x36, 0x84, 0x10, 0x31, 0x01, 0x91, 0x89, 0xca, 0x0c, 0x08, 0x96, 0xa7, - 0x67, 0xfb, 0x36, 0xb5, 0xe2, 0xf8, 0x5a, 0x7e, 0x8f, 0x84, 0x7e, 0x0b, 0xc4, 0xc4, 0xc8, 0xcc, - 0xdc, 0x4f, 0xc0, 0xd4, 0xb1, 0xea, 0x84, 0x18, 0x02, 0x4a, 0xbe, 0x05, 0x2c, 0xe8, 0xfd, 0xa1, - 0x35, 0x42, 0x48, 0x54, 0x4c, 0xbe, 0xf7, 0x9e, 0x77, 0xce, 0xbd, 0xf7, 0x58, 0x97, 0xdc, 0x9c, - 0xb2, 0x39, 0xf3, 0xf9, 0x82, 0x15, 0xfe, 0x7c, 0x2f, 0x02, 0xc1, 0xf6, 0x54, 0xe2, 0x15, 0x25, - 0x0a, 0xb4, 0xaf, 0x49, 0xd4, 0x53, 0x05, 0x83, 0x6e, 0x3b, 0x31, 0xf2, 0x19, 0x72, 0x3f, 0x62, - 0x1c, 0x2e, 0x28, 0x31, 0xa6, 0xb9, 0xa6, 0x6c, 0x6f, 0x69, 0x9c, 0xaa, 0xcc, 0xd7, 0x89, 0x81, - 0x36, 0x27, 0x38, 0x41, 0x5d, 0x97, 0x91, 0xae, 0xf6, 0x3f, 0x5a, 0xa4, 0x79, 0xc0, 0x4a, 0x36, - 0xe3, 0xf6, 0x0b, 0xf2, 0x3f, 0xcb, 0x32, 0x5c, 0x40, 0x42, 0x0b, 0xc4, 0x8c, 0xf7, 0xac, 0x9d, - 0x8d, 0xdd, 0xce, 0xbe, 0xe3, 0xfd, 0x36, 0x86, 0x37, 0xd4, 0xef, 0x0e, 0x10, 0xb3, 0x60, 0xf3, - 0x74, 0xe9, 0xd6, 0x3e, 0x7c, 0x71, 0xbb, 0x95, 0x22, 0x0f, 0xbb, 0xac, 0x92, 0xd9, 0xcf, 0xc9, - 0x7f, 0x92, 0x4f, 0x0f, 0x01, 0x7a, 0xf5, 0x1d, 0x6b, 0xb7, 0x1d, 0xdc, 0x93, 0xac, 0xcf, 0x4b, - 0xf7, 0xf6, 0x24, 0x15, 0x47, 0xaf, 0x22, 0x2f, 0xc6, 0x99, 0x19, 0xd7, 0x7c, 0x06, 0x3c, 0x99, - 0xfa, 0xe2, 0xb8, 0x00, 0xee, 0x8d, 0x20, 0x3e, 0x3f, 0x19, 0x10, 0xb3, 0xcd, 0x08, 0xe2, 0xb0, - 0x25, 0xd5, 0x1e, 0x03, 0xdc, 0x6d, 0xbc, 0x7b, 0xef, 0xd6, 0xfa, 0x8f, 0x48, 0xa7, 0xd2, 0xdc, - 0xbe, 0x41, 0x5a, 0x02, 0xa7, 0x90, 0x53, 0xd6, 0xb3, 0x64, 0xb3, 0xb0, 0xa9, 0xd2, 0xe1, 0x25, - 0x10, 0xe9, 0x29, 0x0c, 0x10, 0x18, 0x99, 0xb7, 0x75, 0x42, 0xa4, 0x40, 0x08, 0x31, 0x96, 0x89, - 0x7d, 0x8b, 0xb4, 0xa4, 0x0f, 0x34, 0x4d, 0xb4, 0x4c, 0x40, 0x56, 0x4b, 0xb7, 0x29, 0x1f, 0x8c, - 0x47, 0x61, 0x53, 0x42, 0xe3, 0xc4, 0xbe, 0x4f, 0x48, 0x09, 0x1c, 0xca, 0x39, 0x70, 0xca, 0x94, - 0x6a, 0x67, 0x7f, 0xcb, 0x33, 0xa3, 0xca, 0xbf, 0x74, 0xe1, 0xd9, 0x43, 0x4c, 0xf3, 0xa0, 0x21, - 0xd7, 0x0e, 0xdb, 0x3f, 0x29, 0xc3, 0x5f, 0xf8, 0x51, 0x6f, 0xe3, 0x8a, 0xfc, 0xc0, 0xa6, 0xa4, - 0x2b, 0x50, 0xb0, 0x8c, 0xf2, 0x23, 0x56, 0x02, 0xef, 0x35, 0xae, 0xec, 0xee, 0x38, 0x17, 0x15, - 0x77, 0xc7, 0xb9, 0x08, 0x3b, 0x4a, 0xf1, 0x99, 0x12, 0xec, 0x7f, 0xb7, 0x48, 0x47, 0x85, 0xc6, - 0x95, 0x43, 0xd2, 0x4e, 0xa0, 0x40, 0x9e, 0x0a, 0x2c, 0x95, 0x2f, 0xdd, 0xe0, 0xc9, 0xb7, 0xa5, - 0x3b, 0xf8, 0x8b, 0x4e, 0xc3, 0x38, 0x1e, 0x26, 0x49, 0x09, 0x9c, 0x9f, 0x9f, 0x0c, 0xae, 0x9b, - 0x86, 0xa6, 0x12, 0x1c, 0x0b, 0xe0, 0xe1, 0xa5, 0x74, 0xd5, 0xfd, 0xfa, 0x1f, 0xdd, 0xa7, 0xa4, - 0xab, 0xf7, 0xa6, 0xb8, 0xc8, 0x21, 0x51, 0xfe, 0xfd, 0xf3, 0xf6, 0x5a, 0xf1, 0xa9, 0x14, 0x0c, - 0x1e, 0x9c, 0xae, 0x1c, 0xeb, 0x6c, 0xe5, 0x58, 0x5f, 0x57, 0x8e, 0xf5, 0x66, 0xed, 0xd4, 0xce, - 0xd6, 0x4e, 0xed, 0xd3, 0xda, 0xa9, 0xbd, 0xac, 0x8a, 0xcb, 0x03, 0x19, 0x64, 0x2c, 0xe2, 0x2a, - 0xf2, 0x5f, 0xeb, 0x8b, 0x56, 0x0d, 0xa2, 0xa6, 0xba, 0xb3, 0x3b, 0x3f, 0x02, 0x00, 0x00, 0xff, - 0xff, 0xee, 0x4a, 0x16, 0x69, 0xeb, 0x03, 0x00, 0x00, + 0xe8, 0x12, 0xbb, 0x2d, 0x1b, 0x42, 0x48, 0x36, 0x01, 0x91, 0x89, 0xca, 0x0c, 0x08, 0x16, 0xeb, + 0xd9, 0xbe, 0x4d, 0xac, 0x38, 0xbe, 0x96, 0xdf, 0x23, 0xa1, 0xdf, 0x02, 0x31, 0x31, 0x32, 0x33, + 0xf7, 0x13, 0x30, 0x75, 0xac, 0x3a, 0x21, 0x86, 0x80, 0x92, 0x6f, 0x01, 0x0b, 0x7a, 0x7f, 0x68, + 0x8d, 0x10, 0x12, 0x15, 0x93, 0xdf, 0xbd, 0xe7, 0x9d, 0x73, 0xee, 0x3d, 0xd6, 0x23, 0x37, 0xa7, + 0x74, 0x4e, 0x5d, 0xb6, 0xa0, 0x85, 0x3b, 0xdf, 0x8f, 0x80, 0xd3, 0x7d, 0x59, 0x38, 0x45, 0x89, + 0x1c, 0xcd, 0x6b, 0x02, 0x75, 0x64, 0x43, 0xa3, 0xdb, 0x56, 0x8c, 0x6c, 0x86, 0xcc, 0x8d, 0x28, + 0x83, 0x0b, 0x4a, 0x8c, 0x69, 0xae, 0x28, 0xdb, 0x5b, 0x0a, 0x0f, 0x65, 0xe5, 0xaa, 0x42, 0x43, + 0x9b, 0x63, 0x1c, 0xa3, 0xea, 0x8b, 0x93, 0xea, 0xf6, 0x3f, 0x1a, 0xa4, 0x79, 0x48, 0x4b, 0x3a, + 0x63, 0xe6, 0x0b, 0xf2, 0x3f, 0xcd, 0x32, 0x5c, 0x40, 0x12, 0x16, 0x88, 0x19, 0xeb, 0x19, 0x3b, + 0x1b, 0xbb, 0x9d, 0x03, 0xcb, 0xf9, 0x6d, 0x0c, 0xc7, 0x53, 0xf7, 0x0e, 0x11, 0x33, 0x7f, 0xf3, + 0x74, 0x69, 0xd7, 0x3e, 0x7c, 0xb1, 0xbb, 0x95, 0x26, 0x0b, 0xba, 0xb4, 0x52, 0x99, 0xcf, 0xc9, + 0x7f, 0x82, 0x1f, 0x1e, 0x01, 0xf4, 0xea, 0x3b, 0xc6, 0x6e, 0xdb, 0xbf, 0x2f, 0x58, 0x9f, 0x97, + 0xf6, 0xed, 0x71, 0xca, 0x27, 0xaf, 0x22, 0x27, 0xc6, 0x99, 0x1e, 0x57, 0x7f, 0x06, 0x2c, 0x99, + 0xba, 0xfc, 0xb8, 0x00, 0xe6, 0x0c, 0x21, 0x3e, 0x3f, 0x19, 0x10, 0xbd, 0xcd, 0x10, 0xe2, 0xa0, + 0x25, 0xd4, 0x1e, 0x03, 0xdc, 0x6b, 0xbc, 0x7b, 0x6f, 0xd7, 0xfa, 0x8f, 0x48, 0xa7, 0x62, 0x6e, + 0xde, 0x20, 0x2d, 0x8e, 0x53, 0xc8, 0x43, 0xda, 0x33, 0x84, 0x59, 0xd0, 0x94, 0xa5, 0x77, 0x09, + 0x44, 0x6a, 0x0a, 0x0d, 0xf8, 0x5a, 0xe6, 0x6d, 0x9d, 0x10, 0x21, 0x10, 0x40, 0x8c, 0x65, 0x62, + 0xde, 0x22, 0x2d, 0x91, 0x43, 0x98, 0x26, 0x4a, 0xc6, 0x27, 0xab, 0xa5, 0xdd, 0x14, 0x17, 0x46, + 0xc3, 0xa0, 0x29, 0xa0, 0x51, 0x62, 0x3e, 0x20, 0xa4, 0x04, 0x06, 0xe5, 0x1c, 0x58, 0x48, 0xa5, + 0x6a, 0xe7, 0x60, 0xcb, 0xd1, 0xa3, 0x8a, 0xbf, 0x74, 0x91, 0xd9, 0x43, 0x4c, 0x73, 0xbf, 0x21, + 0xd6, 0x0e, 0xda, 0x3f, 0x29, 0xde, 0x2f, 0xfc, 0xa8, 0xb7, 0x71, 0x45, 0xbe, 0x6f, 0x86, 0xa4, + 0xcb, 0x91, 0xd3, 0x2c, 0x64, 0x13, 0x5a, 0x02, 0xeb, 0x35, 0xae, 0x9c, 0xee, 0x28, 0xe7, 0x95, + 0x74, 0x47, 0x39, 0x0f, 0x3a, 0x52, 0xf1, 0x99, 0x14, 0xec, 0x7f, 0x37, 0x48, 0x47, 0x1e, 0x75, + 0x2a, 0x47, 0xa4, 0x9d, 0x40, 0x81, 0x2c, 0xe5, 0x58, 0xca, 0x5c, 0xba, 0xfe, 0x93, 0x6f, 0x4b, + 0x7b, 0xf0, 0x17, 0x4e, 0x5e, 0x1c, 0x7b, 0x49, 0x52, 0x02, 0x63, 0xe7, 0x27, 0x83, 0xeb, 0xda, + 0x50, 0x77, 0xfc, 0x63, 0x0e, 0x2c, 0xb8, 0x94, 0xae, 0xa6, 0x5f, 0xff, 0x63, 0xfa, 0x21, 0xe9, + 0xaa, 0xbd, 0x43, 0x5c, 0xe4, 0x90, 0xc8, 0xfc, 0xfe, 0x79, 0x7b, 0xa5, 0xf8, 0x54, 0x08, 0xfa, + 0xde, 0xe9, 0xca, 0x32, 0xce, 0x56, 0x96, 0xf1, 0x75, 0x65, 0x19, 0x6f, 0xd6, 0x56, 0xed, 0x6c, + 0x6d, 0xd5, 0x3e, 0xad, 0xad, 0xda, 0xcb, 0x3b, 0x15, 0xf1, 0xbd, 0x71, 0x46, 0x23, 0xe6, 0xee, + 0x8d, 0x07, 0xf1, 0x84, 0xa6, 0xb9, 0xfb, 0x5a, 0x3d, 0x69, 0xe9, 0x10, 0x35, 0xe5, 0x43, 0xbb, + 0xfb, 0x23, 0x00, 0x00, 0xff, 0xff, 0xbd, 0xb7, 0x43, 0xe0, 0xec, 0x03, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/swap/types/tx.pb.go b/x/swap/types/tx.pb.go index 0eea5aa7..f20e2072 100644 --- a/x/swap/types/tx.pb.go +++ b/x/swap/types/tx.pb.go @@ -384,46 +384,46 @@ func init() { func init() { proto.RegisterFile("kava/swap/v1beta1/tx.proto", fileDescriptor_5b753029ccc8a1ef) } var fileDescriptor_5b753029ccc8a1ef = []byte{ - // 613 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x55, 0xcd, 0x6a, 0xdb, 0x4c, - 0x14, 0xb5, 0x6c, 0x7f, 0x89, 0x3d, 0xe6, 0x5b, 0x74, 0xea, 0x80, 0x22, 0x88, 0x6c, 0x0c, 0x0d, - 0x5e, 0xd4, 0x52, 0x93, 0x42, 0x29, 0xa5, 0xd0, 0x46, 0x71, 0x0c, 0x5d, 0x98, 0x82, 0x12, 0x68, - 0xe9, 0xc6, 0x8c, 0xa4, 0xa9, 0x2c, 0x6c, 0x6b, 0x54, 0xcd, 0x24, 0x76, 0xdf, 0xa0, 0xab, 0xd2, - 0x47, 0xe8, 0xae, 0x2f, 0xe0, 0x87, 0x08, 0x5d, 0x85, 0xac, 0x4a, 0x17, 0xa1, 0xd8, 0x2f, 0x52, - 0x34, 0xfa, 0xf1, 0x4f, 0x84, 0x6b, 0x67, 0xd5, 0xae, 0x3c, 0xa3, 0x73, 0xcf, 0xb9, 0x33, 0xe7, - 0x5e, 0xdf, 0x01, 0x52, 0x0f, 0x5d, 0x20, 0x95, 0x0e, 0x91, 0xa7, 0x5e, 0x1c, 0x18, 0x98, 0xa1, - 0x03, 0x95, 0x8d, 0x14, 0xcf, 0x27, 0x8c, 0xc0, 0x7b, 0x01, 0xa6, 0x04, 0x98, 0x12, 0x61, 0x92, - 0x6c, 0x12, 0x3a, 0x20, 0x54, 0x35, 0x10, 0xc5, 0x09, 0xc1, 0x24, 0x8e, 0x1b, 0x52, 0xa4, 0xdd, - 0x10, 0xef, 0xf0, 0x9d, 0x1a, 0x6e, 0x22, 0xa8, 0x6c, 0x13, 0x9b, 0x84, 0xdf, 0x83, 0x55, 0xf8, - 0xb5, 0x36, 0xce, 0x02, 0xd0, 0xa6, 0x76, 0x13, 0x7b, 0x84, 0x3a, 0x0c, 0x3e, 0x01, 0x45, 0x2b, - 0x5c, 0x12, 0x5f, 0x14, 0xaa, 0x42, 0xbd, 0xa8, 0x89, 0xd7, 0xe3, 0x46, 0x39, 0x52, 0x3a, 0xb2, - 0x2c, 0x1f, 0x53, 0x7a, 0xca, 0x7c, 0xc7, 0xb5, 0xf5, 0x59, 0x28, 0x7c, 0x0a, 0xb6, 0x19, 0xe9, - 0x61, 0xb7, 0x83, 0xc4, 0x6c, 0x55, 0xa8, 0x97, 0x0e, 0x77, 0x95, 0x88, 0x12, 0x9c, 0x34, 0x3e, - 0xbe, 0x72, 0x4c, 0x1c, 0x57, 0xcb, 0x5f, 0xde, 0x54, 0x32, 0xfa, 0x16, 0x8f, 0x3f, 0x9a, 0x31, - 0x0d, 0x31, 0xb7, 0x09, 0x53, 0x83, 0x6f, 0x41, 0x81, 0xf6, 0x1d, 0xcf, 0x43, 0x36, 0x16, 0xf3, - 0xfc, 0xa8, 0xcf, 0x03, 0xfc, 0xe7, 0x4d, 0x65, 0xdf, 0x76, 0x58, 0xf7, 0xdc, 0x50, 0x4c, 0x32, - 0x88, 0x3c, 0x88, 0x7e, 0x1a, 0xd4, 0xea, 0xa9, 0xec, 0xa3, 0x87, 0xa9, 0xd2, 0xc4, 0xe6, 0xf5, - 0xb8, 0x01, 0xa2, 0x5c, 0x4d, 0x6c, 0xea, 0x89, 0x1a, 0x94, 0x40, 0xc1, 0xc2, 0xc8, 0xea, 0x3b, - 0x2e, 0x16, 0xff, 0xab, 0x0a, 0xf5, 0x9c, 0x9e, 0xec, 0x9f, 0xe5, 0x3f, 0x7d, 0xad, 0x64, 0x6a, - 0x65, 0x00, 0x67, 0xae, 0xe9, 0x98, 0x7a, 0xc4, 0xa5, 0xb8, 0xf6, 0x2d, 0x0b, 0x4a, 0x6d, 0x6a, - 0xbf, 0x71, 0x58, 0xd7, 0xf2, 0xd1, 0x10, 0x3e, 0x04, 0xf9, 0xf7, 0x3e, 0x19, 0xfc, 0xd1, 0x48, - 0x1e, 0x05, 0x5b, 0x60, 0x8b, 0x76, 0x91, 0x8f, 0x29, 0xb7, 0xb0, 0xa8, 0x29, 0x1b, 0xdc, 0xe6, - 0x95, 0xcb, 0xf4, 0x88, 0x0d, 0x5f, 0x80, 0xd2, 0xc0, 0x71, 0x3b, 0x71, 0x3d, 0xd6, 0x74, 0xb5, - 0x38, 0x70, 0xdc, 0xb3, 0xb0, 0x24, 0x0b, 0x02, 0x06, 0xf7, 0x76, 0x13, 0x01, 0x6d, 0x0d, 0xff, - 0x76, 0xc0, 0xfd, 0x39, 0xa3, 0x12, 0x03, 0xbf, 0x67, 0xc1, 0x4e, 0x9b, 0xda, 0xa7, 0x43, 0xe4, - 0x9d, 0x8c, 0x90, 0xc9, 0x5a, 0xc4, 0xe7, 0x92, 0x34, 0x68, 0x4c, 0x1f, 0x7f, 0x38, 0xc7, 0x94, - 0xe1, 0x35, 0x1a, 0x33, 0x09, 0x85, 0xc7, 0xe0, 0x7f, 0x1c, 0x28, 0x75, 0x36, 0x6c, 0xcf, 0x12, - 0x67, 0x9d, 0xfd, 0xcb, 0x3d, 0x5a, 0x01, 0x7b, 0xa9, 0x5e, 0xa6, 0xb9, 0xdd, 0x22, 0xfe, 0x49, - 0x72, 0xe1, 0xbb, 0xbb, 0x7d, 0xf7, 0x31, 0xb0, 0x54, 0xa7, 0xb5, 0x8d, 0x9e, 0xab, 0xd3, 0xdf, - 0xe2, 0xf6, 0xa2, 0x97, 0xb1, 0xdb, 0x87, 0x9f, 0x73, 0x20, 0xd7, 0xa6, 0x36, 0x7c, 0x0d, 0xb6, - 0xe3, 0x69, 0xbb, 0xa7, 0xdc, 0x9a, 0xf0, 0xca, 0x6c, 0xac, 0x48, 0x0f, 0x56, 0xc2, 0xb1, 0x30, - 0xd4, 0x41, 0x21, 0x99, 0x38, 0x72, 0x3a, 0x25, 0xc6, 0xa5, 0xfd, 0xd5, 0x78, 0xa2, 0xe9, 0x01, - 0x98, 0xf2, 0x27, 0xac, 0xa7, 0xb3, 0x6f, 0x47, 0x4a, 0x8f, 0xd6, 0x8d, 0x5c, 0xce, 0xb8, 0xd4, - 0x88, 0x2b, 0x32, 0x2e, 0x46, 0xae, 0xca, 0x98, 0x5e, 0x10, 0xed, 0xe5, 0xe5, 0x44, 0x16, 0xae, - 0x26, 0xb2, 0xf0, 0x6b, 0x22, 0x0b, 0x5f, 0xa6, 0x72, 0xe6, 0x6a, 0x2a, 0x67, 0x7e, 0x4c, 0xe5, - 0xcc, 0xbb, 0xf9, 0x6e, 0x09, 0x54, 0x1b, 0x7d, 0x64, 0x50, 0xbe, 0x52, 0x47, 0xe1, 0x5b, 0xcd, - 0x3b, 0xc6, 0xd8, 0xe2, 0x6f, 0xe8, 0xe3, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xd0, 0xde, 0xef, - 0x15, 0xc5, 0x07, 0x00, 0x00, + // 617 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x95, 0x4d, 0x8f, 0xd2, 0x40, + 0x18, 0xc7, 0x29, 0x20, 0x0b, 0x43, 0x3c, 0x38, 0xb2, 0x49, 0xb7, 0xc9, 0x16, 0x42, 0xe2, 0xca, + 0x41, 0x5a, 0x76, 0x4d, 0x8c, 0x31, 0x26, 0x86, 0x2e, 0x4b, 0xe2, 0x81, 0x98, 0x74, 0x37, 0xd1, + 0x78, 0x21, 0xd3, 0x76, 0x2c, 0x0d, 0xd0, 0xa9, 0x9d, 0xd9, 0x05, 0xbf, 0x81, 0x27, 0xe3, 0x47, + 0xf0, 0xe6, 0x17, 0xe0, 0x43, 0x6c, 0x3c, 0x6d, 0xf6, 0x64, 0x3c, 0x6c, 0x0c, 0x7c, 0x11, 0xd3, + 0x57, 0x5e, 0xb6, 0x41, 0xd8, 0x93, 0x9e, 0xe8, 0xf4, 0xff, 0xfc, 0x9f, 0x99, 0xfe, 0x9e, 0x87, + 0x67, 0x80, 0xd0, 0x47, 0x17, 0x48, 0xa6, 0x23, 0xe4, 0xc8, 0x17, 0x87, 0x1a, 0x66, 0xe8, 0x50, + 0x66, 0x63, 0xc9, 0x71, 0x09, 0x23, 0xf0, 0x81, 0xa7, 0x49, 0x9e, 0x26, 0x85, 0x9a, 0x20, 0xea, + 0x84, 0x0e, 0x09, 0x95, 0x35, 0x44, 0x71, 0x6c, 0xd0, 0x89, 0x65, 0x07, 0x16, 0x61, 0x2f, 0xd0, + 0xbb, 0xfe, 0x4a, 0x0e, 0x16, 0xa1, 0x54, 0x32, 0x89, 0x49, 0x82, 0xf7, 0xde, 0x53, 0xf0, 0xb6, + 0x3a, 0x49, 0x03, 0xd0, 0xa1, 0x66, 0x0b, 0x3b, 0x84, 0x5a, 0x0c, 0x3e, 0x03, 0x05, 0x23, 0x78, + 0x24, 0x2e, 0xcf, 0x55, 0xb8, 0x5a, 0x41, 0xe1, 0xaf, 0x27, 0xf5, 0x52, 0x98, 0xa9, 0x69, 0x18, + 0x2e, 0xa6, 0xf4, 0x94, 0xb9, 0x96, 0x6d, 0xaa, 0xf3, 0x50, 0xf8, 0x1c, 0xec, 0x30, 0xd2, 0xc7, + 0x76, 0x17, 0xf1, 0xe9, 0x0a, 0x57, 0x2b, 0x1e, 0xed, 0x49, 0xa1, 0xc5, 0x3b, 0x69, 0x74, 0x7c, + 0xe9, 0x98, 0x58, 0xb6, 0x92, 0xbd, 0xbc, 0x29, 0xa7, 0xd4, 0x9c, 0x1f, 0xdf, 0x9c, 0x3b, 0x35, + 0x3e, 0xb3, 0x8d, 0x53, 0x81, 0xef, 0x40, 0x9e, 0x0e, 0x2c, 0xc7, 0x41, 0x26, 0xe6, 0xb3, 0xfe, + 0x51, 0x5f, 0x7a, 0xfa, 0xaf, 0x9b, 0xf2, 0x81, 0x69, 0xb1, 0xde, 0xb9, 0x26, 0xe9, 0x64, 0x18, + 0x32, 0x08, 0x7f, 0xea, 0xd4, 0xe8, 0xcb, 0xec, 0x93, 0x83, 0xa9, 0xd4, 0xc2, 0xfa, 0xf5, 0xa4, + 0x0e, 0xc2, 0xbd, 0x5a, 0x58, 0x57, 0xe3, 0x6c, 0x50, 0x00, 0x79, 0x03, 0x23, 0x63, 0x60, 0xd9, + 0x98, 0xbf, 0x57, 0xe1, 0x6a, 0x19, 0x35, 0x5e, 0xbf, 0xc8, 0x7e, 0xfe, 0x56, 0x4e, 0x55, 0x4b, + 0x00, 0xce, 0xa9, 0xa9, 0x98, 0x3a, 0xc4, 0xa6, 0xb8, 0xfa, 0x3d, 0x0d, 0x8a, 0x1d, 0x6a, 0xbe, + 0xb5, 0x58, 0xcf, 0x70, 0xd1, 0x08, 0x3e, 0x01, 0xd9, 0x0f, 0x2e, 0x19, 0xfe, 0x15, 0xa4, 0x1f, + 0x05, 0xdb, 0x20, 0x47, 0x7b, 0xc8, 0xc5, 0xd4, 0x47, 0x58, 0x50, 0xa4, 0x2d, 0xbe, 0xe6, 0xb5, + 0xcd, 0xd4, 0xd0, 0x0d, 0x5f, 0x81, 0xe2, 0xd0, 0xb2, 0xbb, 0x51, 0x3d, 0x36, 0xa4, 0x5a, 0x18, + 0x5a, 0xf6, 0x59, 0x50, 0x92, 0xa5, 0x04, 0x9a, 0xcf, 0x76, 0x9b, 0x04, 0xca, 0x06, 0xfc, 0x76, + 0xc1, 0xc3, 0x05, 0x50, 0x31, 0xc0, 0x1f, 0x69, 0xb0, 0xdb, 0xa1, 0xe6, 0xe9, 0x08, 0x39, 0x27, + 0x63, 0xa4, 0xb3, 0x36, 0x71, 0xfd, 0x94, 0xd4, 0x6b, 0x4c, 0x17, 0x7f, 0x3c, 0xc7, 0x94, 0xe1, + 0x0d, 0x1a, 0x33, 0x0e, 0x85, 0xc7, 0xe0, 0x3e, 0xf6, 0x32, 0x75, 0xb7, 0x6c, 0xcf, 0xa2, 0xef, + 0x3a, 0xfb, 0x9f, 0x7b, 0xb4, 0x0c, 0xf6, 0x13, 0x59, 0x26, 0xd1, 0x6e, 0x13, 0xf7, 0x24, 0xfe, + 0xe0, 0xbb, 0xd3, 0xbe, 0xfb, 0x18, 0x58, 0xa9, 0xd3, 0xc6, 0xa0, 0x17, 0xea, 0xf4, 0xaf, 0xd0, + 0x5e, 0x66, 0x19, 0xd1, 0x3e, 0xfa, 0x92, 0x01, 0x99, 0x0e, 0x35, 0xe1, 0x1b, 0xb0, 0x13, 0x4d, + 0xdb, 0x7d, 0xe9, 0xd6, 0x84, 0x97, 0xe6, 0x63, 0x45, 0x78, 0xb4, 0x56, 0x8e, 0x12, 0x43, 0x15, + 0xe4, 0xe3, 0x89, 0x23, 0x26, 0x5b, 0x22, 0x5d, 0x38, 0x58, 0xaf, 0xc7, 0x39, 0x1d, 0x00, 0x13, + 0xfe, 0x84, 0xb5, 0x64, 0xf7, 0xed, 0x48, 0xa1, 0xb1, 0x69, 0xe4, 0xea, 0x8e, 0x2b, 0x8d, 0xb8, + 0x66, 0xc7, 0xe5, 0xc8, 0x75, 0x3b, 0x26, 0x17, 0x44, 0x69, 0x5e, 0x4e, 0x45, 0xee, 0x6a, 0x2a, + 0x72, 0xbf, 0xa7, 0x22, 0xf7, 0x75, 0x26, 0xa6, 0xae, 0x66, 0x62, 0xea, 0xe7, 0x4c, 0x4c, 0xbd, + 0x7f, 0xbc, 0xd0, 0x2d, 0x0d, 0x73, 0x80, 0x34, 0x2a, 0x37, 0xcc, 0xba, 0xde, 0x43, 0x96, 0x2d, + 0x8f, 0x83, 0xcb, 0xda, 0x6f, 0x19, 0x2d, 0xe7, 0x5f, 0xa2, 0x4f, 0xff, 0x04, 0x00, 0x00, 0xff, + 0xff, 0x82, 0x53, 0x5e, 0x21, 0xc6, 0x07, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/validator-vesting/client/cli/query.go b/x/validator-vesting/client/cli/query.go index 748d21b2..f9fac926 100644 --- a/x/validator-vesting/client/cli/query.go +++ b/x/validator-vesting/client/cli/query.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/kava-labs/kava/x/validator-vesting/types" + "github.com/0glabs/0g-chain/x/validator-vesting/types" ) // GetQueryCmd returns the cli query commands for the kavadist module diff --git a/x/validator-vesting/client/rest/query.go b/x/validator-vesting/client/rest/query.go index 005546ec..af098eca 100644 --- a/x/validator-vesting/client/rest/query.go +++ b/x/validator-vesting/client/rest/query.go @@ -8,10 +8,10 @@ import ( "github.com/gorilla/mux" + "github.com/0glabs/0g-chain/client/rest" "github.com/cosmos/cosmos-sdk/client" - "github.com/kava-labs/kava/client/rest" - "github.com/kava-labs/kava/x/validator-vesting/types" + "github.com/0glabs/0g-chain/x/validator-vesting/types" ) func registerQueryRoutes(cliCtx client.Context, r *mux.Router) { diff --git a/x/validator-vesting/keeper/grpc_query.go b/x/validator-vesting/keeper/grpc_query.go index c633638f..1c887b40 100644 --- a/x/validator-vesting/keeper/grpc_query.go +++ b/x/validator-vesting/keeper/grpc_query.go @@ -5,8 +5,8 @@ import ( "time" sdkmath "cosmossdk.io/math" + "github.com/0glabs/0g-chain/x/validator-vesting/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/kava-labs/kava/x/validator-vesting/types" ) type queryServer struct { diff --git a/x/validator-vesting/keeper/grpc_query_test.go b/x/validator-vesting/keeper/grpc_query_test.go index b6c22c0e..16b28e15 100644 --- a/x/validator-vesting/keeper/grpc_query_test.go +++ b/x/validator-vesting/keeper/grpc_query_test.go @@ -11,9 +11,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/kava-labs/kava/app" - "github.com/kava-labs/kava/x/validator-vesting/keeper" - "github.com/kava-labs/kava/x/validator-vesting/types" + "github.com/0glabs/0g-chain/app" + "github.com/0glabs/0g-chain/x/validator-vesting/keeper" + "github.com/0glabs/0g-chain/x/validator-vesting/types" ) type grpcQueryTestSuite struct { diff --git a/x/validator-vesting/module.go b/x/validator-vesting/module.go index 39fa0c61..2bf8f6b2 100644 --- a/x/validator-vesting/module.go +++ b/x/validator-vesting/module.go @@ -15,9 +15,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/kava-labs/kava/x/validator-vesting/client/cli" - "github.com/kava-labs/kava/x/validator-vesting/keeper" - "github.com/kava-labs/kava/x/validator-vesting/types" + "github.com/0glabs/0g-chain/x/validator-vesting/client/cli" + "github.com/0glabs/0g-chain/x/validator-vesting/keeper" + "github.com/0glabs/0g-chain/x/validator-vesting/types" ) var ( diff --git a/x/validator-vesting/types/query.pb.go b/x/validator-vesting/types/query.pb.go index b8a8442d..8c4a5d3e 100644 --- a/x/validator-vesting/types/query.pb.go +++ b/x/validator-vesting/types/query.pb.go @@ -578,46 +578,46 @@ func init() { } var fileDescriptor_2198ebff70588a65 = []byte{ - // 619 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x96, 0xcb, 0x6e, 0xd3, 0x4c, - 0x14, 0xc7, 0x33, 0x9f, 0xf4, 0x55, 0x62, 0xba, 0x40, 0x8c, 0x8a, 0x68, 0x4d, 0xe3, 0x14, 0x23, - 0x21, 0x90, 0x88, 0xad, 0x34, 0x55, 0x4b, 0x2f, 0xd0, 0x0b, 0x5d, 0xd0, 0x1d, 0x4d, 0x8a, 0x40, - 0x6c, 0xa2, 0x49, 0x62, 0xb9, 0x56, 0x1d, 0x8f, 0xeb, 0x19, 0x9b, 0x86, 0x25, 0x4f, 0x80, 0xc4, - 0xab, 0x74, 0xc3, 0x03, 0x20, 0x65, 0xc1, 0xa2, 0x82, 0x0d, 0x20, 0x51, 0x41, 0xc2, 0x83, 0x20, - 0x8f, 0x27, 0xaa, 0xeb, 0xb8, 0x29, 0x76, 0x14, 0x58, 0x25, 0xb1, 0xcf, 0xe5, 0xf7, 0xf7, 0x39, - 0xf3, 0x77, 0xe0, 0xbd, 0x03, 0xec, 0x63, 0xcd, 0xc7, 0x96, 0xd9, 0xc4, 0x8c, 0xb8, 0xbe, 0x4e, - 0x99, 0x69, 0x1b, 0x9a, 0x5f, 0xaa, 0xeb, 0x0c, 0x97, 0xb4, 0x43, 0x4f, 0x77, 0xdb, 0xaa, 0xe3, - 0x12, 0x46, 0x50, 0x3e, 0x08, 0x55, 0xe3, 0xa1, 0xaa, 0x08, 0x95, 0x66, 0x1a, 0x84, 0xb6, 0x08, - 0xad, 0xf1, 0x60, 0x2d, 0xfc, 0x11, 0x66, 0x4a, 0x53, 0x06, 0x31, 0x48, 0x78, 0x3d, 0xf8, 0x26, - 0xae, 0xce, 0x1a, 0x84, 0x18, 0x96, 0xae, 0x61, 0xc7, 0xd4, 0xb0, 0x6d, 0x13, 0x86, 0x99, 0x49, - 0x6c, 0x91, 0xa3, 0x14, 0x60, 0x7e, 0x37, 0x68, 0xfe, 0xd8, 0x74, 0x1b, 0x9e, 0x85, 0x83, 0x56, - 0x55, 0xcf, 0x71, 0xac, 0x76, 0x45, 0x3f, 0xf4, 0x74, 0xca, 0x14, 0x1f, 0xca, 0x17, 0x05, 0x50, - 0x87, 0xd8, 0x54, 0x47, 0x7b, 0x70, 0x02, 0xb7, 0x88, 0x67, 0xb3, 0x69, 0x30, 0x07, 0xee, 0x5e, - 0xd9, 0x5a, 0xeb, 0x9c, 0x16, 0x72, 0xdf, 0x4e, 0x0b, 0x77, 0x0c, 0x93, 0xed, 0x7b, 0x75, 0xb5, - 0x41, 0x5a, 0x82, 0x53, 0x7c, 0x14, 0x69, 0xf3, 0x40, 0x63, 0x6d, 0x47, 0xa7, 0xea, 0x8e, 0xcd, - 0x3e, 0x1d, 0x17, 0xa1, 0x90, 0xb1, 0x63, 0xb3, 0x8a, 0xa8, 0xa5, 0xcc, 0xc0, 0x1b, 0xbc, 0xef, - 0x1e, 0x61, 0xd8, 0x3a, 0x8f, 0xe4, 0xc0, 0xe9, 0xc1, 0x5b, 0x63, 0x85, 0xb9, 0x0d, 0x6f, 0x25, - 0x3f, 0x84, 0x27, 0x9b, 0x95, 0xed, 0x3e, 0xd6, 0x6b, 0xa8, 0x0c, 0x0b, 0xfa, 0x37, 0x80, 0xcf, - 0xaa, 0xdb, 0x2f, 0x2e, 0x05, 0x0c, 0x83, 0xc6, 0x0a, 0xa8, 0xc0, 0xb9, 0xe4, 0xde, 0xd5, 0xe7, - 0x4f, 0xfb, 0x7c, 0xed, 0x8b, 0x44, 0xf0, 0x98, 0xb1, 0xe2, 0xe5, 0xe1, 0xcd, 0xf8, 0x4a, 0x45, - 0x47, 0xcb, 0xe0, 0x6c, 0xf2, 0xed, 0xbf, 0x0d, 0x15, 0x1d, 0x67, 0x02, 0xd4, 0xf8, 0x07, 0x39, - 0xff, 0x7e, 0x12, 0xfe, 0xcf, 0xdb, 0xa2, 0x8f, 0x00, 0x5e, 0x1b, 0x18, 0x15, 0x5a, 0x53, 0x87, - 0xfa, 0x97, 0x3a, 0xd4, 0x6d, 0xa4, 0x87, 0x19, 0xb3, 0x43, 0xc9, 0xca, 0xca, 0x9b, 0xcf, 0xbf, - 0xde, 0xfd, 0xb7, 0x80, 0xe6, 0xb5, 0xf3, 0x7e, 0x5b, 0x8c, 0x1b, 0x6e, 0xe3, 0xac, 0x44, 0x8d, - 0x86, 0xe0, 0xc7, 0x00, 0x4e, 0x46, 0x1e, 0x25, 0x5a, 0xfc, 0x13, 0x94, 0x41, 0x77, 0x92, 0x96, - 0x52, 0xe7, 0x09, 0xf8, 0x05, 0x0e, 0xaf, 0xa2, 0xfb, 0x97, 0xc1, 0xb3, 0x20, 0xb9, 0x8f, 0xfd, - 0x1d, 0xc0, 0xeb, 0x89, 0x8e, 0x83, 0x36, 0x32, 0x3d, 0xcb, 0xc8, 0xda, 0x4b, 0x9b, 0x23, 0x54, - 0x10, 0xa2, 0xd6, 0xb9, 0xa8, 0x65, 0xb4, 0x94, 0x7e, 0x22, 0xb5, 0x7d, 0xec, 0x36, 0x93, 0xf5, - 0x05, 0x7b, 0x9e, 0x51, 0x5f, 0xe4, 0x04, 0x65, 0xd4, 0x17, 0x3d, 0x64, 0x23, 0xe9, 0xf3, 0x68, - 0xf3, 0x08, 0x7d, 0x05, 0x70, 0x2a, 0xc9, 0xf0, 0xd0, 0x7a, 0x26, 0xb8, 0x33, 0x3b, 0x95, 0x36, - 0xb2, 0x17, 0x10, 0xe2, 0x1e, 0x71, 0x71, 0x0f, 0xd0, 0x62, 0x06, 0x71, 0xf4, 0x95, 0x83, 0x3e, - 0x00, 0x78, 0x35, 0x66, 0x99, 0x68, 0x25, 0xe5, 0xf1, 0x88, 0xee, 0xe3, 0x6a, 0xa6, 0x5c, 0x21, - 0x66, 0x99, 0x8b, 0x29, 0xa3, 0x52, 0x9a, 0xe3, 0x15, 0xee, 0x60, 0x4c, 0x07, 0xdf, 0xbe, 0xb4, - 0x3a, 0xa2, 0x7b, 0xb7, 0x9a, 0x29, 0x77, 0x24, 0x1d, 0xc1, 0xae, 0x6d, 0xed, 0x76, 0x7e, 0xca, - 0xb9, 0x4e, 0x57, 0x06, 0x27, 0x5d, 0x19, 0xfc, 0xe8, 0xca, 0xe0, 0x6d, 0x4f, 0xce, 0x9d, 0xf4, - 0xe4, 0xdc, 0x97, 0x9e, 0x9c, 0x7b, 0x59, 0x8e, 0xbc, 0x17, 0x82, 0xd2, 0x45, 0x0b, 0xd7, 0x69, - 0xd8, 0xe4, 0x28, 0xa1, 0x0d, 0x7f, 0x51, 0xd4, 0x27, 0xf8, 0xdf, 0xc8, 0xf2, 0xef, 0x00, 0x00, - 0x00, 0xff, 0xff, 0xbd, 0x0f, 0x0a, 0x7d, 0xe1, 0x0a, 0x00, 0x00, + // 624 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x96, 0x4d, 0x6f, 0xd3, 0x30, + 0x18, 0xc7, 0x6b, 0x24, 0x26, 0xe1, 0x1d, 0x10, 0xd6, 0x10, 0x5b, 0x58, 0xd3, 0x11, 0x24, 0x04, + 0x12, 0x8d, 0xd7, 0xad, 0xda, 0xd8, 0x0b, 0xec, 0x85, 0x1d, 0xd8, 0x0d, 0xda, 0x21, 0x10, 0x97, + 0xca, 0x6d, 0xa3, 0x34, 0x5a, 0x1a, 0x67, 0xb5, 0x53, 0x56, 0x8e, 0x7c, 0x02, 0x24, 0xbe, 0xca, + 0x2e, 0x7c, 0x00, 0xa4, 0x1e, 0x38, 0x4c, 0x70, 0x01, 0x24, 0x26, 0x68, 0xf9, 0x20, 0x28, 0x8e, + 0xab, 0x65, 0x6d, 0xd6, 0x91, 0x54, 0x85, 0x53, 0xdb, 0xe4, 0x79, 0xfc, 0xfc, 0xfe, 0x7e, 0x1e, + 0xff, 0x5d, 0x78, 0x6f, 0x9f, 0x34, 0x09, 0x6e, 0x12, 0xdb, 0xaa, 0x12, 0x4e, 0x1b, 0x4d, 0x83, + 0x71, 0xcb, 0x31, 0x71, 0x33, 0x57, 0x36, 0x38, 0xc9, 0xe1, 0x03, 0xcf, 0x68, 0xb4, 0x74, 0xb7, + 0x41, 0x39, 0x45, 0x69, 0x3f, 0x54, 0xef, 0x0f, 0xd5, 0x65, 0xa8, 0x32, 0x53, 0xa1, 0xac, 0x4e, + 0x59, 0x49, 0x04, 0xe3, 0xe0, 0x47, 0x90, 0xa9, 0x4c, 0x99, 0xd4, 0xa4, 0xc1, 0x73, 0xff, 0x9b, + 0x7c, 0x3a, 0x6b, 0x52, 0x6a, 0xda, 0x06, 0x26, 0xae, 0x85, 0x89, 0xe3, 0x50, 0x4e, 0xb8, 0x45, + 0x1d, 0x99, 0xa3, 0x65, 0x60, 0xfa, 0x99, 0x5f, 0xfc, 0xb1, 0xd5, 0xa8, 0x78, 0x36, 0xf1, 0x4b, + 0x15, 0x3d, 0xd7, 0xb5, 0x5b, 0x05, 0xe3, 0xc0, 0x33, 0x18, 0xd7, 0x9a, 0x50, 0x3d, 0x2f, 0x80, + 0xb9, 0xd4, 0x61, 0x06, 0xda, 0x83, 0x13, 0xa4, 0x4e, 0x3d, 0x87, 0x4f, 0x83, 0x39, 0x70, 0xf7, + 0xca, 0xf6, 0x7a, 0xfb, 0x24, 0x93, 0xfa, 0x7e, 0x92, 0xb9, 0x63, 0x5a, 0xbc, 0xe6, 0x95, 0xf5, + 0x0a, 0xad, 0x4b, 0x4e, 0xf9, 0x91, 0x65, 0xd5, 0x7d, 0xcc, 0x5b, 0xae, 0xc1, 0xf4, 0x5d, 0x87, + 0x7f, 0x3e, 0xca, 0x42, 0x29, 0x63, 0xd7, 0xe1, 0x05, 0xb9, 0x96, 0x36, 0x03, 0x6f, 0x88, 0xba, + 0x7b, 0x94, 0x13, 0xfb, 0x2c, 0x92, 0x0b, 0xa7, 0x07, 0x5f, 0x8d, 0x15, 0xe6, 0x36, 0xbc, 0x15, + 0xbd, 0x09, 0x4f, 0xb6, 0x0a, 0x3b, 0x3d, 0xac, 0x37, 0x50, 0x1b, 0x16, 0xf4, 0x7f, 0x00, 0x9f, + 0x17, 0x77, 0x5e, 0x5e, 0x08, 0x18, 0x04, 0x8d, 0x15, 0x50, 0x83, 0x73, 0xd1, 0xb5, 0x8b, 0x2f, + 0x9e, 0xf6, 0xf8, 0x5a, 0xe7, 0x89, 0x10, 0x31, 0x63, 0xc5, 0x4b, 0xc3, 0x9b, 0xfd, 0x23, 0x15, + 0x6e, 0x2d, 0x87, 0xb3, 0xd1, 0xaf, 0xff, 0x35, 0x54, 0xb8, 0x9d, 0x11, 0x50, 0xe3, 0x6f, 0xe4, + 0xc2, 0x87, 0x49, 0x78, 0x59, 0x94, 0x45, 0x9f, 0x00, 0xbc, 0x36, 0xd0, 0x2a, 0xb4, 0xae, 0x0f, + 0xf5, 0x2f, 0x7d, 0xa8, 0xdb, 0x28, 0x0f, 0x13, 0x66, 0x07, 0x92, 0xb5, 0xd5, 0xb7, 0x5f, 0x7e, + 0xbf, 0xbf, 0x94, 0x47, 0x0b, 0xf8, 0xac, 0xdf, 0x66, 0xfb, 0x0d, 0xb7, 0x72, 0xba, 0x44, 0x89, + 0x05, 0xe0, 0x47, 0x00, 0x4e, 0x86, 0xb6, 0x12, 0x2d, 0xfd, 0x0d, 0xca, 0xa0, 0x3b, 0x29, 0xcb, + 0xb1, 0xf3, 0x24, 0x7c, 0x5e, 0xc0, 0xeb, 0xe8, 0xfe, 0x45, 0xf0, 0xdc, 0x4f, 0xee, 0x61, 0xff, + 0x00, 0xf0, 0x7a, 0xa4, 0xe3, 0xa0, 0xcd, 0x44, 0x7b, 0x19, 0x1a, 0x7b, 0x65, 0x6b, 0x84, 0x15, + 0xa4, 0xa8, 0x0d, 0x21, 0x6a, 0x05, 0x2d, 0xc7, 0xef, 0x48, 0xa9, 0x46, 0x1a, 0xd5, 0x68, 0x7d, + 0xfe, 0x9c, 0x27, 0xd4, 0x17, 0x3a, 0x41, 0x09, 0xf5, 0x85, 0x0f, 0xd9, 0x48, 0xfa, 0x3c, 0x56, + 0x3d, 0x44, 0xdf, 0x00, 0x9c, 0x8a, 0x32, 0x3c, 0xb4, 0x91, 0x08, 0xee, 0xd4, 0x4e, 0x95, 0xcd, + 0xe4, 0x0b, 0x48, 0x71, 0x8f, 0x84, 0xb8, 0x07, 0x68, 0x29, 0x81, 0x38, 0xf6, 0xda, 0x45, 0x1f, + 0x01, 0xbc, 0xda, 0x67, 0x99, 0x68, 0x35, 0xe6, 0xf1, 0x08, 0xcf, 0xe3, 0x5a, 0xa2, 0x5c, 0x29, + 0x66, 0x45, 0x88, 0x59, 0x44, 0xb9, 0x38, 0xc7, 0x2b, 0x98, 0xc1, 0x3e, 0x1d, 0x62, 0xfa, 0xe2, + 0xea, 0x08, 0xcf, 0xdd, 0x5a, 0xa2, 0xdc, 0x91, 0x74, 0xf8, 0xb3, 0xb6, 0x5d, 0x68, 0xff, 0x52, + 0x53, 0xed, 0x8e, 0x0a, 0x8e, 0x3b, 0x2a, 0xf8, 0xd9, 0x51, 0xc1, 0xbb, 0xae, 0x9a, 0x3a, 0xee, + 0xaa, 0xa9, 0xaf, 0x5d, 0x35, 0xf5, 0x2a, 0x1f, 0xba, 0x17, 0xe6, 0x4d, 0x9b, 0x94, 0x19, 0x9e, + 0x37, 0xb3, 0x95, 0x1a, 0xb1, 0x1c, 0x7c, 0x18, 0x51, 0x47, 0xdc, 0x14, 0xe5, 0x09, 0xf1, 0x3f, + 0x72, 0xf1, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x36, 0x23, 0xce, 0x5c, 0xe2, 0x0a, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used.