diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a8756e2e..b785b68bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: excludelist="$(find ./ -type f -name '*.go' | xargs grep -l 'DONTCOVER')" excludelist+=" $(find ./ -type f -name '*.pb.go')" for filename in ${excludelist}; do - filename=$(echo $filename | sed 's/^./github.com\/terra-project\/core/g') + filename=$(echo $filename | sed 's/^./github.com\/terra-money\/core/g') echo "Excluding ${filename} from coverage report..." sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt done diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd346d96..9ab9c85f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -137,25 +137,25 @@ $ make install ### Improvements -* [\#407](https://github.com/terra-project/core/pull/407) Allow `gov/MsgVote` to be grantable -* [\#405](https://github.com/terra-project/core/pull/405) CosmWasm oracle exchange rates query interface -* [\#388](https://github.com/terra-project/core/pull/388) Bump CosmWasm to v0.10.1 -* [\#383](https://github.com/terra-project/core/pull/383) Bump SDK version to v0.39.1 -* [\#374](https://github.com/terra-project/core/pull/374) Bump SDK version to v0.39 and CosmWasm to v0.9.4 -* [\#357](https://github.com/terra-project/core/pull/357) Bump CosmWasm to v0.9 -* [\#352](https://github.com/terra-project/core/pull/352) MsgAuthorization module to allow subkey feature -* [\#349](https://github.com/terra-project/core/pull/349) Add `--old-hd-path` flag to support 118 coin type users -* [\#348](https://github.com/terra-project/core/pull/348) MsgSwapSend to allow sending all swap coin -* [\#347](https://github.com/terra-project/core/pull/347) CosmWasm custom msg & querier handler -* [\#343](https://github.com/terra-project/core/pull/343) Burn Address -* [\#335](https://github.com/terra-project/core/pull/335) CosmWasm integration -* [\#325](https://github.com/terra-project/core/pull/325) New oracle msgs for vote process optimization -* [\#324](https://github.com/terra-project/core/pull/324) Update to emit events at proposal handler -* [\#323](https://github.com/terra-project/core/pull/323) Bump SDK version to v0.38.x +* [\#407](https://github.com/terra-money/core/pull/407) Allow `gov/MsgVote` to be grantable +* [\#405](https://github.com/terra-money/core/pull/405) CosmWasm oracle exchange rates query interface +* [\#388](https://github.com/terra-money/core/pull/388) Bump CosmWasm to v0.10.1 +* [\#383](https://github.com/terra-money/core/pull/383) Bump SDK version to v0.39.1 +* [\#374](https://github.com/terra-money/core/pull/374) Bump SDK version to v0.39 and CosmWasm to v0.9.4 +* [\#357](https://github.com/terra-money/core/pull/357) Bump CosmWasm to v0.9 +* [\#352](https://github.com/terra-money/core/pull/352) MsgAuthorization module to allow subkey feature +* [\#349](https://github.com/terra-money/core/pull/349) Add `--old-hd-path` flag to support 118 coin type users +* [\#348](https://github.com/terra-money/core/pull/348) MsgSwapSend to allow sending all swap coin +* [\#347](https://github.com/terra-money/core/pull/347) CosmWasm custom msg & querier handler +* [\#343](https://github.com/terra-money/core/pull/343) Burn Address +* [\#335](https://github.com/terra-money/core/pull/335) CosmWasm integration +* [\#325](https://github.com/terra-money/core/pull/325) New oracle msgs for vote process optimization +* [\#324](https://github.com/terra-money/core/pull/324) Update to emit events at proposal handler +* [\#323](https://github.com/terra-money/core/pull/323) Bump SDK version to v0.38.x ### Bug Fixes -* [\#360](https://github.com/terra-project/core/pull/360) Fix market module pool adjustment to apply delta with actual minted amount -* [\#336](https://github.com/terra-project/core/pull/336) Allow zero tobin tax rate +* [\#360](https://github.com/terra-money/core/pull/360) Fix market module pool adjustment to apply delta with actual minted amount +* [\#336](https://github.com/terra-money/core/pull/336) Allow zero tobin tax rate ### Breaking Changes @@ -188,49 +188,49 @@ respectively, and the latter defines the height interval in which versions are d ## 0.3.6 ### Improvements -#### [99581ba](https://github.com/terra-project/core/commit/99581baf89a838cf09a25d47adc2fd2cc97ab4a2) Ledger update(custom ledger library) & Bump SDK to v0.37.13 +#### [99581ba](https://github.com/terra-money/core/commit/99581baf89a838cf09a25d47adc2fd2cc97ab4a2) Ledger update(custom ledger library) & Bump SDK to v0.37.13 ## 0.3.5 ### Improvements -#### [654b5cb](https://github.com/terra-project/core/commit/654b5cb66a9152dcf6e53f73e7935522251a1ede) Bump SDK to v0.37.11 +#### [654b5cb](https://github.com/terra-money/core/commit/654b5cb66a9152dcf6e53f73e7935522251a1ede) Bump SDK to v0.37.11 ### Bug Fixes -#### [7a3d01c](https://github.com/terra-project/core/commit/7a3d01c9198cfdcc67d90593c92ce5cb465e4516) Oracle slashing unbonding state check +#### [7a3d01c](https://github.com/terra-money/core/commit/7a3d01c9198cfdcc67d90593c92ce5cb465e4516) Oracle slashing unbonding state check ## 0.3.4 ### Improvements -#### [\#338](https://github.com/terra-project/core/pull/338) Bump SDK to v0.37.9 for Tendermint security patch +#### [\#338](https://github.com/terra-money/core/pull/338) Bump SDK to v0.37.9 for Tendermint security patch ## 0.3.3 ### Improvements -#### [\#319](https://github.com/terra-project/core/pull/319) Bump SDK to v0.37.6 -#### [\#321](https://github.com/terra-project/core/pull/321) Revert to distribute zero oracle rewards +#### [\#319](https://github.com/terra-money/core/pull/319) Bump SDK to v0.37.6 +#### [\#321](https://github.com/terra-money/core/pull/321) Revert to distribute zero oracle rewards ## 0.3.2 ### Improvements -#### [\#313](https://github.com/terra-project/core/pull/313) upgrade SDK +#### [\#313](https://github.com/terra-money/core/pull/313) upgrade SDK * Bump SDK version to [v0.37.5](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.37.5) * Tendermint version to [v0.32.8](https://github.com/tendermint/tendermint/releases/tag/v0.32.8) -#### [\#312](https://github.com/terra-project/core/pull/312) upgrade golangci-lint version to v1.22.2 +#### [\#312](https://github.com/terra-money/core/pull/312) upgrade golangci-lint version to v1.22.2 ## 0.3.1 ### Bug Fixes -#### [\#303](https://github.com/terra-project/core/pull/303) fix estimate fee endpoint for multiple signature tx -#### [\#304](https://github.com/terra-project/core/pull/304) genesis scrpit update +#### [\#303](https://github.com/terra-money/core/pull/303) fix estimate fee endpoint for multiple signature tx +#### [\#304](https://github.com/terra-money/core/pull/304) genesis scrpit update ### Improvements -#### [\#301](https://github.com/terra-project/core/pull/301) README update -#### [\#305](https://github.com/terra-project/core/pull/305) swagger update -#### [\#306](https://github.com/terra-project/core/pull/306) circleci update for goreleaser +#### [\#301](https://github.com/terra-money/core/pull/301) README update +#### [\#305](https://github.com/terra-money/core/pull/305) swagger update +#### [\#306](https://github.com/terra-money/core/pull/306) circleci update for goreleaser ## 0.3.0 ### Breaking Changes -#### [\#265](https://github.com/terra-project/core/pull/265) Oracle refactor & Oracle slashing +#### [\#265](https://github.com/terra-money/core/pull/265) Oracle refactor & Oracle slashing ##### Slashing A validator get slashed `SlashFraction`% if the one perform any of the following violations in `SlashWindow - minValidPerWindow` voteperiods over a window of `SlashWindow` voteperiods: @@ -259,7 +259,7 @@ has been changed to ExchangeRate sdk.Dec `json:"exchange_rate"` ``` -#### [\#256](https://github.com/terra-project/core/pull/256) Oracle endpoints improvement +#### [\#256](https://github.com/terra-money/core/pull/256) Oracle endpoints improvement ##### New EndPoints ``` /oracle/voters/{validator}/votes @@ -267,12 +267,12 @@ ExchangeRate sdk.Dec `json:"exchange_rate"` /oracle/denoms/prices ``` -#### [\#250](https://github.com/terra-project/core/pull/250) Oracle whitelist & Reward distribution update +#### [\#250](https://github.com/terra-money/core/pull/250) Oracle whitelist & Reward distribution update * Create a whitelist param that stores an array of denoms that are whitelisted by the protocol. * Edit the oracle `Reward Pool of a VotePeriod = oracle module account / (n vote periods)`. * Oracle module account is whitelisted in the bank module such that users can donate funds to the oracle module account -#### [\#234](https://github.com/terra-project/core/pull/234) Adopt gov module +#### [\#234](https://github.com/terra-money/core/pull/234) Adopt gov module `distribution` module already contains `community-pool-spend` proposal suitable for `budget` so budget module is removed. There are two custom governance proposals from `treasury` module; `tax-rate-update` & `reward-weight-update` proposals. ##### New EndPoints @@ -294,7 +294,7 @@ ExchangeRate sdk.Dec `json:"exchange_rate"` (POST)/gov/proposals/community_pool_spend ``` -#### [\#233](https://github.com/terra-project/core/pull/233) Swap constant product +#### [\#233](https://github.com/terra-money/core/pull/233) Swap constant product As proposed [here](https://agora.terra.money/uploads/short-url/92QHxFtEmWUEwf9kWTminuobwpM.pdf), apply constant product to swap feature. ##### Compute Pools @@ -337,7 +337,7 @@ Apply only fixed tobin-tax without computing and changing pools /market/terra_pool_delta ``` -#### [\#231](https://github.com/terra-project/core/pull/231) Bump SDK to v0.37.x +#### [\#231](https://github.com/terra-money/core/pull/231) Bump SDK to v0.37.x ##### REST end points, which are changed All REST responses now wrap the original resource/result. The response will contain two fields: height and result. @@ -402,15 +402,15 @@ pay/MsgMultiSend => bank/MsgMultiSend ## 0.2.4 ### Bug fixes -#### [\#196](https://github.com/terra-project/core/pull/196) peek epoch seigniorage +#### [\#196](https://github.com/terra-money/core/pull/196) peek epoch seigniorage Change PeekEpochSeigniorage to compute seigniorage by subtracting current issuance from previous issuance -#### [\#198](https://github.com/terra-project/core/pull/198) Use next block for treasury tax and reward update +#### [\#198](https://github.com/terra-money/core/pull/198) Use next block for treasury tax and reward update updateTaxPolicy and updateRewardPolicy are updating new tax-rate and reward-weight with current ctx. The ctx height is the last block of current epoch, but treasury should update next epoch's tax-rate and reward-weight at the last block of current epoch. In updateTaxPolicy and updateRewardPolicy, change ctx input of keeper setter to ctx with next epoch height. ### Features -#### [\#193](https://github.com/terra-project/core/pull/193) Recover old hd path +#### [\#193](https://github.com/terra-money/core/pull/193) Recover old hd path Added `--old-hd-path` option to `$terracli keys add` command for recovering old bip44 path(for atom) ##### Example ``` @@ -425,10 +425,10 @@ tmp local terra1gaczd45crhwfa4x05k9747cuxwfmnduvmtyefs terrapub1addwnpepqv6tse ``` ## 0.2.3 -- [\#187](https://github.com/terra-project/core/pull/187): Change all time instance timezone to UTC to remove gap in time calculation +- [\#187](https://github.com/terra-money/core/pull/187): Change all time instance timezone to UTC to remove gap in time calculation ### Changes -#### [\#187](https://github.com/terra-project/core/pull/187) Bugfix/fix-time-zone +#### [\#187](https://github.com/terra-money/core/pull/187) Bugfix/fix-time-zone In update_230000.go, we change genesis time derivation from ``` genesisTime := time.Unix(genesisUnixTime, 0) @@ -440,60 +440,60 @@ genesisTime := time.Unix(genesisUnixTime, 0).UTC() ## 0.2.2 -- [\#185](https://github.com/terra-project/core/pull/185): Improve oracle specs -- [\#184](https://github.com/terra-project/core/pull/184): Fix `terracli` docs -- [\#183](https://github.com/terra-project/core/pull/183): Change all GradedVestingAccounts to LazyGradedVestingAccounts. -- [\#179](https://github.com/terra-project/core/pull/179): Conform querier responses to be returned in JSON format -- [\#178](https://github.com/terra-project/core/pull/178): Change BIP44 PATH to 330 +- [\#185](https://github.com/terra-money/core/pull/185): Improve oracle specs +- [\#184](https://github.com/terra-money/core/pull/184): Fix `terracli` docs +- [\#183](https://github.com/terra-money/core/pull/183): Change all GradedVestingAccounts to LazyGradedVestingAccounts. +- [\#179](https://github.com/terra-money/core/pull/179): Conform querier responses to be returned in JSON format +- [\#178](https://github.com/terra-money/core/pull/178): Change BIP44 PATH to 330 ### Changes -#### [\#185](https://github.com/terra-project/core/pull/185) Oracle `MsgFeederDelegatePermission` specs +#### [\#185](https://github.com/terra-money/core/pull/185) Oracle `MsgFeederDelegatePermission` specs Added docs for using `MsgFeederDelegatePermission` to oracle specs -#### [\#185](https://github.com/terra-project/core/pull/185) Oracle price vote denom error fix +#### [\#185](https://github.com/terra-money/core/pull/185) Oracle price vote denom error fix Oracle specs now specify micro units `uluna` and `uusd` for correct denominations for price prevotes and votes -#### [\#184](https://github.com/terra-project/core/pull/184) Minor terracli fix +#### [\#184](https://github.com/terra-money/core/pull/184) Minor terracli fix -#### [\#183](https://github.com/terra-project/core/pull/183) Oracle param update +#### [\#183](https://github.com/terra-money/core/pull/183) Oracle param update ``` OracleRewardBand: 1% => 2% ``` -#### [\#183](https://github.com/terra-project/core/pull/183) Market param update +#### [\#183](https://github.com/terra-money/core/pull/183) Market param update ``` DailyLunaDeltaCap: 0.5% => 0.1% ``` -#### [\#183](https://github.com/terra-project/core/pull/183) LazyGradedVestingAccount +#### [\#183](https://github.com/terra-money/core/pull/183) LazyGradedVestingAccount -* Spread out the cliffs for presale investors, with varying degrees of severity (details [\#180](https://github.com/terra-project/core/issues/180)) +* Spread out the cliffs for presale investors, with varying degrees of severity (details [\#180](https://github.com/terra-money/core/issues/180)) -#### [\#179](https://github.com/terra-project/core/pull/179) Align Querier responses to JSON +#### [\#179](https://github.com/terra-money/core/pull/179) Align Querier responses to JSON * Querier was returning misaligned formats for return values, now aligned to JSON format -#### [\#178](https://github.com/terra-project/core/pull/178) Correctly use 330 as the coin type field in BIP 44 PATH +#### [\#178](https://github.com/terra-money/core/pull/178) Correctly use 330 as the coin type field in BIP 44 PATH * We were previously using the Cosmos coin type field for the BIP44 path. Changed to Terra's own 330. ## 0.2.1 -- [\#166](https://github.com/terra-project/core/pull/166): Newly added parameters were not being added to the columbus-2 genesis.json file. Fixed. +- [\#166](https://github.com/terra-money/core/pull/166): Newly added parameters were not being added to the columbus-2 genesis.json file. Fixed. ## 0.2.0 ### Bug Fixes -* [\#140](https://github.com/terra-project/core/pull/140) Fix export bug. +* [\#140](https://github.com/terra-money/core/pull/140) Fix export bug. -* [\#140](https://github.com/terra-project/core/pull/140) Client querier bug fix (distr outstanding rewards) +* [\#140](https://github.com/terra-money/core/pull/140) Client querier bug fix (distr outstanding rewards) -* [\#140](https://github.com/terra-project/core/pull/140) Fix budget module to delete all votes when submitter withdraws the program and to use DeleteVotesForProgram to delete all votes for a program. +* [\#140](https://github.com/terra-money/core/pull/140) Fix budget module to delete all votes when submitter withdraws the program and to use DeleteVotesForProgram to delete all votes for a program. ### Improvements -#### [\#140](https://github.com/terra-project/core/pull/140) Msg Types +#### [\#140](https://github.com/terra-money/core/pull/140) Msg Types ``` cosmos-sdk/MsgSend => pay/MsgSend @@ -512,7 +512,7 @@ cosmos-sdk/MsgModifyWithdrawAddress => distribution/MsgModifyWithdrawAddress cosmos-sdk/MsgUnjail => slashing/MsgUnjail ``` -#### [\#140](https://github.com/terra-project/core/pull/140) Oracle updates prevoting/voting +#### [\#140](https://github.com/terra-money/core/pull/140) Oracle updates prevoting/voting MsgPriceFeed is split into ```MsgPricePrevote``` and ```MsgPriceVote``` ``` Period | P1 | P2 | P3 | ... | @@ -524,10 +524,10 @@ In prevote stage, a validator should submit the hash of the part of real vote ms The submission order has to be kept in (vote -> prevote) order. If an prevote comes early, it will replace previous prevote so next vote, which reveals the proof for previous prevote, will be failed. -#### [\#148](https://github.com/terra-project/core/pull/148) Oracle voting right delegation +#### [\#148](https://github.com/terra-money/core/pull/148) Oracle voting right delegation By using the oracle/MsgDelegateFeederPermission a validator can assign the right to vote to another account at any time. The validator account will preserve its right to vote at any time. -#### [\#140](https://github.com/terra-project/core/pull/140) & [\#148](https://github.com/terra-project/core/pull/148) Rest Interface Update +#### [\#140](https://github.com/terra-money/core/pull/140) & [\#148](https://github.com/terra-money/core/pull/148) Rest Interface Update ##### Change rest interface url ``` "/distribution/parameters" => "/distribution/params" @@ -559,7 +559,7 @@ type SendReq struct { (GET/POST) "/market/params" ``` -#### [\#140](https://github.com/terra-project/core/pull/140) Add transaction logs for tax and swap amount +#### [\#140](https://github.com/terra-money/core/pull/140) Add transaction logs for tax and swap amount ##### Send Tx Add **tax** log to send transaction for recording real amount which a transaction pay. Ex) txs/B515331BF9EA9A92AD59A85D593E5A2B170E3D297C59E85DDA9FA6FF33790E9B @@ -589,7 +589,7 @@ Add **swap_coin** log to swap transaction for recording the amount of swapped co } ``` -#### [\#150](https://github.com/terra-project/core/pull/150) Market Swap protections +#### [\#150](https://github.com/terra-money/core/pull/150) Market Swap protections ##### Add bidirectional Luna supply change cap on market swaps. A daily trading cap (luna supply change cap) protects excessive luna volatility. Capping Luna deflation prevents divesting attacks (attacker swaps large amount into terra to avoid slippage) and consensus attacks by limiting access to staking tokens. Early parameters are 2% - 10% on both sides of the trade. @@ -606,6 +606,6 @@ Previously we facilitated swaps for 10 VotePeriods after the last valid oracle b ### Parameter Changes -#### [\#150](https://github.com/terra-project/core/pull/150) Change MiningRewardWeight.Max from 20% to 90%. This is to reduce volatility in fees at network infancy. +#### [\#150](https://github.com/terra-money/core/pull/150) Change MiningRewardWeight.Max from 20% to 90%. This is to reduce volatility in fees at network infancy. #### Changed BlocksPerMinute from 12 to 5 to more accurately reflect Columbus block times. diff --git a/Makefile b/Makefile index 4f75381d7..775cdc6fc 100755 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ LEDGER_ENABLED ?= true BINDIR ?= $(GOPATH)/bin BUILDDIR ?= $(CURDIR)/build SIMAPP = ./app -HTTPS_GIT := https://github.com/terra-project/core.git +HTTPS_GIT := https://github.com/terra-money/core.git DOCKER := $(shell which docker) DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf diff --git a/README.md b/README.md index 4ef2ae1bb..8bd8f22e1 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,11 @@

Full-node software implementing the Terra protocol

- - + + - - - - - + +

@@ -26,7 +23,7 @@ Full-node software implementing the Terra protocol


Dev Guide · - Go API + Go API · REST API · @@ -51,7 +48,7 @@ The Terra blockchain is secured through distributed consensus over native staked ### Binaries -You can find the latest binaries on our [releases](https://github.com/terra-project/core/releases) page. +You can find the latest binaries on our [releases](https://github.com/terra-money/core/releases) page. ### From Source @@ -69,10 +66,10 @@ If you haven't already, install Golang by following the [official docs](https:// #### Step 2: Get Terra Core source code -Use `git` to retrieve Terra Core from the [official repo](https://github.com/terra-project/core/), and checkout the `master` branch, which contains the latest stable release. That should install the `terrad` and `terracli` binaries. +Use `git` to retrieve Terra Core from the [official repo](https://github.com/terra-money/core/), and checkout the `master` branch, which contains the latest stable release. That should install the `terrad` and `terracli` binaries. ```bash -git clone https://github.com/terra-project/core/ +git clone https://github.com/terra-money/core/ cd core git checkout master ``` @@ -189,11 +186,11 @@ Your `terrad` node should now be running a node on `tcp://localhost:26656`, list ### Joining the mainnet -[The mainnet repo](https://github.com/terra-project/mainnet) contains snapshot of the launch as well as network updates. +[The mainnet repo](https://github.com/terra-money/mainnet) contains snapshot of the launch as well as network updates. ### Joining a testnet -[Our testnet repo](https://github.com/terra-project/testnet) contains latest configuration files for the testnet. +[Our testnet repo](https://github.com/terra-money/testnet) contains latest configuration files for the testnet. ## Production Environment @@ -291,10 +288,10 @@ journalctl -t terrad -f - Developer Tools - SDKs - - [Terra.js](https://www.github.com/terra-project/terra.js) for JavaScript - - [Jigu](https://www.github.com/terra-project/jigu) for Python + - [Terra.js](https://www.github.com/terra-money/terra.js) for JavaScript + - [Jigu](https://www.github.com/terra-money/jigu) for Python - [Faucet](https://faucet.terra.money) can be used to get tokens for testnets - - [LocalTerra](https://www.github.com/terra-project/LocalTerra) can be used to set up a private local testnet with configurable world state + - [LocalTerra](https://www.github.com/terra-money/LocalTerra) can be used to set up a private local testnet with configurable world state - Block Explorers diff --git a/app/app.go b/app/app.go index 7ab05684a..2500c75fc 100644 --- a/app/app.go +++ b/app/app.go @@ -94,48 +94,48 @@ import ( upgradekeeper "github.com/cosmos/cosmos-sdk/x/upgrade/keeper" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - terraappparams "github.com/terra-project/core/app/params" - - customauth "github.com/terra-project/core/custom/auth" - customante "github.com/terra-project/core/custom/auth/ante" - customauthrest "github.com/terra-project/core/custom/auth/client/rest" - customauthsim "github.com/terra-project/core/custom/auth/simulation" - customauthtx "github.com/terra-project/core/custom/auth/tx" - custombank "github.com/terra-project/core/custom/bank" - customcrisis "github.com/terra-project/core/custom/crisis" - customdistr "github.com/terra-project/core/custom/distribution" - customevidence "github.com/terra-project/core/custom/evidence" - customgov "github.com/terra-project/core/custom/gov" - custommint "github.com/terra-project/core/custom/mint" - customparams "github.com/terra-project/core/custom/params" - customslashing "github.com/terra-project/core/custom/slashing" - customstaking "github.com/terra-project/core/custom/staking" - customupgrade "github.com/terra-project/core/custom/upgrade" - - "github.com/terra-project/core/x/market" - marketkeeper "github.com/terra-project/core/x/market/keeper" - markettypes "github.com/terra-project/core/x/market/types" - "github.com/terra-project/core/x/oracle" - oraclekeeper "github.com/terra-project/core/x/oracle/keeper" - oracletypes "github.com/terra-project/core/x/oracle/types" - "github.com/terra-project/core/x/treasury" - treasurykeeper "github.com/terra-project/core/x/treasury/keeper" - treasurytypes "github.com/terra-project/core/x/treasury/types" - "github.com/terra-project/core/x/vesting" - "github.com/terra-project/core/x/wasm" - wasmconfig "github.com/terra-project/core/x/wasm/config" - wasmkeeper "github.com/terra-project/core/x/wasm/keeper" - wasmtypes "github.com/terra-project/core/x/wasm/types" - - bankwasm "github.com/terra-project/core/custom/bank/wasm" - distrwasm "github.com/terra-project/core/custom/distribution/wasm" - stakingwasm "github.com/terra-project/core/custom/staking/wasm" - marketwasm "github.com/terra-project/core/x/market/wasm" - oraclewasm "github.com/terra-project/core/x/oracle/wasm" - treasurywasm "github.com/terra-project/core/x/treasury/wasm" + terraappparams "github.com/terra-money/core/app/params" + + customauth "github.com/terra-money/core/custom/auth" + customante "github.com/terra-money/core/custom/auth/ante" + customauthrest "github.com/terra-money/core/custom/auth/client/rest" + customauthsim "github.com/terra-money/core/custom/auth/simulation" + customauthtx "github.com/terra-money/core/custom/auth/tx" + custombank "github.com/terra-money/core/custom/bank" + customcrisis "github.com/terra-money/core/custom/crisis" + customdistr "github.com/terra-money/core/custom/distribution" + customevidence "github.com/terra-money/core/custom/evidence" + customgov "github.com/terra-money/core/custom/gov" + custommint "github.com/terra-money/core/custom/mint" + customparams "github.com/terra-money/core/custom/params" + customslashing "github.com/terra-money/core/custom/slashing" + customstaking "github.com/terra-money/core/custom/staking" + customupgrade "github.com/terra-money/core/custom/upgrade" + + "github.com/terra-money/core/x/market" + marketkeeper "github.com/terra-money/core/x/market/keeper" + markettypes "github.com/terra-money/core/x/market/types" + "github.com/terra-money/core/x/oracle" + oraclekeeper "github.com/terra-money/core/x/oracle/keeper" + oracletypes "github.com/terra-money/core/x/oracle/types" + "github.com/terra-money/core/x/treasury" + treasurykeeper "github.com/terra-money/core/x/treasury/keeper" + treasurytypes "github.com/terra-money/core/x/treasury/types" + "github.com/terra-money/core/x/vesting" + "github.com/terra-money/core/x/wasm" + wasmconfig "github.com/terra-money/core/x/wasm/config" + wasmkeeper "github.com/terra-money/core/x/wasm/keeper" + wasmtypes "github.com/terra-money/core/x/wasm/types" + + bankwasm "github.com/terra-money/core/custom/bank/wasm" + distrwasm "github.com/terra-money/core/custom/distribution/wasm" + stakingwasm "github.com/terra-money/core/custom/staking/wasm" + marketwasm "github.com/terra-money/core/x/market/wasm" + oraclewasm "github.com/terra-money/core/x/oracle/wasm" + treasurywasm "github.com/terra-money/core/x/treasury/wasm" // unnamed import of statik for swagger UI support - _ "github.com/terra-project/core/client/docs/statik" + _ "github.com/terra-money/core/client/docs/statik" ) const appName = "TerraApp" diff --git a/app/encoding.go b/app/encoding.go index 3284f1818..8f91b7cb7 100644 --- a/app/encoding.go +++ b/app/encoding.go @@ -3,7 +3,7 @@ package app import ( "github.com/cosmos/cosmos-sdk/std" - "github.com/terra-project/core/app/params" + "github.com/terra-money/core/app/params" ) // MakeEncodingConfig creates an EncodingConfig for testing diff --git a/app/export.go b/app/export.go index 95ad3509b..7f74da75b 100644 --- a/app/export.go +++ b/app/export.go @@ -12,7 +12,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/staking" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - oracletypes "github.com/terra-project/core/x/oracle/types" + oracletypes "github.com/terra-money/core/x/oracle/types" ) // ExportAppStateAndValidators exports the state of the application for a genesis diff --git a/app/legacy/migrate.go b/app/legacy/migrate.go index 5d5bcc3f3..3c0171a1e 100644 --- a/app/legacy/migrate.go +++ b/app/legacy/migrate.go @@ -25,8 +25,8 @@ import ( "github.com/cosmos/cosmos-sdk/x/genutil/types" staking "github.com/cosmos/cosmos-sdk/x/staking/types" - legacy05 "github.com/terra-project/core/app/legacy/v05" - oracletypes "github.com/terra-project/core/x/oracle/types" + legacy05 "github.com/terra-money/core/app/legacy/v05" + oracletypes "github.com/terra-money/core/x/oracle/types" ) const ( diff --git a/app/legacy/v05/migrate.go b/app/legacy/v05/migrate.go index 7e53c5eb5..4f2879d76 100644 --- a/app/legacy/v05/migrate.go +++ b/app/legacy/v05/migrate.go @@ -27,24 +27,24 @@ import ( v040staking "github.com/cosmos/cosmos-sdk/x/staking/legacy/v040" v043staking "github.com/cosmos/cosmos-sdk/x/staking/legacy/v043" - v039authcustom "github.com/terra-project/core/custom/auth/legacy/v039" - v040authcustom "github.com/terra-project/core/custom/auth/legacy/v040" - v036distrcustom "github.com/terra-project/core/custom/distribution/legacy/v036" - v036govcustom "github.com/terra-project/core/custom/gov/legacy/v036" - v043govcustom "github.com/terra-project/core/custom/gov/legacy/v043" - v036paramscustom "github.com/terra-project/core/custom/params/legacy/v036" - v038upgradecustom "github.com/terra-project/core/custom/upgrade/legacy/v038" - - v043authz "github.com/terra-project/core/custom/authz/legacy/v043" - v04market "github.com/terra-project/core/x/market/legacy/v04" - v05market "github.com/terra-project/core/x/market/legacy/v05" - v04msgauth "github.com/terra-project/core/x/msgauth/legacy/v04" - v04oracle "github.com/terra-project/core/x/oracle/legacy/v04" - v05oracle "github.com/terra-project/core/x/oracle/legacy/v05" - v04treasury "github.com/terra-project/core/x/treasury/legacy/v04" - v05treasury "github.com/terra-project/core/x/treasury/legacy/v05" - v04wasm "github.com/terra-project/core/x/wasm/legacy/v04" - v05wasm "github.com/terra-project/core/x/wasm/legacy/v05" + v039authcustom "github.com/terra-money/core/custom/auth/legacy/v039" + v040authcustom "github.com/terra-money/core/custom/auth/legacy/v040" + v036distrcustom "github.com/terra-money/core/custom/distribution/legacy/v036" + v036govcustom "github.com/terra-money/core/custom/gov/legacy/v036" + v043govcustom "github.com/terra-money/core/custom/gov/legacy/v043" + v036paramscustom "github.com/terra-money/core/custom/params/legacy/v036" + v038upgradecustom "github.com/terra-money/core/custom/upgrade/legacy/v038" + + v043authz "github.com/terra-money/core/custom/authz/legacy/v043" + v04market "github.com/terra-money/core/x/market/legacy/v04" + v05market "github.com/terra-money/core/x/market/legacy/v05" + v04msgauth "github.com/terra-money/core/x/msgauth/legacy/v04" + v04oracle "github.com/terra-money/core/x/oracle/legacy/v04" + v05oracle "github.com/terra-money/core/x/oracle/legacy/v05" + v04treasury "github.com/terra-money/core/x/treasury/legacy/v04" + v05treasury "github.com/terra-money/core/x/treasury/legacy/v05" + v04wasm "github.com/terra-money/core/x/wasm/legacy/v04" + v05wasm "github.com/terra-money/core/x/wasm/legacy/v05" ) func migrateGenutil(oldGenState v039genutil.GenesisState) *types.GenesisState { diff --git a/app/sim_test.go b/app/sim_test.go index 6ff44c8c5..8fe9b6a2f 100644 --- a/app/sim_test.go +++ b/app/sim_test.go @@ -6,9 +6,9 @@ import ( "os" "testing" - terraapp "github.com/terra-project/core/app" - "github.com/terra-project/core/app/helpers" - wasmconfig "github.com/terra-project/core/x/wasm/config" + terraapp "github.com/terra-money/core/app" + "github.com/terra-money/core/app/helpers" + wasmconfig "github.com/terra-money/core/x/wasm/config" "github.com/stretchr/testify/require" "github.com/tendermint/tendermint/libs/log" diff --git a/cmd/terrad/genaccounts.go b/cmd/terrad/genaccounts.go index 2b184c2b4..5fb7c897e 100644 --- a/cmd/terrad/genaccounts.go +++ b/cmd/terrad/genaccounts.go @@ -22,7 +22,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/genutil" genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" - vestingtypes "github.com/terra-project/core/x/vesting/types" + vestingtypes "github.com/terra-money/core/x/vesting/types" ) const ( diff --git a/cmd/terrad/main.go b/cmd/terrad/main.go index 22ce9bd19..9af6a6d43 100644 --- a/cmd/terrad/main.go +++ b/cmd/terrad/main.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/server" svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" - terraapp "github.com/terra-project/core/app" + terraapp "github.com/terra-money/core/app" ) func main() { diff --git a/cmd/terrad/root.go b/cmd/terrad/root.go index 800331fa3..256957110 100644 --- a/cmd/terrad/root.go +++ b/cmd/terrad/root.go @@ -31,12 +31,12 @@ import ( "github.com/cosmos/cosmos-sdk/x/crisis" genutilcli "github.com/cosmos/cosmos-sdk/x/genutil/client/cli" - terraapp "github.com/terra-project/core/app" - terralegacy "github.com/terra-project/core/app/legacy" - "github.com/terra-project/core/app/params" - authcustomcli "github.com/terra-project/core/custom/auth/client/cli" - core "github.com/terra-project/core/types" - wasmconfig "github.com/terra-project/core/x/wasm/config" + terraapp "github.com/terra-money/core/app" + terralegacy "github.com/terra-money/core/app/legacy" + "github.com/terra-money/core/app/params" + authcustomcli "github.com/terra-money/core/custom/auth/client/cli" + core "github.com/terra-money/core/types" + wasmconfig "github.com/terra-money/core/x/wasm/config" ) // NewRootCmd creates a new root command for terrad. It is called once in the diff --git a/cmd/terrad/testnet.go b/cmd/terrad/testnet.go index 9530847cc..531154d26 100644 --- a/cmd/terrad/testnet.go +++ b/cmd/terrad/testnet.go @@ -33,7 +33,7 @@ import ( genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" ) var ( diff --git a/custom/auth/ante/ante_test.go b/custom/auth/ante/ante_test.go index 217a3466e..30cf2316d 100644 --- a/custom/auth/ante/ante_test.go +++ b/custom/auth/ante/ante_test.go @@ -19,9 +19,9 @@ import ( xauthsigning "github.com/cosmos/cosmos-sdk/x/auth/signing" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - terraapp "github.com/terra-project/core/app" - treasurytypes "github.com/terra-project/core/x/treasury/types" - wasmconfig "github.com/terra-project/core/x/wasm/config" + terraapp "github.com/terra-money/core/app" + treasurytypes "github.com/terra-money/core/x/treasury/types" + wasmconfig "github.com/terra-money/core/x/wasm/config" ) // AnteTestSuite is a test suite to be used with ante handler tests. diff --git a/custom/auth/ante/spamming_prevention.go b/custom/auth/ante/spamming_prevention.go index de2d65231..e6b04e834 100644 --- a/custom/auth/ante/spamming_prevention.go +++ b/custom/auth/ante/spamming_prevention.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - oracleexported "github.com/terra-project/core/x/oracle/exported" + oracleexported "github.com/terra-money/core/x/oracle/exported" ) // SpammingPreventionDecorator will check if the transaction's gas is smaller than diff --git a/custom/auth/ante/spamming_prevention_test.go b/custom/auth/ante/spamming_prevention_test.go index 7c043d618..e5c313a2c 100644 --- a/custom/auth/ante/spamming_prevention_test.go +++ b/custom/auth/ante/spamming_prevention_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/terra-project/core/custom/auth/ante" - oracletypes "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/custom/auth/ante" + oracletypes "github.com/terra-money/core/x/oracle/types" ) func (suite *AnteTestSuite) TestOracleSpamming() { diff --git a/custom/auth/ante/tax.go b/custom/auth/ante/tax.go index b752910c5..8db5be13b 100644 --- a/custom/auth/ante/tax.go +++ b/custom/auth/ante/tax.go @@ -8,10 +8,10 @@ import ( authz "github.com/cosmos/cosmos-sdk/x/authz" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - core "github.com/terra-project/core/types" - marketexported "github.com/terra-project/core/x/market/exported" - oracleexported "github.com/terra-project/core/x/oracle/exported" - wasmexported "github.com/terra-project/core/x/wasm/exported" + core "github.com/terra-money/core/types" + marketexported "github.com/terra-money/core/x/market/exported" + oracleexported "github.com/terra-money/core/x/oracle/exported" + wasmexported "github.com/terra-money/core/x/wasm/exported" ) // MaxOracleMsgGasUsage is constant expected oracle msg gas cost diff --git a/custom/auth/ante/tax_test.go b/custom/auth/ante/tax_test.go index c6b0cc7a7..29a85b4d0 100644 --- a/custom/auth/ante/tax_test.go +++ b/custom/auth/ante/tax_test.go @@ -7,10 +7,10 @@ import ( authz "github.com/cosmos/cosmos-sdk/x/authz" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - "github.com/terra-project/core/custom/auth/ante" - core "github.com/terra-project/core/types" - markettypes "github.com/terra-project/core/x/market/types" - wasmtypes "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/custom/auth/ante" + core "github.com/terra-money/core/types" + markettypes "github.com/terra-money/core/x/market/types" + wasmtypes "github.com/terra-money/core/x/wasm/types" ) func (suite *AnteTestSuite) TestEnsureMempoolFeesGas() { diff --git a/custom/auth/client/cli/estimate_fee.go b/custom/auth/client/cli/estimate_fee.go index 6175af2c1..0ea614aa0 100644 --- a/custom/auth/client/cli/estimate_fee.go +++ b/custom/auth/client/cli/estimate_fee.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" authclient "github.com/cosmos/cosmos-sdk/x/auth/client" - feeutils "github.com/terra-project/core/custom/auth/client/utils" + feeutils "github.com/terra-money/core/custom/auth/client/utils" ) // GetTxFeesEstimateCommand will create a send tx and sign it with the given key. diff --git a/custom/auth/client/rest/estimate_fee.go b/custom/auth/client/rest/estimate_fee.go index 762d664ff..66a646f4e 100644 --- a/custom/auth/client/rest/estimate_fee.go +++ b/custom/auth/client/rest/estimate_fee.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/types/rest" - feeutils "github.com/terra-project/core/custom/auth/client/utils" + feeutils "github.com/terra-money/core/custom/auth/client/utils" ) // EstimateTxFeeRequestHandlerFn returns estimated tx fee. In particular, diff --git a/custom/auth/client/utils/feeutils.go b/custom/auth/client/utils/feeutils.go index 6075389d9..9fecd4c1e 100644 --- a/custom/auth/client/utils/feeutils.go +++ b/custom/auth/client/utils/feeutils.go @@ -14,13 +14,13 @@ import ( "github.com/cosmos/cosmos-sdk/x/auth/legacy/legacytx" "github.com/cosmos/cosmos-sdk/x/authz" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - marketexported "github.com/terra-project/core/x/market/exported" - treasuryexported "github.com/terra-project/core/x/treasury/exported" - wasmexported "github.com/terra-project/core/x/wasm/exported" + marketexported "github.com/terra-money/core/x/market/exported" + treasuryexported "github.com/terra-money/core/x/treasury/exported" + wasmexported "github.com/terra-money/core/x/wasm/exported" ) type ( diff --git a/custom/auth/legacy/v040/migrate.go b/custom/auth/legacy/v040/migrate.go index b7331446b..3482fc6c1 100644 --- a/custom/auth/legacy/v040/migrate.go +++ b/custom/auth/legacy/v040/migrate.go @@ -8,8 +8,8 @@ import ( v040auth "github.com/cosmos/cosmos-sdk/x/auth/types" v040authvesting "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" - v039authcustom "github.com/terra-project/core/custom/auth/legacy/v039" - v040vesting "github.com/terra-project/core/x/vesting/types" + v039authcustom "github.com/terra-money/core/custom/auth/legacy/v039" + v040vesting "github.com/terra-money/core/x/vesting/types" ) // convertBaseAccount converts a 0.39 BaseAccount to a 0.40 BaseAccount. diff --git a/custom/auth/module.go b/custom/auth/module.go index 872dfbe6f..ed0fe7696 100644 --- a/custom/auth/module.go +++ b/custom/auth/module.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/x/auth/keeper" "github.com/cosmos/cosmos-sdk/x/auth/types" - customsim "github.com/terra-project/core/custom/auth/simulation" - customtypes "github.com/terra-project/core/custom/auth/types" + customsim "github.com/terra-money/core/custom/auth/simulation" + customtypes "github.com/terra-money/core/custom/auth/types" ) var ( diff --git a/custom/auth/simulation/genesis.go b/custom/auth/simulation/genesis.go index 97cb24ad5..0cc91fe8a 100644 --- a/custom/auth/simulation/genesis.go +++ b/custom/auth/simulation/genesis.go @@ -12,8 +12,8 @@ import ( "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/auth/types" - core "github.com/terra-project/core/types" - customvestingtypes "github.com/terra-project/core/x/vesting/types" + core "github.com/terra-money/core/types" + customvestingtypes "github.com/terra-money/core/x/vesting/types" ) // Simulation parameter constants diff --git a/custom/auth/tx/service.go b/custom/auth/tx/service.go index efe1960ab..d69d1e5fa 100644 --- a/custom/auth/tx/service.go +++ b/custom/auth/tx/service.go @@ -8,7 +8,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - feeutils "github.com/terra-project/core/custom/auth/client/utils" + feeutils "github.com/terra-money/core/custom/auth/client/utils" "github.com/cosmos/cosmos-sdk/client" codectypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/custom/auth/tx/service.pb.go b/custom/auth/tx/service.pb.go index d6b8f2f96..bb3f82d91 100644 --- a/custom/auth/tx/service.pb.go +++ b/custom/auth/tx/service.pb.go @@ -141,31 +141,31 @@ func init() { } var fileDescriptor_0b3c73e5d85273f4 = []byte{ - // 382 bytes of a gzipped FileDescriptorProto + // 380 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x41, 0xab, 0xd3, 0x40, - 0x14, 0x85, 0x33, 0x15, 0x14, 0xa7, 0x1b, 0x0d, 0x0a, 0x35, 0xe8, 0xb4, 0x44, 0x85, 0x20, 0x76, - 0xc6, 0xd6, 0x5d, 0x77, 0xb6, 0x3b, 0x97, 0xb5, 0x2b, 0x37, 0x65, 0x32, 0x0e, 0x69, 0xaa, 0xc9, - 0x8d, 0x99, 0x9b, 0x32, 0xee, 0xd4, 0xbd, 0x20, 0xf8, 0x2f, 0xfc, 0x15, 0x2e, 0xbb, 0x2c, 0xb8, - 0x71, 0xa5, 0xd2, 0xbc, 0x1f, 0xf2, 0x68, 0x92, 0xd7, 0x17, 0x5e, 0xe1, 0xad, 0x12, 0xf8, 0xee, - 0x39, 0x73, 0xce, 0xbd, 0x94, 0xa1, 0xce, 0x73, 0x29, 0xd0, 0x8a, 0xcd, 0x28, 0xd4, 0x28, 0x47, - 0xc2, 0xe8, 0x7c, 0x13, 0x2b, 0xcd, 0xb3, 0x1c, 0x10, 0xdc, 0x3b, 0x15, 0xe7, 0x68, 0x79, 0xc3, - 0xbd, 0x7b, 0x11, 0x44, 0x50, 0x41, 0x71, 0xf8, 0xab, 0xe7, 0xbc, 0x87, 0x11, 0x40, 0xf4, 0x41, - 0x0b, 0x99, 0xc5, 0x42, 0xa6, 0x29, 0xa0, 0xc4, 0x18, 0x52, 0xd3, 0x50, 0xa6, 0xc0, 0x24, 0x60, - 0x44, 0x28, 0x8d, 0x3e, 0x3e, 0xa4, 0x20, 0x4e, 0x1b, 0xee, 0x35, 0xbc, 0x15, 0x03, 0x6d, 0xcd, - 0xfc, 0x09, 0xbd, 0x3b, 0x83, 0x24, 0x2b, 0x50, 0x2f, 0xa4, 0x9d, 0xeb, 0x8f, 0x85, 0x36, 0xe8, - 0x3e, 0xa5, 0x1d, 0xb4, 0x3d, 0x32, 0x20, 0x41, 0x77, 0x7c, 0x9f, 0xd7, 0xea, 0x56, 0x48, 0xbe, - 0xb0, 0xf3, 0x0e, 0x5a, 0xff, 0x33, 0xa1, 0x6e, 0x5b, 0x6c, 0x32, 0x48, 0x8d, 0x76, 0xd7, 0x94, - 0xa2, 0xb4, 0x4b, 0x99, 0x40, 0x91, 0x62, 0x8f, 0x0c, 0x6e, 0x04, 0xdd, 0xf1, 0x83, 0x0b, 0x97, - 0x43, 0xc6, 0xa3, 0xcf, 0x0c, 0xe2, 0x74, 0xfa, 0x62, 0xfb, 0xb7, 0xef, 0xfc, 0xfc, 0xd7, 0x0f, - 0xa2, 0x18, 0x57, 0x45, 0xc8, 0x15, 0x24, 0xa2, 0x09, 0x5c, 0x7f, 0x86, 0xe6, 0xdd, 0x7b, 0x81, - 0x9f, 0x32, 0x6d, 0x2a, 0x81, 0x99, 0xdf, 0x46, 0x69, 0x5f, 0x55, 0xee, 0xe3, 0x6f, 0x84, 0xde, - 0x7a, 0x53, 0xaf, 0xd4, 0xfd, 0x42, 0x28, 0xbd, 0x8c, 0xe3, 0x3e, 0xe6, 0x57, 0x97, 0xcb, 0x4f, - 0x9a, 0x7a, 0x4f, 0xae, 0x1f, 0xaa, 0x1b, 0xf9, 0xc1, 0xd7, 0xdf, 0x67, 0x3f, 0x3a, 0xbe, 0xff, - 0x48, 0x9c, 0xdc, 0x53, 0xd5, 0xd3, 0x4b, 0x94, 0x76, 0x42, 0x9e, 0x4d, 0x5f, 0x6f, 0xf7, 0x8c, - 0xec, 0xf6, 0x8c, 0xfc, 0xdf, 0x33, 0xf2, 0xbd, 0x64, 0xce, 0xaf, 0x92, 0x91, 0x5d, 0xc9, 0x9c, - 0x3f, 0x25, 0x73, 0xde, 0x3e, 0x6f, 0x55, 0xac, 0x9c, 0x86, 0x59, 0x0e, 0x6b, 0xad, 0x50, 0x28, - 0xc8, 0xb5, 0x50, 0x85, 0x41, 0x48, 0x84, 0x2c, 0x70, 0x25, 0xd0, 0x86, 0x37, 0xab, 0x0b, 0xbd, - 0x3c, 0x0f, 0x00, 0x00, 0xff, 0xff, 0xc3, 0xa4, 0x8f, 0x18, 0x45, 0x02, 0x00, 0x00, + 0x14, 0x85, 0x33, 0x15, 0x14, 0xa7, 0x1b, 0x0d, 0x0a, 0x35, 0xe8, 0xb4, 0x44, 0x85, 0x50, 0xe8, + 0x8c, 0xad, 0xbb, 0xee, 0x6c, 0x37, 0xae, 0x6b, 0x57, 0x6e, 0xca, 0x24, 0x0e, 0x69, 0xd4, 0xcc, + 0x8d, 0x99, 0x9b, 0x32, 0xdd, 0xa9, 0x7b, 0x41, 0xf0, 0x5f, 0xf8, 0x2b, 0x5c, 0x76, 0x59, 0x70, + 0xe3, 0x4a, 0xa5, 0xf1, 0x87, 0x48, 0x93, 0xbc, 0xbe, 0xf0, 0x0a, 0x6f, 0x95, 0xc0, 0x77, 0xcf, + 0x99, 0x73, 0xee, 0xa5, 0x0c, 0x55, 0x9e, 0x4b, 0x81, 0x56, 0x6c, 0xc6, 0xa1, 0x42, 0x39, 0x16, + 0x46, 0xe5, 0x9b, 0x24, 0x52, 0x3c, 0xcb, 0x01, 0xc1, 0xbd, 0x53, 0x71, 0x8e, 0x96, 0x37, 0xdc, + 0xbb, 0x17, 0x43, 0x0c, 0x15, 0x14, 0xc7, 0xbf, 0x7a, 0xce, 0x7b, 0x18, 0x03, 0xc4, 0xef, 0x95, + 0x90, 0x59, 0x22, 0xa4, 0xd6, 0x80, 0x12, 0x13, 0xd0, 0xa6, 0xa1, 0x2c, 0x02, 0x93, 0x82, 0x11, + 0xa1, 0x34, 0xea, 0xf4, 0x50, 0x04, 0x89, 0x6e, 0xb8, 0xd7, 0xf0, 0x56, 0x0c, 0xb4, 0x35, 0xf3, + 0xa7, 0xf4, 0xee, 0x1c, 0xd2, 0xac, 0x40, 0xb5, 0x94, 0x76, 0xa1, 0x3e, 0x14, 0xca, 0xa0, 0xfb, + 0x94, 0x76, 0xd0, 0xf6, 0xc8, 0x80, 0x04, 0xdd, 0xc9, 0x7d, 0x5e, 0xab, 0x5b, 0x21, 0xf9, 0xd2, + 0x2e, 0x3a, 0x68, 0xfd, 0x8f, 0x84, 0xba, 0x6d, 0xb1, 0xc9, 0x40, 0x1b, 0xe5, 0xbe, 0xa5, 0x14, + 0xa5, 0x5d, 0xc9, 0x14, 0x0a, 0x8d, 0x3d, 0x32, 0xb8, 0x11, 0x74, 0x27, 0x0f, 0x2e, 0x5c, 0x8e, + 0x19, 0x4f, 0x3e, 0x73, 0x48, 0xf4, 0xec, 0xd9, 0xee, 0x77, 0xdf, 0xf9, 0xfe, 0xa7, 0x1f, 0xc4, + 0x09, 0xae, 0x8b, 0x90, 0x47, 0x90, 0x8a, 0x26, 0x70, 0xfd, 0x19, 0x99, 0x37, 0xef, 0x04, 0x6e, + 0x33, 0x65, 0x2a, 0x81, 0x59, 0xdc, 0x46, 0x69, 0x5f, 0x54, 0xee, 0x93, 0x2f, 0x84, 0xde, 0x7a, + 0x55, 0xaf, 0xd4, 0xfd, 0x44, 0x28, 0xbd, 0x8c, 0xe3, 0x3e, 0xe6, 0x57, 0x97, 0xcb, 0xcf, 0x9a, + 0x7a, 0x4f, 0xae, 0x1f, 0xaa, 0x1b, 0xf9, 0xc1, 0xe7, 0x9f, 0xff, 0xbe, 0x75, 0x7c, 0xff, 0x91, + 0x38, 0xbb, 0x67, 0x54, 0x4f, 0xaf, 0x50, 0xda, 0x29, 0x19, 0xce, 0x5e, 0xee, 0x0e, 0x8c, 0xec, + 0x0f, 0x8c, 0xfc, 0x3d, 0x30, 0xf2, 0xb5, 0x64, 0xce, 0x8f, 0x92, 0x91, 0x7d, 0xc9, 0x9c, 0x5f, + 0x25, 0x73, 0x5e, 0x0f, 0x5b, 0x15, 0x2b, 0xa7, 0x51, 0x0a, 0x5a, 0x6d, 0x45, 0x04, 0xb9, 0x12, + 0x51, 0x61, 0x10, 0x52, 0x21, 0x0b, 0x5c, 0x0b, 0xb4, 0xe1, 0xcd, 0xea, 0x3e, 0xcf, 0xff, 0x07, + 0x00, 0x00, 0xff, 0xff, 0xd4, 0xa0, 0xf4, 0xc3, 0x43, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/custom/authz/legacy/v043/migrate.go b/custom/authz/legacy/v043/migrate.go index ab67cfff2..b69a93b52 100644 --- a/custom/authz/legacy/v043/migrate.go +++ b/custom/authz/legacy/v043/migrate.go @@ -7,8 +7,8 @@ import ( codectypes "github.com/cosmos/cosmos-sdk/codec/types" - v05market "github.com/terra-project/core/x/market/types" - v04msgauth "github.com/terra-project/core/x/msgauth/legacy/v04" + v05market "github.com/terra-money/core/x/market/types" + v04msgauth "github.com/terra-money/core/x/msgauth/legacy/v04" sdk "github.com/cosmos/cosmos-sdk/types" v043authz "github.com/cosmos/cosmos-sdk/x/authz" diff --git a/custom/authz/legacy/v043/migrate_test.go b/custom/authz/legacy/v043/migrate_test.go index 99d553b11..a44d3897d 100644 --- a/custom/authz/legacy/v043/migrate_test.go +++ b/custom/authz/legacy/v043/migrate_test.go @@ -9,10 +9,10 @@ import ( "github.com/cosmos/cosmos-sdk/client" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/app" - v043authz "github.com/terra-project/core/custom/authz/legacy/v043" - core "github.com/terra-project/core/types" - v04msgauth "github.com/terra-project/core/x/msgauth/legacy/v04" + "github.com/terra-money/core/app" + v043authz "github.com/terra-money/core/custom/authz/legacy/v043" + core "github.com/terra-money/core/types" + v04msgauth "github.com/terra-money/core/x/msgauth/legacy/v04" ) func TestMigrate(t *testing.T) { diff --git a/custom/bank/client/cli/tx.go b/custom/bank/client/cli/tx.go index 69be9878a..5591b4a6f 100644 --- a/custom/bank/client/cli/tx.go +++ b/custom/bank/client/cli/tx.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/bank/types" - feeutils "github.com/terra-project/core/custom/auth/client/utils" + feeutils "github.com/terra-money/core/custom/auth/client/utils" ) // GetTxCmd returns the transaction commands for this module diff --git a/custom/bank/client/rest/tx.go b/custom/bank/client/rest/tx.go index ef9bd4eb1..8bf4a2a1a 100644 --- a/custom/bank/client/rest/tx.go +++ b/custom/bank/client/rest/tx.go @@ -14,7 +14,7 @@ import ( bankrest "github.com/cosmos/cosmos-sdk/x/bank/client/rest" "github.com/cosmos/cosmos-sdk/x/bank/types" - feeutils "github.com/terra-project/core/custom/auth/client/utils" + feeutils "github.com/terra-money/core/custom/auth/client/utils" ) // RegisterRoutes registers bank-related REST handlers to a router diff --git a/custom/bank/module.go b/custom/bank/module.go index c690fa19d..9a9d3b792 100644 --- a/custom/bank/module.go +++ b/custom/bank/module.go @@ -12,10 +12,10 @@ import ( "github.com/cosmos/cosmos-sdk/x/bank/keeper" "github.com/cosmos/cosmos-sdk/x/bank/types" - customcli "github.com/terra-project/core/custom/bank/client/cli" - customrest "github.com/terra-project/core/custom/bank/client/rest" - customsim "github.com/terra-project/core/custom/bank/simulation" - customtypes "github.com/terra-project/core/custom/bank/types" + customcli "github.com/terra-money/core/custom/bank/client/cli" + customrest "github.com/terra-money/core/custom/bank/client/rest" + customsim "github.com/terra-money/core/custom/bank/simulation" + customtypes "github.com/terra-money/core/custom/bank/types" ) var ( diff --git a/custom/bank/simulation/genesis.go b/custom/bank/simulation/genesis.go index 02fea55f4..0cb8455ea 100644 --- a/custom/bank/simulation/genesis.go +++ b/custom/bank/simulation/genesis.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/bank/simulation" "github.com/cosmos/cosmos-sdk/x/bank/types" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" ) // RandomGenesisBalances returns a slice of account balances. Each account has diff --git a/custom/bank/wasm/interface.go b/custom/bank/wasm/interface.go index 7b164e7e0..ecfefd615 100644 --- a/custom/bank/wasm/interface.go +++ b/custom/bank/wasm/interface.go @@ -10,7 +10,7 @@ import ( wasmvmtypes "github.com/CosmWasm/wasmvm/types" - wasm "github.com/terra-project/core/x/wasm/exported" + wasm "github.com/terra-money/core/x/wasm/exported" ) var _ wasm.WasmQuerierInterface = WasmQuerier{} diff --git a/custom/bank/wasm/interface_test.go b/custom/bank/wasm/interface_test.go index ec8be3511..0dd12c99c 100644 --- a/custom/bank/wasm/interface_test.go +++ b/custom/bank/wasm/interface_test.go @@ -9,7 +9,7 @@ import ( wasmvmtypes "github.com/CosmWasm/wasmvm/types" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" sdk "github.com/cosmos/cosmos-sdk/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" diff --git a/custom/crisis/module.go b/custom/crisis/module.go index 10e28886e..72071c9f1 100644 --- a/custom/crisis/module.go +++ b/custom/crisis/module.go @@ -8,8 +8,8 @@ import ( "github.com/cosmos/cosmos-sdk/x/crisis" "github.com/cosmos/cosmos-sdk/x/crisis/types" - customtypes "github.com/terra-project/core/custom/crisis/types" - core "github.com/terra-project/core/types" + customtypes "github.com/terra-money/core/custom/crisis/types" + core "github.com/terra-money/core/types" ) var ( diff --git a/custom/distribution/module.go b/custom/distribution/module.go index 2bf9ffbb5..757fca814 100644 --- a/custom/distribution/module.go +++ b/custom/distribution/module.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/distribution" "github.com/cosmos/cosmos-sdk/x/distribution/types" - customtypes "github.com/terra-project/core/custom/distribution/types" + customtypes "github.com/terra-money/core/custom/distribution/types" ) var ( diff --git a/custom/distribution/types/codec.go b/custom/distribution/types/codec.go index 28c65290a..46af5f926 100644 --- a/custom/distribution/types/codec.go +++ b/custom/distribution/types/codec.go @@ -5,7 +5,7 @@ import ( cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec" "github.com/cosmos/cosmos-sdk/x/distribution/types" - govtypes "github.com/terra-project/core/custom/gov/types" + govtypes "github.com/terra-money/core/custom/gov/types" ) // RegisterLegacyAminoCodec registers the necessary x/distribution interfaces and concrete types diff --git a/custom/distribution/wasm/interface.go b/custom/distribution/wasm/interface.go index dfea6da94..7f36c9877 100644 --- a/custom/distribution/wasm/interface.go +++ b/custom/distribution/wasm/interface.go @@ -9,7 +9,7 @@ import ( wasmvmtypes "github.com/CosmWasm/wasmvm/types" - wasm "github.com/terra-project/core/x/wasm/exported" + wasm "github.com/terra-money/core/x/wasm/exported" ) var _ wasm.WasmMsgParserInterface = WasmMsgParser{} diff --git a/custom/evidence/module.go b/custom/evidence/module.go index f06b98f5a..8f4621a4f 100644 --- a/custom/evidence/module.go +++ b/custom/evidence/module.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/evidence" "github.com/cosmos/cosmos-sdk/x/evidence/types" - customtypes "github.com/terra-project/core/custom/evidence/types" + customtypes "github.com/terra-money/core/custom/evidence/types" ) var ( diff --git a/custom/gov/legacy/v043/migrate.go b/custom/gov/legacy/v043/migrate.go index db324965d..cd371dfcc 100644 --- a/custom/gov/legacy/v043/migrate.go +++ b/custom/gov/legacy/v043/migrate.go @@ -17,7 +17,7 @@ import ( v038upgrade "github.com/cosmos/cosmos-sdk/x/upgrade/legacy/v038" v040upgrade "github.com/cosmos/cosmos-sdk/x/upgrade/types" - v04treasury "github.com/terra-project/core/x/treasury/legacy/v04" + v04treasury "github.com/terra-money/core/x/treasury/legacy/v04" ) func migrateVoteOption(oldVoteOption v034gov.VoteOption) v043gov.VoteOption { diff --git a/custom/gov/module.go b/custom/gov/module.go index 48e82acc6..a43f15123 100644 --- a/custom/gov/module.go +++ b/custom/gov/module.go @@ -9,8 +9,8 @@ import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" "github.com/cosmos/cosmos-sdk/x/gov/types" - customtypes "github.com/terra-project/core/custom/gov/types" - core "github.com/terra-project/core/types" + customtypes "github.com/terra-money/core/custom/gov/types" + core "github.com/terra-money/core/types" ) var ( diff --git a/custom/mint/module.go b/custom/mint/module.go index 3ed77de82..ddac3b979 100644 --- a/custom/mint/module.go +++ b/custom/mint/module.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/mint" "github.com/cosmos/cosmos-sdk/x/mint/types" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" ) var ( diff --git a/custom/params/module.go b/custom/params/module.go index a46f4e8fa..d13699cbf 100644 --- a/custom/params/module.go +++ b/custom/params/module.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" "github.com/cosmos/cosmos-sdk/x/params" - customtypes "github.com/terra-project/core/custom/params/types" + customtypes "github.com/terra-money/core/custom/params/types" ) var ( diff --git a/custom/params/types/codec.go b/custom/params/types/codec.go index b83b7c3db..19c87579a 100644 --- a/custom/params/types/codec.go +++ b/custom/params/types/codec.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/x/params/types/proposal" - govtypes "github.com/terra-project/core/custom/gov/types" + govtypes "github.com/terra-money/core/custom/gov/types" ) // RegisterLegacyAminoCodec registers all necessary param module types with a given LegacyAmino codec. diff --git a/custom/slashing/module.go b/custom/slashing/module.go index 8b2894f80..463b778ba 100644 --- a/custom/slashing/module.go +++ b/custom/slashing/module.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/slashing" "github.com/cosmos/cosmos-sdk/x/slashing/types" - customtypes "github.com/terra-project/core/custom/slashing/types" + customtypes "github.com/terra-money/core/custom/slashing/types" ) var ( diff --git a/custom/staking/module.go b/custom/staking/module.go index 60e2cbf30..48705a43e 100644 --- a/custom/staking/module.go +++ b/custom/staking/module.go @@ -8,8 +8,8 @@ import ( "github.com/cosmos/cosmos-sdk/x/staking" "github.com/cosmos/cosmos-sdk/x/staking/types" - customtypes "github.com/terra-project/core/custom/staking/types" - core "github.com/terra-project/core/types" + customtypes "github.com/terra-money/core/custom/staking/types" + core "github.com/terra-money/core/types" ) var ( diff --git a/custom/staking/wasm/interface.go b/custom/staking/wasm/interface.go index 56af6840d..a1074e016 100644 --- a/custom/staking/wasm/interface.go +++ b/custom/staking/wasm/interface.go @@ -12,7 +12,7 @@ import ( wasmvmtypes "github.com/CosmWasm/wasmvm/types" - wasm "github.com/terra-project/core/x/wasm/exported" + wasm "github.com/terra-money/core/x/wasm/exported" ) var _ wasm.WasmQuerierInterface = WasmQuerier{} diff --git a/custom/upgrade/module.go b/custom/upgrade/module.go index 26477f438..f7c8bb8c3 100644 --- a/custom/upgrade/module.go +++ b/custom/upgrade/module.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" "github.com/cosmos/cosmos-sdk/x/upgrade" - customtypes "github.com/terra-project/core/custom/upgrade/types" + customtypes "github.com/terra-money/core/custom/upgrade/types" ) var ( diff --git a/custom/upgrade/types/codec.go b/custom/upgrade/types/codec.go index d48528f65..529e4fa16 100644 --- a/custom/upgrade/types/codec.go +++ b/custom/upgrade/types/codec.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/x/upgrade/types" - govtypes "github.com/terra-project/core/custom/gov/types" + govtypes "github.com/terra-money/core/custom/gov/types" ) // RegisterLegacyAminoCodec registers concrete types on the LegacyAmino codec diff --git a/go.mod b/go.mod index b34374c00..db717a0e2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ go 1.16 -module github.com/terra-project/core +module github.com/terra-money/core require ( github.com/CosmWasm/wasmvm v0.14.0 @@ -25,7 +25,7 @@ require ( gopkg.in/yaml.v2 v2.4.0 ) -replace github.com/cosmos/ledger-cosmos-go => github.com/terra-project/ledger-terra-go v0.11.1-terra +replace github.com/cosmos/ledger-cosmos-go => github.com/terra-money/ledger-terra-go v0.11.2 replace google.golang.org/grpc => google.golang.org/grpc v1.33.2 diff --git a/go.sum b/go.sum index 605e3bdcc..8f65fe7ec 100644 --- a/go.sum +++ b/go.sum @@ -710,8 +710,8 @@ github.com/tendermint/tm-db v0.6.2/go.mod h1:GYtQ67SUvATOcoY8/+x6ylk8Qo02BQyLrAs github.com/tendermint/tm-db v0.6.3/go.mod h1:lfA1dL9/Y/Y8wwyPp2NMLyn5P5Ptr/gvDFNWtrCWSf8= github.com/tendermint/tm-db v0.6.4 h1:3N2jlnYQkXNQclQwd/eKV/NzlqPlfK21cpRRIx80XXQ= github.com/tendermint/tm-db v0.6.4/go.mod h1:dptYhIpJ2M5kUuenLr+Yyf3zQOv1SgBZcl8/BmWlMBw= -github.com/terra-project/ledger-terra-go v0.11.1-terra h1:BnwRp8dyJMN5sROg8g6dXc5/Zoi44gd5c8Llf0Nobac= -github.com/terra-project/ledger-terra-go v0.11.1-terra/go.mod h1:5fdyEuDNvsymbqag/EaaAeWAgyAebQe2VH38H+DnXnA= +github.com/terra-money/ledger-terra-go v0.11.2 h1:BVXZl+OhJOri6vFNjjVaTabRLApw9MuG7mxWL4V718c= +github.com/terra-money/ledger-terra-go v0.11.2/go.mod h1:ClJ2XMj1ptcnONzKH+GhVPi7Y8pXIT+UzJ0TNt0tfZE= github.com/tidwall/gjson v1.6.1/go.mod h1:BaHyNc5bjzYkPqgLq7mdVzeiRtULKULXLgZFKsxEHI0= github.com/tidwall/match v1.0.1/go.mod h1:LujAq0jyVjBy028G1WhWfIzbpQfMO8bBZ6Tyb0+pL9E= github.com/tidwall/pretty v1.0.2/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= diff --git a/proto/terra/market/v1beta1/genesis.proto b/proto/terra/market/v1beta1/genesis.proto index 29e7eb572..9ea0b2870 100644 --- a/proto/terra/market/v1beta1/genesis.proto +++ b/proto/terra/market/v1beta1/genesis.proto @@ -4,7 +4,7 @@ package terra.market.v1beta1; import "gogoproto/gogo.proto"; import "terra/market/v1beta1/market.proto"; -option go_package = "github.com/terra-project/core/x/market/types"; +option go_package = "github.com/terra-money/core/x/market/types"; // GenesisState defines the market module's genesis state. message GenesisState { diff --git a/proto/terra/market/v1beta1/market.proto b/proto/terra/market/v1beta1/market.proto index 1e56bce4b..8df09a261 100644 --- a/proto/terra/market/v1beta1/market.proto +++ b/proto/terra/market/v1beta1/market.proto @@ -3,7 +3,7 @@ package terra.market.v1beta1; import "gogoproto/gogo.proto"; -option go_package = "github.com/terra-project/core/x/market/types"; +option go_package = "github.com/terra-money/core/x/market/types"; // Params defines the parameters for the market module. message Params { diff --git a/proto/terra/market/v1beta1/query.proto b/proto/terra/market/v1beta1/query.proto index fdf7dafa1..394ee77ef 100644 --- a/proto/terra/market/v1beta1/query.proto +++ b/proto/terra/market/v1beta1/query.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "terra/market/v1beta1/market.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/terra-project/core/x/market/types"; +option go_package = "github.com/terra-money/core/x/market/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/terra/market/v1beta1/tx.proto b/proto/terra/market/v1beta1/tx.proto index dd463aa72..d928620bc 100644 --- a/proto/terra/market/v1beta1/tx.proto +++ b/proto/terra/market/v1beta1/tx.proto @@ -4,7 +4,7 @@ package terra.market.v1beta1; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/terra-project/core/x/market/types"; +option go_package = "github.com/terra-money/core/x/market/types"; // Msg defines the market Msg service. service Msg { diff --git a/proto/terra/oracle/v1beta1/genesis.proto b/proto/terra/oracle/v1beta1/genesis.proto index 4d00f7396..e1f693e88 100644 --- a/proto/terra/oracle/v1beta1/genesis.proto +++ b/proto/terra/oracle/v1beta1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "terra/oracle/v1beta1/oracle.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/terra-project/core/x/oracle/types"; +option go_package = "github.com/terra-money/core/x/oracle/types"; // GenesisState defines the oracle module's genesis state. message GenesisState { diff --git a/proto/terra/oracle/v1beta1/oracle.proto b/proto/terra/oracle/v1beta1/oracle.proto index 8a5979351..6e81d712f 100644 --- a/proto/terra/oracle/v1beta1/oracle.proto +++ b/proto/terra/oracle/v1beta1/oracle.proto @@ -4,7 +4,7 @@ package terra.oracle.v1beta1; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/terra-project/core/x/oracle/types"; +option go_package = "github.com/terra-money/core/x/oracle/types"; // Params defines the parameters for the oracle module. message Params { diff --git a/proto/terra/oracle/v1beta1/query.proto b/proto/terra/oracle/v1beta1/query.proto index be71a277d..799f4faec 100644 --- a/proto/terra/oracle/v1beta1/query.proto +++ b/proto/terra/oracle/v1beta1/query.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "terra/oracle/v1beta1/oracle.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/terra-project/core/x/oracle/types"; +option go_package = "github.com/terra-money/core/x/oracle/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/terra/oracle/v1beta1/tx.proto b/proto/terra/oracle/v1beta1/tx.proto index 1c2a5bf4e..8b984fee5 100644 --- a/proto/terra/oracle/v1beta1/tx.proto +++ b/proto/terra/oracle/v1beta1/tx.proto @@ -3,7 +3,7 @@ package terra.oracle.v1beta1; import "gogoproto/gogo.proto"; -option go_package = "github.com/terra-project/core/x/oracle/types"; +option go_package = "github.com/terra-money/core/x/oracle/types"; // Msg defines the oracle Msg service. service Msg { diff --git a/proto/terra/treasury/v1beta1/genesis.proto b/proto/terra/treasury/v1beta1/genesis.proto index fb777b04f..daac7132e 100644 --- a/proto/terra/treasury/v1beta1/genesis.proto +++ b/proto/terra/treasury/v1beta1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "terra/treasury/v1beta1/treasury.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/terra-project/core/x/treasury/types"; +option go_package = "github.com/terra-money/core/x/treasury/types"; // GenesisState defines the oracle module's genesis state. message GenesisState { diff --git a/proto/terra/treasury/v1beta1/query.proto b/proto/terra/treasury/v1beta1/query.proto index 036faef82..bcd82c568 100644 --- a/proto/terra/treasury/v1beta1/query.proto +++ b/proto/terra/treasury/v1beta1/query.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "terra/treasury/v1beta1/treasury.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/terra-project/core/x/treasury/types"; +option go_package = "github.com/terra-money/core/x/treasury/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/terra/treasury/v1beta1/treasury.proto b/proto/terra/treasury/v1beta1/treasury.proto index e2ac3a6d7..0a356c583 100644 --- a/proto/terra/treasury/v1beta1/treasury.proto +++ b/proto/terra/treasury/v1beta1/treasury.proto @@ -4,7 +4,7 @@ package terra.treasury.v1beta1; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/terra-project/core/x/treasury/types"; +option go_package = "github.com/terra-money/core/x/treasury/types"; // Params defines the parameters for the oracle module. message Params { diff --git a/proto/terra/tx/v1beta1/service.proto b/proto/terra/tx/v1beta1/service.proto index eab32675b..c35a61495 100644 --- a/proto/terra/tx/v1beta1/service.proto +++ b/proto/terra/tx/v1beta1/service.proto @@ -7,7 +7,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos/tx/v1beta1/tx.proto"; option (gogoproto.goproto_registration) = true; -option go_package = "github.com/terra-project/core/custom/auth/tx"; +option go_package = "github.com/terra-money/core/custom/auth/tx"; // Service defines a gRPC service for interacting with transactions. service Service { diff --git a/proto/terra/vesting/v1beta1/vesting.proto b/proto/terra/vesting/v1beta1/vesting.proto index e0854563b..acddf14c4 100644 --- a/proto/terra/vesting/v1beta1/vesting.proto +++ b/proto/terra/vesting/v1beta1/vesting.proto @@ -4,7 +4,7 @@ package terra.vesting.v1beta1; import "gogoproto/gogo.proto"; import "cosmos/vesting/v1beta1/vesting.proto"; -option go_package = "github.com/terra-project/core/x/vesting/types"; +option go_package = "github.com/terra-money/core/x/vesting/types"; // LazyGradedVestingAccount implements the LazyGradedVestingAccount interface. It vests all // coins according to a predefined schedule. diff --git a/proto/terra/wasm/v1beta1/genesis.proto b/proto/terra/wasm/v1beta1/genesis.proto index 38850a106..72bcdb2e1 100644 --- a/proto/terra/wasm/v1beta1/genesis.proto +++ b/proto/terra/wasm/v1beta1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "terra/wasm/v1beta1/wasm.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/terra-project/core/x/wasm/types"; +option go_package = "github.com/terra-money/core/x/wasm/types"; // GenesisState defines the oracle module's genesis state. message GenesisState { diff --git a/proto/terra/wasm/v1beta1/query.proto b/proto/terra/wasm/v1beta1/query.proto index bee641a82..d3e6edc47 100644 --- a/proto/terra/wasm/v1beta1/query.proto +++ b/proto/terra/wasm/v1beta1/query.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "terra/wasm/v1beta1/wasm.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/terra-project/core/x/wasm/types"; +option go_package = "github.com/terra-money/core/x/wasm/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/terra/wasm/v1beta1/tx.proto b/proto/terra/wasm/v1beta1/tx.proto index 8d2792c30..b4962742c 100644 --- a/proto/terra/wasm/v1beta1/tx.proto +++ b/proto/terra/wasm/v1beta1/tx.proto @@ -4,7 +4,7 @@ package terra.wasm.v1beta1; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/terra-project/core/x/wasm/types"; +option go_package = "github.com/terra-money/core/x/wasm/types"; // Msg defines the oracle Msg service. service Msg { diff --git a/proto/terra/wasm/v1beta1/wasm.proto b/proto/terra/wasm/v1beta1/wasm.proto index 0a2e8139a..8fec38216 100644 --- a/proto/terra/wasm/v1beta1/wasm.proto +++ b/proto/terra/wasm/v1beta1/wasm.proto @@ -4,7 +4,7 @@ package terra.wasm.v1beta1; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/terra-project/core/x/wasm/types"; +option go_package = "github.com/terra-money/core/x/wasm/types"; // Params defines the parameters for the wasm module. message Params { diff --git a/scripts/linkify_changelog.py b/scripts/linkify_changelog.py index 6b35d4378..86bbb5aec 100644 --- a/scripts/linkify_changelog.py +++ b/scripts/linkify_changelog.py @@ -11,5 +11,5 @@ # # $ python ./scripts/linkify_changelog.py CHANGELOG.md for line in fileinput.input(inplace=1): - line = re.sub(r"\s\\#([0-9]+)", r" [\\#\1](https://github.com/terra-project/core/issues/\1)", line.rstrip()) + line = re.sub(r"\s\\#([0-9]+)", r" [\\#\1](https://github.com/terra-money/core/issues/\1)", line.rstrip()) print(line) \ No newline at end of file diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index 1c452ea30..888330e7b 100755 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -36,5 +36,5 @@ $(find "$(pwd)/third_party/proto/cosmos" -maxdepth 4 -name '*.proto') \ $(find "$(pwd)/third_party/proto/ibc" -maxdepth 4 -name '*.proto') # move proto files to the right places -cp -r github.com/terra-project/core/* ./ +cp -r github.com/terra-money/core/* ./ rm -rf github.com diff --git a/types/alias.go b/types/alias.go index 812fdfe5e..cb9f6a816 100644 --- a/types/alias.go +++ b/types/alias.go @@ -1,13 +1,13 @@ // Package types nolint // autogenerated code using github.com/rigelrozanski/multitool // aliases generated for the following subdirectories: -// ALIASGEN: github.com/terra-project/core/types/assets/ -// ALIASGEN: github.com/terra-project/core/types/util/ +// ALIASGEN: github.com/terra-money/core/types/assets/ +// ALIASGEN: github.com/terra-money/core/types/util/ package types import ( - "github.com/terra-project/core/types/assets" - "github.com/terra-project/core/types/util" + "github.com/terra-money/core/types/assets" + "github.com/terra-money/core/types/util" ) const ( diff --git a/x/market/abci.go b/x/market/abci.go index 7240a90b5..a392b6b08 100644 --- a/x/market/abci.go +++ b/x/market/abci.go @@ -3,7 +3,7 @@ package market import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/x/market/keeper" + "github.com/terra-money/core/x/market/keeper" ) // EndBlocker is called at the end of every block diff --git a/x/market/abci_test.go b/x/market/abci_test.go index c256c2c5e..b2cfd646b 100644 --- a/x/market/abci_test.go +++ b/x/market/abci_test.go @@ -4,7 +4,7 @@ import ( "testing" "github.com/stretchr/testify/require" - "github.com/terra-project/core/x/market/keeper" + "github.com/terra-money/core/x/market/keeper" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/market/client/cli/query.go b/x/market/client/cli/query.go index 90c667d38..46b453b6e 100644 --- a/x/market/client/cli/query.go +++ b/x/market/client/cli/query.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/market/client/cli/tx.go b/x/market/client/cli/tx.go index 96a6d6e2e..beda1e059 100644 --- a/x/market/client/cli/tx.go +++ b/x/market/client/cli/tx.go @@ -10,8 +10,8 @@ import ( "github.com/spf13/cobra" - feeutils "github.com/terra-project/core/custom/auth/client/utils" - "github.com/terra-project/core/x/market/types" + feeutils "github.com/terra-money/core/custom/auth/client/utils" + "github.com/terra-money/core/x/market/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/market/client/rest/query.go b/x/market/client/rest/query.go index a30053571..4dbb907d3 100644 --- a/x/market/client/rest/query.go +++ b/x/market/client/rest/query.go @@ -7,7 +7,7 @@ import ( "github.com/gorilla/mux" - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/types" "github.com/cosmos/cosmos-sdk/client" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/market/client/rest/tx.go b/x/market/client/rest/tx.go index 3a1ccb404..95dde7c7a 100644 --- a/x/market/client/rest/tx.go +++ b/x/market/client/rest/tx.go @@ -11,8 +11,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/rest" - feeutils "github.com/terra-project/core/custom/auth/client/utils" - "github.com/terra-project/core/x/market/types" + feeutils "github.com/terra-money/core/custom/auth/client/utils" + "github.com/terra-money/core/x/market/types" ) func registerTxHandlers(clientCtx client.Context, rtr *mux.Router) { diff --git a/x/market/common_test.go b/x/market/common_test.go index 5f7fdb5dd..3b0e9a0eb 100644 --- a/x/market/common_test.go +++ b/x/market/common_test.go @@ -3,8 +3,8 @@ package market import ( "testing" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/market/keeper" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/market/keeper" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/market/exported/alias.go b/x/market/exported/alias.go index ab8ef44b4..b5ec41bd1 100644 --- a/x/market/exported/alias.go +++ b/x/market/exported/alias.go @@ -2,7 +2,7 @@ //DONTCOVER package exported -import "github.com/terra-project/core/x/market/types" +import "github.com/terra-money/core/x/market/types" type ( MsgSwap = types.MsgSwap diff --git a/x/market/genesis.go b/x/market/genesis.go index 1b8197afd..dbdefb5e1 100644 --- a/x/market/genesis.go +++ b/x/market/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/x/market/keeper" - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/keeper" + "github.com/terra-money/core/x/market/types" ) // InitGenesis initialize default parameters diff --git a/x/market/genesis_test.go b/x/market/genesis_test.go index c938276fb..58d6b0cd7 100644 --- a/x/market/genesis_test.go +++ b/x/market/genesis_test.go @@ -4,7 +4,7 @@ import ( "testing" "github.com/stretchr/testify/require" - "github.com/terra-project/core/x/market/keeper" + "github.com/terra-money/core/x/market/keeper" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/market/handler.go b/x/market/handler.go index fb67f25d6..a8b19876c 100644 --- a/x/market/handler.go +++ b/x/market/handler.go @@ -4,8 +4,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/terra-project/core/x/market/keeper" - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/keeper" + "github.com/terra-money/core/x/market/types" ) // NewHandler creates a new handler for all market type messages. diff --git a/x/market/handler_test.go b/x/market/handler_test.go index 2d39c7064..dcf71ad5b 100644 --- a/x/market/handler_test.go +++ b/x/market/handler_test.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/market/keeper" - "github.com/terra-project/core/x/market/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/market/keeper" + "github.com/terra-money/core/x/market/types" ) func TestMarketFilters(t *testing.T) { diff --git a/x/market/keeper/alias_functions.go b/x/market/keeper/alias_functions.go index 4cf799cf9..4b0e63c0d 100644 --- a/x/market/keeper/alias_functions.go +++ b/x/market/keeper/alias_functions.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/types" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" diff --git a/x/market/keeper/keeper.go b/x/market/keeper/keeper.go index 86bd4a42a..808da0da1 100644 --- a/x/market/keeper/keeper.go +++ b/x/market/keeper/keeper.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/types" ) // Keeper of the market store diff --git a/x/market/keeper/keeper_test.go b/x/market/keeper/keeper_test.go index f7c80bccd..afc7a4164 100644 --- a/x/market/keeper/keeper_test.go +++ b/x/market/keeper/keeper_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/market/keeper/legacy_querier.go b/x/market/keeper/legacy_querier.go index 869f74459..379d26e2b 100644 --- a/x/market/keeper/legacy_querier.go +++ b/x/market/keeper/legacy_querier.go @@ -2,7 +2,7 @@ package keeper import ( abci "github.com/tendermint/tendermint/abci/types" - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/market/keeper/legacy_querier_test.go b/x/market/keeper/legacy_querier_test.go index 6267d6b61..b9fa38663 100644 --- a/x/market/keeper/legacy_querier_test.go +++ b/x/market/keeper/legacy_querier_test.go @@ -8,8 +8,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/market/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/market/types" ) func TestNewLegacyQuerier(t *testing.T) { diff --git a/x/market/keeper/msg_server.go b/x/market/keeper/msg_server.go index c265b8ff4..8f2efbe6c 100644 --- a/x/market/keeper/msg_server.go +++ b/x/market/keeper/msg_server.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/x/market/types" - oracletypes "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/market/types" + oracletypes "github.com/terra-money/core/x/oracle/types" ) type msgServer struct { diff --git a/x/market/keeper/params.go b/x/market/keeper/params.go index 3a79ed996..a70ac6722 100644 --- a/x/market/keeper/params.go +++ b/x/market/keeper/params.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/market/keeper/querier.go b/x/market/keeper/querier.go index fea696169..e10b7639a 100644 --- a/x/market/keeper/querier.go +++ b/x/market/keeper/querier.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/types" ) // querier is used as Keeper will have duplicate methods if used directly, and gRPC names take precedence over q diff --git a/x/market/keeper/querier_test.go b/x/market/keeper/querier_test.go index a8e469a0c..bf0d30df5 100644 --- a/x/market/keeper/querier_test.go +++ b/x/market/keeper/querier_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/market/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/market/types" ) func TestQueryParams(t *testing.T) { diff --git a/x/market/keeper/swap.go b/x/market/keeper/swap.go index d2a6380e5..f7532a422 100644 --- a/x/market/keeper/swap.go +++ b/x/market/keeper/swap.go @@ -3,8 +3,8 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/market/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/market/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" ) diff --git a/x/market/keeper/swap_test.go b/x/market/keeper/swap_test.go index e6616ea96..c946d768b 100644 --- a/x/market/keeper/swap_test.go +++ b/x/market/keeper/swap_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/market/keeper/test_utils.go b/x/market/keeper/test_utils.go index c3bf484eb..439f8a63d 100644 --- a/x/market/keeper/test_utils.go +++ b/x/market/keeper/test_utils.go @@ -9,16 +9,16 @@ import ( "github.com/stretchr/testify/require" - customauth "github.com/terra-project/core/custom/auth" - custombank "github.com/terra-project/core/custom/bank" - customdistr "github.com/terra-project/core/custom/distribution" - customparams "github.com/terra-project/core/custom/params" - customstaking "github.com/terra-project/core/custom/staking" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/market/types" - "github.com/terra-project/core/x/oracle" - oraclekeeper "github.com/terra-project/core/x/oracle/keeper" - oracletypes "github.com/terra-project/core/x/oracle/types" + customauth "github.com/terra-money/core/custom/auth" + custombank "github.com/terra-money/core/custom/bank" + customdistr "github.com/terra-money/core/custom/distribution" + customparams "github.com/terra-money/core/custom/params" + customstaking "github.com/terra-money/core/custom/staking" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/market/types" + "github.com/terra-money/core/x/oracle" + oraclekeeper "github.com/terra-money/core/x/oracle/keeper" + oracletypes "github.com/terra-money/core/x/oracle/types" "github.com/tendermint/tendermint/crypto" "github.com/tendermint/tendermint/crypto/secp256k1" diff --git a/x/market/legacy/v05/migrate.go b/x/market/legacy/v05/migrate.go index 79ef9ce87..0127a9c1e 100644 --- a/x/market/legacy/v05/migrate.go +++ b/x/market/legacy/v05/migrate.go @@ -3,8 +3,8 @@ package v05 import ( sdk "github.com/cosmos/cosmos-sdk/types" - v04market "github.com/terra-project/core/x/market/legacy/v04" - v05market "github.com/terra-project/core/x/market/types" + v04market "github.com/terra-money/core/x/market/legacy/v04" + v05market "github.com/terra-money/core/x/market/types" ) // Migrate accepts exported v0.4 x/market and diff --git a/x/market/legacy/v05/migrate_test.go b/x/market/legacy/v05/migrate_test.go index 917ee65ee..804162efb 100644 --- a/x/market/legacy/v05/migrate_test.go +++ b/x/market/legacy/v05/migrate_test.go @@ -9,10 +9,10 @@ import ( "github.com/cosmos/cosmos-sdk/client" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/app" - core "github.com/terra-project/core/types" - v04market "github.com/terra-project/core/x/market/legacy/v04" - v05market "github.com/terra-project/core/x/market/legacy/v05" + "github.com/terra-money/core/app" + core "github.com/terra-money/core/types" + v04market "github.com/terra-money/core/x/market/legacy/v04" + v05market "github.com/terra-money/core/x/market/legacy/v05" ) func TestMigrate(t *testing.T) { diff --git a/x/market/module.go b/x/market/module.go index 835a3cda6..9698b3314 100644 --- a/x/market/module.go +++ b/x/market/module.go @@ -20,11 +20,11 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/terra-project/core/x/market/client/cli" - "github.com/terra-project/core/x/market/client/rest" - "github.com/terra-project/core/x/market/keeper" - "github.com/terra-project/core/x/market/simulation" - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/client/cli" + "github.com/terra-money/core/x/market/client/rest" + "github.com/terra-money/core/x/market/keeper" + "github.com/terra-money/core/x/market/simulation" + "github.com/terra-money/core/x/market/types" ) var ( diff --git a/x/market/simulation/decoder.go b/x/market/simulation/decoder.go index cd637f178..b77a62784 100644 --- a/x/market/simulation/decoder.go +++ b/x/market/simulation/decoder.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/kv" - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/types" ) // NewDecodeStore returns a decoder function closure that unmarshals the KVPair's diff --git a/x/market/simulation/decoder_test.go b/x/market/simulation/decoder_test.go index dfabbfaaf..fcca5f297 100644 --- a/x/market/simulation/decoder_test.go +++ b/x/market/simulation/decoder_test.go @@ -9,8 +9,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/kv" - "github.com/terra-project/core/x/market/keeper" - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/keeper" + "github.com/terra-money/core/x/market/types" ) func TestDecodeDistributionStore(t *testing.T) { diff --git a/x/market/simulation/genesis.go b/x/market/simulation/genesis.go index 703ed8ad9..d7812edae 100644 --- a/x/market/simulation/genesis.go +++ b/x/market/simulation/genesis.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/types" ) // Simulation parameter constants diff --git a/x/market/simulation/operations.go b/x/market/simulation/operations.go index 1d2b496b2..4160f5ad2 100644 --- a/x/market/simulation/operations.go +++ b/x/market/simulation/operations.go @@ -6,7 +6,7 @@ import ( "math/rand" "strings" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" "github.com/cosmos/cosmos-sdk/baseapp" "github.com/cosmos/cosmos-sdk/codec" @@ -16,7 +16,7 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/types" ) // Simulation operation weights constants diff --git a/x/market/simulation/params.go b/x/market/simulation/params.go index 3d3c1d8b9..d78b427eb 100644 --- a/x/market/simulation/params.go +++ b/x/market/simulation/params.go @@ -9,7 +9,7 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/terra-project/core/x/market/types" + "github.com/terra-money/core/x/market/types" ) // ParamChanges defines the parameters that can be modified by param change proposals diff --git a/x/market/types/genesis.pb.go b/x/market/types/genesis.pb.go index 63e2ca728..8d4745b37 100644 --- a/x/market/types/genesis.pb.go +++ b/x/market/types/genesis.pb.go @@ -84,24 +84,24 @@ func init() { var fileDescriptor_e30414b001901db3 = []byte{ // 289 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0xd0, 0x31, 0x4f, 0xc2, 0x40, - 0x14, 0xc0, 0xf1, 0x9e, 0x1a, 0x86, 0x8a, 0x31, 0x21, 0x0c, 0x84, 0x98, 0x03, 0x19, 0x0c, 0x83, - 0xdc, 0x05, 0xdd, 0x1c, 0x09, 0xd1, 0x95, 0x60, 0xe2, 0xe0, 0x42, 0xae, 0xe5, 0xa5, 0x22, 0x6d, - 0x5f, 0x73, 0xf7, 0x30, 0xfa, 0x2d, 0xfc, 0x58, 0x8c, 0x8c, 0xc6, 0x81, 0x98, 0xf6, 0x5b, 0x38, - 0x99, 0xbb, 0x56, 0xc3, 0xc0, 0xe4, 0xd4, 0x0e, 0xff, 0xf7, 0x7b, 0xb9, 0xe7, 0xf7, 0x08, 0xb4, - 0x56, 0x32, 0x51, 0x7a, 0x09, 0x24, 0x5f, 0x86, 0x01, 0x90, 0x1a, 0xca, 0x08, 0x52, 0x30, 0x0b, - 0x23, 0x32, 0x8d, 0x84, 0x8d, 0xa6, 0x6b, 0x44, 0xd9, 0x88, 0xaa, 0x69, 0x37, 0x23, 0x8c, 0xd0, - 0x05, 0xd2, 0xfe, 0x95, 0x6d, 0xfb, 0x7c, 0xaf, 0x57, 0x8d, 0xba, 0xa4, 0xf7, 0xcd, 0xfc, 0xfa, - 0x5d, 0xb9, 0xe0, 0x9e, 0x14, 0x41, 0xe3, 0xc6, 0xaf, 0x65, 0x4a, 0xab, 0xc4, 0xb4, 0x58, 0x97, - 0xf5, 0x8f, 0xaf, 0xce, 0xc4, 0xbe, 0x85, 0x62, 0xe2, 0x9a, 0xd1, 0xd1, 0x7a, 0xdb, 0xf1, 0xa6, - 0xd5, 0x44, 0xe3, 0xc1, 0x3f, 0x4d, 0x16, 0x29, 0xcd, 0x32, 0xc4, 0x78, 0x36, 0x87, 0x98, 0x54, - 0xeb, 0xa0, 0xcb, 0xfa, 0xf5, 0x91, 0xb0, 0xd9, 0xe7, 0xb6, 0x73, 0x11, 0x2d, 0xe8, 0x69, 0x15, - 0x88, 0x10, 0x13, 0x19, 0xa2, 0x49, 0xd0, 0x54, 0x9f, 0x81, 0x99, 0x2f, 0x25, 0xbd, 0x65, 0x60, - 0xc4, 0x18, 0xc2, 0xe9, 0x89, 0x65, 0x26, 0x88, 0xf1, 0xd8, 0x22, 0xd6, 0x0d, 0x56, 0x3a, 0xdd, - 0x75, 0x0f, 0xff, 0xe7, 0x5a, 0xe6, 0xcf, 0x1d, 0xdd, 0xae, 0x73, 0xce, 0x36, 0x39, 0x67, 0x5f, - 0x39, 0x67, 0xef, 0x05, 0xf7, 0x36, 0x05, 0xf7, 0x3e, 0x0a, 0xee, 0x3d, 0x5e, 0xee, 0x80, 0xee, - 0xfd, 0x83, 0x4c, 0xe3, 0x33, 0x84, 0x24, 0x43, 0xd4, 0x20, 0x5f, 0x7f, 0x6f, 0xea, 0xe8, 0xa0, - 0xe6, 0x6e, 0x79, 0xfd, 0x13, 0x00, 0x00, 0xff, 0xff, 0x46, 0x25, 0xd0, 0x9e, 0xc0, 0x01, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2a, 0x49, 0x2d, 0x2a, + 0x4a, 0xd4, 0xcf, 0x4d, 0x2c, 0xca, 0x4e, 0x2d, 0xd1, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, + 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, + 0x01, 0xab, 0xd1, 0x83, 0xa8, 0xd1, 0x83, 0xaa, 0x91, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0x2b, + 0xd0, 0x07, 0xb1, 0x20, 0x6a, 0xa5, 0x14, 0xb1, 0x9a, 0x07, 0xd5, 0x0a, 0x56, 0xa2, 0xf4, 0x8b, + 0x91, 0x8b, 0xc7, 0x1d, 0x62, 0x41, 0x70, 0x49, 0x62, 0x49, 0xaa, 0x90, 0x15, 0x17, 0x5b, 0x41, + 0x62, 0x51, 0x62, 0x6e, 0xb1, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0xb7, 0x91, 0x8c, 0x1e, 0x36, 0x0b, + 0xf5, 0x02, 0xc0, 0x6a, 0x9c, 0x58, 0x4e, 0xdc, 0x93, 0x67, 0x08, 0x82, 0xea, 0x10, 0x0a, 0xe3, + 0xe2, 0xcf, 0xcd, 0xcc, 0x2b, 0x89, 0x2f, 0xc8, 0xcf, 0xcf, 0x89, 0x4f, 0x49, 0xcd, 0x29, 0x49, + 0x94, 0x60, 0x52, 0x60, 0xd4, 0xe0, 0x71, 0xd2, 0x03, 0x29, 0xbb, 0x75, 0x4f, 0x5e, 0x2d, 0x3d, + 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x3f, 0x39, 0xbf, 0x38, 0x37, 0xbf, 0x18, + 0x4a, 0xe9, 0x16, 0xa7, 0x64, 0xeb, 0x97, 0x54, 0x16, 0xa4, 0x16, 0xeb, 0xb9, 0xa4, 0x26, 0x07, + 0xf1, 0x82, 0x8c, 0x09, 0xc8, 0xcf, 0xcf, 0x71, 0x01, 0x19, 0x02, 0x32, 0x37, 0xa9, 0xb4, 0x28, + 0x0f, 0xd9, 0x5c, 0x66, 0xf2, 0xcc, 0x05, 0x19, 0x03, 0x37, 0xd7, 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, 0x90, 0x0c, 0x04, 0xfb, 0x5f, 0x37, 0x37, 0x3f, + 0x2f, 0xb5, 0x52, 0x3f, 0x39, 0xbf, 0x28, 0x55, 0xbf, 0x02, 0x16, 0xa2, 0x60, 0x83, 0x93, 0xd8, + 0xc0, 0x21, 0x69, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xc7, 0x3d, 0x60, 0x84, 0xbe, 0x01, 0x00, 0x00, } diff --git a/x/market/types/market.pb.go b/x/market/types/market.pb.go index 3571575bd..f934fd935 100644 --- a/x/market/types/market.pb.go +++ b/x/market/types/market.pb.go @@ -78,30 +78,30 @@ func init() { func init() { proto.RegisterFile("terra/market/v1beta1/market.proto", fileDescriptor_114ea92c5ae3e66f) } var fileDescriptor_114ea92c5ae3e66f = []byte{ - // 362 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x92, 0x31, 0x4b, 0xfb, 0x40, - 0x18, 0xc6, 0x93, 0x7f, 0x4b, 0xf9, 0x13, 0x8a, 0x43, 0x88, 0x50, 0x2c, 0x24, 0x35, 0x83, 0x74, - 0xb0, 0x09, 0xc5, 0xad, 0x63, 0x10, 0x9d, 0x84, 0x9a, 0x6e, 0x2e, 0xe1, 0x92, 0x1e, 0xf5, 0x6c, - 0x2e, 0x6f, 0xb8, 0xbb, 0x16, 0x33, 0xf9, 0x15, 0x1c, 0x1d, 0xfb, 0x61, 0x1c, 0x3a, 0x76, 0x14, - 0x87, 0x20, 0xed, 0xe2, 0xdc, 0x4f, 0x20, 0xb9, 0xa6, 0xa5, 0x45, 0x17, 0x71, 0xba, 0xbb, 0x1f, - 0x0f, 0xcf, 0x73, 0xef, 0xcb, 0xa3, 0x9d, 0x0a, 0xcc, 0x18, 0x72, 0x29, 0x62, 0x63, 0x2c, 0xdc, - 0x69, 0x37, 0xc4, 0x02, 0x75, 0xcb, 0xa7, 0x93, 0x32, 0x10, 0xa0, 0x1b, 0x52, 0xe2, 0x94, 0xac, - 0x94, 0x9c, 0x18, 0x23, 0x18, 0x81, 0x14, 0xb8, 0xc5, 0x6d, 0xa3, 0xb5, 0x5f, 0x2b, 0x5a, 0xad, - 0x8f, 0x18, 0xa2, 0x5c, 0xa7, 0xda, 0x11, 0x25, 0x89, 0x08, 0x42, 0xc4, 0x71, 0x90, 0x02, 0xc4, - 0x0d, 0xb5, 0xa5, 0xb6, 0xeb, 0xde, 0xf5, 0x3c, 0xb7, 0x94, 0xf7, 0xdc, 0x3a, 0x1b, 0x11, 0x71, - 0x3f, 0x09, 0x9d, 0x08, 0xa8, 0x1b, 0x01, 0xa7, 0xc0, 0xcb, 0xa3, 0xc3, 0x87, 0x63, 0x57, 0x64, - 0x29, 0xe6, 0xce, 0x25, 0x8e, 0xd6, 0xb9, 0x75, 0x9c, 0x21, 0x1a, 0xf7, 0xec, 0x43, 0x37, 0xdb, - 0xaf, 0x17, 0xc0, 0x43, 0x1c, 0xf7, 0x01, 0xe2, 0x22, 0x2e, 0x9c, 0xb0, 0x64, 0x2f, 0xee, 0xdf, - 0xdf, 0xe2, 0x0e, 0xdd, 0x6c, 0xbf, 0x5e, 0x80, 0x5d, 0xdc, 0xad, 0x66, 0x14, 0x38, 0x60, 0x38, - 0x82, 0x29, 0x66, 0x59, 0x90, 0x62, 0x46, 0x60, 0xd8, 0xa8, 0xb4, 0xd4, 0x76, 0xd5, 0xb3, 0xd6, - 0xb9, 0xd5, 0xdc, 0xd8, 0xfc, 0xa4, 0xb2, 0x7d, 0xbd, 0xc0, 0x7e, 0x49, 0xfb, 0x12, 0xea, 0x4f, - 0x9a, 0x41, 0x49, 0x12, 0x70, 0x81, 0x42, 0x12, 0x13, 0x91, 0x05, 0x3c, 0x65, 0x18, 0x0d, 0x1b, - 0x55, 0x39, 0xc7, 0xcd, 0xaf, 0xe7, 0x68, 0xee, 0xd6, 0xf6, 0xcd, 0xd3, 0xf6, 0x75, 0x4a, 0x92, - 0xc1, 0x96, 0x0e, 0x24, 0xec, 0xfd, 0x7f, 0x99, 0x59, 0xca, 0xe7, 0xcc, 0x52, 0xbd, 0xab, 0xf9, - 0xd2, 0x54, 0x17, 0x4b, 0x53, 0xfd, 0x58, 0x9a, 0xea, 0xf3, 0xca, 0x54, 0x16, 0x2b, 0x53, 0x79, - 0x5b, 0x99, 0xca, 0xdd, 0xf9, 0x5e, 0xbc, 0xec, 0x45, 0x27, 0x65, 0xf0, 0x80, 0x23, 0xe1, 0x46, - 0xc0, 0xb0, 0xfb, 0xb8, 0x6d, 0x92, 0xfc, 0x48, 0x58, 0x93, 0xad, 0xb8, 0xf8, 0x0a, 0x00, 0x00, - 0xff, 0xff, 0xf9, 0x37, 0xff, 0x7a, 0x66, 0x02, 0x00, 0x00, + // 359 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x92, 0x31, 0x6b, 0xc2, 0x40, + 0x1c, 0xc5, 0x93, 0x2a, 0x52, 0x82, 0x74, 0x08, 0x29, 0x48, 0x85, 0xc4, 0x66, 0x28, 0x52, 0x30, + 0x41, 0xba, 0x39, 0x06, 0xa1, 0x53, 0xc1, 0xc6, 0xad, 0x4b, 0xb8, 0xc4, 0xc3, 0x1e, 0xe6, 0xf2, + 0x0f, 0x77, 0xa7, 0x34, 0x53, 0xbf, 0x42, 0xc7, 0x8e, 0x7e, 0x98, 0x0e, 0x8e, 0x8e, 0xa5, 0x43, + 0x28, 0xba, 0x74, 0xf6, 0x13, 0x94, 0x9c, 0x51, 0x94, 0x76, 0x29, 0x9d, 0xee, 0xee, 0xc7, 0xe3, + 0xbd, 0xfb, 0xff, 0x79, 0xda, 0xa5, 0xc0, 0x8c, 0x21, 0x97, 0x22, 0x36, 0xc1, 0xc2, 0x9d, 0x75, + 0x43, 0x2c, 0x50, 0xb7, 0x7c, 0x3a, 0x29, 0x03, 0x01, 0xba, 0x21, 0x25, 0x4e, 0xc9, 0x4a, 0xc9, + 0x85, 0x31, 0x86, 0x31, 0x48, 0x81, 0x5b, 0xdc, 0xb6, 0x5a, 0xfb, 0xad, 0xa2, 0xd5, 0x06, 0x88, + 0x21, 0xca, 0x75, 0xaa, 0x9d, 0x51, 0x92, 0x88, 0x20, 0x44, 0x1c, 0x07, 0x29, 0x40, 0xdc, 0x50, + 0x5b, 0x6a, 0xbb, 0xee, 0xdd, 0x2e, 0x72, 0x4b, 0xf9, 0xc8, 0xad, 0xab, 0x31, 0x11, 0x8f, 0xd3, + 0xd0, 0x89, 0x80, 0xba, 0x11, 0x70, 0x0a, 0xbc, 0x3c, 0x3a, 0x7c, 0x34, 0x71, 0x45, 0x96, 0x62, + 0xee, 0xf4, 0x71, 0xb4, 0xc9, 0xad, 0xf3, 0x0c, 0xd1, 0xb8, 0x67, 0x1f, 0xbb, 0xd9, 0x7e, 0xbd, + 0x00, 0x1e, 0xe2, 0x78, 0x00, 0x10, 0x17, 0x71, 0xe1, 0x94, 0x25, 0x07, 0x71, 0x27, 0xff, 0x8b, + 0x3b, 0x76, 0xb3, 0xfd, 0x7a, 0x01, 0xf6, 0x71, 0xf7, 0x9a, 0x51, 0xe0, 0x80, 0xe1, 0x08, 0x66, + 0x98, 0x65, 0x41, 0x8a, 0x19, 0x81, 0x51, 0xa3, 0xd2, 0x52, 0xdb, 0x55, 0xcf, 0xda, 0xe4, 0x56, + 0x73, 0x6b, 0xf3, 0x9b, 0xca, 0xf6, 0xf5, 0x02, 0xfb, 0x25, 0x1d, 0x48, 0xa8, 0x3f, 0x6b, 0x06, + 0x25, 0x49, 0xc0, 0x05, 0x0a, 0x49, 0x4c, 0x44, 0x16, 0xf0, 0x94, 0x61, 0x34, 0x6a, 0x54, 0xe5, + 0x1c, 0x77, 0x7f, 0x9e, 0xa3, 0xb9, 0x5f, 0xdb, 0x0f, 0x4f, 0xdb, 0xd7, 0x29, 0x49, 0x86, 0x3b, + 0x3a, 0x94, 0xb0, 0x77, 0xfa, 0x3a, 0xb7, 0x94, 0xaf, 0xb9, 0xa5, 0x7a, 0xfd, 0xc5, 0xca, 0x54, + 0x97, 0x2b, 0x53, 0xfd, 0x5c, 0x99, 0xea, 0xcb, 0xda, 0x54, 0x96, 0x6b, 0x53, 0x79, 0x5f, 0x9b, + 0xca, 0xc3, 0xf5, 0x41, 0xbc, 0xec, 0x45, 0x87, 0x42, 0x82, 0x33, 0x37, 0x02, 0x86, 0xdd, 0xa7, + 0x5d, 0x8f, 0xe4, 0x37, 0xc2, 0x9a, 0xec, 0xc4, 0xcd, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf3, + 0x04, 0x20, 0xed, 0x64, 0x02, 0x00, 0x00, } func (this *Params) Equal(that interface{}) bool { diff --git a/x/market/types/msgs_test.go b/x/market/types/msgs_test.go index 7df650027..2122d74e2 100644 --- a/x/market/types/msgs_test.go +++ b/x/market/types/msgs_test.go @@ -3,7 +3,7 @@ package types import ( "testing" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" "github.com/stretchr/testify/require" diff --git a/x/market/types/params.go b/x/market/types/params.go index 7d4fb77f5..4333e6c8e 100644 --- a/x/market/types/params.go +++ b/x/market/types/params.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" ) // Parameter keys diff --git a/x/market/types/query.pb.go b/x/market/types/query.pb.go index 0d97171dd..297194b08 100644 --- a/x/market/types/query.pb.go +++ b/x/market/types/query.pb.go @@ -367,44 +367,44 @@ func init() { func init() { proto.RegisterFile("terra/market/v1beta1/query.proto", fileDescriptor_c172d0f188bf2fb6) } var fileDescriptor_c172d0f188bf2fb6 = []byte{ - // 581 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0x31, 0x6f, 0xd3, 0x40, - 0x14, 0xc7, 0xed, 0xaa, 0x54, 0xcd, 0x95, 0x0a, 0x38, 0x32, 0xb4, 0x6e, 0xe4, 0x04, 0x0b, 0xda, - 0x20, 0x11, 0x1f, 0x2d, 0x5b, 0x07, 0x84, 0x42, 0xc4, 0x86, 0xd4, 0x06, 0xc1, 0xc0, 0x12, 0x9d, - 0x9d, 0x6b, 0x30, 0x89, 0xfd, 0xdc, 0xbb, 0x0b, 0x10, 0xb1, 0xc1, 0xc2, 0x88, 0xc4, 0x17, 0x28, - 0xdf, 0xa6, 0x63, 0x05, 0x0b, 0x62, 0xa8, 0x50, 0xc2, 0xc0, 0xc7, 0x40, 0x77, 0xbe, 0x94, 0x24, - 0x32, 0x69, 0x11, 0x53, 0x92, 0x7b, 0xff, 0xf7, 0x7f, 0xbf, 0xf8, 0xfd, 0xcf, 0xa8, 0x22, 0x19, - 0xe7, 0x94, 0xc4, 0x94, 0x77, 0x99, 0x24, 0xaf, 0xb6, 0x03, 0x26, 0xe9, 0x36, 0x39, 0xec, 0x33, - 0x3e, 0xf0, 0x53, 0x0e, 0x12, 0x70, 0x51, 0x2b, 0xfc, 0x4c, 0xe1, 0x1b, 0x85, 0x53, 0xec, 0x40, - 0x07, 0xb4, 0x80, 0xa8, 0x6f, 0x99, 0xd6, 0x29, 0x75, 0x00, 0x3a, 0x3d, 0x46, 0x68, 0x1a, 0x11, - 0x9a, 0x24, 0x20, 0xa9, 0x8c, 0x20, 0x11, 0xa6, 0x7a, 0x23, 0x77, 0x96, 0x31, 0xce, 0x24, 0x6e, - 0x08, 0x22, 0x06, 0x41, 0x02, 0x2a, 0xd8, 0x99, 0x22, 0x84, 0x28, 0xc9, 0xea, 0xde, 0x00, 0x5d, - 0xdd, 0x57, 0x6c, 0x4f, 0x5e, 0xd3, 0xb4, 0xc9, 0x0e, 0xfb, 0x4c, 0x48, 0x7c, 0x1f, 0x21, 0x38, - 0x38, 0x60, 0xbc, 0xa5, 0x74, 0x6b, 0x76, 0xc5, 0xae, 0xae, 0xec, 0xac, 0xfb, 0x99, 0x91, 0xaf, - 0x8c, 0xc6, 0xd0, 0xfe, 0x43, 0x88, 0x92, 0xfa, 0xe2, 0xf1, 0x69, 0xd9, 0x6a, 0x16, 0x74, 0x8b, - 0x3a, 0xc0, 0x1b, 0xa8, 0x40, 0x45, 0xb7, 0xd5, 0x66, 0x09, 0xc4, 0x6b, 0x0b, 0x15, 0xbb, 0x5a, - 0x68, 0x2e, 0x53, 0xd1, 0x6d, 0xa8, 0xdf, 0xbb, 0xcb, 0x1f, 0x8e, 0xca, 0xd6, 0xaf, 0xa3, 0xb2, - 0xe5, 0x3d, 0x45, 0xd7, 0x26, 0x46, 0x8b, 0x14, 0x12, 0xc1, 0xf0, 0x03, 0xb4, 0xc2, 0x99, 0xec, - 0xf3, 0xe4, 0x9f, 0x86, 0xa3, 0xac, 0x47, 0x9d, 0x78, 0x1b, 0x68, 0x5d, 0xdb, 0x3e, 0x8e, 0x12, - 0xb9, 0x07, 0xd0, 0x6b, 0xb0, 0x9e, 0xa4, 0xe6, 0xaf, 0x79, 0x12, 0x39, 0x79, 0x45, 0x33, 0xfc, - 0x19, 0xba, 0x12, 0x47, 0x89, 0x6c, 0xa5, 0x00, 0xbd, 0x56, 0x5b, 0x95, 0x34, 0xc0, 0xe5, 0xba, - 0xaf, 0xa6, 0x7c, 0x3f, 0x2d, 0x6f, 0x76, 0x22, 0xf9, 0xa2, 0x1f, 0xf8, 0x21, 0xc4, 0xc4, 0x3c, - 0xd8, 0xec, 0xa3, 0x26, 0xda, 0x5d, 0x22, 0x07, 0x29, 0x13, 0x7e, 0x83, 0x85, 0xcd, 0xd5, 0x78, - 0xd2, 0xff, 0x0c, 0xa9, 0xde, 0xe7, 0xc9, 0x5f, 0x91, 0x66, 0x8a, 0x7f, 0x90, 0x02, 0xf5, 0x34, - 0xfe, 0x1f, 0x29, 0x98, 0xf4, 0xf7, 0x8a, 0x08, 0xeb, 0xa9, 0x7b, 0x94, 0xd3, 0x58, 0x8c, 0x59, - 0xf6, 0xd1, 0xf5, 0xa9, 0x53, 0x03, 0xb1, 0x8b, 0x96, 0x52, 0x7d, 0x62, 0xf6, 0x51, 0xf2, 0xf3, - 0x22, 0xec, 0x67, 0x5d, 0x66, 0x25, 0xa6, 0x63, 0xe7, 0xcb, 0x22, 0xba, 0xa4, 0x3d, 0xf1, 0x5b, - 0xb4, 0xa8, 0x56, 0x8d, 0x37, 0xf3, 0xbb, 0x67, 0x63, 0xe8, 0x6c, 0x9d, 0xab, 0xcb, 0xf0, 0x3c, - 0xef, 0xdd, 0xd7, 0x9f, 0x9f, 0x16, 0x4a, 0xd8, 0x21, 0xb9, 0xf7, 0x41, 0xa8, 0xa1, 0x9f, 0x6d, - 0xb4, 0x3a, 0xb5, 0x74, 0x4c, 0xe6, 0xd8, 0xe7, 0x65, 0xc7, 0xb9, 0x7b, 0xf1, 0x06, 0x03, 0x56, - 0xd3, 0x60, 0x5b, 0xf8, 0x56, 0x3e, 0xd8, 0x4c, 0xd6, 0x34, 0xe3, 0x54, 0x0a, 0xe6, 0x32, 0xe6, - 0x85, 0x69, 0x2e, 0x63, 0x6e, 0xc0, 0xce, 0x63, 0x9c, 0x09, 0x1f, 0x7e, 0x6f, 0xa3, 0xa5, 0x6c, - 0xcf, 0xb8, 0x3a, 0x67, 0xd6, 0x54, 0xac, 0x9c, 0xdb, 0x17, 0x50, 0x1a, 0x9c, 0x9b, 0x1a, 0xc7, - 0xc5, 0xa5, 0x7c, 0x9c, 0x2c, 0x54, 0xf5, 0x47, 0xc7, 0x43, 0xd7, 0x3e, 0x19, 0xba, 0xf6, 0x8f, - 0xa1, 0x6b, 0x7f, 0x1c, 0xb9, 0xd6, 0xc9, 0xc8, 0xb5, 0xbe, 0x8d, 0x5c, 0xeb, 0xf9, 0x9d, 0x89, - 0xeb, 0xa0, 0x1d, 0x6a, 0x29, 0x87, 0x97, 0x2c, 0x94, 0x24, 0x04, 0xce, 0xc8, 0x9b, 0xb1, 0xa1, - 0xbe, 0x18, 0xc1, 0x92, 0x7e, 0x09, 0xde, 0xfb, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x5b, 0x94, 0xaf, - 0x35, 0xb5, 0x05, 0x00, 0x00, + // 579 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0x4f, 0x6f, 0x12, 0x41, + 0x18, 0xc6, 0x77, 0x9b, 0xda, 0xb4, 0x53, 0x1b, 0x75, 0xe4, 0xd0, 0x6e, 0xc9, 0x82, 0x1b, 0x6d, + 0xd1, 0x84, 0x1d, 0x5b, 0x6f, 0x3d, 0x18, 0x83, 0x5c, 0x4d, 0x5a, 0x8c, 0x1e, 0xbc, 0x90, 0x59, + 0x98, 0xe2, 0x06, 0x76, 0xde, 0xed, 0xce, 0xa0, 0x12, 0x6f, 0x7a, 0xf1, 0x68, 0xe2, 0x17, 0xa8, + 0xdf, 0xa6, 0xc7, 0x46, 0x2f, 0xc6, 0x43, 0x63, 0xc0, 0x83, 0x1f, 0xc3, 0xcc, 0x1f, 0x2a, 0x90, + 0x95, 0xd6, 0x78, 0x02, 0xe6, 0x7d, 0xde, 0xe7, 0xfd, 0xb1, 0xef, 0x33, 0x8b, 0xca, 0x92, 0x65, + 0x19, 0x25, 0x09, 0xcd, 0xba, 0x4c, 0x92, 0x57, 0x3b, 0x11, 0x93, 0x74, 0x87, 0x1c, 0xf5, 0x59, + 0x36, 0x08, 0xd3, 0x0c, 0x24, 0xe0, 0x82, 0x56, 0x84, 0x46, 0x11, 0x5a, 0x85, 0x57, 0xe8, 0x40, + 0x07, 0xb4, 0x80, 0xa8, 0x6f, 0x46, 0xeb, 0x15, 0x3b, 0x00, 0x9d, 0x1e, 0x23, 0x34, 0x8d, 0x09, + 0xe5, 0x1c, 0x24, 0x95, 0x31, 0x70, 0x61, 0xab, 0xb7, 0x72, 0x67, 0x59, 0x63, 0x23, 0xf1, 0x5b, + 0x20, 0x12, 0x10, 0x24, 0xa2, 0x82, 0x9d, 0x2b, 0x5a, 0x10, 0x73, 0x53, 0x0f, 0x06, 0xe8, 0xfa, + 0x81, 0x62, 0x7b, 0xfa, 0x9a, 0xa6, 0x0d, 0x76, 0xd4, 0x67, 0x42, 0xe2, 0x87, 0x08, 0xc1, 0xe1, + 0x21, 0xcb, 0x9a, 0x4a, 0xb7, 0xee, 0x96, 0xdd, 0xca, 0xea, 0xee, 0x46, 0x68, 0x8c, 0x42, 0x65, + 0x34, 0x86, 0x0e, 0x1f, 0x43, 0xcc, 0x6b, 0x8b, 0x27, 0x67, 0x25, 0xa7, 0xb1, 0xa2, 0x5b, 0xd4, + 0x01, 0xde, 0x44, 0x2b, 0x54, 0x74, 0x9b, 0x6d, 0xc6, 0x21, 0x59, 0x5f, 0x28, 0xbb, 0x95, 0x95, + 0xc6, 0x32, 0x15, 0xdd, 0xba, 0xfa, 0xbd, 0xb7, 0xfc, 0xe1, 0xb8, 0xe4, 0xfc, 0x3a, 0x2e, 0x39, + 0xc1, 0x33, 0x74, 0x63, 0x62, 0xb4, 0x48, 0x81, 0x0b, 0x86, 0x1f, 0xa1, 0xd5, 0x8c, 0xc9, 0x7e, + 0xc6, 0xff, 0x69, 0x38, 0x32, 0x3d, 0xea, 0x24, 0xd8, 0x44, 0x1b, 0xda, 0xf6, 0x49, 0xcc, 0xe5, + 0x3e, 0x40, 0xaf, 0xce, 0x7a, 0x92, 0xda, 0xbf, 0x16, 0x48, 0xe4, 0xe5, 0x15, 0xed, 0xf0, 0xe7, + 0xe8, 0x5a, 0x12, 0x73, 0xd9, 0x4c, 0x01, 0x7a, 0xcd, 0xb6, 0x2a, 0x69, 0x80, 0xab, 0xb5, 0x50, + 0x4d, 0xf9, 0x7e, 0x56, 0xda, 0xea, 0xc4, 0xf2, 0x65, 0x3f, 0x0a, 0x5b, 0x90, 0x10, 0xfb, 0x60, + 0xcd, 0x47, 0x55, 0xb4, 0xbb, 0x44, 0x0e, 0x52, 0x26, 0xc2, 0x3a, 0x6b, 0x35, 0xd6, 0x92, 0x49, + 0xff, 0x73, 0xa4, 0x5a, 0x3f, 0xe3, 0x7f, 0x45, 0x9a, 0x29, 0xfe, 0x41, 0x8a, 0xd4, 0xd3, 0xf8, + 0x7f, 0xa4, 0x68, 0xd2, 0x3f, 0x28, 0x20, 0xac, 0xa7, 0xee, 0xd3, 0x8c, 0x26, 0x62, 0xcc, 0x72, + 0x80, 0x6e, 0x4e, 0x9d, 0x5a, 0x88, 0x3d, 0xb4, 0x94, 0xea, 0x13, 0xbb, 0x8f, 0x62, 0x98, 0x17, + 0xe1, 0xd0, 0x74, 0xd9, 0x95, 0xd8, 0x8e, 0xdd, 0x2f, 0x8b, 0xe8, 0x8a, 0xf6, 0xc4, 0x6f, 0xd1, + 0xa2, 0x5a, 0x35, 0xde, 0xca, 0xef, 0x9e, 0x8d, 0xa1, 0xb7, 0x7d, 0xa1, 0xce, 0xe0, 0x05, 0xc1, + 0xbb, 0xaf, 0x3f, 0x3f, 0x2d, 0x14, 0xb1, 0x47, 0x72, 0xef, 0x83, 0x50, 0x43, 0x3f, 0xbb, 0x68, + 0x6d, 0x6a, 0xe9, 0x98, 0xcc, 0xb1, 0xcf, 0xcb, 0x8e, 0x77, 0xff, 0xf2, 0x0d, 0x16, 0xac, 0xaa, + 0xc1, 0xb6, 0xf1, 0x9d, 0x7c, 0xb0, 0x99, 0xac, 0x69, 0xc6, 0xa9, 0x14, 0xcc, 0x65, 0xcc, 0x0b, + 0xd3, 0x5c, 0xc6, 0xdc, 0x80, 0x5d, 0xc4, 0x38, 0x13, 0x3e, 0xfc, 0xde, 0x45, 0x4b, 0x66, 0xcf, + 0xb8, 0x32, 0x67, 0xd6, 0x54, 0xac, 0xbc, 0xbb, 0x97, 0x50, 0x5a, 0x9c, 0xdb, 0x1a, 0xc7, 0xc7, + 0xc5, 0x7c, 0x1c, 0x13, 0xaa, 0x5a, 0xfd, 0x64, 0xe8, 0xbb, 0xa7, 0x43, 0xdf, 0xfd, 0x31, 0xf4, + 0xdd, 0x8f, 0x23, 0xdf, 0x39, 0x1d, 0xf9, 0xce, 0xb7, 0x91, 0xef, 0xbc, 0xb8, 0x37, 0x71, 0x1d, + 0xb4, 0x43, 0x35, 0x01, 0xce, 0x06, 0xa4, 0x05, 0x19, 0x23, 0x6f, 0xc6, 0x76, 0xfa, 0x5a, 0x44, + 0x4b, 0xfa, 0x15, 0xf8, 0xe0, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x2f, 0x58, 0x4e, 0xd9, 0xb3, + 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/market/types/tx.pb.go b/x/market/types/tx.pb.go index b6c41f90c..eac42d09f 100644 --- a/x/market/types/tx.pb.go +++ b/x/market/types/tx.pb.go @@ -227,38 +227,38 @@ func init() { proto.RegisterFile("terra/market/v1beta1/tx.proto", fileDescriptor var fileDescriptor_7dcd4b152743bd0f = []byte{ // 510 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x54, 0xbf, 0x6e, 0xd3, 0x40, - 0x18, 0xf7, 0x25, 0x55, 0x9b, 0x5c, 0x40, 0xa5, 0x6e, 0x50, 0xd3, 0x48, 0xb5, 0xcb, 0x49, 0x48, - 0xad, 0x04, 0xb6, 0x52, 0x98, 0xb2, 0x11, 0x50, 0x27, 0x22, 0x21, 0x67, 0x41, 0x2c, 0xd1, 0xc5, - 0xfe, 0x6c, 0x42, 0xb0, 0xcf, 0xba, 0x3b, 0x68, 0xfb, 0x06, 0x8c, 0xf0, 0x06, 0x7d, 0x01, 0x16, - 0x06, 0x1e, 0x01, 0x75, 0xec, 0xc8, 0x64, 0xa1, 0x64, 0x61, 0xce, 0x13, 0x20, 0xdf, 0x39, 0x4e, - 0x90, 0x50, 0x23, 0x06, 0x06, 0xb6, 0xef, 0xfc, 0xfb, 0x73, 0xbf, 0xef, 0x3e, 0xdf, 0xe1, 0x03, - 0x09, 0x9c, 0x53, 0x37, 0xa6, 0x7c, 0x02, 0xd2, 0x7d, 0xdf, 0x19, 0x81, 0xa4, 0x1d, 0x57, 0x9e, - 0x3b, 0x29, 0x67, 0x92, 0x99, 0x4d, 0x05, 0x3b, 0x1a, 0x76, 0x0a, 0xb8, 0xdd, 0x8c, 0x58, 0xc4, - 0x14, 0xc1, 0xcd, 0x2b, 0xcd, 0x6d, 0x5b, 0x3e, 0x13, 0x31, 0x13, 0xee, 0x88, 0x0a, 0x28, 0x9d, - 0x7c, 0x36, 0x4e, 0x34, 0x4e, 0xbe, 0x21, 0xbc, 0xd5, 0x17, 0xd1, 0xe0, 0x8c, 0xa6, 0xe6, 0x31, - 0xde, 0x94, 0x9c, 0x06, 0xc0, 0x5b, 0xe8, 0x10, 0x1d, 0xd5, 0x7b, 0x3b, 0xf3, 0xcc, 0xbe, 0x7d, - 0x41, 0xe3, 0xb7, 0x5d, 0xa2, 0xbf, 0x13, 0xaf, 0x20, 0x98, 0x03, 0x8c, 0x59, 0x18, 0x02, 0x1f, - 0xe6, 0x56, 0xad, 0xca, 0x21, 0x3a, 0x6a, 0x9c, 0xec, 0x3b, 0x7a, 0x2f, 0x27, 0xdf, 0x6b, 0x11, - 0xcb, 0x79, 0xca, 0xc6, 0x49, 0x6f, 0xff, 0x2a, 0xb3, 0x8d, 0x79, 0x66, 0xef, 0x68, 0xb7, 0xa5, - 0x94, 0x78, 0x75, 0xb5, 0xc8, 0x59, 0x66, 0x07, 0xd7, 0xa9, 0x98, 0x0c, 0x03, 0x48, 0x58, 0xdc, - 0xaa, 0xaa, 0x08, 0xcd, 0x79, 0x66, 0xdf, 0xd1, 0xa2, 0x12, 0x22, 0x5e, 0x8d, 0x8a, 0xc9, 0xb3, - 0xbc, 0xec, 0xd6, 0x3e, 0x5c, 0xda, 0xc6, 0xcf, 0x4b, 0xdb, 0x20, 0x5f, 0x10, 0xde, 0x2e, 0x1a, - 0xf1, 0x40, 0xa4, 0x2c, 0x11, 0x60, 0xbe, 0xc0, 0x75, 0x71, 0x46, 0x53, 0x1d, 0x12, 0xad, 0x0b, - 0xd9, 0x2a, 0x42, 0x16, 0xfb, 0x95, 0x4a, 0xe2, 0xd5, 0xf2, 0x5a, 0x45, 0xec, 0x63, 0x55, 0x0f, - 0x43, 0x80, 0xf5, 0x5d, 0xef, 0x15, 0x86, 0xdb, 0x2b, 0x86, 0x21, 0x00, 0xf1, 0xb6, 0xf2, 0xf2, - 0x14, 0x80, 0x7c, 0xaa, 0xe0, 0x46, 0x11, 0x7a, 0x00, 0x49, 0x60, 0x76, 0xf1, 0xad, 0x90, 0xb3, - 0x78, 0x48, 0x83, 0x80, 0x83, 0x10, 0xc5, 0x1c, 0xf6, 0xe6, 0x99, 0xbd, 0xab, 0x3d, 0x56, 0x51, - 0xe2, 0x35, 0xf2, 0xe5, 0x13, 0xbd, 0x32, 0x1f, 0x63, 0x2c, 0x59, 0xa9, 0xac, 0x28, 0xe5, 0xdd, - 0xe5, 0x99, 0x2f, 0x31, 0xe2, 0xd5, 0x25, 0x5b, 0xa8, 0x7e, 0x1f, 0x64, 0xf5, 0x1f, 0x0c, 0x72, - 0xe3, 0x2f, 0x07, 0xf9, 0x15, 0xe1, 0xdd, 0x95, 0x33, 0xf9, 0x6f, 0x86, 0x79, 0xf2, 0x19, 0xe1, - 0x6a, 0x5f, 0x44, 0xe6, 0x73, 0xbc, 0xa1, 0xae, 0xd3, 0x81, 0xf3, 0xa7, 0x7b, 0xea, 0x14, 0xbd, - 0xb5, 0xef, 0xdf, 0x08, 0x97, 0x6d, 0xbf, 0xc4, 0xb5, 0xf2, 0xf7, 0xb8, 0x77, 0xa3, 0x24, 0xa7, - 0xb4, 0x8f, 0xd7, 0x52, 0x16, 0xce, 0xbd, 0xd3, 0xab, 0xa9, 0x85, 0xae, 0xa7, 0x16, 0xfa, 0x31, - 0xb5, 0xd0, 0xc7, 0x99, 0x65, 0x5c, 0xcf, 0x2c, 0xe3, 0xfb, 0xcc, 0x32, 0x5e, 0x3d, 0x88, 0xc6, - 0xf2, 0xf5, 0xbb, 0x91, 0xe3, 0xb3, 0xd8, 0x55, 0x76, 0x0f, 0x53, 0xce, 0xde, 0x80, 0x2f, 0x5d, - 0x9f, 0x71, 0x70, 0xcf, 0x17, 0x2f, 0x93, 0xbc, 0x48, 0x41, 0x8c, 0x36, 0xd5, 0x4b, 0xf2, 0xe8, - 0x57, 0x00, 0x00, 0x00, 0xff, 0xff, 0x31, 0xe9, 0xb0, 0x28, 0xb6, 0x04, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x54, 0x3f, 0x6f, 0xd3, 0x4c, + 0x18, 0xf7, 0x25, 0x55, 0x1b, 0x5f, 0xde, 0x57, 0xa5, 0x6e, 0x50, 0xd3, 0x48, 0xb5, 0xcb, 0x49, + 0x48, 0x2d, 0x12, 0xb6, 0x52, 0x98, 0xb2, 0x11, 0x2a, 0x26, 0x22, 0x21, 0x67, 0x41, 0x2c, 0xd1, + 0x25, 0x7e, 0x6c, 0xa2, 0x60, 0x9f, 0x75, 0x77, 0xd0, 0xe6, 0x1b, 0x30, 0xc2, 0x37, 0xe8, 0x17, + 0x60, 0x61, 0xe0, 0x23, 0xa0, 0x8e, 0x1d, 0x99, 0x2c, 0x94, 0x2c, 0xcc, 0xf9, 0x04, 0xc8, 0x77, + 0x8e, 0x13, 0x24, 0xd4, 0x88, 0x81, 0x81, 0xed, 0x39, 0xff, 0xfe, 0xdc, 0xef, 0xb9, 0xc7, 0x77, + 0xf8, 0x48, 0x02, 0xe7, 0xd4, 0x8b, 0x29, 0x9f, 0x80, 0xf4, 0xde, 0xb5, 0x87, 0x20, 0x69, 0xdb, + 0x93, 0x97, 0x6e, 0xca, 0x99, 0x64, 0x56, 0x43, 0xc1, 0xae, 0x86, 0xdd, 0x02, 0x6e, 0x35, 0x22, + 0x16, 0x31, 0x45, 0xf0, 0xf2, 0x4a, 0x73, 0x5b, 0xf6, 0x88, 0x89, 0x98, 0x09, 0x6f, 0x48, 0x05, + 0x94, 0x4e, 0x23, 0x36, 0x4e, 0x34, 0x4e, 0xbe, 0x22, 0xbc, 0xd3, 0x13, 0x51, 0xff, 0x82, 0xa6, + 0xd6, 0x29, 0xde, 0x96, 0x9c, 0x06, 0xc0, 0x9b, 0xe8, 0x18, 0x9d, 0x98, 0xdd, 0xbd, 0x45, 0xe6, + 0xfc, 0x3f, 0xa5, 0xf1, 0x9b, 0x0e, 0xd1, 0xdf, 0x89, 0x5f, 0x10, 0xac, 0x3e, 0xc6, 0x2c, 0x0c, + 0x81, 0x0f, 0x72, 0xab, 0x66, 0xe5, 0x18, 0x9d, 0xd4, 0xcf, 0x0e, 0x5d, 0xbd, 0x97, 0x9b, 0xef, + 0xb5, 0x8c, 0xe5, 0x3e, 0x65, 0xe3, 0xa4, 0x7b, 0x78, 0x9d, 0x39, 0xc6, 0x22, 0x73, 0xf6, 0xb4, + 0xdb, 0x4a, 0x4a, 0x7c, 0x53, 0x2d, 0x72, 0x96, 0xd5, 0xc6, 0x26, 0x15, 0x93, 0x41, 0x00, 0x09, + 0x8b, 0x9b, 0x55, 0x15, 0xa1, 0xb1, 0xc8, 0x9c, 0x3b, 0x5a, 0x54, 0x42, 0xc4, 0xaf, 0x51, 0x31, + 0x39, 0xcf, 0xcb, 0x4e, 0xed, 0xfd, 0x95, 0x63, 0xfc, 0xb8, 0x72, 0x0c, 0xf2, 0x19, 0xe1, 0xdd, + 0xa2, 0x11, 0x1f, 0x44, 0xca, 0x12, 0x01, 0xd6, 0x0b, 0x6c, 0x8a, 0x0b, 0x9a, 0xea, 0x90, 0x68, + 0x53, 0xc8, 0x66, 0x11, 0xb2, 0xd8, 0xaf, 0x54, 0x12, 0xbf, 0x96, 0xd7, 0x2a, 0x62, 0x0f, 0xab, + 0x7a, 0x10, 0x02, 0x6c, 0xee, 0xfa, 0xa0, 0x30, 0xdc, 0x5d, 0x33, 0x0c, 0x01, 0x88, 0xbf, 0x93, + 0x97, 0xcf, 0x00, 0xc8, 0xc7, 0x0a, 0xae, 0x17, 0xa1, 0xfb, 0x90, 0x04, 0x56, 0x07, 0xff, 0x17, + 0x72, 0x16, 0x0f, 0x68, 0x10, 0x70, 0x10, 0xa2, 0x98, 0xc3, 0xc1, 0x22, 0x73, 0xf6, 0xb5, 0xc7, + 0x3a, 0x4a, 0xfc, 0x7a, 0xbe, 0x7c, 0xa2, 0x57, 0xd6, 0x63, 0x8c, 0x25, 0x2b, 0x95, 0x15, 0xa5, + 0xbc, 0xbb, 0x3a, 0xf3, 0x15, 0x46, 0x7c, 0x53, 0xb2, 0xa5, 0xea, 0xd7, 0x41, 0x56, 0xff, 0xc2, + 0x20, 0xb7, 0xfe, 0x70, 0x90, 0x5f, 0x10, 0xde, 0x5f, 0x3b, 0x93, 0x7f, 0x66, 0x98, 0x67, 0x9f, + 0x10, 0xae, 0xf6, 0x44, 0x64, 0x3d, 0xc7, 0x5b, 0xea, 0x3a, 0x1d, 0xb9, 0xbf, 0xbb, 0xa7, 0x6e, + 0xd1, 0x5b, 0xeb, 0xfe, 0xad, 0x70, 0xd9, 0xf6, 0x4b, 0x5c, 0x2b, 0x7f, 0x8f, 0x7b, 0xb7, 0x4a, + 0x72, 0x4a, 0xeb, 0x74, 0x23, 0x65, 0xe9, 0xdc, 0x3d, 0xbf, 0x9e, 0xd9, 0xe8, 0x66, 0x66, 0xa3, + 0xef, 0x33, 0x1b, 0x7d, 0x98, 0xdb, 0xc6, 0xcd, 0xdc, 0x36, 0xbe, 0xcd, 0x6d, 0xe3, 0xd5, 0x83, + 0x68, 0x2c, 0x5f, 0xbf, 0x1d, 0xba, 0x23, 0x16, 0x7b, 0xca, 0xee, 0x61, 0xcc, 0x12, 0x98, 0x7a, + 0x23, 0xc6, 0xc1, 0xbb, 0x5c, 0xbe, 0x4b, 0x72, 0x9a, 0x82, 0x18, 0x6e, 0xab, 0x77, 0xe4, 0xd1, + 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x82, 0x1d, 0x9f, 0xd3, 0xb4, 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/market/wasm/interface.go b/x/market/wasm/interface.go index edad834e4..317ac45e0 100644 --- a/x/market/wasm/interface.go +++ b/x/market/wasm/interface.go @@ -8,9 +8,9 @@ import ( wasmvmtypes "github.com/CosmWasm/wasmvm/types" - "github.com/terra-project/core/x/market/keeper" - "github.com/terra-project/core/x/market/types" - wasm "github.com/terra-project/core/x/wasm/exported" + "github.com/terra-money/core/x/market/keeper" + "github.com/terra-money/core/x/market/types" + wasm "github.com/terra-money/core/x/wasm/exported" ) var _ wasm.WasmQuerierInterface = WasmQuerier{} diff --git a/x/market/wasm/interface_test.go b/x/market/wasm/interface_test.go index fc54fd660..243ca0a70 100644 --- a/x/market/wasm/interface_test.go +++ b/x/market/wasm/interface_test.go @@ -14,9 +14,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/market/keeper" - "github.com/terra-project/core/x/market/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/market/keeper" + "github.com/terra-money/core/x/market/types" ) func TestEncoding(t *testing.T) { diff --git a/x/oracle/abci.go b/x/oracle/abci.go index 70a10bf45..709c68538 100644 --- a/x/oracle/abci.go +++ b/x/oracle/abci.go @@ -3,9 +3,9 @@ package oracle import ( "time" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle/keeper" - "github.com/terra-project/core/x/oracle/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle/keeper" + "github.com/terra-money/core/x/oracle/types" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/oracle/abci_test.go b/x/oracle/abci_test.go index 2d11050d2..f52bc826a 100644 --- a/x/oracle/abci_test.go +++ b/x/oracle/abci_test.go @@ -10,10 +10,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle" - "github.com/terra-project/core/x/oracle/keeper" - "github.com/terra-project/core/x/oracle/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle" + "github.com/terra-money/core/x/oracle/keeper" + "github.com/terra-money/core/x/oracle/types" ) func TestOracleThreshold(t *testing.T) { diff --git a/x/oracle/client/cli/query.go b/x/oracle/client/cli/query.go index 72a6c73d4..5fb353dae 100644 --- a/x/oracle/client/cli/query.go +++ b/x/oracle/client/cli/query.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/x/oracle/client/cli/tx.go b/x/oracle/client/cli/tx.go index f5a21a162..fcd193bdf 100644 --- a/x/oracle/client/cli/tx.go +++ b/x/oracle/client/cli/tx.go @@ -6,7 +6,7 @@ import ( "github.com/pkg/errors" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/x/oracle/client/rest/query.go b/x/oracle/client/rest/query.go index e70967c17..fbc809693 100644 --- a/x/oracle/client/rest/query.go +++ b/x/oracle/client/rest/query.go @@ -6,7 +6,7 @@ import ( "github.com/gorilla/mux" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/types" "github.com/cosmos/cosmos-sdk/client" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/oracle/client/rest/tx.go b/x/oracle/client/rest/tx.go index c82949924..a8a116cca 100644 --- a/x/oracle/client/rest/tx.go +++ b/x/oracle/client/rest/tx.go @@ -4,7 +4,7 @@ import ( "fmt" "net/http" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/tx" diff --git a/x/oracle/common_test.go b/x/oracle/common_test.go index 4db37c848..9e345e0cb 100644 --- a/x/oracle/common_test.go +++ b/x/oracle/common_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/require" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle" - "github.com/terra-project/core/x/oracle/keeper" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle" + "github.com/terra-money/core/x/oracle/keeper" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/staking" diff --git a/x/oracle/exported/alias.go b/x/oracle/exported/alias.go index f6526e6bd..028ddd2d9 100644 --- a/x/oracle/exported/alias.go +++ b/x/oracle/exported/alias.go @@ -2,7 +2,7 @@ //DONTCOVER package exported -import "github.com/terra-project/core/x/oracle/types" +import "github.com/terra-money/core/x/oracle/types" type ( MsgAggregateExchangeRatePrevote = types.MsgAggregateExchangeRatePrevote diff --git a/x/oracle/genesis.go b/x/oracle/genesis.go index 032853730..f0620f7cc 100644 --- a/x/oracle/genesis.go +++ b/x/oracle/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/x/oracle/keeper" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/keeper" + "github.com/terra-money/core/x/oracle/types" ) // InitGenesis initialize default parameters diff --git a/x/oracle/genesis_test.go b/x/oracle/genesis_test.go index 3da721421..4b08d4b50 100644 --- a/x/oracle/genesis_test.go +++ b/x/oracle/genesis_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/terra-project/core/x/oracle" - "github.com/terra-project/core/x/oracle/keeper" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle" + "github.com/terra-money/core/x/oracle/keeper" + "github.com/terra-money/core/x/oracle/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/oracle/handler.go b/x/oracle/handler.go index e849b1348..5a21f5b34 100644 --- a/x/oracle/handler.go +++ b/x/oracle/handler.go @@ -4,8 +4,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/terra-project/core/x/oracle/keeper" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/keeper" + "github.com/terra-money/core/x/oracle/types" ) // NewHandler returns a handler for "oracle" type messages. diff --git a/x/oracle/handler_test.go b/x/oracle/handler_test.go index 8d88d0f57..4171ff368 100644 --- a/x/oracle/handler_test.go +++ b/x/oracle/handler_test.go @@ -11,9 +11,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle/keeper" - "github.com/terra-project/core/x/oracle/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle/keeper" + "github.com/terra-money/core/x/oracle/types" ) func TestOracleFilters(t *testing.T) { diff --git a/x/oracle/keeper/alias_functions.go b/x/oracle/keeper/alias_functions.go index 674c17161..c8abad685 100644 --- a/x/oracle/keeper/alias_functions.go +++ b/x/oracle/keeper/alias_functions.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/types" ) // GetOracleAccount returns oracle ModuleAccount diff --git a/x/oracle/keeper/ballot.go b/x/oracle/keeper/ballot.go index b2c322849..c6d90aa0f 100644 --- a/x/oracle/keeper/ballot.go +++ b/x/oracle/keeper/ballot.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/types" sdk "github.com/cosmos/cosmos-sdk/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" diff --git a/x/oracle/keeper/ballot_test.go b/x/oracle/keeper/ballot_test.go index 6117cc144..74b76f01b 100644 --- a/x/oracle/keeper/ballot_test.go +++ b/x/oracle/keeper/ballot_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/require" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/staking" diff --git a/x/oracle/keeper/keeper.go b/x/oracle/keeper/keeper.go index 7394a51bb..93ae5e98f 100644 --- a/x/oracle/keeper/keeper.go +++ b/x/oracle/keeper/keeper.go @@ -13,8 +13,8 @@ import ( paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle/types" ) // Keeper of the oracle store diff --git a/x/oracle/keeper/keeper_test.go b/x/oracle/keeper/keeper_test.go index 0c4f4e7d6..79a007dbc 100644 --- a/x/oracle/keeper/keeper_test.go +++ b/x/oracle/keeper/keeper_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/require" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/address" diff --git a/x/oracle/keeper/legacy_querier.go b/x/oracle/keeper/legacy_querier.go index 5aa9c8c08..d2fd08e56 100644 --- a/x/oracle/keeper/legacy_querier.go +++ b/x/oracle/keeper/legacy_querier.go @@ -8,7 +8,7 @@ import ( abci "github.com/tendermint/tendermint/abci/types" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/types" ) // NewLegacyQuerier is the module level router for state queries diff --git a/x/oracle/keeper/legacy_querier_test.go b/x/oracle/keeper/legacy_querier_test.go index 7df559279..7ee1ea84a 100644 --- a/x/oracle/keeper/legacy_querier_test.go +++ b/x/oracle/keeper/legacy_querier_test.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle/types" ) func TestLegacyNewLegacyQuerier(t *testing.T) { diff --git a/x/oracle/keeper/msg_server.go b/x/oracle/keeper/msg_server.go index c1bcf29ec..e72a85ee3 100644 --- a/x/oracle/keeper/msg_server.go +++ b/x/oracle/keeper/msg_server.go @@ -7,7 +7,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/types" ) type msgServer struct { diff --git a/x/oracle/keeper/params.go b/x/oracle/keeper/params.go index 4babe8d7a..d5a9e2df4 100644 --- a/x/oracle/keeper/params.go +++ b/x/oracle/keeper/params.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/oracle/keeper/querier.go b/x/oracle/keeper/querier.go index efb3e0a79..899bf8a1a 100644 --- a/x/oracle/keeper/querier.go +++ b/x/oracle/keeper/querier.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/types" ) // querier is used as Keeper will have duplicate methods if used directly, and gRPC names take precedence over q diff --git a/x/oracle/keeper/querier_test.go b/x/oracle/keeper/querier_test.go index 8c09abdac..19d47068f 100644 --- a/x/oracle/keeper/querier_test.go +++ b/x/oracle/keeper/querier_test.go @@ -9,8 +9,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle/types" ) func TestQueryParams(t *testing.T) { diff --git a/x/oracle/keeper/reward.go b/x/oracle/keeper/reward.go index 1c495d2b1..8c0c55699 100644 --- a/x/oracle/keeper/reward.go +++ b/x/oracle/keeper/reward.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle/types" ) // RewardBallotWinners implements diff --git a/x/oracle/keeper/reward_test.go b/x/oracle/keeper/reward_test.go index 8b27e0c72..60941e31b 100644 --- a/x/oracle/keeper/reward_test.go +++ b/x/oracle/keeper/reward_test.go @@ -8,8 +8,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/staking" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle/types" ) // Test a reward giving mechanism diff --git a/x/oracle/keeper/test_utils.go b/x/oracle/keeper/test_utils.go index 637bc3e29..8ad480da6 100644 --- a/x/oracle/keeper/test_utils.go +++ b/x/oracle/keeper/test_utils.go @@ -5,13 +5,13 @@ import ( "testing" "github.com/stretchr/testify/require" - customauth "github.com/terra-project/core/custom/auth" - custombank "github.com/terra-project/core/custom/bank" - customdistr "github.com/terra-project/core/custom/distribution" - customparams "github.com/terra-project/core/custom/params" - customstaking "github.com/terra-project/core/custom/staking" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle/types" + customauth "github.com/terra-money/core/custom/auth" + custombank "github.com/terra-money/core/custom/bank" + customdistr "github.com/terra-money/core/custom/distribution" + customparams "github.com/terra-money/core/custom/params" + customstaking "github.com/terra-money/core/custom/staking" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle/types" "time" diff --git a/x/oracle/legacy/v05/migrate.go b/x/oracle/legacy/v05/migrate.go index 26c84e9b8..1d7d92c5e 100644 --- a/x/oracle/legacy/v05/migrate.go +++ b/x/oracle/legacy/v05/migrate.go @@ -1,8 +1,8 @@ package v05 import ( - v04oracle "github.com/terra-project/core/x/oracle/legacy/v04" - v05oracle "github.com/terra-project/core/x/oracle/types" + v04oracle "github.com/terra-money/core/x/oracle/legacy/v04" + v05oracle "github.com/terra-money/core/x/oracle/types" ) // Migrate accepts exported v0.4 x/oracle and diff --git a/x/oracle/legacy/v05/migrate_test.go b/x/oracle/legacy/v05/migrate_test.go index e5892e650..ed8dacf49 100644 --- a/x/oracle/legacy/v05/migrate_test.go +++ b/x/oracle/legacy/v05/migrate_test.go @@ -9,10 +9,10 @@ import ( "github.com/cosmos/cosmos-sdk/client" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/app" - core "github.com/terra-project/core/types" - v04oracle "github.com/terra-project/core/x/oracle/legacy/v04" - v05oracle "github.com/terra-project/core/x/oracle/legacy/v05" + "github.com/terra-money/core/app" + core "github.com/terra-money/core/types" + v04oracle "github.com/terra-money/core/x/oracle/legacy/v04" + v05oracle "github.com/terra-money/core/x/oracle/legacy/v05" ) func TestMigrate(t *testing.T) { diff --git a/x/oracle/module.go b/x/oracle/module.go index 43e9394bb..0814f0ff7 100644 --- a/x/oracle/module.go +++ b/x/oracle/module.go @@ -20,11 +20,11 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/terra-project/core/x/oracle/client/cli" - "github.com/terra-project/core/x/oracle/client/rest" - "github.com/terra-project/core/x/oracle/keeper" - "github.com/terra-project/core/x/oracle/simulation" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/client/cli" + "github.com/terra-money/core/x/oracle/client/rest" + "github.com/terra-money/core/x/oracle/keeper" + "github.com/terra-money/core/x/oracle/simulation" + "github.com/terra-money/core/x/oracle/types" ) var ( diff --git a/x/oracle/simulation/decoder.go b/x/oracle/simulation/decoder.go index 4c3623b47..386444ff3 100644 --- a/x/oracle/simulation/decoder.go +++ b/x/oracle/simulation/decoder.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/kv" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/types" ) // NewDecodeStore returns a decoder function closure that unmarshals the KVPair's diff --git a/x/oracle/simulation/decoder_test.go b/x/oracle/simulation/decoder_test.go index a0cc56015..4aa7404b6 100644 --- a/x/oracle/simulation/decoder_test.go +++ b/x/oracle/simulation/decoder_test.go @@ -12,10 +12,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/kv" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle/keeper" - sim "github.com/terra-project/core/x/oracle/simulation" - "github.com/terra-project/core/x/oracle/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle/keeper" + sim "github.com/terra-money/core/x/oracle/simulation" + "github.com/terra-money/core/x/oracle/types" ) var ( diff --git a/x/oracle/simulation/genesis.go b/x/oracle/simulation/genesis.go index 48b1f3abb..0dcd6771f 100644 --- a/x/oracle/simulation/genesis.go +++ b/x/oracle/simulation/genesis.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle/types" ) // Simulation parameter constants diff --git a/x/oracle/simulation/operations.go b/x/oracle/simulation/operations.go index 200aae606..43683b955 100644 --- a/x/oracle/simulation/operations.go +++ b/x/oracle/simulation/operations.go @@ -14,9 +14,9 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle/keeper" - "github.com/terra-project/core/x/oracle/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle/keeper" + "github.com/terra-money/core/x/oracle/types" ) // Simulation operation weights constants diff --git a/x/oracle/simulation/params.go b/x/oracle/simulation/params.go index a4fc9883e..db2a45951 100644 --- a/x/oracle/simulation/params.go +++ b/x/oracle/simulation/params.go @@ -9,7 +9,7 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/types" ) // ParamChanges defines the parameters that can be modified by param change proposals diff --git a/x/oracle/tally.go b/x/oracle/tally.go index 878894843..925c4bac4 100644 --- a/x/oracle/tally.go +++ b/x/oracle/tally.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/x/oracle/keeper" - "github.com/terra-project/core/x/oracle/types" + "github.com/terra-money/core/x/oracle/keeper" + "github.com/terra-money/core/x/oracle/types" ) // Tally calculates the median and returns it. Sets the set of voters to be rewarded, i.e. voted within diff --git a/x/oracle/types/ballot_test.go b/x/oracle/types/ballot_test.go index 28fd4f864..646926311 100644 --- a/x/oracle/types/ballot_test.go +++ b/x/oracle/types/ballot_test.go @@ -14,7 +14,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" ) func TestToMap(t *testing.T) { diff --git a/x/oracle/types/genesis.pb.go b/x/oracle/types/genesis.pb.go index 974671271..dd8b6cee9 100644 --- a/x/oracle/types/genesis.pb.go +++ b/x/oracle/types/genesis.pb.go @@ -286,43 +286,43 @@ func init() { } var fileDescriptor_7ff46fd82c752f1f = []byte{ - // 571 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0xcf, 0x6e, 0xd3, 0x4e, - 0x10, 0xc7, 0xe3, 0xfe, 0xfb, 0xb5, 0x9b, 0xb6, 0x6a, 0x57, 0x3d, 0x44, 0xd1, 0xaf, 0x6e, 0x13, - 0x89, 0x52, 0x09, 0x6a, 0xab, 0xe1, 0xc6, 0xad, 0xa1, 0x2d, 0x07, 0x40, 0xaa, 0x4c, 0xc4, 0x01, - 0x84, 0xac, 0x8d, 0x3d, 0x71, 0x5d, 0x62, 0xaf, 0xb5, 0xb3, 0x89, 0xc2, 0x91, 0x37, 0xe0, 0x29, - 0x38, 0xf0, 0x24, 0x3d, 0xf6, 0x88, 0x38, 0x14, 0x94, 0xbc, 0x08, 0xf2, 0xee, 0x26, 0x31, 0xc5, - 0x45, 0xe2, 0x94, 0xec, 0xec, 0x67, 0xbe, 0xdf, 0x99, 0xdd, 0xf1, 0x92, 0xa6, 0x04, 0x21, 0x98, - 0xcb, 0x05, 0x0b, 0xfa, 0xe0, 0x0e, 0x8f, 0xbb, 0x20, 0xd9, 0xb1, 0x1b, 0x41, 0x0a, 0x18, 0xa3, - 0x93, 0x09, 0x2e, 0x39, 0xdd, 0x51, 0x8c, 0xa3, 0x19, 0xc7, 0x30, 0xf5, 0x9d, 0x88, 0x47, 0x5c, - 0x01, 0x6e, 0xfe, 0x4f, 0xb3, 0xf5, 0x46, 0xa9, 0x9e, 0x49, 0xd5, 0x88, 0x1d, 0x70, 0x4c, 0x38, - 0xba, 0x5d, 0x86, 0x73, 0x22, 0xe0, 0x71, 0xaa, 0xf7, 0x9b, 0x5f, 0x96, 0xc9, 0xfa, 0x73, 0x5d, - 0xc0, 0x6b, 0xc9, 0x24, 0xd0, 0xa7, 0x64, 0x25, 0x63, 0x82, 0x25, 0x58, 0xb3, 0xf6, 0xad, 0xc3, - 0x6a, 0xeb, 0x7f, 0xa7, 0xac, 0x20, 0xe7, 0x42, 0x31, 0xed, 0xa5, 0xeb, 0xdb, 0xbd, 0x8a, 0x67, - 0x32, 0xe8, 0x3b, 0x42, 0x7b, 0x00, 0x21, 0x08, 0x3f, 0x84, 0x3e, 0x44, 0x4c, 0xc6, 0x3c, 0xc5, - 0xda, 0xc2, 0xfe, 0xe2, 0x61, 0xb5, 0x75, 0x50, 0xae, 0x73, 0xae, 0xf8, 0xd3, 0x19, 0x6e, 0x14, - 0xb7, 0x7b, 0x77, 0xe2, 0x48, 0xaf, 0xc8, 0x26, 0x8c, 0x82, 0x4b, 0x96, 0x46, 0xe0, 0x0b, 0x26, - 0x01, 0x6b, 0x8b, 0x4a, 0xf8, 0x61, 0xb9, 0xf0, 0x99, 0x61, 0x3d, 0x26, 0xa1, 0x33, 0xc8, 0xfa, - 0xd0, 0xae, 0xe7, 0xca, 0x5f, 0x7f, 0xec, 0xd1, 0x3f, 0xb6, 0xd0, 0xdb, 0x80, 0x42, 0x0c, 0xe9, - 0x4b, 0xb2, 0x91, 0xc4, 0x88, 0x7e, 0xc0, 0x07, 0xa9, 0x04, 0x81, 0xb5, 0x25, 0x65, 0xd5, 0x28, - 0xb7, 0x7a, 0x15, 0x23, 0x3e, 0xd3, 0xa4, 0x29, 0x7f, 0x3d, 0x99, 0x87, 0x90, 0x7e, 0xb2, 0xc8, - 0x3e, 0x8b, 0x22, 0x91, 0xb7, 0x02, 0xfe, 0x6f, 0x4d, 0xf8, 0x99, 0x80, 0x21, 0xcf, 0x9b, 0x59, - 0x56, 0x0e, 0xad, 0x72, 0x87, 0x93, 0x69, 0x76, 0xb1, 0xf4, 0x0b, 0x9d, 0x6a, 0x2c, 0x77, 0xd9, - 0x5f, 0x18, 0xa4, 0x23, 0xb2, 0x7b, 0x5f, 0x09, 0xda, 0x7f, 0x45, 0xf9, 0xbb, 0xff, 0xe0, 0xff, - 0x66, 0x6e, 0x5e, 0x67, 0xf7, 0x01, 0x48, 0xcf, 0x48, 0x55, 0xf2, 0x6e, 0x9c, 0xfa, 0x92, 0x8d, - 0x00, 0x6b, 0xff, 0x29, 0x1f, 0xbb, 0xdc, 0xa7, 0x93, 0x83, 0x1d, 0x36, 0x32, 0xb2, 0x44, 0x9a, - 0x35, 0x60, 0xb3, 0x47, 0xb6, 0xee, 0xce, 0x0a, 0x7d, 0x40, 0x36, 0xcd, 0xbc, 0xb1, 0x30, 0x14, - 0x80, 0x7a, 0x66, 0xd7, 0xbc, 0x0d, 0x1d, 0x3d, 0xd1, 0x41, 0xfa, 0x88, 0x6c, 0x0f, 0x59, 0x3f, - 0x0e, 0x99, 0xe4, 0x73, 0x72, 0x41, 0x91, 0x5b, 0xb3, 0x0d, 0x03, 0x37, 0xdf, 0x93, 0x6a, 0xe1, - 0x3e, 0xcb, 0x73, 0xad, 0xf2, 0x5c, 0xda, 0x20, 0xeb, 0xc5, 0xb1, 0x51, 0x1e, 0x4b, 0x5e, 0xb5, - 0x30, 0x0c, 0xcd, 0x84, 0xac, 0x4e, 0x9b, 0xa4, 0x3b, 0x64, 0x39, 0x84, 0x94, 0x27, 0x46, 0x4f, - 0x2f, 0xe8, 0x0b, 0xb2, 0x36, 0x3b, 0x2f, 0x5d, 0x65, 0xdb, 0xc9, 0x4f, 0xe3, 0xfb, 0xed, 0xde, - 0x41, 0x14, 0xcb, 0xcb, 0x41, 0xd7, 0x09, 0x78, 0xe2, 0x9a, 0xef, 0x5a, 0xff, 0x1c, 0x61, 0xf8, - 0xc1, 0x95, 0x1f, 0x33, 0x40, 0xe7, 0x14, 0x02, 0x6f, 0x75, 0x7a, 0x6e, 0xed, 0xf3, 0xeb, 0xb1, - 0x6d, 0xdd, 0x8c, 0x6d, 0xeb, 0xe7, 0xd8, 0xb6, 0x3e, 0x4f, 0xec, 0xca, 0xcd, 0xc4, 0xae, 0x7c, - 0x9b, 0xd8, 0x95, 0xb7, 0x8f, 0x0b, 0x5a, 0xea, 0x2e, 0x8e, 0x32, 0xc1, 0xaf, 0x20, 0x90, 0x6e, - 0xc0, 0x05, 0xb8, 0xa3, 0xe9, 0xab, 0xa2, 0x54, 0xbb, 0x2b, 0xea, 0xb5, 0x78, 0xf2, 0x2b, 0x00, - 0x00, 0xff, 0xff, 0xa8, 0xa7, 0xf5, 0x5b, 0xc2, 0x04, 0x00, 0x00, + // 568 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0xcf, 0x6e, 0xd3, 0x40, + 0x10, 0xc6, 0xe3, 0xfe, 0xa3, 0xdd, 0xb4, 0x55, 0xbb, 0xea, 0x21, 0x8a, 0xa8, 0x9b, 0x44, 0xa2, + 0x54, 0xa0, 0xda, 0x6a, 0xb8, 0x71, 0x6b, 0x48, 0xe1, 0x00, 0x48, 0x95, 0x89, 0x38, 0x80, 0x90, + 0xb5, 0xb1, 0x27, 0xae, 0x21, 0xf6, 0x46, 0x3b, 0x9b, 0x28, 0x3d, 0xf2, 0x06, 0x3c, 0x05, 0x07, + 0x9e, 0xa4, 0xc7, 0x1e, 0x11, 0x87, 0x82, 0x92, 0x17, 0x41, 0xde, 0xdd, 0x24, 0xa6, 0xb8, 0x48, + 0x9c, 0x92, 0x9d, 0xfd, 0xcd, 0xf7, 0xcd, 0xec, 0x8e, 0x97, 0x34, 0x24, 0x08, 0xc1, 0x5c, 0x2e, + 0x58, 0xd0, 0x07, 0x77, 0x74, 0xd2, 0x05, 0xc9, 0x4e, 0xdc, 0x08, 0x52, 0xc0, 0x18, 0x9d, 0x81, + 0xe0, 0x92, 0xd3, 0x3d, 0xc5, 0x38, 0x9a, 0x71, 0x0c, 0x53, 0xdd, 0x8b, 0x78, 0xc4, 0x15, 0xe0, + 0x66, 0xff, 0x34, 0x5b, 0xad, 0x17, 0xea, 0x99, 0x54, 0x8d, 0xd8, 0x01, 0xc7, 0x84, 0xa3, 0xdb, + 0x65, 0xb8, 0x20, 0x02, 0x1e, 0xa7, 0x7a, 0xbf, 0xf1, 0x75, 0x95, 0x6c, 0xbe, 0xd0, 0x05, 0xbc, + 0x91, 0x4c, 0x02, 0x7d, 0x4a, 0xd6, 0x06, 0x4c, 0xb0, 0x04, 0x2b, 0x56, 0xcd, 0x3a, 0x2a, 0x37, + 0xef, 0x3b, 0x45, 0x05, 0x39, 0xe7, 0x8a, 0x69, 0xad, 0x5c, 0xdd, 0x1c, 0x94, 0x3c, 0x93, 0x41, + 0xdf, 0x13, 0xda, 0x03, 0x08, 0x41, 0xf8, 0x21, 0xf4, 0x21, 0x62, 0x32, 0xe6, 0x29, 0x56, 0x96, + 0x6a, 0xcb, 0x47, 0xe5, 0xe6, 0x61, 0xb1, 0xce, 0x73, 0xc5, 0xb7, 0xe7, 0xb8, 0x51, 0xdc, 0xed, + 0xdd, 0x8a, 0x23, 0xfd, 0x48, 0xb6, 0x61, 0x1c, 0x5c, 0xb0, 0x34, 0x02, 0x5f, 0x30, 0x09, 0x58, + 0x59, 0x56, 0xc2, 0x0f, 0x8b, 0x85, 0xcf, 0x0c, 0xeb, 0x31, 0x09, 0x9d, 0xe1, 0xa0, 0x0f, 0xad, + 0x6a, 0xa6, 0xfc, 0xed, 0xe7, 0x01, 0xfd, 0x6b, 0x0b, 0xbd, 0x2d, 0xc8, 0xc5, 0x90, 0xbe, 0x22, + 0x5b, 0x49, 0x8c, 0xe8, 0x07, 0x7c, 0x98, 0x4a, 0x10, 0x58, 0x59, 0x51, 0x56, 0xf5, 0x62, 0xab, + 0xd7, 0x31, 0xe2, 0x33, 0x4d, 0x9a, 0xf2, 0x37, 0x93, 0x45, 0x08, 0xe9, 0x67, 0x8b, 0xd4, 0x58, + 0x14, 0x89, 0xac, 0x15, 0xf0, 0xff, 0x68, 0xc2, 0x1f, 0x08, 0x18, 0xf1, 0xac, 0x99, 0x55, 0xe5, + 0xd0, 0x2c, 0x76, 0x38, 0x9d, 0x65, 0xe7, 0x4b, 0x3f, 0xd7, 0xa9, 0xc6, 0x72, 0x9f, 0xfd, 0x83, + 0x41, 0x3a, 0x26, 0xfb, 0x77, 0x95, 0xa0, 0xfd, 0xd7, 0x94, 0xbf, 0xfb, 0x1f, 0xfe, 0x6f, 0x17, + 0xe6, 0x55, 0x76, 0x17, 0x80, 0xf4, 0x8c, 0x94, 0x25, 0xef, 0xc6, 0xa9, 0x2f, 0xd9, 0x18, 0xb0, + 0x72, 0x4f, 0xf9, 0xd8, 0xc5, 0x3e, 0x9d, 0x0c, 0xec, 0xb0, 0xb1, 0x91, 0x25, 0xd2, 0xac, 0x01, + 0x1b, 0x3d, 0xb2, 0x73, 0x7b, 0x56, 0xe8, 0x03, 0xb2, 0x6d, 0xe6, 0x8d, 0x85, 0xa1, 0x00, 0xd4, + 0x33, 0xbb, 0xe1, 0x6d, 0xe9, 0xe8, 0xa9, 0x0e, 0xd2, 0xc7, 0x64, 0x77, 0xc4, 0xfa, 0x71, 0xc8, + 0x24, 0x5f, 0x90, 0x4b, 0x8a, 0xdc, 0x99, 0x6f, 0x18, 0xb8, 0xf1, 0x81, 0x94, 0x73, 0xf7, 0x59, + 0x9c, 0x6b, 0x15, 0xe7, 0xd2, 0x3a, 0xd9, 0xcc, 0x8f, 0x8d, 0xf2, 0x58, 0xf1, 0xca, 0xb9, 0x61, + 0x68, 0x24, 0x64, 0x7d, 0xd6, 0x24, 0xdd, 0x23, 0xab, 0x21, 0xa4, 0x3c, 0x31, 0x7a, 0x7a, 0x41, + 0x5f, 0x92, 0x8d, 0xf9, 0x79, 0xe9, 0x2a, 0x5b, 0x4e, 0x76, 0x1a, 0x3f, 0x6e, 0x0e, 0x0e, 0xa3, + 0x58, 0x5e, 0x0c, 0xbb, 0x4e, 0xc0, 0x13, 0xd7, 0x7c, 0xd7, 0xfa, 0xe7, 0x18, 0xc3, 0x4f, 0xae, + 0xbc, 0x1c, 0x00, 0x3a, 0x6d, 0x08, 0xbc, 0xf5, 0xd9, 0xb9, 0xb5, 0xda, 0x57, 0x13, 0xdb, 0xba, + 0x9e, 0xd8, 0xd6, 0xaf, 0x89, 0x6d, 0x7d, 0x99, 0xda, 0xa5, 0xeb, 0xa9, 0x5d, 0xfa, 0x3e, 0xb5, + 0x4b, 0xef, 0x1e, 0xe5, 0xb4, 0xd4, 0x5d, 0x1c, 0x27, 0x3c, 0x85, 0x4b, 0x37, 0xe0, 0x02, 0xdc, + 0xf1, 0xec, 0x4d, 0x51, 0x9a, 0xdd, 0x35, 0xf5, 0x56, 0x3c, 0xf9, 0x1d, 0x00, 0x00, 0xff, 0xff, + 0xbd, 0x00, 0x67, 0x7c, 0xc0, 0x04, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/oracle/types/msgs_test.go b/x/oracle/types/msgs_test.go index 23d2b9af0..d8497e114 100644 --- a/x/oracle/types/msgs_test.go +++ b/x/oracle/types/msgs_test.go @@ -3,7 +3,7 @@ package types import ( "testing" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" "github.com/stretchr/testify/require" diff --git a/x/oracle/types/oracle.pb.go b/x/oracle/types/oracle.pb.go index 682be5d41..65a59c707 100644 --- a/x/oracle/types/oracle.pb.go +++ b/x/oracle/types/oracle.pb.go @@ -264,55 +264,55 @@ func init() { func init() { proto.RegisterFile("terra/oracle/v1beta1/oracle.proto", fileDescriptor_2a008582d55f197f) } var fileDescriptor_2a008582d55f197f = []byte{ - // 765 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xb1, 0x6f, 0xd3, 0x4c, - 0x14, 0x8f, 0xbf, 0xb6, 0xf9, 0x9a, 0x4b, 0xfa, 0x7d, 0xad, 0x09, 0x60, 0x5a, 0x14, 0xb7, 0x87, - 0x5a, 0x3a, 0xd0, 0x58, 0x85, 0x01, 0x91, 0x0d, 0x2b, 0x94, 0x05, 0xa4, 0xc8, 0xaa, 0x8a, 0xc4, - 0x62, 0xce, 0xf6, 0x11, 0x9b, 0xda, 0xbe, 0xe8, 0x7c, 0x69, 0xd2, 0x85, 0x99, 0x91, 0x01, 0x24, - 0x24, 0x96, 0xce, 0xec, 0xf0, 0x37, 0x74, 0xec, 0x88, 0x18, 0x0c, 0x6a, 0x97, 0xce, 0xf9, 0x0b, - 0xd0, 0x9d, 0x2f, 0xad, 0xd3, 0x64, 0x20, 0x62, 0x8a, 0xdf, 0xfb, 0x3d, 0xff, 0x7e, 0xbf, 0x7b, - 0xef, 0x5e, 0x0c, 0xd6, 0x18, 0xa6, 0x14, 0x19, 0x84, 0x22, 0x37, 0xc4, 0xc6, 0xc1, 0xb6, 0x83, - 0x19, 0xda, 0x96, 0x61, 0xbd, 0x43, 0x09, 0x23, 0x6a, 0x55, 0x94, 0xd4, 0x65, 0x4e, 0x96, 0x2c, - 0x57, 0xdb, 0xa4, 0x4d, 0x44, 0x81, 0xc1, 0x9f, 0xb2, 0xda, 0xe5, 0x9a, 0x4b, 0x92, 0x88, 0x24, - 0x86, 0x83, 0x92, 0x4b, 0x36, 0x97, 0x04, 0x71, 0x86, 0xc3, 0x8f, 0x45, 0x50, 0x6c, 0x21, 0x8a, - 0xa2, 0x44, 0x7d, 0x08, 0xca, 0x07, 0x84, 0x61, 0xbb, 0x83, 0x69, 0x40, 0x3c, 0x4d, 0x59, 0x55, - 0x36, 0x67, 0xcd, 0x1b, 0x83, 0x54, 0x57, 0x0f, 0x51, 0x14, 0x36, 0x60, 0x0e, 0x84, 0x16, 0xe0, - 0x51, 0x4b, 0x04, 0x6a, 0x0c, 0xfe, 0x13, 0x18, 0xf3, 0x29, 0x4e, 0x7c, 0x12, 0x7a, 0xda, 0x3f, - 0xab, 0xca, 0x66, 0xc9, 0x7c, 0x7a, 0x9c, 0xea, 0x85, 0x1f, 0xa9, 0xbe, 0xd1, 0x0e, 0x98, 0xdf, - 0x75, 0xea, 0x2e, 0x89, 0x0c, 0x69, 0x27, 0xfb, 0xd9, 0x4a, 0xbc, 0x7d, 0x83, 0x1d, 0x76, 0x70, - 0x52, 0x6f, 0x62, 0x77, 0x90, 0xea, 0xd7, 0x73, 0x4a, 0x17, 0x6c, 0xd0, 0x5a, 0xe0, 0x89, 0xdd, - 0x61, 0xac, 0x62, 0x50, 0xa6, 0xb8, 0x87, 0xa8, 0x67, 0x3b, 0x28, 0xf6, 0xb4, 0x19, 0x21, 0xd6, - 0x9c, 0x5a, 0x4c, 0x1e, 0x2b, 0x47, 0x05, 0x2d, 0x90, 0x45, 0x26, 0x8a, 0x3d, 0xd5, 0x05, 0xcb, - 0x12, 0xf3, 0x82, 0x84, 0xd1, 0xc0, 0xe9, 0xb2, 0x80, 0xc4, 0x76, 0x2f, 0x88, 0x3d, 0xd2, 0xd3, - 0x66, 0x45, 0x7b, 0xd6, 0x07, 0xa9, 0xbe, 0x36, 0xc2, 0x33, 0xa1, 0x16, 0x5a, 0x5a, 0x06, 0x36, - 0x73, 0xd8, 0x0b, 0x01, 0xa9, 0xaf, 0x40, 0xa9, 0xe7, 0x07, 0x0c, 0x87, 0x41, 0xc2, 0xb4, 0xb9, - 0xd5, 0x99, 0xcd, 0xf2, 0xfd, 0x95, 0xfa, 0xa4, 0xf9, 0xd6, 0x9b, 0x38, 0x26, 0x91, 0xb9, 0xce, - 0x8f, 0x39, 0x48, 0xf5, 0xc5, 0x4c, 0xf4, 0xe2, 0x5d, 0xf8, 0xe5, 0xa7, 0x5e, 0x12, 0x25, 0xcf, - 0x82, 0x84, 0x59, 0x97, 0xa4, 0x7c, 0x3a, 0x49, 0x88, 0x12, 0xdf, 0x7e, 0x4d, 0x91, 0xcb, 0x95, - 0xb5, 0xe2, 0xdf, 0x4d, 0x67, 0x94, 0x0d, 0x5a, 0x0b, 0x22, 0xb1, 0x23, 0x63, 0xb5, 0x01, 0x2a, - 0x59, 0x85, 0x6c, 0xd4, 0xbf, 0xa2, 0x51, 0x37, 0x07, 0xa9, 0x7e, 0x2d, 0xff, 0xfe, 0xb0, 0x35, - 0x65, 0x11, 0xca, 0x6e, 0xbc, 0x05, 0xd5, 0x28, 0x88, 0xed, 0x03, 0x14, 0x06, 0x1e, 0xbf, 0x6a, - 0x43, 0x8e, 0x79, 0xe1, 0xf8, 0xf9, 0xd4, 0x8e, 0x57, 0x32, 0xc5, 0x49, 0x9c, 0xd0, 0x5a, 0x8a, - 0x82, 0x78, 0x8f, 0x67, 0x5b, 0x98, 0x66, 0xfa, 0x8d, 0xf9, 0x4f, 0x47, 0x7a, 0xe1, 0xfc, 0x48, - 0x57, 0xe0, 0x67, 0x05, 0xcc, 0x89, 0x76, 0xaa, 0x77, 0xc0, 0x6c, 0x8c, 0x22, 0x2c, 0xf6, 0xa1, - 0x64, 0xfe, 0x3f, 0x48, 0xf5, 0x72, 0xc6, 0xca, 0xb3, 0xd0, 0x12, 0xa0, 0x6a, 0x83, 0x12, 0x23, - 0x4e, 0x10, 0xdb, 0x0c, 0xf5, 0xe5, 0xed, 0x37, 0xa7, 0x76, 0x2b, 0x67, 0x7a, 0x41, 0x04, 0xad, - 0x79, 0xf1, 0xbc, 0x8b, 0xfa, 0x8d, 0xca, 0xbb, 0x23, 0xbd, 0x20, 0xdd, 0x15, 0xe0, 0x57, 0x05, - 0xdc, 0x7e, 0xdc, 0x6e, 0x53, 0xdc, 0x46, 0x0c, 0x3f, 0xe9, 0xbb, 0x3e, 0x8a, 0xdb, 0xd8, 0x42, - 0x0c, 0xb7, 0x28, 0xe6, 0xbb, 0xc2, 0x4d, 0xfb, 0x28, 0xf1, 0xc7, 0x4d, 0xf3, 0x2c, 0xb4, 0x04, - 0xa8, 0x6e, 0x80, 0x39, 0x5e, 0x4c, 0xa5, 0xe1, 0xc5, 0x41, 0xaa, 0x57, 0x2e, 0x17, 0x90, 0x42, - 0x2b, 0x83, 0xc5, 0x44, 0xbb, 0x4e, 0x14, 0x30, 0xdb, 0x09, 0x89, 0xbb, 0x2f, 0x16, 0x6e, 0x74, - 0xa2, 0x39, 0x94, 0x4f, 0x54, 0x84, 0x26, 0x8f, 0xae, 0xf8, 0x3e, 0x57, 0xc0, 0xad, 0x89, 0xbe, - 0xf7, 0xb8, 0xe9, 0x0f, 0x0a, 0xa8, 0x62, 0x99, 0xb4, 0x29, 0xe2, 0xff, 0x01, 0xdd, 0x4e, 0x88, - 0x13, 0x4d, 0x11, 0x7b, 0x71, 0x77, 0xf2, 0x5e, 0xe4, 0x69, 0x76, 0x79, 0xbd, 0xf9, 0x48, 0xee, - 0x88, 0x9c, 0xfe, 0x24, 0x4a, 0xbe, 0x2e, 0xea, 0xd8, 0x9b, 0x89, 0xa5, 0xe2, 0xb1, 0xdc, 0x9f, - 0xb6, 0xe9, 0xca, 0x51, 0xbf, 0x29, 0x60, 0x69, 0x4c, 0x80, 0x73, 0x79, 0xfc, 0x56, 0xc9, 0xc1, - 0xe4, 0xb8, 0x44, 0x1a, 0x5a, 0x19, 0xac, 0xee, 0x83, 0x85, 0x11, 0xdb, 0x52, 0x7b, 0x67, 0xea, - 0x3b, 0x55, 0x9d, 0xd0, 0x03, 0x68, 0x55, 0xf2, 0xc7, 0x1c, 0x35, 0x6e, 0xee, 0x1c, 0x9f, 0xd6, - 0x94, 0x93, 0xd3, 0x9a, 0xf2, 0xeb, 0xb4, 0xa6, 0xbc, 0x3f, 0xab, 0x15, 0x4e, 0xce, 0x6a, 0x85, - 0xef, 0x67, 0xb5, 0xc2, 0xcb, 0x7b, 0x39, 0x55, 0x31, 0x8a, 0xad, 0x0e, 0x25, 0x6f, 0xb0, 0xcb, - 0x0c, 0x97, 0x50, 0x6c, 0xf4, 0x87, 0x1f, 0x2d, 0xa1, 0xef, 0x14, 0xc5, 0x07, 0xe6, 0xc1, 0xef, - 0x00, 0x00, 0x00, 0xff, 0xff, 0xcf, 0x35, 0xe1, 0xae, 0xd1, 0x06, 0x00, 0x00, + // 762 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xb1, 0x6f, 0xd3, 0x4e, + 0x14, 0x8e, 0x7f, 0x6d, 0xf3, 0x6b, 0x2e, 0x29, 0xb4, 0x26, 0x80, 0x69, 0x51, 0xdc, 0x1e, 0x6a, + 0xa9, 0x90, 0x1a, 0xab, 0x30, 0x20, 0xb2, 0x61, 0x85, 0xb2, 0x80, 0x14, 0x59, 0x55, 0x91, 0x58, + 0xcc, 0xd9, 0x3e, 0x62, 0xab, 0xb6, 0x2f, 0x3a, 0x5f, 0x9a, 0x74, 0x61, 0x66, 0x64, 0x00, 0x09, + 0x89, 0xa5, 0x33, 0x3b, 0xfc, 0x0d, 0x1d, 0x3b, 0x22, 0x06, 0x83, 0xda, 0xa5, 0x73, 0xfe, 0x02, + 0x74, 0xe7, 0x4b, 0xeb, 0x34, 0x19, 0x88, 0x98, 0xe2, 0xf7, 0xbe, 0xe7, 0xef, 0xfb, 0xee, 0xbd, + 0x7b, 0x31, 0x58, 0x63, 0x98, 0x52, 0x64, 0x10, 0x8a, 0xdc, 0x10, 0x1b, 0x07, 0xdb, 0x0e, 0x66, + 0x68, 0x5b, 0x86, 0xf5, 0x0e, 0x25, 0x8c, 0xa8, 0x55, 0x51, 0x52, 0x97, 0x39, 0x59, 0xb2, 0x5c, + 0x6d, 0x93, 0x36, 0x11, 0x05, 0x06, 0x7f, 0xca, 0x6a, 0x97, 0x6b, 0x2e, 0x49, 0x22, 0x92, 0x18, + 0x0e, 0x4a, 0x2e, 0xd9, 0x5c, 0x12, 0xc4, 0x19, 0x0e, 0x3f, 0x15, 0x41, 0xb1, 0x85, 0x28, 0x8a, + 0x12, 0xf5, 0x31, 0x28, 0x1f, 0x10, 0x86, 0xed, 0x0e, 0xa6, 0x01, 0xf1, 0x34, 0x65, 0x55, 0xd9, + 0x9c, 0x35, 0x6f, 0x0d, 0x52, 0x5d, 0x3d, 0x44, 0x51, 0xd8, 0x80, 0x39, 0x10, 0x5a, 0x80, 0x47, + 0x2d, 0x11, 0xa8, 0x31, 0xb8, 0x26, 0x30, 0xe6, 0x53, 0x9c, 0xf8, 0x24, 0xf4, 0xb4, 0xff, 0x56, + 0x95, 0xcd, 0x92, 0xf9, 0xfc, 0x38, 0xd5, 0x0b, 0x3f, 0x53, 0x7d, 0xa3, 0x1d, 0x30, 0xbf, 0xeb, + 0xd4, 0x5d, 0x12, 0x19, 0xd2, 0x4e, 0xf6, 0xb3, 0x95, 0x78, 0xfb, 0x06, 0x3b, 0xec, 0xe0, 0xa4, + 0xde, 0xc4, 0xee, 0x20, 0xd5, 0x6f, 0xe6, 0x94, 0x2e, 0xd8, 0xa0, 0xb5, 0xc0, 0x13, 0xbb, 0xc3, + 0x58, 0xc5, 0xa0, 0x4c, 0x71, 0x0f, 0x51, 0xcf, 0x76, 0x50, 0xec, 0x69, 0x33, 0x42, 0xac, 0x39, + 0xb5, 0x98, 0x3c, 0x56, 0x8e, 0x0a, 0x5a, 0x20, 0x8b, 0x4c, 0x14, 0x7b, 0xaa, 0x0b, 0x96, 0x25, + 0xe6, 0x05, 0x09, 0xa3, 0x81, 0xd3, 0x65, 0x01, 0x89, 0xed, 0x5e, 0x10, 0x7b, 0xa4, 0xa7, 0xcd, + 0x8a, 0xf6, 0xac, 0x0f, 0x52, 0x7d, 0x6d, 0x84, 0x67, 0x42, 0x2d, 0xb4, 0xb4, 0x0c, 0x6c, 0xe6, + 0xb0, 0x57, 0x02, 0x52, 0xdf, 0x80, 0x52, 0xcf, 0x0f, 0x18, 0x0e, 0x83, 0x84, 0x69, 0x73, 0xab, + 0x33, 0x9b, 0xe5, 0x87, 0x2b, 0xf5, 0x49, 0xf3, 0xad, 0x37, 0x71, 0x4c, 0x22, 0x73, 0x9d, 0x1f, + 0x73, 0x90, 0xea, 0x8b, 0x99, 0xe8, 0xc5, 0xbb, 0xf0, 0xeb, 0x2f, 0xbd, 0x24, 0x4a, 0x5e, 0x04, + 0x09, 0xb3, 0x2e, 0x49, 0xf9, 0x74, 0x92, 0x10, 0x25, 0xbe, 0xfd, 0x96, 0x22, 0x97, 0x2b, 0x6b, + 0xc5, 0x7f, 0x9b, 0xce, 0x28, 0x1b, 0xb4, 0x16, 0x44, 0x62, 0x47, 0xc6, 0x6a, 0x03, 0x54, 0xb2, + 0x0a, 0xd9, 0xa8, 0xff, 0x45, 0xa3, 0x6e, 0x0f, 0x52, 0xfd, 0x46, 0xfe, 0xfd, 0x61, 0x6b, 0xca, + 0x22, 0x94, 0xdd, 0x78, 0x07, 0xaa, 0x51, 0x10, 0xdb, 0x07, 0x28, 0x0c, 0x3c, 0x7e, 0xd5, 0x86, + 0x1c, 0xf3, 0xc2, 0xf1, 0xcb, 0xa9, 0x1d, 0xaf, 0x64, 0x8a, 0x93, 0x38, 0xa1, 0xb5, 0x14, 0x05, + 0xf1, 0x1e, 0xcf, 0xb6, 0x30, 0xcd, 0xf4, 0x1b, 0xf3, 0x9f, 0x8f, 0xf4, 0xc2, 0xf9, 0x91, 0xae, + 0xc0, 0x2f, 0x0a, 0x98, 0x13, 0xed, 0x54, 0xef, 0x81, 0xd9, 0x18, 0x45, 0x58, 0xec, 0x43, 0xc9, + 0xbc, 0x3e, 0x48, 0xf5, 0x72, 0xc6, 0xca, 0xb3, 0xd0, 0x12, 0xa0, 0x6a, 0x83, 0x12, 0x23, 0x4e, + 0x10, 0xdb, 0x0c, 0xf5, 0xe5, 0xed, 0x37, 0xa7, 0x76, 0x2b, 0x67, 0x7a, 0x41, 0x04, 0xad, 0x79, + 0xf1, 0xbc, 0x8b, 0xfa, 0x8d, 0xca, 0xfb, 0x23, 0xbd, 0x20, 0xdd, 0x15, 0xe0, 0x37, 0x05, 0xdc, + 0x7d, 0xda, 0x6e, 0x53, 0xdc, 0x46, 0x0c, 0x3f, 0xeb, 0xbb, 0x3e, 0x8a, 0xdb, 0xd8, 0x42, 0x0c, + 0xb7, 0x28, 0xe6, 0xbb, 0xc2, 0x4d, 0xfb, 0x28, 0xf1, 0xc7, 0x4d, 0xf3, 0x2c, 0xb4, 0x04, 0xa8, + 0x6e, 0x80, 0x39, 0x5e, 0x4c, 0xa5, 0xe1, 0xc5, 0x41, 0xaa, 0x57, 0x2e, 0x17, 0x90, 0x42, 0x2b, + 0x83, 0xc5, 0x44, 0xbb, 0x4e, 0x14, 0x30, 0xdb, 0x09, 0x89, 0xbb, 0x2f, 0x16, 0x6e, 0x74, 0xa2, + 0x39, 0x94, 0x4f, 0x54, 0x84, 0x26, 0x8f, 0xae, 0xf8, 0x3e, 0x57, 0xc0, 0x9d, 0x89, 0xbe, 0xf7, + 0xb8, 0xe9, 0x8f, 0x0a, 0xa8, 0x62, 0x99, 0xb4, 0x29, 0xe2, 0xff, 0x01, 0xdd, 0x4e, 0x88, 0x13, + 0x4d, 0x11, 0x7b, 0x71, 0x7f, 0xf2, 0x5e, 0xe4, 0x69, 0x76, 0x79, 0xbd, 0xf9, 0x44, 0xee, 0x88, + 0x9c, 0xfe, 0x24, 0x4a, 0xbe, 0x2e, 0xea, 0xd8, 0x9b, 0x89, 0xa5, 0xe2, 0xb1, 0xdc, 0xdf, 0xb6, + 0xe9, 0xca, 0x51, 0xbf, 0x2b, 0x60, 0x69, 0x4c, 0x80, 0x73, 0x79, 0xfc, 0x56, 0xc9, 0xc1, 0xe4, + 0xb8, 0x44, 0x1a, 0x5a, 0x19, 0xac, 0xee, 0x83, 0x85, 0x11, 0xdb, 0x52, 0x7b, 0x67, 0xea, 0x3b, + 0x55, 0x9d, 0xd0, 0x03, 0x68, 0x55, 0xf2, 0xc7, 0x1c, 0x35, 0x6e, 0x36, 0x8f, 0x4f, 0x6b, 0xca, + 0xc9, 0x69, 0x4d, 0xf9, 0x7d, 0x5a, 0x53, 0x3e, 0x9c, 0xd5, 0x0a, 0x27, 0x67, 0xb5, 0xc2, 0x8f, + 0xb3, 0x5a, 0xe1, 0xf5, 0x83, 0x9c, 0xaa, 0x18, 0xc5, 0x56, 0x44, 0x62, 0x7c, 0x68, 0xb8, 0x84, + 0x62, 0xa3, 0x3f, 0xfc, 0x64, 0x09, 0x75, 0xa7, 0x28, 0x3e, 0x2f, 0x8f, 0xfe, 0x04, 0x00, 0x00, + 0xff, 0xff, 0xe8, 0x2c, 0xf2, 0x2b, 0xcf, 0x06, 0x00, 0x00, } func (this *Params) Equal(that interface{}) bool { diff --git a/x/oracle/types/params.go b/x/oracle/types/params.go index 42852f0c6..8823c968c 100644 --- a/x/oracle/types/params.go +++ b/x/oracle/types/params.go @@ -5,7 +5,7 @@ import ( "gopkg.in/yaml.v2" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" sdk "github.com/cosmos/cosmos-sdk/types" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" diff --git a/x/oracle/types/query.pb.go b/x/oracle/types/query.pb.go index 085d486a7..262446603 100644 --- a/x/oracle/types/query.pb.go +++ b/x/oracle/types/query.pb.go @@ -1153,85 +1153,85 @@ func init() { func init() { proto.RegisterFile("terra/oracle/v1beta1/query.proto", fileDescriptor_198b4e80572a772d) } var fileDescriptor_198b4e80572a772d = []byte{ - // 1238 bytes of a gzipped FileDescriptorProto + // 1237 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x98, 0xcd, 0x6f, 0x1b, 0xc5, 0x1b, 0xc7, 0x3d, 0xbf, 0x5f, 0x9b, 0x26, 0xe3, 0x38, 0x24, 0x43, 0x0a, 0xa9, 0x63, 0xec, 0x74, - 0x55, 0x4a, 0x5e, 0x77, 0x13, 0xa7, 0x44, 0x91, 0x11, 0xd0, 0xbc, 0xb4, 0x48, 0xb4, 0x88, 0xd6, - 0x44, 0x39, 0x20, 0x84, 0x35, 0xb1, 0x87, 0xed, 0x42, 0xec, 0x71, 0x77, 0x26, 0x51, 0x42, 0x15, - 0x09, 0x81, 0x84, 0xe0, 0x82, 0x90, 0x90, 0xb8, 0x70, 0xa0, 0x37, 0xa4, 0x82, 0xc4, 0x1f, 0x00, - 0xdc, 0x73, 0xac, 0xc4, 0x05, 0x71, 0x48, 0x51, 0xc2, 0x81, 0x33, 0x7f, 0x01, 0xda, 0xd9, 0x67, - 0xd7, 0xbb, 0xf6, 0x7a, 0x59, 0x9b, 0x93, 0xe3, 0x99, 0xe7, 0xe5, 0xf3, 0x7c, 0x67, 0x76, 0x9f, - 0xc7, 0xc1, 0x53, 0x92, 0xd9, 0x36, 0x35, 0xb8, 0x4d, 0xab, 0xbb, 0xcc, 0xd8, 0x5f, 0xda, 0x61, - 0x92, 0x2e, 0x19, 0xf7, 0xf7, 0x98, 0x7d, 0xa8, 0x37, 0x6d, 0x2e, 0x39, 0x19, 0x57, 0x16, 0xba, - 0x6b, 0xa1, 0x83, 0x45, 0x76, 0xdc, 0xe4, 0x26, 0x57, 0x06, 0x86, 0xf3, 0x97, 0x6b, 0x9b, 0xcd, - 0x99, 0x9c, 0x9b, 0xbb, 0xcc, 0xa0, 0x4d, 0xcb, 0xa0, 0x8d, 0x06, 0x97, 0x54, 0x5a, 0xbc, 0x21, - 0x60, 0xf7, 0x72, 0x64, 0x2e, 0x08, 0xec, 0x9a, 0xe4, 0xab, 0x5c, 0xd4, 0xb9, 0x30, 0x76, 0xa8, - 0x68, 0x59, 0x54, 0xb9, 0xd5, 0x70, 0xf7, 0xb5, 0x12, 0x9e, 0xb8, 0xeb, 0xb0, 0xdd, 0x38, 0xa8, - 0xde, 0xa3, 0x0d, 0x93, 0x95, 0xa9, 0x64, 0x65, 0x76, 0x7f, 0x8f, 0x09, 0x49, 0xc6, 0xf1, 0xf9, - 0x1a, 0x6b, 0xf0, 0xfa, 0x04, 0x9a, 0x42, 0xd3, 0x43, 0x65, 0xf7, 0x4b, 0x69, 0xf0, 0xb3, 0x87, - 0x85, 0xd4, 0x5f, 0x0f, 0x0b, 0x29, 0xad, 0x89, 0x2f, 0x45, 0xf8, 0x8a, 0x26, 0x6f, 0x08, 0x46, - 0xde, 0xc2, 0x19, 0x06, 0xeb, 0x15, 0x9b, 0x4a, 0xe6, 0x06, 0x59, 0xd7, 0x8f, 0x4f, 0x0a, 0xa9, - 0xdf, 0x4f, 0x0a, 0x57, 0x4d, 0x4b, 0xde, 0xdb, 0xdb, 0xd1, 0xab, 0xbc, 0x6e, 0x00, 0xa2, 0xfb, - 0xb1, 0x20, 0x6a, 0x1f, 0x18, 0xf2, 0xb0, 0xc9, 0x84, 0xbe, 0xc9, 0xaa, 0xe5, 0x61, 0x16, 0x08, - 0xae, 0x4d, 0x46, 0x64, 0x14, 0x80, 0xab, 0x7d, 0x8d, 0x70, 0x36, 0x6a, 0x17, 0x80, 0x0e, 0xf0, - 0x48, 0x08, 0x48, 0x4c, 0xa0, 0xa9, 0xff, 0x4f, 0xa7, 0x8b, 0x39, 0xdd, 0x4d, 0xac, 0x3b, 0x12, - 0x79, 0xc7, 0xe1, 0xe4, 0xde, 0xe0, 0x56, 0x63, 0x7d, 0xd9, 0xe1, 0x7d, 0xf4, 0xa4, 0x30, 0x97, - 0x8c, 0xd7, 0xf1, 0x11, 0xe5, 0x4c, 0x10, 0x5a, 0x68, 0x2b, 0x78, 0x5c, 0x71, 0x6d, 0xf1, 0x1d, - 0xab, 0xb1, 0x45, 0x0f, 0x92, 0xea, 0x5b, 0xc3, 0x17, 0xdb, 0xfc, 0xa0, 0x94, 0x5b, 0x78, 0x48, - 0x3a, 0x6b, 0x15, 0x49, 0x0f, 0xfa, 0xd4, 0x75, 0x50, 0x42, 0x50, 0x6d, 0x02, 0x3f, 0x13, 0xca, - 0xd2, 0x12, 0xf4, 0x23, 0x84, 0x9f, 0xed, 0xd8, 0x02, 0x04, 0x86, 0xd3, 0x3e, 0x82, 0x2f, 0xe5, - 0xa4, 0x1e, 0x75, 0xb5, 0xf5, 0x4d, 0xa7, 0xae, 0xf5, 0x17, 0x1c, 0xc2, 0xbf, 0x4f, 0x0a, 0xe4, - 0x90, 0xd6, 0x77, 0x4b, 0x5a, 0xc0, 0x5b, 0x7b, 0xf4, 0xa4, 0x30, 0xa4, 0x8c, 0x6e, 0x5b, 0x42, - 0x96, 0xb1, 0xf4, 0xd3, 0x69, 0x17, 0xf1, 0xd3, 0x8a, 0x60, 0xad, 0x2a, 0xad, 0xfd, 0x16, 0xd9, - 0x22, 0x28, 0xea, 0x2f, 0x03, 0xd5, 0x04, 0xbe, 0x40, 0xdd, 0x25, 0x45, 0x34, 0x54, 0xf6, 0xbe, - 0x6a, 0x97, 0xa0, 0x94, 0x6d, 0x2e, 0xd9, 0x16, 0xb5, 0x4d, 0x26, 0xfd, 0x60, 0x2f, 0xc3, 0x23, - 0x10, 0xda, 0x82, 0x80, 0x97, 0xf1, 0xf0, 0x3e, 0x97, 0xac, 0x22, 0xdd, 0x75, 0x88, 0x9a, 0xde, - 0x6f, 0x99, 0x6a, 0x6f, 0xe2, 0x9c, 0x72, 0xbf, 0xc9, 0x58, 0x8d, 0xd9, 0x9b, 0x6c, 0x97, 0x99, - 0xea, 0x21, 0xf5, 0x4e, 0xf9, 0x79, 0x3c, 0xb2, 0x4f, 0x77, 0xad, 0x1a, 0x95, 0xdc, 0xae, 0xd0, - 0x5a, 0xcd, 0x86, 0xe3, 0xce, 0xf8, 0xab, 0x6b, 0xb5, 0x9a, 0x1d, 0x38, 0xf6, 0xeb, 0xf8, 0xb9, - 0x2e, 0x01, 0x01, 0xaa, 0x80, 0xd3, 0xef, 0xa9, 0xbd, 0x60, 0x38, 0xec, 0x2e, 0x39, 0xb1, 0xb4, - 0xd7, 0xa1, 0xd8, 0x37, 0x2c, 0x21, 0x36, 0xf8, 0x5e, 0x43, 0x32, 0xbb, 0x6f, 0x1a, 0x4f, 0x9d, - 0x50, 0xac, 0x96, 0x3a, 0x75, 0x4b, 0x88, 0x4a, 0xd5, 0x5d, 0x57, 0xa1, 0xce, 0x95, 0xd3, 0xf5, - 0x96, 0xa9, 0xaf, 0xce, 0x9a, 0x69, 0xda, 0x4e, 0x1d, 0xec, 0x8e, 0xcd, 0x1c, 0xf5, 0xfa, 0xe6, - 0xf9, 0x14, 0x81, 0x3c, 0x9d, 0x11, 0xfd, 0xab, 0x39, 0x46, 0xbd, 0xbd, 0x4a, 0xd3, 0xdd, 0x54, - 0x51, 0xd3, 0xc5, 0x62, 0xf4, 0x05, 0xf5, 0x43, 0x05, 0xdf, 0x1c, 0x10, 0x76, 0xfd, 0x9c, 0x73, - 0x6f, 0xcb, 0xa3, 0xb4, 0x2d, 0x9d, 0x56, 0xe8, 0xc2, 0xe1, 0xdf, 0xab, 0xcf, 0x11, 0xce, 0x77, - 0xb3, 0x00, 0x54, 0x13, 0x93, 0x0e, 0x54, 0xef, 0x61, 0xea, 0x9f, 0x75, 0xac, 0x9d, 0x55, 0x68, - 0xb7, 0xe1, 0xc5, 0xe9, 0x7b, 0x6f, 0xff, 0x97, 0x33, 0xf8, 0x10, 0x5e, 0xb4, 0x6d, 0xd1, 0xa0, - 0xa8, 0x77, 0xf0, 0x48, 0xab, 0xa8, 0x80, 0xf8, 0x46, 0x0f, 0x05, 0x6d, 0xb7, 0xaa, 0xc9, 0xd0, - 0x60, 0x16, 0x2d, 0x17, 0x95, 0xdb, 0xd7, 0xfc, 0x08, 0x4f, 0x46, 0xee, 0x02, 0xda, 0xbb, 0xf8, - 0xa9, 0x30, 0x9a, 0x27, 0x76, 0x9f, 0x6c, 0x23, 0x21, 0x36, 0xa1, 0x8d, 0x63, 0xa2, 0xd2, 0xdf, - 0xa1, 0x36, 0xad, 0xfb, 0x50, 0x77, 0xe1, 0x25, 0xe6, 0xad, 0x02, 0x4c, 0x09, 0x0f, 0x34, 0xd5, - 0x0a, 0xe8, 0x93, 0x8b, 0x66, 0x70, 0xbd, 0x20, 0x21, 0x78, 0x14, 0x7f, 0x1e, 0xc3, 0xe7, 0x55, - 0x4c, 0xf2, 0x3d, 0xc2, 0xc3, 0x41, 0x3a, 0xa2, 0x47, 0x87, 0xe9, 0xd6, 0xe5, 0xb3, 0x46, 0x62, - 0x7b, 0x97, 0x5b, 0x2b, 0x7d, 0xfc, 0xeb, 0x9f, 0x5f, 0xfd, 0xef, 0x1a, 0x29, 0x1a, 0x91, 0xe3, - 0x87, 0xea, 0x62, 0xc2, 0x78, 0xa0, 0x3e, 0x8f, 0x8c, 0x50, 0xcf, 0x25, 0xdf, 0x21, 0x9c, 0x09, - 0xb5, 0x67, 0x92, 0x34, 0xbd, 0xa7, 0x66, 0x76, 0x31, 0xb9, 0x03, 0x00, 0x2f, 0x2b, 0xe0, 0x05, - 0x32, 0x17, 0x0b, 0x1c, 0x1e, 0x0e, 0xc8, 0x37, 0x08, 0x0f, 0x7a, 0x7d, 0x8f, 0xcc, 0xc6, 0xe4, - 0x6c, 0xeb, 0xea, 0xd9, 0xb9, 0x44, 0xb6, 0x80, 0xb6, 0xa2, 0xd0, 0x16, 0x89, 0x9e, 0x48, 0x4b, - 0xbf, 0x67, 0x3a, 0x74, 0xb8, 0xd5, 0x95, 0xc9, 0x7c, 0x82, 0x9c, 0x2d, 0x05, 0x17, 0x12, 0x5a, - 0x03, 0xe3, 0xa2, 0x62, 0x9c, 0x25, 0xd3, 0xb1, 0x8c, 0x81, 0x7e, 0x4e, 0xbe, 0x40, 0xf8, 0x02, - 0xb4, 0x66, 0x32, 0x13, 0x93, 0x2c, 0xdc, 0xd5, 0xb3, 0xb3, 0x49, 0x4c, 0x01, 0x6a, 0x5e, 0x41, - 0x5d, 0x25, 0x57, 0x62, 0xa1, 0xa0, 0xfb, 0x93, 0x6f, 0x11, 0x4e, 0x07, 0xda, 0x3b, 0x89, 0x53, - 0xa0, 0x73, 0x42, 0xc8, 0xea, 0x49, 0xcd, 0x01, 0x6e, 0x49, 0xc1, 0xcd, 0x91, 0x99, 0x58, 0xb8, - 0xe0, 0x60, 0x41, 0x7e, 0x41, 0x78, 0xb4, 0xbd, 0xe1, 0x93, 0x62, 0x4c, 0xde, 0x2e, 0xe3, 0x46, - 0x76, 0xb9, 0x27, 0x1f, 0x00, 0xbe, 0xae, 0x80, 0x4b, 0x64, 0x35, 0x1a, 0xd8, 0xef, 0x03, 0xc2, - 0x78, 0x10, 0xee, 0x14, 0x47, 0x86, 0x3b, 0x76, 0x90, 0x1f, 0x10, 0x4e, 0x07, 0x46, 0x84, 0x58, - 0x85, 0x3b, 0xc7, 0x92, 0x58, 0x85, 0x23, 0x26, 0x0f, 0xed, 0x15, 0x05, 0xbc, 0x4a, 0x56, 0x7a, - 0x07, 0x76, 0xa6, 0x13, 0x72, 0x8c, 0xf0, 0x68, 0x7b, 0x5b, 0x8e, 0x95, 0xbb, 0xcb, 0xfc, 0x12, - 0x2b, 0x77, 0xb7, 0x09, 0x45, 0xbb, 0xa5, 0xe8, 0x6f, 0x90, 0x8d, 0xde, 0xe9, 0x3b, 0xc6, 0x05, - 0xf2, 0x13, 0xc2, 0x63, 0x1d, 0x13, 0x06, 0xe9, 0x85, 0xcb, 0xbf, 0xe7, 0xd7, 0x7a, 0x73, 0x82, - 0x6a, 0x5e, 0x52, 0xd5, 0xbc, 0x48, 0x96, 0xff, 0xb5, 0x9a, 0xce, 0x59, 0xc7, 0xa1, 0xcf, 0x84, - 0x9a, 0x75, 0x6c, 0x43, 0x88, 0x1a, 0x5f, 0x62, 0x1b, 0x42, 0xe4, 0x84, 0xa2, 0xbd, 0xa6, 0x88, - 0xd7, 0xc8, 0xab, 0x5d, 0x89, 0x6b, 0x96, 0x43, 0x1c, 0x27, 0xbf, 0xd2, 0xfe, 0x47, 0x84, 0x47, - 0xc2, 0xa3, 0x06, 0x49, 0x4c, 0xe3, 0xab, 0xbe, 0xd4, 0x83, 0x07, 0x14, 0xb0, 0xaa, 0x0a, 0x28, - 0x92, 0xc5, 0x1e, 0x24, 0x77, 0xf5, 0xfe, 0x04, 0xe1, 0x01, 0x77, 0xa2, 0x20, 0xd3, 0x31, 0x79, - 0x43, 0x03, 0x4c, 0x76, 0x26, 0x81, 0x25, 0x90, 0x5d, 0x51, 0x64, 0x79, 0x92, 0x8b, 0x26, 0x73, - 0xc7, 0x97, 0xf5, 0x9b, 0xc7, 0xa7, 0x79, 0xf4, 0xf8, 0x34, 0x8f, 0xfe, 0x38, 0xcd, 0xa3, 0x2f, - 0xcf, 0xf2, 0xa9, 0xc7, 0x67, 0xf9, 0xd4, 0x6f, 0x67, 0xf9, 0xd4, 0xdb, 0xf3, 0x81, 0xdf, 0xaf, - 0x2a, 0xc2, 0x42, 0xd3, 0xe6, 0xef, 0xb3, 0xaa, 0x34, 0xaa, 0xdc, 0x66, 0xc6, 0x81, 0x17, 0x50, - 0xfd, 0x92, 0xdd, 0x19, 0x50, 0xff, 0xc4, 0x58, 0xfe, 0x27, 0x00, 0x00, 0xff, 0xff, 0x0d, 0x6b, - 0xd4, 0xc2, 0x75, 0x11, 0x00, 0x00, + 0x55, 0x4a, 0x5e, 0x9a, 0xdd, 0xc4, 0x29, 0x51, 0x64, 0x04, 0x34, 0x2f, 0x05, 0x89, 0x16, 0xd1, + 0x9a, 0x28, 0x07, 0x84, 0xb0, 0x26, 0xf6, 0xb0, 0x5d, 0x11, 0xef, 0xb8, 0x3b, 0x93, 0x28, 0xa1, + 0x8a, 0x84, 0x40, 0x42, 0x70, 0x41, 0x48, 0x48, 0x5c, 0x38, 0xd0, 0x1b, 0x52, 0x41, 0xe2, 0x0f, + 0x00, 0xee, 0x39, 0x56, 0xe2, 0x82, 0x38, 0xa4, 0x28, 0xe1, 0xc0, 0x99, 0xbf, 0x00, 0xed, 0xec, + 0xb3, 0xeb, 0x5d, 0x7b, 0xbd, 0xac, 0xc3, 0xc9, 0xf1, 0xcc, 0xf3, 0xf2, 0x79, 0xbe, 0x33, 0xbb, + 0xcf, 0xe3, 0xe0, 0x29, 0xc9, 0x1c, 0x87, 0x1a, 0xdc, 0xa1, 0xf5, 0x1d, 0x66, 0xec, 0x2d, 0x6e, + 0x33, 0x49, 0x17, 0x8d, 0xfb, 0xbb, 0xcc, 0x39, 0xd0, 0x5b, 0x0e, 0x97, 0x9c, 0x8c, 0x2b, 0x0b, + 0xdd, 0xb3, 0xd0, 0xc1, 0x22, 0x3f, 0x6e, 0x72, 0x93, 0x2b, 0x03, 0xc3, 0xfd, 0xcb, 0xb3, 0xcd, + 0x17, 0x4c, 0xce, 0xcd, 0x1d, 0x66, 0xd0, 0x96, 0x65, 0x50, 0xdb, 0xe6, 0x92, 0x4a, 0x8b, 0xdb, + 0x02, 0x76, 0x2f, 0xc7, 0xe6, 0x82, 0xc0, 0x9e, 0x49, 0xb1, 0xce, 0x45, 0x93, 0x0b, 0x63, 0x9b, + 0x8a, 0xb6, 0x45, 0x9d, 0x5b, 0xb6, 0xb7, 0xaf, 0x55, 0xf0, 0xc4, 0x5d, 0x97, 0xed, 0xe6, 0x7e, + 0xfd, 0x1e, 0xb5, 0x4d, 0x56, 0xa5, 0x92, 0x55, 0xd9, 0xfd, 0x5d, 0x26, 0x24, 0x19, 0xc7, 0xe7, + 0x1b, 0xcc, 0xe6, 0xcd, 0x09, 0x34, 0x85, 0xa6, 0x87, 0xaa, 0xde, 0x97, 0xca, 0xe0, 0x67, 0x0f, + 0x4b, 0x99, 0xbf, 0x1e, 0x96, 0x32, 0x5a, 0x0b, 0x5f, 0x8a, 0xf1, 0x15, 0x2d, 0x6e, 0x0b, 0x46, + 0xde, 0xc6, 0x39, 0x06, 0xeb, 0x35, 0x87, 0x4a, 0xe6, 0x05, 0x59, 0xd3, 0x8f, 0x8e, 0x4b, 0x99, + 0xdf, 0x8f, 0x4b, 0x57, 0x4d, 0x4b, 0xde, 0xdb, 0xdd, 0xd6, 0xeb, 0xbc, 0x69, 0x00, 0xa2, 0xf7, + 0x31, 0x2f, 0x1a, 0x1f, 0x18, 0xf2, 0xa0, 0xc5, 0x84, 0xbe, 0xc1, 0xea, 0xd5, 0x61, 0x16, 0x0a, + 0xae, 0x4d, 0xc6, 0x64, 0x14, 0x80, 0xab, 0x7d, 0x8d, 0x70, 0x3e, 0x6e, 0x17, 0x80, 0xf6, 0xf1, + 0x48, 0x04, 0x48, 0x4c, 0xa0, 0xa9, 0xff, 0x4f, 0x67, 0xcb, 0x05, 0xdd, 0x4b, 0xac, 0xbb, 0x12, + 0xf9, 0xc7, 0xe1, 0xe6, 0x5e, 0xe7, 0x96, 0xbd, 0xb6, 0xe4, 0xf2, 0x3e, 0x7a, 0x52, 0x9a, 0x4b, + 0xc7, 0xeb, 0xfa, 0x88, 0x6a, 0x2e, 0x0c, 0x2d, 0xb4, 0x65, 0x3c, 0xae, 0xb8, 0x36, 0xf9, 0xb6, + 0x65, 0x6f, 0xd2, 0xfd, 0xb4, 0xfa, 0x36, 0xf0, 0xc5, 0x0e, 0x3f, 0x28, 0xe5, 0x16, 0x1e, 0x92, + 0xee, 0x5a, 0x4d, 0xd2, 0xfd, 0x33, 0xea, 0x3a, 0x28, 0x21, 0xa8, 0x36, 0x81, 0x9f, 0x89, 0x64, + 0x69, 0x0b, 0xfa, 0x11, 0xc2, 0xcf, 0x76, 0x6d, 0x01, 0x02, 0xc3, 0xd9, 0x00, 0x21, 0x90, 0x72, + 0x52, 0x8f, 0xbb, 0xda, 0xfa, 0x86, 0x5b, 0xd7, 0xda, 0x0b, 0x2e, 0xe1, 0xdf, 0xc7, 0x25, 0x72, + 0x40, 0x9b, 0x3b, 0x15, 0x2d, 0xe4, 0xad, 0x3d, 0x7a, 0x52, 0x1a, 0x52, 0x46, 0xb7, 0x2d, 0x21, + 0xab, 0x58, 0x06, 0xe9, 0xb4, 0x8b, 0xf8, 0x69, 0x45, 0xb0, 0x5a, 0x97, 0xd6, 0x5e, 0x9b, 0x6c, + 0x01, 0x14, 0x0d, 0x96, 0x81, 0x6a, 0x02, 0x5f, 0xa0, 0xde, 0x92, 0x22, 0x1a, 0xaa, 0xfa, 0x5f, + 0xb5, 0x4b, 0x50, 0xca, 0x16, 0x97, 0x6c, 0x93, 0x3a, 0x26, 0x93, 0x41, 0xb0, 0x97, 0xe1, 0x11, + 0x88, 0x6c, 0x41, 0xc0, 0xcb, 0x78, 0x78, 0x8f, 0x4b, 0x56, 0x93, 0xde, 0x3a, 0x44, 0xcd, 0xee, + 0xb5, 0x4d, 0xb5, 0xb7, 0x70, 0x41, 0xb9, 0xbf, 0xc6, 0x58, 0x83, 0x39, 0x1b, 0x6c, 0x87, 0x99, + 0xea, 0x21, 0xf5, 0x4f, 0xf9, 0x79, 0x3c, 0xb2, 0x47, 0x77, 0xac, 0x06, 0x95, 0xdc, 0xa9, 0xd1, + 0x46, 0xc3, 0x81, 0xe3, 0xce, 0x05, 0xab, 0xab, 0x8d, 0x86, 0x13, 0x3a, 0xf6, 0x1b, 0xf8, 0xb9, + 0x1e, 0x01, 0x01, 0xaa, 0x84, 0xb3, 0xef, 0xab, 0xbd, 0x70, 0x38, 0xec, 0x2d, 0xb9, 0xb1, 0xb4, + 0x37, 0xa0, 0xd8, 0x37, 0x2d, 0x21, 0xd6, 0xf9, 0xae, 0x2d, 0x99, 0x73, 0x66, 0x1a, 0x5f, 0x9d, + 0x48, 0xac, 0xb6, 0x3a, 0x4d, 0x4b, 0x88, 0x5a, 0xdd, 0x5b, 0x57, 0xa1, 0xce, 0x55, 0xb3, 0xcd, + 0xb6, 0x69, 0xa0, 0xce, 0xaa, 0x69, 0x3a, 0x6e, 0x1d, 0xec, 0x8e, 0xc3, 0x5c, 0xf5, 0xce, 0xcc, + 0xf3, 0x29, 0x02, 0x79, 0xba, 0x23, 0x06, 0x57, 0x73, 0x8c, 0xfa, 0x7b, 0xb5, 0x96, 0xb7, 0xa9, + 0xa2, 0x66, 0xcb, 0xe5, 0xf8, 0x0b, 0x1a, 0x84, 0x0a, 0xbf, 0x39, 0x20, 0xec, 0xda, 0x39, 0xf7, + 0xde, 0x56, 0x47, 0x69, 0x47, 0x3a, 0xad, 0xd4, 0x83, 0x23, 0xb8, 0x57, 0x9f, 0x23, 0x5c, 0xec, + 0x65, 0x01, 0xa8, 0x26, 0x26, 0x5d, 0xa8, 0xfe, 0xc3, 0x74, 0x76, 0xd6, 0xb1, 0x4e, 0x56, 0xa1, + 0xdd, 0x86, 0x17, 0x67, 0xe0, 0xbd, 0xf5, 0x5f, 0xce, 0xe0, 0x43, 0x78, 0xd1, 0x76, 0x44, 0x83, + 0xa2, 0xde, 0xc5, 0x23, 0xed, 0xa2, 0x42, 0xe2, 0x1b, 0x7d, 0x14, 0xb4, 0xd5, 0xae, 0x26, 0x47, + 0xc3, 0x59, 0xb4, 0x42, 0x5c, 0xee, 0x40, 0xf3, 0x43, 0x3c, 0x19, 0xbb, 0x0b, 0x68, 0xef, 0xe1, + 0xa7, 0xa2, 0x68, 0xbe, 0xd8, 0x67, 0x64, 0x1b, 0x89, 0xb0, 0x09, 0x6d, 0x1c, 0x13, 0x95, 0xfe, + 0x0e, 0x75, 0x68, 0x33, 0x80, 0xba, 0x0b, 0x2f, 0x31, 0x7f, 0x15, 0x60, 0x2a, 0x78, 0xa0, 0xa5, + 0x56, 0x40, 0x9f, 0x42, 0x3c, 0x83, 0xe7, 0x05, 0x09, 0xc1, 0xa3, 0xfc, 0xf3, 0x18, 0x3e, 0xaf, + 0x62, 0x92, 0xef, 0x11, 0x1e, 0x0e, 0xd3, 0x11, 0x3d, 0x3e, 0x4c, 0xaf, 0x2e, 0x9f, 0x37, 0x52, + 0xdb, 0x7b, 0xdc, 0x5a, 0xe5, 0xe3, 0x5f, 0xff, 0xfc, 0xea, 0x7f, 0xd7, 0x49, 0xd9, 0x88, 0x1d, + 0x3f, 0x54, 0x17, 0x13, 0xc6, 0x03, 0xf5, 0x79, 0x68, 0x44, 0x7a, 0x2e, 0xf9, 0x0e, 0xe1, 0x5c, + 0xa4, 0x3d, 0x93, 0xb4, 0xe9, 0x7d, 0x35, 0xf3, 0x0b, 0xe9, 0x1d, 0x00, 0x78, 0x49, 0x01, 0xcf, + 0x93, 0xb9, 0x44, 0xe0, 0xe8, 0x70, 0x40, 0xbe, 0x41, 0x78, 0xd0, 0xef, 0x7b, 0x64, 0x36, 0x21, + 0x67, 0x47, 0x57, 0xcf, 0xcf, 0xa5, 0xb2, 0x05, 0xb4, 0x65, 0x85, 0xb6, 0x40, 0xf4, 0x54, 0x5a, + 0x06, 0x3d, 0xd3, 0xa5, 0xc3, 0xed, 0xae, 0x4c, 0xae, 0xa5, 0xc8, 0xd9, 0x56, 0x70, 0x3e, 0xa5, + 0x35, 0x30, 0x2e, 0x28, 0xc6, 0x59, 0x32, 0x9d, 0xc8, 0x18, 0xea, 0xe7, 0xe4, 0x0b, 0x84, 0x2f, + 0x40, 0x6b, 0x26, 0x33, 0x09, 0xc9, 0xa2, 0x5d, 0x3d, 0x3f, 0x9b, 0xc6, 0x14, 0xa0, 0xae, 0x29, + 0xa8, 0xab, 0xe4, 0x4a, 0x22, 0x14, 0x74, 0x7f, 0xf2, 0x2d, 0xc2, 0xd9, 0x50, 0x7b, 0x27, 0x49, + 0x0a, 0x74, 0x4f, 0x08, 0x79, 0x3d, 0xad, 0x39, 0xc0, 0x2d, 0x2a, 0xb8, 0x39, 0x32, 0x93, 0x08, + 0x17, 0x1e, 0x2c, 0xc8, 0x2f, 0x08, 0x8f, 0x76, 0x36, 0x7c, 0x52, 0x4e, 0xc8, 0xdb, 0x63, 0xdc, + 0xc8, 0x2f, 0xf5, 0xe5, 0x03, 0xc0, 0x37, 0x14, 0x70, 0x85, 0xac, 0xc4, 0x03, 0x07, 0x7d, 0x40, + 0x18, 0x0f, 0xa2, 0x9d, 0xe2, 0xd0, 0xf0, 0xc6, 0x0e, 0xf2, 0x03, 0xc2, 0xd9, 0xd0, 0x88, 0x90, + 0xa8, 0x70, 0xf7, 0x58, 0x92, 0xa8, 0x70, 0xcc, 0xe4, 0xa1, 0xbd, 0xa2, 0x80, 0x57, 0xc8, 0x72, + 0xff, 0xc0, 0xee, 0x74, 0x42, 0x8e, 0x10, 0x1e, 0xed, 0x6c, 0xcb, 0x89, 0x72, 0xf7, 0x98, 0x5f, + 0x12, 0xe5, 0xee, 0x35, 0xa1, 0x68, 0xb7, 0x14, 0xfd, 0x4d, 0xb2, 0xde, 0x3f, 0x7d, 0xd7, 0xb8, + 0x40, 0x7e, 0x42, 0x78, 0xac, 0x6b, 0xc2, 0x20, 0xfd, 0x70, 0x05, 0xf7, 0xfc, 0x7a, 0x7f, 0x4e, + 0x50, 0xcd, 0x4b, 0xaa, 0x9a, 0x17, 0xc9, 0xd2, 0xbf, 0x56, 0xd3, 0x3d, 0xeb, 0xb8, 0xf4, 0xb9, + 0x48, 0xb3, 0x4e, 0x6c, 0x08, 0x71, 0xe3, 0x4b, 0x62, 0x43, 0x88, 0x9d, 0x50, 0xb4, 0xd7, 0x15, + 0xf1, 0x2a, 0x79, 0xb5, 0x27, 0x71, 0xc3, 0x72, 0x89, 0x93, 0xe4, 0x57, 0xda, 0xff, 0x88, 0xf0, + 0x48, 0x74, 0xd4, 0x20, 0xa9, 0x69, 0x02, 0xd5, 0x17, 0xfb, 0xf0, 0x80, 0x02, 0x56, 0x54, 0x01, + 0x65, 0xb2, 0xd0, 0x87, 0xe4, 0x9e, 0xde, 0x9f, 0x20, 0x3c, 0xe0, 0x4d, 0x14, 0x64, 0x3a, 0x21, + 0x6f, 0x64, 0x80, 0xc9, 0xcf, 0xa4, 0xb0, 0x04, 0xb2, 0x2b, 0x8a, 0xac, 0x48, 0x0a, 0xf1, 0x64, + 0xde, 0xf8, 0xb2, 0xb6, 0x71, 0x74, 0x52, 0x44, 0x8f, 0x4f, 0x8a, 0xe8, 0x8f, 0x93, 0x22, 0xfa, + 0xf2, 0xb4, 0x98, 0x79, 0x7c, 0x5a, 0xcc, 0xfc, 0x76, 0x5a, 0xcc, 0xbc, 0x33, 0x1b, 0xfa, 0xfd, + 0xaa, 0x22, 0xcc, 0x37, 0xb9, 0xcd, 0x0e, 0x8c, 0x3a, 0x77, 0x98, 0xb1, 0xef, 0x87, 0x53, 0xbf, + 0x63, 0xb7, 0x07, 0xd4, 0xbf, 0x30, 0x96, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, 0x85, 0x9d, 0xc0, + 0xe3, 0x73, 0x11, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/oracle/types/tx.pb.go b/x/oracle/types/tx.pb.go index 51cff8929..40e602dce 100644 --- a/x/oracle/types/tx.pb.go +++ b/x/oracle/types/tx.pb.go @@ -276,39 +276,39 @@ func init() { func init() { proto.RegisterFile("terra/oracle/v1beta1/tx.proto", fileDescriptor_ade38ec3545c6da7) } var fileDescriptor_ade38ec3545c6da7 = []byte{ - // 500 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0x3d, 0x6f, 0xd3, 0x40, - 0x18, 0xc7, 0x7d, 0xa4, 0xaa, 0xda, 0x43, 0xa5, 0xe0, 0x06, 0x94, 0x46, 0xc5, 0xae, 0x0e, 0x04, - 0x54, 0x2a, 0xb6, 0x1a, 0x60, 0x89, 0x84, 0x04, 0x05, 0xba, 0x45, 0x42, 0x37, 0x30, 0xb0, 0xa0, - 0x8b, 0xf3, 0x70, 0x29, 0x72, 0x73, 0xd6, 0xdd, 0x11, 0x25, 0x3b, 0x03, 0x12, 0x0b, 0x03, 0x1f, - 0xa0, 0x0b, 0x33, 0x5f, 0x83, 0xb1, 0x23, 0x93, 0x85, 0x92, 0x85, 0x89, 0xc1, 0x9f, 0x00, 0xf9, - 0xfc, 0x42, 0x10, 0x49, 0x23, 0x77, 0xb3, 0x9e, 0xff, 0xef, 0x79, 0xfb, 0xfb, 0xd1, 0xe1, 0x9b, - 0x1a, 0xa4, 0x64, 0xbe, 0x90, 0x2c, 0x08, 0xc1, 0x1f, 0x1e, 0x74, 0x41, 0xb3, 0x03, 0x5f, 0x8f, - 0xbc, 0x48, 0x0a, 0x2d, 0xec, 0xba, 0x91, 0xbd, 0x4c, 0xf6, 0x72, 0xb9, 0x59, 0xe7, 0x82, 0x0b, - 0x03, 0xf8, 0xe9, 0x57, 0xc6, 0x92, 0x6f, 0x08, 0xbb, 0x1d, 0xc5, 0x9f, 0x72, 0x2e, 0x81, 0x33, - 0x0d, 0x2f, 0x46, 0x41, 0x9f, 0x0d, 0x38, 0x50, 0xa6, 0xe1, 0xa5, 0x84, 0xa1, 0xd0, 0x60, 0xdf, - 0xc2, 0x2b, 0x7d, 0xa6, 0xfa, 0x0d, 0xb4, 0x8b, 0xee, 0xad, 0x1f, 0x6e, 0x26, 0xb1, 0x7b, 0x79, - 0xcc, 0x4e, 0xc2, 0x36, 0x49, 0xa3, 0x84, 0x1a, 0xd1, 0xde, 0xc3, 0xab, 0x6f, 0x01, 0x7a, 0x20, - 0x1b, 0x97, 0x0c, 0x76, 0x2d, 0x89, 0xdd, 0x8d, 0x0c, 0xcb, 0xe2, 0x84, 0xe6, 0x80, 0xdd, 0xc2, - 0xeb, 0x43, 0x16, 0x1e, 0xf7, 0x98, 0x16, 0xb2, 0x51, 0x33, 0x74, 0x3d, 0x89, 0xdd, 0xab, 0x19, - 0x5d, 0x4a, 0x84, 0xfe, 0xc5, 0xda, 0x6b, 0x1f, 0x4f, 0x5d, 0xeb, 0xd7, 0xa9, 0x6b, 0x91, 0x3d, - 0x7c, 0x77, 0xc9, 0xc0, 0x14, 0x54, 0x24, 0x06, 0x0a, 0xc8, 0x6f, 0x84, 0x77, 0x16, 0xb1, 0xaf, - 0xf2, 0xcd, 0x14, 0x0b, 0xf5, 0xff, 0x9b, 0xa5, 0x51, 0x42, 0x8d, 0x68, 0x3f, 0xc1, 0x57, 0x20, - 0x4f, 0x7c, 0x23, 0x99, 0x06, 0x95, 0x6f, 0xb8, 0x9d, 0xc4, 0xee, 0xf5, 0x0c, 0xff, 0x57, 0x27, - 0x74, 0x03, 0x66, 0x3a, 0xa9, 0x19, 0x6f, 0x6a, 0x95, 0xbc, 0x59, 0xa9, 0xea, 0xcd, 0x1d, 0x7c, - 0xfb, 0xbc, 0x7d, 0x4b, 0x63, 0x3e, 0x20, 0x7c, 0xa3, 0xa3, 0xf8, 0x73, 0x08, 0x0d, 0x77, 0x04, - 0xd0, 0x7b, 0x96, 0x0a, 0x03, 0x6d, 0xfb, 0x78, 0x4d, 0x44, 0x20, 0x4d, 0xff, 0xcc, 0x96, 0xad, - 0x24, 0x76, 0x37, 0xb3, 0xfe, 0x85, 0x42, 0x68, 0x09, 0xa5, 0x09, 0xbd, 0xbc, 0x4e, 0x6e, 0xcc, - 0x4c, 0x42, 0xa1, 0x10, 0x5a, 0x42, 0x33, 0xe3, 0xee, 0x62, 0x67, 0xfe, 0x14, 0xc5, 0xa0, 0xad, - 0xaf, 0x35, 0x5c, 0xeb, 0x28, 0x6e, 0x7f, 0x41, 0x78, 0xe7, 0xdc, 0x1b, 0x7d, 0xe4, 0xcd, 0x3b, - 0x7a, 0x6f, 0xc9, 0xa5, 0x34, 0x1f, 0x5f, 0x28, 0xad, 0x18, 0xcf, 0xfe, 0x84, 0xf0, 0xf6, 0xe2, - 0xeb, 0x6a, 0x55, 0x2b, 0x9e, 0xe6, 0x34, 0xdb, 0xd5, 0x73, 0xca, 0x69, 0xc6, 0x78, 0x6b, 0xde, - 0x1f, 0xdd, 0x5f, 0x58, 0x72, 0x0e, 0xdd, 0x7c, 0x58, 0x85, 0x2e, 0x5a, 0x1f, 0x1e, 0x7d, 0x9f, - 0x38, 0xe8, 0x6c, 0xe2, 0xa0, 0x9f, 0x13, 0x07, 0x7d, 0x9e, 0x3a, 0xd6, 0xd9, 0xd4, 0xb1, 0x7e, - 0x4c, 0x1d, 0xeb, 0xf5, 0x3e, 0x3f, 0xd6, 0xfd, 0xf7, 0x5d, 0x2f, 0x10, 0x27, 0xbe, 0xa9, 0x7c, - 0x3f, 0x92, 0xe2, 0x1d, 0x04, 0xda, 0x0f, 0x84, 0x04, 0x7f, 0x54, 0xbc, 0x62, 0x7a, 0x1c, 0x81, - 0xea, 0xae, 0x9a, 0x57, 0xe9, 0xc1, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xaf, 0x74, 0xd9, 0x4e, - 0xe2, 0x04, 0x00, 0x00, + // 498 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0x3f, 0x6f, 0xd3, 0x40, + 0x18, 0xc6, 0x7d, 0xa4, 0xaa, 0xda, 0x43, 0xa5, 0xe0, 0x06, 0x94, 0x46, 0xc5, 0xae, 0x0e, 0x04, + 0x14, 0x81, 0xad, 0x06, 0x58, 0x22, 0x21, 0x41, 0x29, 0x6c, 0x91, 0xd0, 0x0d, 0x0c, 0x2c, 0xe8, + 0x92, 0xbc, 0x5c, 0x2a, 0x39, 0xb9, 0xe8, 0xee, 0x88, 0x92, 0x9d, 0x01, 0x89, 0x85, 0x81, 0x0f, + 0xd0, 0x85, 0x99, 0xaf, 0xc1, 0xd8, 0x91, 0xc9, 0x42, 0xc9, 0xc2, 0xc4, 0xe0, 0x4f, 0x80, 0x7c, + 0x67, 0x9b, 0x20, 0x92, 0x46, 0x66, 0xb3, 0xde, 0xe7, 0xf7, 0xfe, 0x7b, 0xfc, 0xea, 0xf0, 0x75, + 0x0d, 0x52, 0xb2, 0x50, 0x48, 0xd6, 0x89, 0x20, 0x1c, 0x1d, 0xb6, 0x41, 0xb3, 0xc3, 0x50, 0x8f, + 0x83, 0xa1, 0x14, 0x5a, 0xb8, 0x55, 0x23, 0x07, 0x56, 0x0e, 0x32, 0xb9, 0x5e, 0xe5, 0x82, 0x0b, + 0x03, 0x84, 0xe9, 0x97, 0x65, 0xc9, 0x57, 0x84, 0xfd, 0x96, 0xe2, 0x4f, 0x39, 0x97, 0xc0, 0x99, + 0x86, 0xe7, 0xe3, 0x4e, 0x8f, 0x0d, 0x38, 0x50, 0xa6, 0xe1, 0xa5, 0x84, 0x91, 0xd0, 0xe0, 0xde, + 0xc0, 0x6b, 0x3d, 0xa6, 0x7a, 0x35, 0xb4, 0x8f, 0xee, 0x6c, 0x1e, 0x6d, 0x27, 0xb1, 0x7f, 0x71, + 0xc2, 0xfa, 0x51, 0x93, 0xa4, 0x51, 0x42, 0x8d, 0xe8, 0x1e, 0xe0, 0xf5, 0xb7, 0x00, 0x5d, 0x90, + 0xb5, 0x0b, 0x06, 0xbb, 0x92, 0xc4, 0xfe, 0x96, 0xc5, 0x6c, 0x9c, 0xd0, 0x0c, 0x70, 0x1b, 0x78, + 0x73, 0xc4, 0xa2, 0x93, 0x2e, 0xd3, 0x42, 0xd6, 0x2a, 0x86, 0xae, 0x26, 0xb1, 0x7f, 0xd9, 0xd2, + 0x85, 0x44, 0xe8, 0x1f, 0xac, 0xb9, 0xf1, 0xe1, 0xd4, 0x77, 0x7e, 0x9e, 0xfa, 0x0e, 0x39, 0xc0, + 0xb7, 0x57, 0x0c, 0x4c, 0x41, 0x0d, 0xc5, 0x40, 0x01, 0xf9, 0x85, 0xf0, 0xde, 0x32, 0xf6, 0x55, + 0xb6, 0x99, 0x62, 0x91, 0xfe, 0x77, 0xb3, 0x34, 0x4a, 0xa8, 0x11, 0xdd, 0x27, 0xf8, 0x12, 0x64, + 0x89, 0x6f, 0x24, 0xd3, 0xa0, 0xb2, 0x0d, 0x77, 0x93, 0xd8, 0xbf, 0x6a, 0xf1, 0xbf, 0x75, 0x42, + 0xb7, 0x60, 0xae, 0x93, 0x9a, 0xf3, 0xa6, 0x52, 0xca, 0x9b, 0xb5, 0xb2, 0xde, 0xdc, 0xc2, 0x37, + 0xcf, 0xdb, 0xb7, 0x30, 0xe6, 0x3d, 0xc2, 0xd7, 0x5a, 0x8a, 0x1f, 0x43, 0x64, 0xb8, 0x17, 0x00, + 0xdd, 0x67, 0xa9, 0x30, 0xd0, 0x6e, 0x88, 0x37, 0xc4, 0x10, 0xa4, 0xe9, 0x6f, 0x6d, 0xd9, 0x49, + 0x62, 0x7f, 0xdb, 0xf6, 0xcf, 0x15, 0x42, 0x0b, 0x28, 0x4d, 0xe8, 0x66, 0x75, 0x32, 0x63, 0xe6, + 0x12, 0x72, 0x85, 0xd0, 0x02, 0x9a, 0x1b, 0x77, 0x1f, 0x7b, 0x8b, 0xa7, 0xc8, 0x07, 0x6d, 0x7c, + 0xa9, 0xe0, 0x4a, 0x4b, 0x71, 0xf7, 0x33, 0xc2, 0x7b, 0xe7, 0xde, 0xe8, 0xa3, 0x60, 0xd1, 0xd1, + 0x07, 0x2b, 0x2e, 0xa5, 0xfe, 0xf8, 0xbf, 0xd2, 0xf2, 0xf1, 0xdc, 0x8f, 0x08, 0xef, 0x2e, 0xbf, + 0xae, 0x46, 0xb9, 0xe2, 0x69, 0x4e, 0xbd, 0x59, 0x3e, 0xa7, 0x98, 0x66, 0x82, 0x77, 0x16, 0xfd, + 0xd1, 0x7b, 0x4b, 0x4b, 0x2e, 0xa0, 0xeb, 0x0f, 0xcb, 0xd0, 0x79, 0xeb, 0xa3, 0xe3, 0x6f, 0x53, + 0x0f, 0x9d, 0x4d, 0x3d, 0xf4, 0x63, 0xea, 0xa1, 0x4f, 0x33, 0xcf, 0x39, 0x9b, 0x79, 0xce, 0xf7, + 0x99, 0xe7, 0xbc, 0xbe, 0xcb, 0x4f, 0x74, 0xef, 0x5d, 0x3b, 0xe8, 0x88, 0x7e, 0x68, 0x2a, 0xdf, + 0xef, 0x8b, 0x01, 0x4c, 0xc2, 0x8e, 0x90, 0x10, 0x8e, 0xf3, 0x37, 0x4c, 0x4f, 0x86, 0xa0, 0xda, + 0xeb, 0xe6, 0x4d, 0x7a, 0xf0, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x68, 0x06, 0x0f, 0x3b, 0xe0, 0x04, + 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/oracle/wasm/interface.go b/x/oracle/wasm/interface.go index 72ec3e3cb..caffa100b 100644 --- a/x/oracle/wasm/interface.go +++ b/x/oracle/wasm/interface.go @@ -8,8 +8,8 @@ import ( wasmvmtypes "github.com/CosmWasm/wasmvm/types" - "github.com/terra-project/core/x/oracle/keeper" - wasm "github.com/terra-project/core/x/wasm/exported" + "github.com/terra-money/core/x/oracle/keeper" + wasm "github.com/terra-money/core/x/wasm/exported" ) var _ wasm.WasmQuerierInterface = WasmQuerier{} diff --git a/x/oracle/wasm/interface_test.go b/x/oracle/wasm/interface_test.go index f9d7de592..4dcc08281 100644 --- a/x/oracle/wasm/interface_test.go +++ b/x/oracle/wasm/interface_test.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/oracle/keeper" - "github.com/terra-project/core/x/oracle/wasm" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/oracle/keeper" + "github.com/terra-money/core/x/oracle/wasm" ) func TestQueryExchangeRates(t *testing.T) { diff --git a/x/treasury/abci.go b/x/treasury/abci.go index a0ec17cae..018adc00f 100644 --- a/x/treasury/abci.go +++ b/x/treasury/abci.go @@ -6,9 +6,9 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/treasury/keeper" - "github.com/terra-project/core/x/treasury/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/treasury/keeper" + "github.com/terra-money/core/x/treasury/types" ) // EndBlocker is called at the end of every block diff --git a/x/treasury/abci_test.go b/x/treasury/abci_test.go index de1dcd11f..c5a27947f 100644 --- a/x/treasury/abci_test.go +++ b/x/treasury/abci_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/require" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/treasury/keeper" - "github.com/terra-project/core/x/treasury/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/treasury/keeper" + "github.com/terra-money/core/x/treasury/types" ) func TestBurnAddress(t *testing.T) { diff --git a/x/treasury/client/cli/query.go b/x/treasury/client/cli/query.go index 67383a0f6..c91cbff7d 100644 --- a/x/treasury/client/cli/query.go +++ b/x/treasury/client/cli/query.go @@ -4,7 +4,7 @@ import ( "context" "strings" - "github.com/terra-project/core/x/treasury/types" + "github.com/terra-money/core/x/treasury/types" "github.com/spf13/cobra" diff --git a/x/treasury/client/rest/query.go b/x/treasury/client/rest/query.go index 050178e99..4815753a7 100644 --- a/x/treasury/client/rest/query.go +++ b/x/treasury/client/rest/query.go @@ -4,7 +4,7 @@ import ( "fmt" "net/http" - "github.com/terra-project/core/x/treasury/types" + "github.com/terra-money/core/x/treasury/types" "github.com/gorilla/mux" diff --git a/x/treasury/exported/alias.go b/x/treasury/exported/alias.go index dd49366db..17e3d6801 100644 --- a/x/treasury/exported/alias.go +++ b/x/treasury/exported/alias.go @@ -3,7 +3,7 @@ package exported import ( - "github.com/terra-project/core/x/treasury/types" + "github.com/terra-money/core/x/treasury/types" ) var ( diff --git a/x/treasury/genesis.go b/x/treasury/genesis.go index 98db4c51d..7d010e805 100644 --- a/x/treasury/genesis.go +++ b/x/treasury/genesis.go @@ -5,9 +5,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/treasury/keeper" - "github.com/terra-project/core/x/treasury/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/treasury/keeper" + "github.com/terra-money/core/x/treasury/types" ) // InitGenesis initializes default parameters diff --git a/x/treasury/genesis_test.go b/x/treasury/genesis_test.go index 1313982e5..062b7acfc 100644 --- a/x/treasury/genesis_test.go +++ b/x/treasury/genesis_test.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/treasury/keeper" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/treasury/keeper" ) func TestExportInitGenesis(t *testing.T) { diff --git a/x/treasury/keeper/alias_functions.go b/x/treasury/keeper/alias_functions.go index d85491166..64199aa6f 100644 --- a/x/treasury/keeper/alias_functions.go +++ b/x/treasury/keeper/alias_functions.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/terra-project/core/x/treasury/types" + "github.com/terra-money/core/x/treasury/types" ) // GetTreasuryModuleAccount returns treasury ModuleAccount diff --git a/x/treasury/keeper/burn_account.go b/x/treasury/keeper/burn_account.go index 523b4822c..d21e26f52 100644 --- a/x/treasury/keeper/burn_account.go +++ b/x/treasury/keeper/burn_account.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/terra-project/core/x/treasury/types" + "github.com/terra-money/core/x/treasury/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/treasury/keeper/burn_account_test.go b/x/treasury/keeper/burn_account_test.go index 27a78617b..f19350272 100644 --- a/x/treasury/keeper/burn_account_test.go +++ b/x/treasury/keeper/burn_account_test.go @@ -4,7 +4,7 @@ import ( "testing" "github.com/stretchr/testify/require" - "github.com/terra-project/core/x/treasury/types" + "github.com/terra-money/core/x/treasury/types" ) func TestBurnCoinsFromBurnAccount(t *testing.T) { diff --git a/x/treasury/keeper/indicator.go b/x/treasury/keeper/indicator.go index cc7be05a0..2515707da 100644 --- a/x/treasury/keeper/indicator.go +++ b/x/treasury/keeper/indicator.go @@ -1,7 +1,7 @@ package keeper import ( - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/treasury/keeper/indicator_test.go b/x/treasury/keeper/indicator_test.go index 96a3c866f..287e3c0ee 100644 --- a/x/treasury/keeper/indicator_test.go +++ b/x/treasury/keeper/indicator_test.go @@ -4,7 +4,7 @@ import ( "testing" "github.com/stretchr/testify/require" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/treasury/keeper/keeper.go b/x/treasury/keeper/keeper.go index 3ab188af2..e5cd868ca 100644 --- a/x/treasury/keeper/keeper.go +++ b/x/treasury/keeper/keeper.go @@ -7,11 +7,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" "github.com/tendermint/tendermint/libs/log" - "github.com/terra-project/core/x/treasury/types" + "github.com/terra-money/core/x/treasury/types" ) // Keeper of the treasury store diff --git a/x/treasury/keeper/keeper_test.go b/x/treasury/keeper/keeper_test.go index 545fb85af..9fca9095e 100644 --- a/x/treasury/keeper/keeper_test.go +++ b/x/treasury/keeper/keeper_test.go @@ -8,8 +8,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/treasury/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/treasury/types" ) func TestRewardWeight(t *testing.T) { diff --git a/x/treasury/keeper/legacy_querier.go b/x/treasury/keeper/legacy_querier.go index abad8cfc6..79b991653 100644 --- a/x/treasury/keeper/legacy_querier.go +++ b/x/treasury/keeper/legacy_querier.go @@ -9,8 +9,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/treasury/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/treasury/types" ) // NewLegacyQuerier is the module level router for state queries diff --git a/x/treasury/keeper/legacy_querier_test.go b/x/treasury/keeper/legacy_querier_test.go index c36ac02fa..f72e8d68e 100644 --- a/x/treasury/keeper/legacy_querier_test.go +++ b/x/treasury/keeper/legacy_querier_test.go @@ -4,8 +4,8 @@ import ( "strings" "testing" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/treasury/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/treasury/types" "github.com/stretchr/testify/require" abci "github.com/tendermint/tendermint/abci/types" diff --git a/x/treasury/keeper/params.go b/x/treasury/keeper/params.go index a196a5f62..99824a66e 100644 --- a/x/treasury/keeper/params.go +++ b/x/treasury/keeper/params.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/terra-project/core/x/treasury/types" + "github.com/terra-money/core/x/treasury/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/treasury/keeper/policy_test.go b/x/treasury/keeper/policy_test.go index 731b72502..6726ecd44 100644 --- a/x/treasury/keeper/policy_test.go +++ b/x/treasury/keeper/policy_test.go @@ -3,9 +3,9 @@ package keeper import ( "testing" - core "github.com/terra-project/core/types" - oracletypes "github.com/terra-project/core/x/oracle/types" - "github.com/terra-project/core/x/treasury/types" + core "github.com/terra-money/core/types" + oracletypes "github.com/terra-money/core/x/oracle/types" + "github.com/terra-money/core/x/treasury/types" "github.com/stretchr/testify/require" diff --git a/x/treasury/keeper/querier.go b/x/treasury/keeper/querier.go index c4dc7579b..1caeede64 100644 --- a/x/treasury/keeper/querier.go +++ b/x/treasury/keeper/querier.go @@ -9,8 +9,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/treasury/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/treasury/types" ) // querier is used as Keeper will have duplicate methods if used directly, and gRPC names take precedence over q diff --git a/x/treasury/keeper/querier_test.go b/x/treasury/keeper/querier_test.go index a1f36c956..3704642ff 100644 --- a/x/treasury/keeper/querier_test.go +++ b/x/treasury/keeper/querier_test.go @@ -3,8 +3,8 @@ package keeper import ( "testing" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/treasury/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/treasury/types" "github.com/stretchr/testify/require" diff --git a/x/treasury/keeper/seigniorage.go b/x/treasury/keeper/seigniorage.go index 24b643100..98e0f8883 100644 --- a/x/treasury/keeper/seigniorage.go +++ b/x/treasury/keeper/seigniorage.go @@ -3,8 +3,8 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/treasury/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/treasury/types" ) // SettleSeigniorage computes seigniorage and distributes it to oracle and distribution(community-pool) account diff --git a/x/treasury/keeper/seigniorage_test.go b/x/treasury/keeper/seigniorage_test.go index f6d298ba5..3f308c0fa 100644 --- a/x/treasury/keeper/seigniorage_test.go +++ b/x/treasury/keeper/seigniorage_test.go @@ -4,7 +4,7 @@ import ( "math/rand" "testing" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" "github.com/stretchr/testify/require" diff --git a/x/treasury/keeper/test_utils.go b/x/treasury/keeper/test_utils.go index d33c83013..f34b73de7 100644 --- a/x/treasury/keeper/test_utils.go +++ b/x/treasury/keeper/test_utils.go @@ -7,19 +7,19 @@ import ( "github.com/stretchr/testify/require" - customauth "github.com/terra-project/core/custom/auth" - custombank "github.com/terra-project/core/custom/bank" - customdistr "github.com/terra-project/core/custom/distribution" - customparams "github.com/terra-project/core/custom/params" - customstaking "github.com/terra-project/core/custom/staking" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/market" - marketkeeper "github.com/terra-project/core/x/market/keeper" - markettypes "github.com/terra-project/core/x/market/types" - "github.com/terra-project/core/x/oracle" - oraclekeeper "github.com/terra-project/core/x/oracle/keeper" - oracletypes "github.com/terra-project/core/x/oracle/types" - "github.com/terra-project/core/x/treasury/types" + customauth "github.com/terra-money/core/custom/auth" + custombank "github.com/terra-money/core/custom/bank" + customdistr "github.com/terra-money/core/custom/distribution" + customparams "github.com/terra-money/core/custom/params" + customstaking "github.com/terra-money/core/custom/staking" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/market" + marketkeeper "github.com/terra-money/core/x/market/keeper" + markettypes "github.com/terra-money/core/x/market/types" + "github.com/terra-money/core/x/oracle" + oraclekeeper "github.com/terra-money/core/x/oracle/keeper" + oracletypes "github.com/terra-money/core/x/oracle/types" + "github.com/terra-money/core/x/treasury/types" "github.com/tendermint/tendermint/crypto" "github.com/tendermint/tendermint/crypto/secp256k1" diff --git a/x/treasury/legacy/v05/migrate.go b/x/treasury/legacy/v05/migrate.go index 8fca37d97..5b9a528e2 100644 --- a/x/treasury/legacy/v05/migrate.go +++ b/x/treasury/legacy/v05/migrate.go @@ -1,8 +1,8 @@ package v05 import ( - v04treasury "github.com/terra-project/core/x/treasury/legacy/v04" - v05treasury "github.com/terra-project/core/x/treasury/types" + v04treasury "github.com/terra-money/core/x/treasury/legacy/v04" + v05treasury "github.com/terra-money/core/x/treasury/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/treasury/legacy/v05/migrate_test.go b/x/treasury/legacy/v05/migrate_test.go index 1185af8a1..d786afabe 100644 --- a/x/treasury/legacy/v05/migrate_test.go +++ b/x/treasury/legacy/v05/migrate_test.go @@ -9,10 +9,10 @@ import ( "github.com/cosmos/cosmos-sdk/client" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/app" - core "github.com/terra-project/core/types" - v04treasury "github.com/terra-project/core/x/treasury/legacy/v04" - v05treasury "github.com/terra-project/core/x/treasury/legacy/v05" + "github.com/terra-money/core/app" + core "github.com/terra-money/core/types" + v04treasury "github.com/terra-money/core/x/treasury/legacy/v04" + v05treasury "github.com/terra-money/core/x/treasury/legacy/v05" ) func TestMigrate(t *testing.T) { diff --git a/x/treasury/module.go b/x/treasury/module.go index 0b568549a..ffc898d5a 100644 --- a/x/treasury/module.go +++ b/x/treasury/module.go @@ -7,8 +7,8 @@ import ( "math/rand" "github.com/grpc-ecosystem/grpc-gateway/runtime" - "github.com/terra-project/core/x/treasury/keeper" - "github.com/terra-project/core/x/treasury/simulation" + "github.com/terra-money/core/x/treasury/keeper" + "github.com/terra-money/core/x/treasury/simulation" "github.com/gorilla/mux" "github.com/spf13/cobra" @@ -22,9 +22,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/terra-project/core/x/treasury/client/cli" - "github.com/terra-project/core/x/treasury/client/rest" - "github.com/terra-project/core/x/treasury/types" + "github.com/terra-money/core/x/treasury/client/cli" + "github.com/terra-money/core/x/treasury/client/rest" + "github.com/terra-money/core/x/treasury/types" ) var ( diff --git a/x/treasury/simulation/decoder.go b/x/treasury/simulation/decoder.go index e0f02c487..503f111df 100644 --- a/x/treasury/simulation/decoder.go +++ b/x/treasury/simulation/decoder.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/kv" - "github.com/terra-project/core/x/treasury/types" + "github.com/terra-money/core/x/treasury/types" ) // NewDecodeStore returns a decoder function closure that unmarshals the KVPair's diff --git a/x/treasury/simulation/decoder_test.go b/x/treasury/simulation/decoder_test.go index f247b0f7b..ebc744a57 100644 --- a/x/treasury/simulation/decoder_test.go +++ b/x/treasury/simulation/decoder_test.go @@ -9,9 +9,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/kv" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/treasury/keeper" - "github.com/terra-project/core/x/treasury/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/treasury/keeper" + "github.com/terra-money/core/x/treasury/types" ) func TestDecodeDistributionStore(t *testing.T) { diff --git a/x/treasury/simulation/genesis.go b/x/treasury/simulation/genesis.go index 9e61bb573..6ed01af10 100644 --- a/x/treasury/simulation/genesis.go +++ b/x/treasury/simulation/genesis.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/treasury/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/treasury/types" ) // Simulation parameter constants diff --git a/x/treasury/simulation/params.go b/x/treasury/simulation/params.go index 570233ca9..0eb236312 100644 --- a/x/treasury/simulation/params.go +++ b/x/treasury/simulation/params.go @@ -10,7 +10,7 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/terra-project/core/x/treasury/types" + "github.com/terra-money/core/x/treasury/types" ) // ParamChanges defines the parameters that can be modified by param change proposals diff --git a/x/treasury/types/exptected_keepers.go b/x/treasury/types/exptected_keepers.go index ee0ace2d7..198f920fe 100644 --- a/x/treasury/types/exptected_keepers.go +++ b/x/treasury/types/exptected_keepers.go @@ -5,7 +5,7 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types" - oracletypes "github.com/terra-project/core/x/oracle/types" + oracletypes "github.com/terra-money/core/x/oracle/types" ) // AccountKeeper expected account keeper diff --git a/x/treasury/types/genesis.pb.go b/x/treasury/types/genesis.pb.go index 1b0854c84..114c345db 100644 --- a/x/treasury/types/genesis.pb.go +++ b/x/treasury/types/genesis.pb.go @@ -209,42 +209,42 @@ func init() { } var fileDescriptor_c440a3f50aabab34 = []byte{ - // 557 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x94, 0x41, 0x6b, 0x13, 0x41, - 0x18, 0x86, 0xb3, 0x6d, 0x9a, 0x98, 0x49, 0x44, 0x3a, 0x84, 0xb2, 0xf6, 0xb0, 0x09, 0x41, 0x25, - 0x97, 0xee, 0x5a, 0xbd, 0x0a, 0x42, 0xa2, 0xd4, 0xa0, 0x42, 0xd9, 0x08, 0x42, 0x41, 0xc2, 0x97, - 0xcd, 0xc7, 0x66, 0x6c, 0x32, 0xb3, 0xcc, 0x4c, 0x6c, 0x7a, 0xf4, 0x1f, 0xf8, 0x3b, 0xc4, 0x1f, - 0xd2, 0x63, 0x8f, 0xe2, 0xa1, 0x4a, 0x72, 0xf7, 0x37, 0xc8, 0xcc, 0x6c, 0xd3, 0x1e, 0xac, 0x48, - 0xe8, 0x29, 0xd9, 0xdd, 0x77, 0x9e, 0xf7, 0xdd, 0xef, 0x7b, 0x59, 0xf2, 0x40, 0xa3, 0x94, 0x10, - 0x69, 0x89, 0xa0, 0x66, 0xf2, 0x34, 0xfa, 0xb4, 0x3f, 0x44, 0x0d, 0xfb, 0x51, 0x8a, 0x1c, 0x15, - 0x53, 0x61, 0x26, 0x85, 0x16, 0x74, 0xc7, 0xaa, 0xc2, 0x4b, 0x55, 0x98, 0xab, 0x76, 0xeb, 0xa9, - 0x48, 0x85, 0x95, 0x44, 0xe6, 0x9f, 0x53, 0xef, 0x3e, 0xbc, 0x81, 0xb9, 0x3a, 0xee, 0x64, 0x41, - 0x22, 0xd4, 0x54, 0xa8, 0x68, 0x08, 0x0a, 0x57, 0x9a, 0x44, 0x30, 0xee, 0x9e, 0xb7, 0x7e, 0x17, - 0x49, 0xed, 0xc0, 0xc5, 0xe8, 0x6b, 0xd0, 0x48, 0x9f, 0x91, 0x52, 0x06, 0x12, 0xa6, 0xca, 0xf7, - 0x9a, 0x5e, 0xbb, 0xfa, 0x24, 0x08, 0xff, 0x1e, 0x2b, 0x3c, 0xb4, 0xaa, 0x4e, 0xf1, 0xec, 0xa2, - 0x51, 0x88, 0xf3, 0x33, 0xb4, 0x47, 0xee, 0x68, 0x98, 0x0f, 0x24, 0x68, 0xf4, 0x37, 0x9a, 0x5e, - 0xbb, 0xd2, 0x09, 0xcd, 0xf3, 0x1f, 0x17, 0x8d, 0x47, 0x29, 0xd3, 0xe3, 0xd9, 0x30, 0x4c, 0xc4, - 0x34, 0xca, 0x33, 0xb9, 0x9f, 0x3d, 0x35, 0x3a, 0x8e, 0xf4, 0x69, 0x86, 0x2a, 0x7c, 0x81, 0x49, - 0x5c, 0xd6, 0x30, 0x8f, 0x4d, 0x90, 0x3e, 0xb9, 0x2b, 0xf1, 0x04, 0xe4, 0x68, 0x70, 0x82, 0x2c, - 0x1d, 0x6b, 0x7f, 0x73, 0x2d, 0x5e, 0xcd, 0x41, 0xde, 0x5b, 0x06, 0x7d, 0xee, 0xf2, 0x25, 0x90, - 0x29, 0xbf, 0xd8, 0xdc, 0xfc, 0xd7, 0xfb, 0xbd, 0x83, 0x79, 0x17, 0xb2, 0xfc, 0xfd, 0x4c, 0xaa, - 0x2e, 0x64, 0x8a, 0x72, 0x52, 0x33, 0x80, 0x4c, 0x8a, 0x04, 0x71, 0xa4, 0xfc, 0x2d, 0x0b, 0xb9, - 0x1f, 0x3a, 0xef, 0xd0, 0x8c, 0x79, 0x45, 0xe8, 0x0a, 0xc6, 0x3b, 0x8f, 0xcd, 0xf9, 0xaf, 0x3f, - 0x1b, 0xed, 0xff, 0xc8, 0x6b, 0x0e, 0xa8, 0xb8, 0xaa, 0x61, 0x7e, 0x98, 0xf3, 0xe9, 0x67, 0x8f, - 0xec, 0x60, 0x26, 0x92, 0xf1, 0x80, 0x71, 0xa6, 0x19, 0x4c, 0x06, 0x4c, 0xa9, 0x19, 0xf0, 0x04, - 0xfd, 0xd2, 0xed, 0x5b, 0xd7, 0xad, 0x55, 0xcf, 0x39, 0xf5, 0x72, 0x23, 0xfa, 0x9a, 0xd4, 0x5c, - 0x04, 0x65, 0x1a, 0xa2, 0xfc, 0xb2, 0x35, 0x6e, 0xdd, 0x34, 0xb8, 0x97, 0x46, 0x6b, 0xcb, 0x94, - 0x0f, 0xaf, 0x8a, 0xab, 0x3b, 0xaa, 0x95, 0x92, 0x92, 0x9b, 0x2c, 0xad, 0x93, 0xad, 0x11, 0x72, - 0x31, 0xb5, 0x45, 0xab, 0xc4, 0xee, 0x82, 0x1e, 0x90, 0x72, 0xbe, 0xa1, 0x35, 0x0a, 0xd4, 0xe3, - 0x3a, 0x2e, 0xb9, 0x55, 0xb5, 0xbe, 0x6d, 0x10, 0x72, 0x15, 0xc5, 0xb8, 0xd9, 0x18, 0xd6, 0xad, - 0x18, 0xbb, 0x0b, 0xfa, 0x96, 0x10, 0xdb, 0x57, 0xdb, 0x91, 0x35, 0x1b, 0x5b, 0x31, 0x8d, 0xb5, - 0x00, 0xfa, 0x81, 0x50, 0x85, 0x2c, 0xe5, 0x4c, 0x48, 0x48, 0xf1, 0x12, 0xbb, 0x5e, 0x71, 0xb7, - 0xaf, 0x91, 0x72, 0xfc, 0x11, 0xd9, 0xd6, 0x42, 0xc3, 0xc4, 0x2c, 0xe2, 0x18, 0x47, 0x83, 0xc9, - 0x8c, 0x83, 0x5f, 0x5c, 0x6b, 0x4a, 0xf7, 0x2c, 0xa8, 0x6f, 0x39, 0x6f, 0x66, 0x1c, 0x3a, 0xaf, - 0xce, 0x16, 0x81, 0x77, 0xbe, 0x08, 0xbc, 0x5f, 0x8b, 0xc0, 0xfb, 0xb2, 0x0c, 0x0a, 0xe7, 0xcb, - 0xa0, 0xf0, 0x7d, 0x19, 0x14, 0x8e, 0xc2, 0x6b, 0x48, 0xbb, 0xf2, 0xbd, 0x4c, 0x8a, 0x8f, 0x98, - 0xe8, 0x28, 0x11, 0x12, 0xa3, 0xf9, 0xd5, 0x37, 0xc8, 0xe2, 0x87, 0x25, 0xfb, 0x65, 0x79, 0xfa, - 0x27, 0x00, 0x00, 0xff, 0xff, 0x29, 0xaf, 0x5a, 0xfb, 0xf6, 0x04, 0x00, 0x00, + // 558 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x94, 0x41, 0x6b, 0x13, 0x4f, + 0x18, 0xc6, 0xb3, 0x6d, 0x9a, 0xfc, 0x33, 0xc9, 0x1f, 0xe9, 0x10, 0xca, 0xda, 0xc3, 0x26, 0x04, + 0x95, 0x1c, 0xec, 0xae, 0xd5, 0xab, 0x20, 0x24, 0x6a, 0x09, 0x2a, 0x94, 0x8d, 0x20, 0x14, 0x24, + 0xbc, 0xd9, 0xbc, 0x6c, 0x86, 0x26, 0x33, 0xcb, 0xcc, 0xc4, 0x26, 0x47, 0xbf, 0x81, 0x9f, 0x43, + 0xfc, 0x20, 0x3d, 0xf6, 0x28, 0x1e, 0xaa, 0x24, 0x77, 0x3f, 0x83, 0xcc, 0xcc, 0x36, 0xed, 0xc1, + 0x8a, 0x04, 0x4f, 0xc9, 0xee, 0x3e, 0xf3, 0x7b, 0x9e, 0x7d, 0xdf, 0x87, 0x25, 0xf7, 0x34, 0x4a, + 0x09, 0x91, 0x96, 0x08, 0x6a, 0x26, 0x17, 0xd1, 0x87, 0xc3, 0x21, 0x6a, 0x38, 0x8c, 0x52, 0xe4, + 0xa8, 0x98, 0x0a, 0x33, 0x29, 0xb4, 0xa0, 0x7b, 0x56, 0x15, 0x5e, 0xa9, 0xc2, 0x5c, 0xb5, 0x5f, + 0x4f, 0x45, 0x2a, 0xac, 0x24, 0x32, 0xff, 0x9c, 0x7a, 0xff, 0xfe, 0x2d, 0xcc, 0xf5, 0x71, 0x27, + 0x0b, 0x12, 0xa1, 0xa6, 0x42, 0x45, 0x43, 0x50, 0xb8, 0xd6, 0x24, 0x82, 0x71, 0xf7, 0xbc, 0xf5, + 0xb3, 0x48, 0x6a, 0x47, 0x2e, 0x46, 0x5f, 0x83, 0x46, 0xfa, 0x94, 0x94, 0x32, 0x90, 0x30, 0x55, + 0xbe, 0xd7, 0xf4, 0xda, 0xd5, 0xc7, 0x41, 0xf8, 0xfb, 0x58, 0xe1, 0xb1, 0x55, 0x75, 0x8a, 0xe7, + 0x97, 0x8d, 0x42, 0x9c, 0x9f, 0xa1, 0x3d, 0xf2, 0x9f, 0x86, 0xf9, 0x40, 0x82, 0x46, 0x7f, 0xab, + 0xe9, 0xb5, 0x2b, 0x9d, 0xd0, 0x3c, 0xff, 0x76, 0xd9, 0x78, 0x90, 0x32, 0x3d, 0x9e, 0x0d, 0xc3, + 0x44, 0x4c, 0xa3, 0x3c, 0x93, 0xfb, 0x39, 0x50, 0xa3, 0xd3, 0x48, 0x2f, 0x32, 0x54, 0xe1, 0x73, + 0x4c, 0xe2, 0xb2, 0x86, 0x79, 0x6c, 0x82, 0xf4, 0xc9, 0xff, 0x12, 0xcf, 0x40, 0x8e, 0x06, 0x67, + 0xc8, 0xd2, 0xb1, 0xf6, 0xb7, 0x37, 0xe2, 0xd5, 0x1c, 0xe4, 0x9d, 0x65, 0xd0, 0x67, 0x2e, 0x5f, + 0x02, 0x99, 0xf2, 0x8b, 0xcd, 0xed, 0x3f, 0xbd, 0xdf, 0x5b, 0x98, 0x77, 0x21, 0xcb, 0xdf, 0xcf, + 0xa4, 0xea, 0x42, 0xa6, 0x28, 0x27, 0x35, 0x03, 0xc8, 0xa4, 0x48, 0x10, 0x47, 0xca, 0xdf, 0xb1, + 0x90, 0xbb, 0xa1, 0xf3, 0x0e, 0xcd, 0x98, 0xd7, 0x84, 0xae, 0x60, 0xbc, 0xf3, 0xc8, 0x9c, 0xff, + 0xfc, 0xbd, 0xd1, 0xfe, 0x8b, 0xbc, 0xe6, 0x80, 0x8a, 0xab, 0x1a, 0xe6, 0xc7, 0x39, 0x9f, 0x7e, + 0xf4, 0xc8, 0x1e, 0x66, 0x22, 0x19, 0x0f, 0x18, 0x67, 0x9a, 0xc1, 0x64, 0xc0, 0x94, 0x9a, 0x01, + 0x4f, 0xd0, 0x2f, 0xfd, 0x7b, 0xeb, 0xba, 0xb5, 0xea, 0x39, 0xa7, 0x5e, 0x6e, 0x44, 0x5f, 0x91, + 0x9a, 0x8b, 0xa0, 0x4c, 0x43, 0x94, 0x5f, 0xb6, 0xc6, 0xad, 0xdb, 0x06, 0xf7, 0xc2, 0x68, 0x6d, + 0x99, 0xf2, 0xe1, 0x55, 0x71, 0x7d, 0x47, 0xb5, 0x52, 0x52, 0x72, 0x93, 0xa5, 0x75, 0xb2, 0x33, + 0x42, 0x2e, 0xa6, 0xb6, 0x68, 0x95, 0xd8, 0x5d, 0xd0, 0x23, 0x52, 0xce, 0x37, 0xb4, 0x41, 0x81, + 0x7a, 0x5c, 0xc7, 0x25, 0xb7, 0xaa, 0xd6, 0x97, 0x2d, 0x42, 0xae, 0xa3, 0x18, 0x37, 0x1b, 0xc3, + 0xba, 0x15, 0x63, 0x77, 0x41, 0xdf, 0x10, 0x62, 0xfb, 0x6a, 0x3b, 0xb2, 0x61, 0x63, 0x2b, 0xa6, + 0xb1, 0x16, 0x40, 0xdf, 0x13, 0xaa, 0x90, 0xa5, 0x9c, 0x09, 0x09, 0x29, 0x5e, 0x61, 0x37, 0x2b, + 0xee, 0xee, 0x0d, 0x52, 0x8e, 0x3f, 0x21, 0xbb, 0x5a, 0x68, 0x98, 0x98, 0x45, 0x9c, 0xe2, 0x68, + 0x30, 0x99, 0x71, 0xf0, 0x8b, 0x1b, 0x4d, 0xe9, 0x8e, 0x05, 0xf5, 0x2d, 0xe7, 0xf5, 0x8c, 0x43, + 0xe7, 0xe5, 0xf9, 0x32, 0xf0, 0x2e, 0x96, 0x81, 0xf7, 0x63, 0x19, 0x78, 0x9f, 0x56, 0x41, 0xe1, + 0x62, 0x15, 0x14, 0xbe, 0xae, 0x82, 0xc2, 0xc9, 0xc3, 0x1b, 0x48, 0xbb, 0xf2, 0x83, 0xa9, 0xe0, + 0xb8, 0x88, 0x12, 0x21, 0x31, 0x9a, 0x5f, 0x7f, 0x81, 0x2c, 0x7c, 0x58, 0xb2, 0xdf, 0x95, 0x27, + 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x1f, 0x0b, 0xe8, 0x53, 0xf4, 0x04, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/treasury/types/params.go b/x/treasury/types/params.go index 378b40072..5868c2368 100644 --- a/x/treasury/types/params.go +++ b/x/treasury/types/params.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" ) // Parameter keys diff --git a/x/treasury/types/query.pb.go b/x/treasury/types/query.pb.go index 00fbb6db3..c772257a4 100644 --- a/x/treasury/types/query.pb.go +++ b/x/treasury/types/query.pb.go @@ -735,64 +735,64 @@ func init() { } var fileDescriptor_699c8c29293c9a9b = []byte{ - // 911 bytes of a gzipped FileDescriptorProto + // 909 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x96, 0xcf, 0x6f, 0x1b, 0x45, 0x14, 0xc7, 0x3d, 0x85, 0x3a, 0xc9, 0x24, 0x5c, 0x26, 0xa6, 0x38, 0x16, 0xda, 0x35, 0xa3, 0x36, - 0x58, 0xf9, 0xb1, 0xeb, 0x84, 0x4a, 0x40, 0xc5, 0xc9, 0x45, 0x02, 0x4b, 0x45, 0x6a, 0x37, 0x96, - 0x2a, 0x38, 0x60, 0x8d, 0xd7, 0xa3, 0xcd, 0x42, 0xbc, 0xb3, 0x9d, 0x1d, 0xd3, 0x58, 0x88, 0x0b, - 0x12, 0x12, 0x70, 0x40, 0x48, 0x3d, 0x71, 0x41, 0x15, 0x47, 0xfe, 0x08, 0xce, 0x39, 0x56, 0xe2, - 0x82, 0x38, 0x04, 0xe4, 0x70, 0xe0, 0xc4, 0xdf, 0x80, 0x66, 0x76, 0xd6, 0xbb, 0x6e, 0xbc, 0xf6, - 0x3a, 0x3d, 0x65, 0x33, 0xef, 0xd7, 0x67, 0xde, 0x9b, 0xf7, 0x4d, 0x20, 0x16, 0x94, 0x73, 0x62, - 0x0b, 0x4e, 0x49, 0x34, 0xe4, 0x23, 0xfb, 0x8b, 0x83, 0x1e, 0x15, 0xe4, 0xc0, 0x7e, 0x34, 0xa4, - 0x7c, 0x64, 0x85, 0x9c, 0x09, 0x86, 0x6e, 0x28, 0x1f, 0x2b, 0xf1, 0xb1, 0xb4, 0x4f, 0xad, 0xe2, - 0x31, 0x8f, 0x29, 0x17, 0x5b, 0x7e, 0xc5, 0xde, 0xb5, 0xd7, 0x3d, 0xc6, 0xbc, 0x13, 0x6a, 0x93, - 0xd0, 0xb7, 0x49, 0x10, 0x30, 0x41, 0x84, 0xcf, 0x82, 0x48, 0x5b, 0x6f, 0xe5, 0xd4, 0x9b, 0x24, - 0x8f, 0xdd, 0x0c, 0x97, 0x45, 0x03, 0x16, 0xd9, 0x3d, 0x12, 0xd1, 0x89, 0x8f, 0xcb, 0xfc, 0x20, - 0xb6, 0xe3, 0x57, 0xe1, 0xe6, 0x03, 0x49, 0xd8, 0x21, 0xa7, 0x0e, 0x11, 0xd4, 0xa1, 0x8f, 0x86, - 0x34, 0x12, 0x98, 0xc0, 0xca, 0xf4, 0x71, 0x14, 0xb2, 0x20, 0xa2, 0xa8, 0x0d, 0x57, 0x05, 0x39, - 0xed, 0x72, 0x22, 0x68, 0x15, 0xd4, 0x41, 0x63, 0xad, 0x65, 0x9d, 0x9d, 0x9b, 0xa5, 0x3f, 0xcf, - 0xcd, 0x6d, 0xcf, 0x17, 0xc7, 0xc3, 0x9e, 0xe5, 0xb2, 0x81, 0xad, 0x6b, 0xc6, 0x3f, 0xf6, 0xa3, - 0xfe, 0xe7, 0xb6, 0x18, 0x85, 0x34, 0xb2, 0xde, 0xa7, 0xae, 0xb3, 0x22, 0xe2, 0x94, 0xf8, 0x36, - 0x44, 0x49, 0x89, 0xbb, 0x24, 0xd4, 0x85, 0x51, 0x05, 0x5e, 0xef, 0xd3, 0x80, 0x0d, 0xe2, 0xec, - 0x4e, 0xfc, 0xcb, 0x9d, 0xd5, 0x6f, 0x9f, 0x9a, 0xa5, 0x7f, 0x9f, 0x9a, 0x25, 0xfc, 0x69, 0xca, - 0xab, 0xa2, 0x34, 0xd7, 0x07, 0x50, 0xe6, 0xed, 0xba, 0x24, 0xbc, 0x02, 0x56, 0x3b, 0x10, 0x4e, - 0x59, 0xa8, 0x84, 0xd8, 0x9c, 0xca, 0x1f, 0x69, 0xac, 0x0c, 0xc0, 0x08, 0x56, 0xa7, 0x1d, 0x62, - 0x82, 0xb6, 0xa0, 0x83, 0xd9, 0xf0, 0x59, 0xb6, 0x6b, 0x2f, 0xc4, 0xe6, 0xa7, 0x43, 0xc9, 0x96, - 0x46, 0x0f, 0xe2, 0xa1, 0xb8, 0x24, 0x8c, 0xaa, 0xa0, 0xfe, 0x52, 0x63, 0xfd, 0xb0, 0x69, 0xcd, - 0x7e, 0x69, 0x56, 0x1e, 0x7a, 0xeb, 0x65, 0xc9, 0xa4, 0x86, 0x23, 0x4d, 0xb8, 0xa6, 0x6f, 0xe9, - 0xd0, 0xc7, 0x84, 0xf7, 0x1f, 0x52, 0xdf, 0x3b, 0x16, 0xc9, 0xdb, 0x08, 0xe1, 0xd6, 0x0c, 0x9b, - 0x66, 0x39, 0x82, 0xaf, 0x70, 0x75, 0xde, 0x7d, 0xac, 0x0c, 0x57, 0x7c, 0x25, 0x1b, 0x3c, 0x93, - 0x1c, 0x6f, 0xc1, 0xd7, 0x12, 0xf0, 0xfb, 0x9c, 0xb9, 0x94, 0xf6, 0x93, 0xc1, 0xe0, 0xef, 0x41, - 0x3a, 0x8f, 0xd4, 0xa6, 0x61, 0x02, 0xb8, 0x21, 0x1b, 0x13, 0xea, 0x73, 0xdd, 0x9c, 0x2d, 0x2b, - 0x2e, 0x69, 0xc9, 0x9d, 0x98, 0x74, 0xe6, 0x2e, 0xf3, 0x83, 0x56, 0x53, 0x62, 0xfe, 0xfa, 0x97, - 0xd9, 0x28, 0x80, 0x29, 0x03, 0x22, 0x67, 0x5d, 0xa4, 0x75, 0xf1, 0x1b, 0xd0, 0x54, 0x2c, 0x47, - 0xd4, 0xf7, 0x02, 0x9f, 0x71, 0xe2, 0xd1, 0xe7, 0x79, 0xbf, 0x01, 0xb0, 0x9e, 0xef, 0xa3, 0xb9, - 0x09, 0xac, 0x44, 0xa9, 0x39, 0xcb, 0x7f, 0x95, 0xe7, 0xb3, 0x19, 0x5d, 0x2e, 0x85, 0xab, 0xf0, - 0x86, 0xc2, 0x68, 0x07, 0x7d, 0xdf, 0x25, 0x82, 0xf1, 0x09, 0xe1, 0x19, 0xd0, 0xdd, 0xce, 0x9a, - 0x34, 0x58, 0x07, 0xae, 0x0a, 0x7e, 0xd2, 0x1d, 0x51, 0xc2, 0x35, 0xcc, 0xbb, 0xcb, 0x0d, 0x76, - 0x7c, 0x6e, 0xae, 0x74, 0x9c, 0x7b, 0x1f, 0x53, 0xc2, 0x9d, 0x15, 0xc1, 0x4f, 0xe4, 0x07, 0x7a, - 0x08, 0xd7, 0x64, 0xd6, 0x01, 0x0b, 0xc4, 0xb1, 0x5e, 0x91, 0x3b, 0x4b, 0xa7, 0x5d, 0xed, 0x38, - 0xf7, 0x3e, 0x92, 0x19, 0x1c, 0x89, 0xa8, 0xbe, 0x70, 0x45, 0x4b, 0xcc, 0x7d, 0xc2, 0xc9, 0x60, - 0x72, 0xc1, 0x23, 0xbd, 0xe2, 0xc9, 0xa9, 0xbe, 0xdb, 0x7b, 0xb0, 0x1c, 0xaa, 0x13, 0x75, 0xb3, - 0xf5, 0x43, 0x23, 0x6f, 0x87, 0xe2, 0x38, 0xbd, 0x31, 0x3a, 0xe6, 0xf0, 0xbf, 0x35, 0x78, 0x5d, - 0x65, 0x45, 0x3f, 0x00, 0xb8, 0xa2, 0x65, 0x13, 0xed, 0x2e, 0xda, 0xc3, 0x8c, 0xe6, 0xd6, 0xf6, - 0x8a, 0x39, 0xc7, 0xb8, 0xb8, 0xf1, 0xf5, 0xef, 0xff, 0x3c, 0xb9, 0x86, 0x51, 0xdd, 0xce, 0xfb, - 0x43, 0xa0, 0x75, 0x1a, 0x3d, 0x01, 0xb0, 0x1c, 0xaf, 0x3c, 0xda, 0x29, 0xa0, 0x0b, 0x09, 0xce, - 0x6e, 0x21, 0x5f, 0x4d, 0xd3, 0x54, 0x34, 0x3b, 0xa8, 0x31, 0x8f, 0x46, 0x0a, 0x94, 0xfd, 0xa5, - 0x12, 0xc5, 0xaf, 0x92, 0x36, 0x49, 0xb5, 0x41, 0xbb, 0xc5, 0xe4, 0xaa, 0x60, 0x9b, 0xb2, 0xda, - 0x56, 0xac, 0x4d, 0x12, 0x0c, 0xfd, 0x02, 0xe0, 0x46, 0x56, 0xd2, 0xd0, 0x7c, 0x11, 0x9d, 0xa1, - 0x8c, 0xb5, 0x83, 0x25, 0x22, 0x34, 0xdf, 0xbe, 0xe2, 0x7b, 0x13, 0xdd, 0xca, 0xe3, 0x9b, 0x52, - 0x53, 0xf4, 0x1b, 0x80, 0x9b, 0x33, 0x94, 0x03, 0xbd, 0x3d, 0xb7, 0x72, 0xbe, 0x1e, 0xd5, 0xde, - 0x59, 0x3e, 0x50, 0x93, 0xdf, 0x56, 0xe4, 0x16, 0xda, 0xcb, 0x23, 0x9f, 0x25, 0x61, 0xe8, 0x67, - 0x00, 0xd7, 0x33, 0x52, 0x8d, 0xec, 0x45, 0xd3, 0x7c, 0x1e, 0xb8, 0x59, 0x3c, 0x40, 0x83, 0xee, - 0x29, 0xd0, 0x6d, 0x74, 0x73, 0xde, 0x13, 0x98, 0x00, 0xfe, 0x04, 0x20, 0x4c, 0x95, 0x0f, 0x59, - 0x73, 0xcb, 0x5d, 0x52, 0xcf, 0x9a, 0x5d, 0xd8, 0x5f, 0xd3, 0xed, 0x28, 0xba, 0x9b, 0x08, 0xe7, - 0xd1, 0xf9, 0x29, 0xcc, 0x77, 0x00, 0x96, 0x63, 0xf5, 0x59, 0xb0, 0xc9, 0x53, 0x82, 0xb7, 0x60, - 0x93, 0xa7, 0x65, 0x10, 0x6f, 0x2b, 0x9e, 0x3a, 0x32, 0xf2, 0x78, 0x62, 0xc1, 0x6b, 0x7d, 0x78, - 0x36, 0x36, 0xc0, 0xb3, 0xb1, 0x01, 0xfe, 0x1e, 0x1b, 0xe0, 0xc7, 0x0b, 0xa3, 0xf4, 0xec, 0xc2, - 0x28, 0xfd, 0x71, 0x61, 0x94, 0x3e, 0xb1, 0x32, 0x9a, 0xad, 0x72, 0xec, 0x87, 0x9c, 0x7d, 0x46, - 0x5d, 0x61, 0xbb, 0x8c, 0x53, 0xfb, 0x34, 0x4d, 0xa9, 0xf4, 0xbb, 0x57, 0x56, 0xff, 0x89, 0xbe, - 0xf5, 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x09, 0xda, 0xe4, 0xff, 0x42, 0x0b, 0x00, 0x00, + 0x58, 0x89, 0xb3, 0xeb, 0x84, 0x4a, 0x40, 0xc5, 0xc9, 0x45, 0x20, 0x4b, 0x45, 0x6a, 0x37, 0x96, + 0x2a, 0x38, 0x60, 0x8d, 0xd7, 0xa3, 0xcd, 0x8a, 0x78, 0x67, 0x3b, 0x3b, 0xa6, 0xb1, 0x10, 0x17, + 0x24, 0x24, 0xe0, 0x80, 0x90, 0x7a, 0xe2, 0x82, 0x2a, 0x8e, 0xfc, 0x11, 0x9c, 0x73, 0xac, 0xc4, + 0x05, 0x71, 0x08, 0xc8, 0xe1, 0xc0, 0x89, 0xbf, 0x01, 0xcd, 0xec, 0xac, 0x77, 0xdd, 0x7a, 0xed, + 0x75, 0x38, 0x65, 0x33, 0xef, 0xd7, 0x67, 0xde, 0x9b, 0xf7, 0x4d, 0x20, 0x16, 0x94, 0x73, 0x62, + 0x0b, 0x4e, 0x49, 0x34, 0xe2, 0x63, 0xfb, 0xf3, 0xc3, 0x3e, 0x15, 0xe4, 0xd0, 0x7e, 0x34, 0xa2, + 0x7c, 0x6c, 0x85, 0x9c, 0x09, 0x86, 0x6e, 0x28, 0x1f, 0x2b, 0xf1, 0xb1, 0xb4, 0x4f, 0xad, 0xe2, + 0x31, 0x8f, 0x29, 0x17, 0x5b, 0x7e, 0xc5, 0xde, 0xb5, 0xd7, 0x3d, 0xc6, 0xbc, 0x53, 0x6a, 0x93, + 0xd0, 0xb7, 0x49, 0x10, 0x30, 0x41, 0x84, 0xcf, 0x82, 0x48, 0x5b, 0x6f, 0xe5, 0xd4, 0x9b, 0x26, + 0x8f, 0xdd, 0x0c, 0x97, 0x45, 0x43, 0x16, 0xd9, 0x7d, 0x12, 0xd1, 0xa9, 0x8f, 0xcb, 0xfc, 0x20, + 0xb6, 0xe3, 0x57, 0xe1, 0xf6, 0x03, 0x49, 0xd8, 0x25, 0x67, 0x0e, 0x11, 0xd4, 0xa1, 0x8f, 0x46, + 0x34, 0x12, 0x98, 0xc0, 0xca, 0xec, 0x71, 0x14, 0xb2, 0x20, 0xa2, 0xa8, 0x03, 0xd7, 0x05, 0x39, + 0xeb, 0x71, 0x22, 0x68, 0x15, 0xd4, 0x41, 0x63, 0xa3, 0x6d, 0x9d, 0x5f, 0x98, 0xa5, 0x3f, 0x2e, + 0xcc, 0x5d, 0xcf, 0x17, 0x27, 0xa3, 0xbe, 0xe5, 0xb2, 0xa1, 0xad, 0x6b, 0xc6, 0x3f, 0x0e, 0xa2, + 0xc1, 0x67, 0xb6, 0x18, 0x87, 0x34, 0xb2, 0xde, 0xa7, 0xae, 0xb3, 0x26, 0xe2, 0x94, 0xf8, 0x36, + 0x44, 0x49, 0x89, 0xbb, 0x24, 0xd4, 0x85, 0x51, 0x05, 0x5e, 0x1f, 0xd0, 0x80, 0x0d, 0xe3, 0xec, + 0x4e, 0xfc, 0xcb, 0x9d, 0xf5, 0x6f, 0x9e, 0x9a, 0xa5, 0x7f, 0x9e, 0x9a, 0x25, 0xfc, 0x69, 0xca, + 0xab, 0xa2, 0x34, 0xd7, 0x87, 0x50, 0xe6, 0xed, 0xb9, 0x24, 0xbc, 0x02, 0x56, 0x27, 0x10, 0x4e, + 0x59, 0xa8, 0x84, 0xd8, 0x9c, 0xc9, 0x1f, 0x69, 0xac, 0x0c, 0xc0, 0x18, 0x56, 0x67, 0x1d, 0x62, + 0x82, 0x8e, 0xa0, 0xc3, 0xf9, 0xf0, 0x59, 0xb6, 0x6b, 0xff, 0x8b, 0xcd, 0x4f, 0x87, 0x92, 0x2d, + 0x8d, 0x1e, 0xc4, 0x43, 0x71, 0x49, 0x18, 0x55, 0x41, 0xfd, 0xa5, 0xc6, 0xe6, 0x51, 0xcb, 0x9a, + 0xff, 0xd2, 0xac, 0x3c, 0xf4, 0xf6, 0xcb, 0x92, 0x49, 0x0d, 0x47, 0x9a, 0x70, 0x4d, 0xdf, 0xd2, + 0xa1, 0x8f, 0x09, 0x1f, 0x3c, 0xa4, 0xbe, 0x77, 0x22, 0x92, 0xb7, 0x11, 0xc2, 0x9d, 0x39, 0x36, + 0xcd, 0x72, 0x0c, 0x5f, 0xe1, 0xea, 0xbc, 0xf7, 0x58, 0x19, 0xae, 0xf8, 0x4a, 0xb6, 0x78, 0x26, + 0x39, 0xde, 0x81, 0xaf, 0x25, 0xe0, 0xf7, 0x39, 0x73, 0x29, 0x1d, 0x24, 0x83, 0xc1, 0xdf, 0x81, + 0x74, 0x1e, 0xa9, 0x4d, 0xc3, 0x04, 0x70, 0x4b, 0x36, 0x26, 0xd4, 0xe7, 0xba, 0x39, 0x3b, 0x56, + 0x5c, 0xd2, 0x92, 0x3b, 0x31, 0xed, 0xcc, 0x5d, 0xe6, 0x07, 0xed, 0x96, 0xc4, 0xfc, 0xe5, 0x4f, + 0xb3, 0x51, 0x00, 0x53, 0x06, 0x44, 0xce, 0xa6, 0x48, 0xeb, 0xe2, 0x37, 0xa0, 0xa9, 0x58, 0x8e, + 0xa9, 0xef, 0x05, 0x3e, 0xe3, 0xc4, 0xa3, 0xcf, 0xf3, 0x7e, 0x0d, 0x60, 0x3d, 0xdf, 0x47, 0x73, + 0x13, 0x58, 0x89, 0x52, 0x73, 0x96, 0xff, 0x2a, 0xcf, 0x67, 0x3b, 0x7a, 0xb1, 0x14, 0xae, 0xc2, + 0x1b, 0x0a, 0xa3, 0x13, 0x0c, 0x7c, 0x97, 0x08, 0xc6, 0xa7, 0x84, 0xe7, 0x40, 0x77, 0x3b, 0x6b, + 0xd2, 0x60, 0x5d, 0xb8, 0x2e, 0xf8, 0x69, 0x6f, 0x4c, 0x09, 0xd7, 0x30, 0xef, 0xae, 0x36, 0xd8, + 0xc9, 0x85, 0xb9, 0xd6, 0x75, 0xee, 0x7d, 0x4c, 0x09, 0x77, 0xd6, 0x04, 0x3f, 0x95, 0x1f, 0xe8, + 0x21, 0xdc, 0x90, 0x59, 0x87, 0x2c, 0x10, 0x27, 0x7a, 0x45, 0xee, 0xac, 0x9c, 0x76, 0xbd, 0xeb, + 0xdc, 0xfb, 0x48, 0x66, 0x70, 0x24, 0xa2, 0xfa, 0xc2, 0x15, 0x2d, 0x31, 0xf7, 0x09, 0x27, 0xc3, + 0xe9, 0x05, 0x8f, 0xf5, 0x8a, 0x27, 0xa7, 0xfa, 0x6e, 0xef, 0xc1, 0x72, 0xa8, 0x4e, 0xd4, 0xcd, + 0x36, 0x8f, 0x8c, 0xbc, 0x1d, 0x8a, 0xe3, 0xf4, 0xc6, 0xe8, 0x98, 0xa3, 0x7f, 0x37, 0xe0, 0x75, + 0x95, 0x15, 0x7d, 0x0f, 0xe0, 0x9a, 0x96, 0x4d, 0xb4, 0xbf, 0x6c, 0x0f, 0x33, 0x9a, 0x5b, 0x6b, + 0x16, 0x73, 0x8e, 0x71, 0x71, 0xe3, 0xab, 0xdf, 0xfe, 0x7e, 0x72, 0x0d, 0xa3, 0xba, 0x9d, 0xf7, + 0x87, 0x40, 0xeb, 0x34, 0x7a, 0x02, 0x60, 0x39, 0x5e, 0x79, 0xb4, 0x57, 0x40, 0x17, 0x12, 0x9c, + 0xfd, 0x42, 0xbe, 0x9a, 0xa6, 0xa5, 0x68, 0xf6, 0x50, 0x63, 0x11, 0x8d, 0x14, 0x28, 0xfb, 0x0b, + 0x25, 0x8a, 0x5f, 0x26, 0x6d, 0x92, 0x6a, 0x83, 0xf6, 0x8b, 0xc9, 0x55, 0xc1, 0x36, 0x65, 0xb5, + 0xad, 0x58, 0x9b, 0x24, 0x18, 0xfa, 0x19, 0xc0, 0xad, 0xac, 0xa4, 0xa1, 0xc5, 0x22, 0x3a, 0x47, + 0x19, 0x6b, 0x87, 0x2b, 0x44, 0x68, 0xbe, 0x03, 0xc5, 0xf7, 0x26, 0xba, 0x95, 0xc7, 0x37, 0xa3, + 0xa6, 0xe8, 0x57, 0x00, 0xb7, 0xe7, 0x28, 0x07, 0x7a, 0x7b, 0x61, 0xe5, 0x7c, 0x3d, 0xaa, 0xbd, + 0xb3, 0x7a, 0xa0, 0x26, 0xbf, 0xad, 0xc8, 0x2d, 0xd4, 0xcc, 0x23, 0x9f, 0x27, 0x61, 0xe8, 0x27, + 0x00, 0x37, 0x33, 0x52, 0x8d, 0xec, 0x65, 0xd3, 0x7c, 0x1e, 0xb8, 0x55, 0x3c, 0x40, 0x83, 0x36, + 0x15, 0xe8, 0x2e, 0xba, 0xb9, 0xe8, 0x09, 0x4c, 0x01, 0x7f, 0x04, 0x10, 0xa6, 0xca, 0x87, 0xac, + 0x85, 0xe5, 0x5e, 0x50, 0xcf, 0x9a, 0x5d, 0xd8, 0x5f, 0xd3, 0xed, 0x29, 0xba, 0x9b, 0x08, 0xe7, + 0xd1, 0xf9, 0x29, 0xcc, 0xb7, 0x00, 0x96, 0x63, 0xf5, 0x59, 0xb2, 0xc9, 0x33, 0x82, 0xb7, 0x64, + 0x93, 0x67, 0x65, 0x10, 0xef, 0x2a, 0x9e, 0x3a, 0x32, 0xf2, 0x78, 0x62, 0xc1, 0x6b, 0x7f, 0x70, + 0x3e, 0x31, 0xc0, 0xb3, 0x89, 0x01, 0xfe, 0x9a, 0x18, 0xe0, 0x87, 0x4b, 0xa3, 0xf4, 0xec, 0xd2, + 0x28, 0xfd, 0x7e, 0x69, 0x94, 0x3e, 0x69, 0x66, 0x34, 0x5b, 0xe5, 0x38, 0x18, 0xb2, 0x80, 0x8e, + 0x6d, 0x97, 0x71, 0x6a, 0x9f, 0xa5, 0x09, 0x95, 0x7a, 0xf7, 0xcb, 0xea, 0xff, 0xd0, 0xb7, 0xfe, + 0x0b, 0x00, 0x00, 0xff, 0xff, 0x47, 0x4b, 0x04, 0xb0, 0x40, 0x0b, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/treasury/types/treasury.pb.go b/x/treasury/types/treasury.pb.go index 069a1a3d8..aa7cad1ea 100644 --- a/x/treasury/types/treasury.pb.go +++ b/x/treasury/types/treasury.pb.go @@ -257,48 +257,48 @@ var fileDescriptor_353bb3a9c554268e = []byte{ // 700 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x4b, 0x6f, 0x13, 0x3b, 0x14, 0xc7, 0x33, 0x37, 0x7d, 0x3a, 0xad, 0xd2, 0x4e, 0xab, 0x36, 0xed, 0xbd, 0xca, 0x44, 0x96, - 0xee, 0x55, 0xee, 0xa2, 0x33, 0x6a, 0x59, 0x20, 0x75, 0x83, 0x48, 0x79, 0x34, 0x12, 0x48, 0xd1, - 0xd0, 0x15, 0x42, 0x1a, 0x39, 0x8e, 0x35, 0x31, 0x24, 0xf6, 0xc8, 0x76, 0x68, 0xc2, 0x9e, 0x1d, - 0x42, 0x88, 0x15, 0x62, 0xd5, 0x2d, 0x7c, 0x92, 0x2e, 0xbb, 0x44, 0x2c, 0x02, 0x6a, 0x37, 0xac, - 0xf3, 0x09, 0xd0, 0xd8, 0xce, 0xa3, 0xe5, 0x19, 0xb1, 0x8a, 0xcf, 0xeb, 0x77, 0xfe, 0x1e, 0x1f, - 0x3b, 0xe0, 0x5f, 0x45, 0x84, 0x40, 0x81, 0x12, 0x04, 0xc9, 0x8e, 0xe8, 0x05, 0x4f, 0x77, 0xeb, - 0x44, 0xa1, 0xdd, 0x91, 0xc3, 0x4f, 0x04, 0x57, 0xdc, 0xdd, 0xd0, 0x69, 0xfe, 0xc8, 0x6b, 0xd3, - 0xb6, 0xd7, 0x63, 0x1e, 0x73, 0x9d, 0x12, 0xa4, 0x2b, 0x93, 0xbd, 0x5d, 0xc4, 0x5c, 0xb6, 0xb9, - 0x0c, 0xea, 0x48, 0x92, 0x11, 0x11, 0x73, 0xca, 0x4c, 0x1c, 0xbe, 0x9b, 0x05, 0x73, 0x35, 0x24, - 0x50, 0x5b, 0xba, 0x18, 0x00, 0x85, 0xba, 0x51, 0xc2, 0x5b, 0x14, 0xf7, 0x0a, 0x4e, 0xc9, 0x29, - 0xe7, 0xf6, 0xfe, 0xf7, 0xbf, 0xdf, 0xcd, 0xaf, 0xe9, 0xac, 0x03, 0xce, 0xa4, 0x12, 0x88, 0x32, - 0x25, 0x2b, 0x5b, 0xa7, 0x7d, 0x2f, 0x33, 0xe8, 0x7b, 0xab, 0x3d, 0xd4, 0x6e, 0xed, 0xc3, 0x31, - 0x0a, 0x86, 0x8b, 0x0a, 0x75, 0x4d, 0x81, 0xdb, 0x02, 0xcb, 0x82, 0x1c, 0x23, 0xd1, 0x18, 0xf6, - 0xf9, 0x6b, 0xda, 0x3e, 0xff, 0xd8, 0x3e, 0xeb, 0xa6, 0xcf, 0x25, 0x1a, 0x0c, 0x97, 0x8c, 0x6d, - 0xbb, 0xbd, 0x74, 0xc0, 0x96, 0x24, 0x34, 0x66, 0x94, 0x0b, 0x14, 0x93, 0xa8, 0xde, 0x11, 0x0d, - 0xc2, 0x22, 0x85, 0x44, 0x4c, 0x54, 0x21, 0x5b, 0x72, 0xca, 0x8b, 0x95, 0x30, 0xe5, 0x7d, 0xec, - 0x7b, 0xff, 0xc5, 0x54, 0x35, 0x3b, 0x75, 0x1f, 0xf3, 0x76, 0x60, 0x3f, 0x9a, 0xf9, 0xd9, 0x91, - 0x8d, 0x27, 0x81, 0xea, 0x25, 0x44, 0xfa, 0xb7, 0x08, 0x1e, 0xf4, 0xbd, 0x92, 0xe9, 0xfc, 0x43, - 0x30, 0x0c, 0x37, 0x27, 0x62, 0x15, 0x1d, 0x3a, 0xd2, 0x11, 0x57, 0x81, 0x95, 0x36, 0x65, 0x94, - 0xc5, 0x11, 0x65, 0x58, 0x90, 0x36, 0x61, 0xaa, 0x30, 0xa3, 0x65, 0x54, 0xa7, 0x96, 0xb1, 0x69, - 0x64, 0x5c, 0xe5, 0xc1, 0x30, 0x6f, 0x5c, 0xd5, 0xa1, 0xc7, 0xdd, 0x07, 0x4b, 0xc7, 0x94, 0x35, - 0xf8, 0x71, 0x24, 0x9b, 0x5c, 0xa8, 0xc2, 0x6c, 0xc9, 0x29, 0xcf, 0x54, 0x36, 0x07, 0x7d, 0x6f, - 0xcd, 0x30, 0x26, 0xa3, 0x30, 0xcc, 0x19, 0xf3, 0x41, 0x6a, 0xb9, 0xd7, 0x81, 0x35, 0xa3, 0x16, - 0x67, 0x71, 0x61, 0x4e, 0x97, 0x6e, 0x0c, 0xfa, 0x9e, 0x7b, 0xa9, 0x34, 0x0d, 0xc2, 0x10, 0x18, - 0xeb, 0x1e, 0x67, 0xb1, 0x7b, 0x07, 0xac, 0xd8, 0x58, 0x22, 0x78, 0x1d, 0x29, 0xca, 0x59, 0x61, - 0x5e, 0x57, 0xff, 0x3d, 0x16, 0x7f, 0x35, 0x03, 0x86, 0x79, 0xe3, 0xaa, 0x0d, 0x3d, 0xfb, 0x0b, - 0x6f, 0x4e, 0xbc, 0xcc, 0x97, 0x13, 0xcf, 0x81, 0x2f, 0xb2, 0x60, 0xf5, 0x9b, 0x79, 0x70, 0x1f, - 0x81, 0x05, 0x81, 0x14, 0x89, 0xda, 0x94, 0xe9, 0xa1, 0x5d, 0xac, 0xdc, 0x9c, 0xfa, 0x53, 0xe6, - 0xed, 0x2c, 0x59, 0x0e, 0x0c, 0xe7, 0xd3, 0xe5, 0x7d, 0xca, 0xc6, 0x74, 0xd4, 0xd5, 0xa3, 0xfa, - 0xc7, 0x74, 0xd4, 0x1d, 0xd2, 0x51, 0xd7, 0xbd, 0x01, 0xb2, 0x18, 0x25, 0x7a, 0x10, 0x73, 0x7b, - 0x5b, 0xbe, 0xa9, 0xf7, 0xd3, 0xbb, 0x3a, 0xba, 0x00, 0x07, 0x9c, 0xb2, 0x8a, 0x6b, 0x67, 0x1e, - 0x18, 0x12, 0x46, 0x09, 0x0c, 0xd3, 0x4a, 0x37, 0x01, 0x79, 0xdc, 0x44, 0x2c, 0x26, 0xd1, 0x48, - 0xa5, 0x19, 0xa7, 0xc3, 0xa9, 0x55, 0x6e, 0x58, 0xf6, 0x65, 0x1c, 0x0c, 0x97, 0x8d, 0x27, 0x34, - 0x92, 0x27, 0x8e, 0xe3, 0xad, 0x03, 0x56, 0x6e, 0x27, 0x1c, 0x37, 0x8f, 0x50, 0xb7, 0x26, 0x38, - 0x26, 0xa4, 0x21, 0xdd, 0xe7, 0x0e, 0x58, 0xd2, 0x57, 0xdf, 0x3a, 0x0a, 0x4e, 0x29, 0xfb, 0xf3, - 0xbd, 0xdd, 0xb5, 0x7b, 0x5b, 0x9b, 0x78, 0x37, 0x6c, 0x31, 0x7c, 0xff, 0xc9, 0x2b, 0xff, 0xc6, - 0x06, 0x52, 0x8e, 0x0c, 0x73, 0x6a, 0xac, 0x03, 0xbe, 0x76, 0xc0, 0xba, 0x16, 0x57, 0x65, 0x54, - 0x51, 0xd4, 0xaa, 0x4a, 0xd9, 0x41, 0x0c, 0x13, 0xf7, 0x19, 0x58, 0xa0, 0x76, 0xfd, 0x6b, 0x6d, - 0x07, 0x56, 0x9b, 0x3d, 0xc1, 0x61, 0xe1, 0x74, 0xba, 0x46, 0xfd, 0x2a, 0x87, 0xa7, 0xe7, 0x45, - 0xe7, 0xec, 0xbc, 0xe8, 0x7c, 0x3e, 0x2f, 0x3a, 0xaf, 0x2e, 0x8a, 0x99, 0xb3, 0x8b, 0x62, 0xe6, - 0xc3, 0x45, 0x31, 0xf3, 0xd0, 0x9f, 0xa0, 0xe9, 0x97, 0x70, 0x27, 0x11, 0xfc, 0x31, 0xc1, 0x2a, - 0xc0, 0x5c, 0x90, 0xa0, 0x3b, 0xfe, 0x57, 0xd0, 0xe4, 0xfa, 0x9c, 0x7e, 0xbd, 0xaf, 0x7d, 0x0d, - 0x00, 0x00, 0xff, 0xff, 0x24, 0x78, 0x10, 0xa7, 0x34, 0x06, 0x00, 0x00, + 0xee, 0x55, 0xae, 0x44, 0x67, 0xd4, 0xb2, 0x40, 0xea, 0x06, 0x91, 0x42, 0x21, 0x12, 0x48, 0xd1, + 0xd0, 0x15, 0x42, 0x1a, 0x39, 0x13, 0x6b, 0x62, 0x91, 0xb1, 0x47, 0xb6, 0x43, 0x27, 0xec, 0xd9, + 0x21, 0x84, 0x58, 0x21, 0x56, 0xdd, 0xc2, 0x27, 0xe9, 0xb2, 0x4b, 0xc4, 0x22, 0xa0, 0x76, 0xc3, + 0x3a, 0x9f, 0x00, 0x8d, 0xed, 0x3c, 0x5a, 0x9e, 0x11, 0xab, 0xf8, 0xbc, 0x7e, 0xe7, 0xef, 0xf1, + 0xb1, 0x03, 0xfe, 0x95, 0x98, 0x73, 0xe4, 0x49, 0x8e, 0x91, 0xe8, 0xf2, 0x9e, 0xf7, 0x74, 0xb7, + 0x89, 0x25, 0xda, 0x1d, 0x39, 0xdc, 0x84, 0x33, 0xc9, 0xec, 0x0d, 0x95, 0xe6, 0x8e, 0xbc, 0x26, + 0x6d, 0x7b, 0x3d, 0x62, 0x11, 0x53, 0x29, 0x5e, 0xb6, 0xd2, 0xd9, 0xdb, 0xe5, 0x90, 0x89, 0x98, + 0x09, 0xaf, 0x89, 0x04, 0x1e, 0x11, 0x43, 0x46, 0xa8, 0x8e, 0xc3, 0x77, 0xb3, 0x60, 0xae, 0x81, + 0x38, 0x8a, 0x85, 0x1d, 0x02, 0x20, 0x51, 0x1a, 0x24, 0xac, 0x43, 0xc2, 0x5e, 0xc9, 0xaa, 0x58, + 0xd5, 0xc2, 0xde, 0xff, 0xee, 0xf7, 0xbb, 0xb9, 0x0d, 0x95, 0x75, 0xc0, 0xa8, 0x90, 0x1c, 0x11, + 0x2a, 0x45, 0x6d, 0xeb, 0xb4, 0xef, 0xe4, 0x06, 0x7d, 0x67, 0xb5, 0x87, 0xe2, 0xce, 0x3e, 0x1c, + 0xa3, 0xa0, 0xbf, 0x28, 0x51, 0xaa, 0x0b, 0xec, 0x0e, 0x58, 0xe6, 0xf8, 0x18, 0xf1, 0xd6, 0xb0, + 0xcf, 0x5f, 0xd3, 0xf6, 0xf9, 0xc7, 0xf4, 0x59, 0xd7, 0x7d, 0x2e, 0xd1, 0xa0, 0xbf, 0xa4, 0x6d, + 0xd3, 0xed, 0xa5, 0x05, 0xb6, 0x04, 0x26, 0x11, 0x25, 0x8c, 0xa3, 0x08, 0x07, 0xcd, 0x2e, 0x6f, + 0x61, 0x1a, 0x48, 0xc4, 0x23, 0x2c, 0x4b, 0xf9, 0x8a, 0x55, 0x5d, 0xac, 0xf9, 0x19, 0xef, 0x63, + 0xdf, 0xf9, 0x2f, 0x22, 0xb2, 0xdd, 0x6d, 0xba, 0x21, 0x8b, 0x3d, 0xf3, 0xd1, 0xf4, 0xcf, 0x8e, + 0x68, 0x3d, 0xf1, 0x64, 0x2f, 0xc1, 0xc2, 0xbd, 0x8d, 0xc3, 0x41, 0xdf, 0xa9, 0xe8, 0xce, 0x3f, + 0x04, 0x43, 0x7f, 0x73, 0x22, 0x56, 0x53, 0xa1, 0x23, 0x15, 0xb1, 0x25, 0x58, 0x89, 0x09, 0x25, + 0x34, 0x0a, 0x08, 0x0d, 0x39, 0x8e, 0x31, 0x95, 0xa5, 0x19, 0x25, 0xa3, 0x3e, 0xb5, 0x8c, 0x4d, + 0x2d, 0xe3, 0x2a, 0x0f, 0xfa, 0x45, 0xed, 0xaa, 0x0f, 0x3d, 0xf6, 0x3e, 0x58, 0x3a, 0x26, 0xb4, + 0xc5, 0x8e, 0x03, 0xd1, 0x66, 0x5c, 0x96, 0x66, 0x2b, 0x56, 0x75, 0xa6, 0xb6, 0x39, 0xe8, 0x3b, + 0x6b, 0x9a, 0x31, 0x19, 0x85, 0x7e, 0x41, 0x9b, 0x0f, 0x33, 0xcb, 0xbe, 0x01, 0x8c, 0x19, 0x74, + 0x18, 0x8d, 0x4a, 0x73, 0xaa, 0x74, 0x63, 0xd0, 0x77, 0xec, 0x4b, 0xa5, 0x59, 0x10, 0xfa, 0x40, + 0x5b, 0xf7, 0x19, 0x8d, 0xec, 0x43, 0xb0, 0x62, 0x62, 0x09, 0x67, 0x4d, 0x24, 0x09, 0xa3, 0xa5, + 0x79, 0x55, 0xfd, 0xf7, 0x58, 0xfc, 0xd5, 0x0c, 0xe8, 0x17, 0xb5, 0xab, 0x31, 0xf4, 0xec, 0x2f, + 0xbc, 0x39, 0x71, 0x72, 0x5f, 0x4e, 0x1c, 0x0b, 0xbe, 0xc8, 0x83, 0xd5, 0x6f, 0xe6, 0xc1, 0x7e, + 0x0c, 0x16, 0x38, 0x92, 0x38, 0x88, 0x09, 0x55, 0x43, 0xbb, 0x58, 0xbb, 0x35, 0xf5, 0xa7, 0x2c, + 0x9a, 0x59, 0x32, 0x1c, 0xe8, 0xcf, 0x67, 0xcb, 0x07, 0x84, 0x8e, 0xe9, 0x28, 0x55, 0xa3, 0xfa, + 0xc7, 0x74, 0x94, 0x0e, 0xe9, 0x28, 0xb5, 0x6f, 0x82, 0x7c, 0x88, 0x12, 0x35, 0x88, 0x85, 0xbd, + 0x2d, 0x57, 0xd7, 0xbb, 0xd9, 0x5d, 0x1d, 0x5d, 0x80, 0x03, 0x46, 0x68, 0xcd, 0x36, 0x33, 0x0f, + 0x34, 0x29, 0x44, 0x09, 0xf4, 0xb3, 0x4a, 0x3b, 0x01, 0xc5, 0xb0, 0x8d, 0x68, 0x84, 0x83, 0x91, + 0x4a, 0x3d, 0x4e, 0xf7, 0xa6, 0x56, 0xb9, 0x61, 0xd8, 0x97, 0x71, 0xd0, 0x5f, 0xd6, 0x1e, 0x5f, + 0x4b, 0x9e, 0x38, 0x8e, 0xb7, 0x16, 0x58, 0xb9, 0x93, 0xb0, 0xb0, 0x7d, 0x84, 0xd2, 0x06, 0x67, + 0x21, 0xc6, 0x2d, 0x61, 0x3f, 0xb7, 0xc0, 0x92, 0xba, 0xfa, 0xc6, 0x51, 0xb2, 0x2a, 0xf9, 0x9f, + 0xef, 0xed, 0xae, 0xd9, 0xdb, 0xda, 0xc4, 0xbb, 0x61, 0x8a, 0xe1, 0xfb, 0x4f, 0x4e, 0xf5, 0x37, + 0x36, 0x90, 0x71, 0x84, 0x5f, 0x90, 0x63, 0x1d, 0xf0, 0xb5, 0x05, 0xd6, 0x95, 0xb8, 0x3a, 0x25, + 0x92, 0xa0, 0x4e, 0x5d, 0x88, 0x2e, 0xa2, 0x21, 0xb6, 0x9f, 0x81, 0x05, 0x62, 0xd6, 0xbf, 0xd6, + 0x76, 0x60, 0xb4, 0x99, 0x13, 0x1c, 0x16, 0x4e, 0xa7, 0x6b, 0xd4, 0xaf, 0x76, 0x78, 0x7a, 0x5e, + 0xb6, 0xce, 0xce, 0xcb, 0xd6, 0xe7, 0xf3, 0xb2, 0xf5, 0xea, 0xa2, 0x9c, 0x3b, 0xbb, 0x28, 0xe7, + 0x3e, 0x5c, 0x94, 0x73, 0x8f, 0xae, 0x4d, 0xd0, 0xd4, 0x4b, 0xb8, 0x13, 0x33, 0x8a, 0x7b, 0x5e, + 0xc8, 0x38, 0xf6, 0xd2, 0xf1, 0x7f, 0x82, 0xe2, 0x36, 0xe7, 0xd4, 0xdb, 0x7d, 0xfd, 0x6b, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x83, 0xdf, 0x3e, 0x57, 0x32, 0x06, 0x00, 0x00, } func (this *Params) Equal(that interface{}) bool { diff --git a/x/treasury/wasm/interface.go b/x/treasury/wasm/interface.go index 68cdeb762..8a4da22f2 100644 --- a/x/treasury/wasm/interface.go +++ b/x/treasury/wasm/interface.go @@ -8,9 +8,9 @@ import ( wasmvmtypes "github.com/CosmWasm/wasmvm/types" - "github.com/terra-project/core/x/treasury/keeper" - "github.com/terra-project/core/x/treasury/types" - wasm "github.com/terra-project/core/x/wasm/exported" + "github.com/terra-money/core/x/treasury/keeper" + "github.com/terra-money/core/x/treasury/types" + wasm "github.com/terra-money/core/x/wasm/exported" ) var _ wasm.WasmQuerierInterface = WasmQuerier{} diff --git a/x/treasury/wasm/interface_test.go b/x/treasury/wasm/interface_test.go index 26b8f6439..f4c5a3155 100644 --- a/x/treasury/wasm/interface_test.go +++ b/x/treasury/wasm/interface_test.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/treasury/keeper" - "github.com/terra-project/core/x/treasury/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/treasury/keeper" + "github.com/terra-money/core/x/treasury/types" ) func TestQueryTaxRate(t *testing.T) { diff --git a/x/vesting/module.go b/x/vesting/module.go index 0faac3b7b..317ab0dde 100644 --- a/x/vesting/module.go +++ b/x/vesting/module.go @@ -12,7 +12,7 @@ import ( codectypes "github.com/cosmos/cosmos-sdk/codec/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/terra-project/core/x/vesting/types" + "github.com/terra-money/core/x/vesting/types" ) var ( diff --git a/x/vesting/types/common_test.go b/x/vesting/types/common_test.go index 57c2f2687..07693442c 100644 --- a/x/vesting/types/common_test.go +++ b/x/vesting/types/common_test.go @@ -5,8 +5,8 @@ import ( "github.com/tendermint/tendermint/crypto" "github.com/tendermint/tendermint/crypto/secp256k1" - "github.com/terra-project/core/custom/auth" - "github.com/terra-project/core/x/vesting/types" + "github.com/terra-money/core/custom/auth" + "github.com/terra-money/core/x/vesting/types" "github.com/cosmos/cosmos-sdk/codec" codectypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/x/vesting/types/genesis_test.go b/x/vesting/types/genesis_test.go index 0d7916c34..bf9623d82 100644 --- a/x/vesting/types/genesis_test.go +++ b/x/vesting/types/genesis_test.go @@ -10,8 +10,8 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" authvesttypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/vesting/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/vesting/types" ) var ( diff --git a/x/vesting/types/vesting.pb.go b/x/vesting/types/vesting.pb.go index 8b4399cb0..111560ec2 100644 --- a/x/vesting/types/vesting.pb.go +++ b/x/vesting/types/vesting.pb.go @@ -154,38 +154,37 @@ func init() { } var fileDescriptor_c4a9bc06e563192a = []byte{ - // 481 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x31, 0x6f, 0xd3, 0x4e, - 0x18, 0xc6, 0x7d, 0x49, 0xfb, 0xff, 0xc7, 0x57, 0xa4, 0xa6, 0xa6, 0x95, 0xac, 0x0e, 0xbe, 0xc8, - 0x40, 0x15, 0x81, 0x72, 0x56, 0x4b, 0xa7, 0x0c, 0x48, 0x58, 0x48, 0x5d, 0x98, 0x4c, 0xc5, 0xc0, - 0x12, 0x9d, 0xed, 0x57, 0xa9, 0xa1, 0xf6, 0x45, 0xbe, 0x4b, 0x44, 0xf8, 0x04, 0xb0, 0x31, 0x30, - 0x30, 0x76, 0xee, 0x27, 0xe9, 0xc0, 0x90, 0x11, 0x31, 0x18, 0x94, 0x7c, 0x83, 0x7c, 0x02, 0x94, - 0x3b, 0xbb, 0x29, 0x2e, 0x65, 0xb2, 0xef, 0x7d, 0x9f, 0xf7, 0x77, 0xf7, 0xdc, 0x73, 0xf8, 0x81, - 0x84, 0x3c, 0x67, 0xde, 0x04, 0x84, 0x4c, 0xb2, 0xa1, 0x37, 0x39, 0x0c, 0x41, 0xb2, 0xc3, 0x6a, - 0x4d, 0x47, 0x39, 0x97, 0xdc, 0xda, 0x53, 0x22, 0x5a, 0x15, 0x4b, 0xd1, 0xfe, 0xee, 0x90, 0x0f, - 0xb9, 0x52, 0x78, 0xab, 0x3f, 0x2d, 0xde, 0x7f, 0x18, 0x71, 0x91, 0x72, 0xf1, 0x6f, 0xa4, 0xfb, - 0xa5, 0x81, 0xed, 0x97, 0xec, 0xc3, 0xf4, 0x24, 0x67, 0x31, 0xc4, 0xaf, 0x75, 0xef, 0x79, 0x14, - 0xf1, 0x71, 0x26, 0xad, 0x10, 0xef, 0x86, 0x4c, 0xc0, 0xa0, 0x1c, 0x19, 0x30, 0x5d, 0xb7, 0x51, - 0x07, 0x75, 0xb7, 0x8e, 0x1e, 0x53, 0xbd, 0x43, 0xfd, 0x3c, 0xd4, 0x67, 0x02, 0xfe, 0x24, 0xf9, - 0x1b, 0xb3, 0x82, 0xa0, 0xc0, 0x0a, 0x6f, 0x75, 0xac, 0x4f, 0x08, 0xef, 0x54, 0x7c, 0x11, 0x9d, - 0x41, 0x3c, 0x3e, 0x07, 0x61, 0x37, 0x3a, 0xcd, 0xee, 0xd6, 0xd1, 0x01, 0xfd, 0xab, 0x61, 0x5a, - 0x22, 0x5e, 0x95, 0x72, 0xff, 0xf8, 0xaa, 0x20, 0xc6, 0xb2, 0x20, 0xf6, 0x94, 0xa5, 0xe7, 0x7d, - 0xf7, 0x16, 0xce, 0xbd, 0xfc, 0x49, 0xda, 0xb5, 0x21, 0x11, 0xb4, 0x27, 0xb5, 0x4a, 0xbf, 0xf5, - 0xf1, 0x82, 0x18, 0x5f, 0x2f, 0x88, 0xe1, 0x7e, 0x43, 0xb8, 0x55, 0xd5, 0xad, 0x63, 0x8c, 0x85, - 0x64, 0xb9, 0x1c, 0xc8, 0x24, 0x05, 0x65, 0xbe, 0xe9, 0xef, 0x2d, 0x0b, 0xb2, 0xa3, 0xb7, 0x5b, - 0xf7, 0xdc, 0xc0, 0x54, 0x8b, 0xd3, 0x24, 0x05, 0x8b, 0xe2, 0x16, 0x64, 0xb1, 0x9e, 0x69, 0xa8, - 0x99, 0xfb, 0xcb, 0x82, 0x6c, 0xeb, 0x99, 0xaa, 0xe3, 0x06, 0xff, 0x43, 0x16, 0x2b, 0xfd, 0x29, - 0xde, 0xcc, 0x99, 0x4c, 0xb8, 0xdd, 0xec, 0xa0, 0xae, 0xe9, 0x3f, 0x5b, 0x79, 0xfa, 0x51, 0x90, - 0x83, 0x61, 0x22, 0xcf, 0xc6, 0x21, 0x8d, 0x78, 0xea, 0x95, 0x89, 0xea, 0x4f, 0x4f, 0xc4, 0xef, - 0x3c, 0x39, 0x1d, 0x81, 0xa0, 0x2f, 0x20, 0x5a, 0x16, 0xe4, 0x9e, 0x46, 0x2b, 0x88, 0x1b, 0x68, - 0x58, 0x7f, 0x63, 0x65, 0xc9, 0xbd, 0x44, 0x78, 0xbb, 0xe6, 0xdf, 0x7a, 0x82, 0x37, 0x63, 0xc8, - 0x78, 0xaa, 0x0c, 0x99, 0x77, 0x19, 0xd2, 0x1a, 0x2b, 0xc6, 0x66, 0x3d, 0x1c, 0x72, 0x47, 0x38, - 0xd7, 0xa9, 0x3c, 0x2a, 0x53, 0x69, 0x97, 0xd4, 0x9b, 0x69, 0x98, 0xeb, 0x18, 0xd6, 0x60, 0x7d, - 0x58, 0xff, 0xe4, 0x6a, 0xee, 0xa0, 0xd9, 0xdc, 0x41, 0xbf, 0xe6, 0x0e, 0xfa, 0xbc, 0x70, 0x8c, - 0xd9, 0xc2, 0x31, 0xbe, 0x2f, 0x1c, 0xe3, 0x4d, 0xef, 0xc6, 0x5d, 0xa8, 0xcd, 0x7b, 0xa3, 0x9c, - 0xbf, 0x85, 0x48, 0x7a, 0x11, 0xcf, 0xc1, 0x7b, 0x7f, 0xfd, 0xd6, 0xd5, 0xb5, 0x84, 0xff, 0xa9, - 0x27, 0xfe, 0xf4, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa6, 0xe2, 0xff, 0x70, 0x5c, 0x03, 0x00, - 0x00, + // 478 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xb1, 0x6e, 0xd3, 0x40, + 0x18, 0xc7, 0x7d, 0x49, 0x0b, 0xf1, 0x15, 0xa9, 0xa9, 0x69, 0x25, 0xab, 0x83, 0x2f, 0x32, 0x50, + 0x45, 0x54, 0x3d, 0xab, 0xa5, 0x53, 0x06, 0x24, 0x2c, 0x10, 0x0b, 0x93, 0xa9, 0x18, 0x58, 0xa2, + 0xb3, 0xfd, 0x29, 0xb5, 0xa8, 0x7d, 0x95, 0xef, 0x12, 0x11, 0x9e, 0x00, 0x36, 0x06, 0x06, 0xc6, + 0xce, 0x7d, 0x92, 0x0e, 0x0c, 0x19, 0x11, 0x83, 0x41, 0xc9, 0x1b, 0xe4, 0x09, 0x50, 0xee, 0xec, + 0xa6, 0xb8, 0xa4, 0x93, 0x7d, 0xdf, 0xf7, 0xff, 0x7e, 0x77, 0xff, 0xfb, 0x1f, 0x7e, 0x24, 0x21, + 0xcf, 0x99, 0x37, 0x02, 0x21, 0x93, 0x6c, 0xe0, 0x8d, 0x0e, 0x43, 0x90, 0xec, 0xb0, 0x5a, 0xd3, + 0xf3, 0x9c, 0x4b, 0x6e, 0xed, 0x28, 0x11, 0xad, 0x8a, 0xa5, 0x68, 0x77, 0x7b, 0xc0, 0x07, 0x5c, + 0x29, 0xbc, 0xc5, 0x9f, 0x16, 0xef, 0x3e, 0x8e, 0xb8, 0x48, 0xb9, 0xb8, 0x1b, 0xe9, 0x7e, 0x6b, + 0x60, 0xfb, 0x0d, 0xfb, 0x34, 0x7e, 0x9d, 0xb3, 0x18, 0xe2, 0x77, 0xba, 0xf7, 0x22, 0x8a, 0xf8, + 0x30, 0x93, 0x56, 0x88, 0xb7, 0x43, 0x26, 0xa0, 0x5f, 0x8e, 0xf4, 0x99, 0xae, 0xdb, 0xa8, 0x83, + 0xba, 0x1b, 0x47, 0x4f, 0xa9, 0xde, 0xa1, 0x7e, 0x1e, 0xea, 0x33, 0x01, 0xff, 0x92, 0xfc, 0xb5, + 0x49, 0x41, 0x50, 0x60, 0x85, 0xb7, 0x3a, 0xd6, 0x17, 0x84, 0xb7, 0x2a, 0xbe, 0x88, 0x4e, 0x21, + 0x1e, 0x9e, 0x81, 0xb0, 0x1b, 0x9d, 0x66, 0x77, 0xe3, 0x68, 0x8f, 0xfe, 0xd7, 0x30, 0x2d, 0x11, + 0x6f, 0x4b, 0xb9, 0x7f, 0x7c, 0x55, 0x10, 0x63, 0x5e, 0x10, 0x7b, 0xcc, 0xd2, 0xb3, 0x9e, 0x7b, + 0x0b, 0xe7, 0x5e, 0xfe, 0x26, 0xed, 0xda, 0x90, 0x08, 0xda, 0xa3, 0x5a, 0xa5, 0xd7, 0xfa, 0x7c, + 0x41, 0x8c, 0xef, 0x17, 0xc4, 0x70, 0x7f, 0x20, 0xdc, 0xaa, 0xea, 0xd6, 0x31, 0xc6, 0x42, 0xb2, + 0x5c, 0xf6, 0x65, 0x92, 0x82, 0x32, 0xdf, 0xf4, 0x77, 0xe6, 0x05, 0xd9, 0xd2, 0xdb, 0x2d, 0x7b, + 0x6e, 0x60, 0xaa, 0xc5, 0x49, 0x92, 0x82, 0x45, 0x71, 0x0b, 0xb2, 0x58, 0xcf, 0x34, 0xd4, 0xcc, + 0xc3, 0x79, 0x41, 0x36, 0xf5, 0x4c, 0xd5, 0x71, 0x83, 0xfb, 0x90, 0xc5, 0x4a, 0x7f, 0x82, 0xd7, + 0x73, 0x26, 0x13, 0x6e, 0x37, 0x3b, 0xa8, 0x6b, 0xfa, 0xcf, 0x17, 0x9e, 0x7e, 0x15, 0x64, 0x6f, + 0x90, 0xc8, 0xd3, 0x61, 0x48, 0x23, 0x9e, 0x7a, 0x65, 0xa2, 0xfa, 0x73, 0x20, 0xe2, 0x0f, 0x9e, + 0x1c, 0x9f, 0x83, 0xa0, 0x2f, 0x21, 0x9a, 0x17, 0xe4, 0x81, 0x46, 0x2b, 0x88, 0x1b, 0x68, 0x58, + 0x6f, 0x6d, 0x61, 0xc9, 0xbd, 0x44, 0x78, 0xb3, 0xe6, 0xdf, 0xda, 0xc7, 0xeb, 0x31, 0x64, 0x3c, + 0x55, 0x86, 0xcc, 0x55, 0x86, 0xb4, 0xc6, 0x8a, 0xb1, 0x59, 0x0f, 0x87, 0xac, 0x08, 0xe7, 0x3a, + 0x95, 0x27, 0x65, 0x2a, 0xed, 0x92, 0x7a, 0x33, 0x0d, 0x73, 0x19, 0xc3, 0x12, 0xac, 0x0f, 0xeb, + 0xbf, 0xba, 0x9a, 0x3a, 0x68, 0x32, 0x75, 0xd0, 0x9f, 0xa9, 0x83, 0xbe, 0xce, 0x1c, 0x63, 0x32, + 0x73, 0x8c, 0x9f, 0x33, 0xc7, 0x78, 0xbf, 0x7f, 0xe3, 0x2e, 0xd4, 0xe6, 0x07, 0x29, 0xcf, 0x60, + 0xec, 0x45, 0x3c, 0x07, 0xef, 0xe3, 0xf5, 0x4b, 0x57, 0x97, 0x12, 0xde, 0x53, 0x0f, 0xfc, 0xd9, + 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x02, 0x83, 0x68, 0x6e, 0x5a, 0x03, 0x00, 0x00, } func (m *LazyGradedVestingAccount) Marshal() (dAtA []byte, err error) { diff --git a/x/vesting/types/vesting_account_test.go b/x/vesting/types/vesting_account_test.go index dc7d52c03..996f8df2a 100644 --- a/x/vesting/types/vesting_account_test.go +++ b/x/vesting/types/vesting_account_test.go @@ -14,8 +14,8 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" authvestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/vesting/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/vesting/types" ) var ( diff --git a/x/wasm/client/cli/query.go b/x/wasm/client/cli/query.go index a0dac67a4..22aa613bd 100644 --- a/x/wasm/client/cli/query.go +++ b/x/wasm/client/cli/query.go @@ -14,8 +14,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/x/wasm/client/utils" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/client/utils" + "github.com/terra-money/core/x/wasm/types" ) const flagRaw = "raw" diff --git a/x/wasm/client/cli/tx.go b/x/wasm/client/cli/tx.go index 9eb7a742b..fbf8dbbdc 100644 --- a/x/wasm/client/cli/tx.go +++ b/x/wasm/client/cli/tx.go @@ -15,9 +15,9 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" - feeutils "github.com/terra-project/core/custom/auth/client/utils" - wasmUtils "github.com/terra-project/core/x/wasm/client/utils" - "github.com/terra-project/core/x/wasm/types" + feeutils "github.com/terra-money/core/custom/auth/client/utils" + wasmUtils "github.com/terra-money/core/x/wasm/client/utils" + "github.com/terra-money/core/x/wasm/types" ) const ( diff --git a/x/wasm/client/rest/query.go b/x/wasm/client/rest/query.go index 2f1d55878..7db36eb33 100644 --- a/x/wasm/client/rest/query.go +++ b/x/wasm/client/rest/query.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/rest" - "github.com/terra-project/core/x/wasm/client/utils" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/client/utils" + "github.com/terra-money/core/x/wasm/types" "github.com/gorilla/mux" ) diff --git a/x/wasm/client/rest/tx.go b/x/wasm/client/rest/tx.go index d587b5acd..ace6e534f 100644 --- a/x/wasm/client/rest/tx.go +++ b/x/wasm/client/rest/tx.go @@ -13,9 +13,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/rest" - feeutils "github.com/terra-project/core/custom/auth/client/utils" - wasmUtils "github.com/terra-project/core/x/wasm/client/utils" - "github.com/terra-project/core/x/wasm/types" + feeutils "github.com/terra-money/core/custom/auth/client/utils" + wasmUtils "github.com/terra-money/core/x/wasm/client/utils" + "github.com/terra-money/core/x/wasm/types" ) func registerTxRoutes(clientCtx client.Context, r *mux.Router) { diff --git a/x/wasm/common_test.go b/x/wasm/common_test.go index 5683671f9..e1f76610d 100644 --- a/x/wasm/common_test.go +++ b/x/wasm/common_test.go @@ -15,7 +15,7 @@ import ( "github.com/tendermint/tendermint/crypto" "github.com/tendermint/tendermint/crypto/ed25519" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" ) var ( diff --git a/x/wasm/exported/alias.go b/x/wasm/exported/alias.go index ad0d15172..682b18ea0 100644 --- a/x/wasm/exported/alias.go +++ b/x/wasm/exported/alias.go @@ -1,7 +1,7 @@ // nolint package exported -import "github.com/terra-project/core/x/wasm/types" +import "github.com/terra-money/core/x/wasm/types" var ( EncodeSdkCoin = types.EncodeSdkCoin diff --git a/x/wasm/genesis.go b/x/wasm/genesis.go index f94cd9afc..bbe8c9182 100644 --- a/x/wasm/genesis.go +++ b/x/wasm/genesis.go @@ -3,8 +3,8 @@ package wasm import ( "bytes" - "github.com/terra-project/core/x/wasm/keeper" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/keeper" + "github.com/terra-money/core/x/wasm/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/wasm/genesis_test.go b/x/wasm/genesis_test.go index 44cd4b055..2033662e3 100644 --- a/x/wasm/genesis_test.go +++ b/x/wasm/genesis_test.go @@ -6,10 +6,10 @@ import ( "github.com/stretchr/testify/require" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/wasm" - "github.com/terra-project/core/x/wasm/keeper" - "github.com/terra-project/core/x/wasm/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/wasm" + "github.com/terra-money/core/x/wasm/keeper" + "github.com/terra-money/core/x/wasm/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/wasm/handler.go b/x/wasm/handler.go index 2076d972c..a19a2ae8c 100644 --- a/x/wasm/handler.go +++ b/x/wasm/handler.go @@ -8,8 +8,8 @@ import ( abci "github.com/tendermint/tendermint/abci/types" - "github.com/terra-project/core/x/wasm/keeper" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/keeper" + "github.com/terra-money/core/x/wasm/types" ) // NewHandler returns a handler for "wasm" type messages. diff --git a/x/wasm/handler_test.go b/x/wasm/handler_test.go index b3335e9d0..03d010540 100644 --- a/x/wasm/handler_test.go +++ b/x/wasm/handler_test.go @@ -7,13 +7,13 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/terra-project/core/x/wasm" - "github.com/terra-project/core/x/wasm/keeper" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm" + "github.com/terra-money/core/x/wasm/keeper" + "github.com/terra-money/core/x/wasm/types" sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" ) func TestHandleStore(t *testing.T) { diff --git a/x/wasm/keeper/api.go b/x/wasm/keeper/api.go index a6c7b1360..f6ed3b841 100644 --- a/x/wasm/keeper/api.go +++ b/x/wasm/keeper/api.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" ) func (k Keeper) getCosmWasmAPI(ctx sdk.Context) cosmwasm.GoAPI { diff --git a/x/wasm/keeper/connector.go b/x/wasm/keeper/connector.go index 38810349c..250c368be 100644 --- a/x/wasm/keeper/connector.go +++ b/x/wasm/keeper/connector.go @@ -2,8 +2,8 @@ package keeper import ( wasmvmtypes "github.com/CosmWasm/wasmvm/types" - "github.com/terra-project/core/custom/auth/ante" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/custom/auth/ante" + "github.com/terra-money/core/x/wasm/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" diff --git a/x/wasm/keeper/contract.go b/x/wasm/keeper/contract.go index 28e960104..299909fa7 100644 --- a/x/wasm/keeper/contract.go +++ b/x/wasm/keeper/contract.go @@ -5,7 +5,7 @@ import ( wasmvmtypes "github.com/CosmWasm/wasmvm/types" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" "github.com/cosmos/cosmos-sdk/store/prefix" "github.com/cosmos/cosmos-sdk/telemetry" diff --git a/x/wasm/keeper/contract_test.go b/x/wasm/keeper/contract_test.go index 235e5d5fe..ed8af773b 100644 --- a/x/wasm/keeper/contract_test.go +++ b/x/wasm/keeper/contract_test.go @@ -13,8 +13,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/wasm/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/wasm/types" ) func TestStoreCode(t *testing.T) { diff --git a/x/wasm/keeper/custom_test.go b/x/wasm/keeper/custom_test.go index b64d5848b..023f4f498 100644 --- a/x/wasm/keeper/custom_test.go +++ b/x/wasm/keeper/custom_test.go @@ -12,11 +12,11 @@ import ( "github.com/stretchr/testify/require" - core "github.com/terra-project/core/types" - marketwasm "github.com/terra-project/core/x/market/wasm" - oraclewasm "github.com/terra-project/core/x/oracle/wasm" - treasurywasm "github.com/terra-project/core/x/treasury/wasm" - "github.com/terra-project/core/x/wasm/types" + core "github.com/terra-money/core/types" + marketwasm "github.com/terra-money/core/x/market/wasm" + oraclewasm "github.com/terra-money/core/x/oracle/wasm" + treasurywasm "github.com/terra-money/core/x/treasury/wasm" + "github.com/terra-money/core/x/wasm/types" ) // MakerInitMsg nolint diff --git a/x/wasm/keeper/ioutil.go b/x/wasm/keeper/ioutil.go index 7ade2b6ce..903262db3 100644 --- a/x/wasm/keeper/ioutil.go +++ b/x/wasm/keeper/ioutil.go @@ -6,7 +6,7 @@ import ( "io" "io/ioutil" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" ) // magic bytes to identify gzip. diff --git a/x/wasm/keeper/ioutil_test.go b/x/wasm/keeper/ioutil_test.go index 8b4a4219d..09b406cbd 100644 --- a/x/wasm/keeper/ioutil_test.go +++ b/x/wasm/keeper/ioutil_test.go @@ -11,7 +11,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" ) func TestUncompress(t *testing.T) { diff --git a/x/wasm/keeper/keeper.go b/x/wasm/keeper/keeper.go index f19e1a33c..1bfc6a03d 100644 --- a/x/wasm/keeper/keeper.go +++ b/x/wasm/keeper/keeper.go @@ -15,8 +15,8 @@ import ( wasmvm "github.com/CosmWasm/wasmvm" - "github.com/terra-project/core/x/wasm/config" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/config" + "github.com/terra-money/core/x/wasm/types" ) // Keeper will have a reference to Wasmer with it's own data directory. diff --git a/x/wasm/keeper/keeper_test.go b/x/wasm/keeper/keeper_test.go index 8ecc46c00..77b6ec4c7 100644 --- a/x/wasm/keeper/keeper_test.go +++ b/x/wasm/keeper/keeper_test.go @@ -5,7 +5,7 @@ import ( "testing" "github.com/stretchr/testify/require" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/wasm/keeper/legacy_querier.go b/x/wasm/keeper/legacy_querier.go index 635cfb52b..3b348733a 100644 --- a/x/wasm/keeper/legacy_querier.go +++ b/x/wasm/keeper/legacy_querier.go @@ -10,7 +10,7 @@ import ( abci "github.com/tendermint/tendermint/abci/types" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" ) // NewLegacyQuerier creates a new querier diff --git a/x/wasm/keeper/legacy_querier_test.go b/x/wasm/keeper/legacy_querier_test.go index aa233e1ea..9fe051483 100644 --- a/x/wasm/keeper/legacy_querier_test.go +++ b/x/wasm/keeper/legacy_querier_test.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" "github.com/stretchr/testify/require" diff --git a/x/wasm/keeper/msg_server.go b/x/wasm/keeper/msg_server.go index 3e85d4417..dc2cc1dc2 100644 --- a/x/wasm/keeper/msg_server.go +++ b/x/wasm/keeper/msg_server.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" diff --git a/x/wasm/keeper/params.go b/x/wasm/keeper/params.go index 86120b1b1..2728257eb 100644 --- a/x/wasm/keeper/params.go +++ b/x/wasm/keeper/params.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/wasm/keeper/querier.go b/x/wasm/keeper/querier.go index 01d47cb82..b9cb6ee3f 100644 --- a/x/wasm/keeper/querier.go +++ b/x/wasm/keeper/querier.go @@ -5,7 +5,7 @@ import ( "fmt" "runtime/debug" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/x/wasm/keeper/querier_test.go b/x/wasm/keeper/querier_test.go index 885b8117c..49937d0bf 100644 --- a/x/wasm/keeper/querier_test.go +++ b/x/wasm/keeper/querier_test.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" "github.com/stretchr/testify/require" ) diff --git a/x/wasm/keeper/recursive_test.go b/x/wasm/keeper/recursive_test.go index ecc3fd36c..4d6490a10 100644 --- a/x/wasm/keeper/recursive_test.go +++ b/x/wasm/keeper/recursive_test.go @@ -15,7 +15,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerror "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" ) type Recurse struct { diff --git a/x/wasm/keeper/reflect_test.go b/x/wasm/keeper/reflect_test.go index 4763fecd4..3974d330a 100644 --- a/x/wasm/keeper/reflect_test.go +++ b/x/wasm/keeper/reflect_test.go @@ -9,7 +9,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" wasmvmtypes "github.com/CosmWasm/wasmvm/types" diff --git a/x/wasm/keeper/staking_test.go b/x/wasm/keeper/staking_test.go index 780cb8206..7ac48a4b8 100644 --- a/x/wasm/keeper/staking_test.go +++ b/x/wasm/keeper/staking_test.go @@ -24,7 +24,7 @@ import ( wasmvmtypes "github.com/CosmWasm/wasmvm/types" - core "github.com/terra-project/core/types" + core "github.com/terra-money/core/types" ) type StakingInitMsg struct { diff --git a/x/wasm/keeper/submsg_test.go b/x/wasm/keeper/submsg_test.go index 359623f9e..43c708bff 100644 --- a/x/wasm/keeper/submsg_test.go +++ b/x/wasm/keeper/submsg_test.go @@ -14,8 +14,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/wasm/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/wasm/types" ) // test handing of submessages, very closely related to the reflect_test diff --git a/x/wasm/keeper/test_utils.go b/x/wasm/keeper/test_utils.go index 47950cec5..12804f451 100644 --- a/x/wasm/keeper/test_utils.go +++ b/x/wasm/keeper/test_utils.go @@ -41,28 +41,28 @@ import ( stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - customauth "github.com/terra-project/core/custom/auth" - custombank "github.com/terra-project/core/custom/bank" - bankwasm "github.com/terra-project/core/custom/bank/wasm" - customdistr "github.com/terra-project/core/custom/distribution" - distrwasm "github.com/terra-project/core/custom/distribution/wasm" - customparams "github.com/terra-project/core/custom/params" - customstaking "github.com/terra-project/core/custom/staking" - stakingwasm "github.com/terra-project/core/custom/staking/wasm" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/market" - marketkeeper "github.com/terra-project/core/x/market/keeper" - markettypes "github.com/terra-project/core/x/market/types" - marketwasm "github.com/terra-project/core/x/market/wasm" - "github.com/terra-project/core/x/oracle" - oraclekeeper "github.com/terra-project/core/x/oracle/keeper" - oracletypes "github.com/terra-project/core/x/oracle/types" - oraclewasm "github.com/terra-project/core/x/oracle/wasm" - treasurykeeper "github.com/terra-project/core/x/treasury/keeper" - treasurytypes "github.com/terra-project/core/x/treasury/types" - treasurywasm "github.com/terra-project/core/x/treasury/wasm" - "github.com/terra-project/core/x/wasm/config" - "github.com/terra-project/core/x/wasm/types" + customauth "github.com/terra-money/core/custom/auth" + custombank "github.com/terra-money/core/custom/bank" + bankwasm "github.com/terra-money/core/custom/bank/wasm" + customdistr "github.com/terra-money/core/custom/distribution" + distrwasm "github.com/terra-money/core/custom/distribution/wasm" + customparams "github.com/terra-money/core/custom/params" + customstaking "github.com/terra-money/core/custom/staking" + stakingwasm "github.com/terra-money/core/custom/staking/wasm" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/market" + marketkeeper "github.com/terra-money/core/x/market/keeper" + markettypes "github.com/terra-money/core/x/market/types" + marketwasm "github.com/terra-money/core/x/market/wasm" + "github.com/terra-money/core/x/oracle" + oraclekeeper "github.com/terra-money/core/x/oracle/keeper" + oracletypes "github.com/terra-money/core/x/oracle/types" + oraclewasm "github.com/terra-money/core/x/oracle/wasm" + treasurykeeper "github.com/terra-money/core/x/treasury/keeper" + treasurytypes "github.com/terra-money/core/x/treasury/types" + treasurywasm "github.com/terra-money/core/x/treasury/wasm" + "github.com/terra-money/core/x/wasm/config" + "github.com/terra-money/core/x/wasm/types" ) const faucetAccountName = "faucet" diff --git a/x/wasm/keeper/wasm_interface.go b/x/wasm/keeper/wasm_interface.go index 2a0d5ea67..17ada4fe3 100644 --- a/x/wasm/keeper/wasm_interface.go +++ b/x/wasm/keeper/wasm_interface.go @@ -8,7 +8,7 @@ import ( wasmvmtypes "github.com/CosmWasm/wasmvm/types" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" ) var _ types.WasmQuerierInterface = WasmQuerier{} diff --git a/x/wasm/keeper/wasm_interface_stargate.go b/x/wasm/keeper/wasm_interface_stargate.go index 46f93efb9..44bf14138 100644 --- a/x/wasm/keeper/wasm_interface_stargate.go +++ b/x/wasm/keeper/wasm_interface_stargate.go @@ -11,7 +11,7 @@ import ( wasmvmtypes "github.com/CosmWasm/wasmvm/types" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" ) var _ types.StargateWasmQuerierInterface = StargateWasmQuerier{} diff --git a/x/wasm/legacy/v05/migrate.go b/x/wasm/legacy/v05/migrate.go index 1b6112b69..c88393dba 100644 --- a/x/wasm/legacy/v05/migrate.go +++ b/x/wasm/legacy/v05/migrate.go @@ -1,8 +1,8 @@ package v05 import ( - v04wasm "github.com/terra-project/core/x/wasm/legacy/v04" - v05wasm "github.com/terra-project/core/x/wasm/types" + v04wasm "github.com/terra-money/core/x/wasm/legacy/v04" + v05wasm "github.com/terra-money/core/x/wasm/types" ) // Migrate accepts exported v0.4 x/wasm and diff --git a/x/wasm/legacy/v05/migrate_test.go b/x/wasm/legacy/v05/migrate_test.go index 707cd6abe..6ece3d8b9 100644 --- a/x/wasm/legacy/v05/migrate_test.go +++ b/x/wasm/legacy/v05/migrate_test.go @@ -10,10 +10,10 @@ import ( "github.com/cosmos/cosmos-sdk/client" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/terra-project/core/app" - core "github.com/terra-project/core/types" - v04wasm "github.com/terra-project/core/x/wasm/legacy/v04" - v05wasm "github.com/terra-project/core/x/wasm/legacy/v05" + "github.com/terra-money/core/app" + core "github.com/terra-money/core/types" + v04wasm "github.com/terra-money/core/x/wasm/legacy/v04" + v05wasm "github.com/terra-money/core/x/wasm/legacy/v05" ) func TestMigrate(t *testing.T) { diff --git a/x/wasm/module.go b/x/wasm/module.go index 9933e34d8..fe617ec51 100644 --- a/x/wasm/module.go +++ b/x/wasm/module.go @@ -20,11 +20,11 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/terra-project/core/x/wasm/client/cli" - "github.com/terra-project/core/x/wasm/client/rest" - "github.com/terra-project/core/x/wasm/keeper" - "github.com/terra-project/core/x/wasm/simulation" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/client/cli" + "github.com/terra-money/core/x/wasm/client/rest" + "github.com/terra-money/core/x/wasm/keeper" + "github.com/terra-money/core/x/wasm/simulation" + "github.com/terra-money/core/x/wasm/types" ) var ( diff --git a/x/wasm/simulation/decoder.go b/x/wasm/simulation/decoder.go index 2b9d2bc79..2730eccce 100644 --- a/x/wasm/simulation/decoder.go +++ b/x/wasm/simulation/decoder.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/types/kv" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" ) // NewDecodeStore returns a decoder function closure that unmarshals the KVPair's diff --git a/x/wasm/simulation/decoder_test.go b/x/wasm/simulation/decoder_test.go index 6b28cc313..25e1ce728 100644 --- a/x/wasm/simulation/decoder_test.go +++ b/x/wasm/simulation/decoder_test.go @@ -12,8 +12,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/kv" - "github.com/terra-project/core/x/wasm/keeper" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/keeper" + "github.com/terra-money/core/x/wasm/types" ) var ( diff --git a/x/wasm/simulation/genesis.go b/x/wasm/simulation/genesis.go index 7966a53bc..5a81b7a42 100644 --- a/x/wasm/simulation/genesis.go +++ b/x/wasm/simulation/genesis.go @@ -7,7 +7,7 @@ import ( "fmt" "math/rand" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" "github.com/cosmos/cosmos-sdk/types/module" ) diff --git a/x/wasm/simulation/operations.go b/x/wasm/simulation/operations.go index 97b0a1a08..62e7b2d7b 100644 --- a/x/wasm/simulation/operations.go +++ b/x/wasm/simulation/operations.go @@ -19,9 +19,9 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - core "github.com/terra-project/core/types" - "github.com/terra-project/core/x/wasm/keeper" - "github.com/terra-project/core/x/wasm/types" + core "github.com/terra-money/core/types" + "github.com/terra-money/core/x/wasm/keeper" + "github.com/terra-money/core/x/wasm/types" ) const ( diff --git a/x/wasm/simulation/params.go b/x/wasm/simulation/params.go index 0293a6b83..7d342353f 100644 --- a/x/wasm/simulation/params.go +++ b/x/wasm/simulation/params.go @@ -9,7 +9,7 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/terra-project/core/x/wasm/types" + "github.com/terra-money/core/x/wasm/types" ) // ParamChanges defines the parameters that can be modified by param change proposals diff --git a/x/wasm/types/genesis.pb.go b/x/wasm/types/genesis.pb.go index d8f3705e4..8db023f36 100644 --- a/x/wasm/types/genesis.pb.go +++ b/x/wasm/types/genesis.pb.go @@ -270,37 +270,37 @@ func init() { func init() { proto.RegisterFile("terra/wasm/v1beta1/genesis.proto", fileDescriptor_bd15c5bc3571c951) } var fileDescriptor_bd15c5bc3571c951 = []byte{ - // 469 bytes of a gzipped FileDescriptorProto + // 467 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xcd, 0x6e, 0xd3, 0x40, - 0x10, 0x8e, 0x9b, 0xa4, 0x2a, 0x53, 0x13, 0x55, 0xab, 0x1e, 0x4c, 0xd4, 0x3a, 0x56, 0x4e, 0x11, - 0x12, 0x5e, 0x5a, 0x38, 0x70, 0x40, 0x02, 0x85, 0x08, 0x14, 0x01, 0x12, 0x72, 0x6f, 0x5c, 0xaa, - 0xf5, 0x7a, 0x13, 0x0c, 0x8e, 0x27, 0xf2, 0x6e, 0x0b, 0x79, 0x0b, 0xde, 0x80, 0x57, 0xe0, 0x31, - 0x7a, 0xec, 0x91, 0x53, 0x84, 0x9c, 0x17, 0x41, 0xfb, 0x93, 0x10, 0x89, 0xd0, 0xdb, 0xcc, 0xce, - 0xf7, 0x37, 0xa3, 0x85, 0x48, 0x89, 0xaa, 0x62, 0xf4, 0x2b, 0x93, 0x33, 0x7a, 0x7d, 0x96, 0x0a, - 0xc5, 0xce, 0xe8, 0x54, 0x94, 0x42, 0xe6, 0x32, 0x9e, 0x57, 0xa8, 0x90, 0x10, 0x83, 0x88, 0x35, - 0x22, 0x76, 0x88, 0xee, 0xf1, 0x14, 0xa7, 0x68, 0xc6, 0x54, 0x57, 0x16, 0xd9, 0x3d, 0xdd, 0xa1, - 0x65, 0x68, 0x76, 0x1c, 0x72, 0x94, 0x33, 0x94, 0x34, 0x65, 0x52, 0x6c, 0xe6, 0x1c, 0xf3, 0xd2, - 0xce, 0xfb, 0x3f, 0xf7, 0xc0, 0x7f, 0x63, 0xad, 0x2f, 0x14, 0x53, 0x82, 0x3c, 0x83, 0xfd, 0x39, - 0xab, 0xd8, 0x4c, 0x06, 0x5e, 0xe4, 0x0d, 0x0e, 0xcf, 0xbb, 0xf1, 0xbf, 0x51, 0xe2, 0x0f, 0x06, - 0x31, 0x6c, 0xdd, 0x2c, 0x7b, 0x8d, 0xc4, 0xe1, 0xc9, 0x63, 0xf0, 0x0b, 0x26, 0xd5, 0x25, 0xc7, - 0x4c, 0x5c, 0xe6, 0x59, 0xb0, 0x17, 0x79, 0x83, 0xd6, 0xb0, 0x53, 0x2f, 0x7b, 0xf0, 0x8e, 0x49, - 0xf5, 0x0a, 0x33, 0x31, 0x1e, 0x25, 0x50, 0xac, 0xeb, 0x8c, 0x3c, 0x87, 0x23, 0xc3, 0xc8, 0x4b, - 0xa9, 0x58, 0xc9, 0x0d, 0xab, 0x69, 0x58, 0xa4, 0x5e, 0xf6, 0x3a, 0x9a, 0x35, 0x76, 0xa3, 0xf1, - 0x28, 0xe9, 0x14, 0xdb, 0x7d, 0x46, 0x9e, 0x42, 0x5b, 0x5b, 0xc9, 0xa0, 0x15, 0x35, 0x07, 0x87, - 0xe7, 0xc1, 0xae, 0xa0, 0xda, 0xc8, 0xc5, 0xb4, 0x60, 0xf2, 0x12, 0xee, 0x71, 0x2c, 0x55, 0xc5, - 0xb8, 0x92, 0x41, 0xdb, 0x30, 0x4f, 0x76, 0x33, 0x2d, 0xc8, 0xb1, 0xff, 0x92, 0xfa, 0x14, 0xda, - 0xef, 0x31, 0x13, 0x05, 0x39, 0x82, 0xe6, 0x17, 0xb1, 0x30, 0x77, 0xf2, 0x13, 0x5d, 0x92, 0x63, - 0x68, 0x5f, 0xb3, 0xe2, 0x4a, 0x98, 0xdd, 0xfd, 0xc4, 0x36, 0xfd, 0x09, 0xb4, 0x74, 0x0e, 0xf2, - 0x42, 0x5b, 0xeb, 0xdb, 0x94, 0x13, 0x74, 0xd7, 0x3d, 0xf9, 0x5f, 0xe8, 0x71, 0x39, 0x41, 0x67, - 0x7d, 0xc0, 0x5d, 0x4f, 0x4e, 0x01, 0x8c, 0x40, 0xba, 0x50, 0x42, 0x3a, 0x0f, 0x23, 0x39, 0xd4, - 0x0f, 0xfd, 0x1f, 0x1e, 0x1c, 0xac, 0x63, 0x93, 0xb7, 0x70, 0x7f, 0x1d, 0x79, 0xdb, 0x30, 0xba, - 0x6b, 0xd7, 0x2d, 0x53, 0x9f, 0x6f, 0xbd, 0x91, 0xd7, 0xd0, 0xd9, 0x88, 0x49, 0x85, 0x95, 0x5e, - 0x50, 0x5f, 0xee, 0xc1, 0x2e, 0x35, 0x73, 0x1c, 0x27, 0xb3, 0xc9, 0x70, 0xa1, 0x59, 0xc3, 0xd1, - 0x4d, 0x1d, 0x7a, 0xb7, 0x75, 0xe8, 0xfd, 0xae, 0x43, 0xef, 0xfb, 0x2a, 0x6c, 0xdc, 0xae, 0xc2, - 0xc6, 0xaf, 0x55, 0xd8, 0xf8, 0xf8, 0x70, 0x9a, 0xab, 0x4f, 0x57, 0x69, 0xcc, 0x71, 0x46, 0x8d, - 0xe6, 0xa3, 0x79, 0x85, 0x9f, 0x05, 0x57, 0x94, 0x63, 0x25, 0xe8, 0x37, 0xfb, 0xc1, 0xd5, 0x62, - 0x2e, 0x64, 0xba, 0x6f, 0xbe, 0xee, 0x93, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xc6, 0x9f, 0xdd, - 0xc7, 0x47, 0x03, 0x00, 0x00, + 0x10, 0x8e, 0x9b, 0xa4, 0x2a, 0x53, 0x13, 0x55, 0xab, 0x1e, 0x4c, 0xd4, 0x3a, 0x56, 0x4e, 0xb9, + 0xe0, 0xa5, 0x85, 0x03, 0x07, 0x24, 0x90, 0xa9, 0x40, 0x11, 0x20, 0x21, 0xf7, 0xc6, 0xa5, 0x5a, + 0xaf, 0x37, 0xc1, 0xc2, 0xf6, 0x44, 0xde, 0x6d, 0x21, 0x6f, 0xc1, 0x1b, 0xf0, 0x0a, 0x3c, 0x46, + 0x8f, 0x3d, 0x72, 0x8a, 0x90, 0xf3, 0x22, 0x68, 0xd7, 0x9b, 0x10, 0x09, 0xd3, 0xdb, 0xcc, 0xce, + 0xf7, 0x37, 0xa3, 0x85, 0x40, 0x89, 0xaa, 0x62, 0xf4, 0x2b, 0x93, 0x05, 0xbd, 0x39, 0x4b, 0x84, + 0x62, 0x67, 0x74, 0x2e, 0x4a, 0x21, 0x33, 0x19, 0x2e, 0x2a, 0x54, 0x48, 0x88, 0x41, 0x84, 0x1a, + 0x11, 0x5a, 0xc4, 0xf0, 0x78, 0x8e, 0x73, 0x34, 0x63, 0xaa, 0xab, 0x06, 0x39, 0x3c, 0x6d, 0xd1, + 0x32, 0xb4, 0x66, 0xec, 0x73, 0x94, 0x05, 0x4a, 0x9a, 0x30, 0x29, 0xb6, 0x73, 0x8e, 0x59, 0xd9, + 0xcc, 0xc7, 0x3f, 0xf7, 0xc0, 0x7d, 0xdb, 0x58, 0x5f, 0x2a, 0xa6, 0x04, 0x79, 0x0e, 0xfb, 0x0b, + 0x56, 0xb1, 0x42, 0x7a, 0x4e, 0xe0, 0x4c, 0x0e, 0xcf, 0x87, 0xe1, 0xbf, 0x51, 0xc2, 0x8f, 0x06, + 0x11, 0xf5, 0x6e, 0x57, 0xa3, 0x4e, 0x6c, 0xf1, 0xe4, 0x09, 0xb8, 0x39, 0x93, 0xea, 0x8a, 0x63, + 0x2a, 0xae, 0xb2, 0xd4, 0xdb, 0x0b, 0x9c, 0x49, 0x2f, 0x1a, 0xd4, 0xab, 0x11, 0xbc, 0x67, 0x52, + 0xbd, 0xc6, 0x54, 0x4c, 0x2f, 0x62, 0xc8, 0x37, 0x75, 0x4a, 0x5e, 0xc0, 0x91, 0x61, 0x64, 0xa5, + 0x54, 0xac, 0xe4, 0x86, 0xd5, 0x35, 0x2c, 0x52, 0xaf, 0x46, 0x03, 0xcd, 0x9a, 0xda, 0xd1, 0xf4, + 0x22, 0x1e, 0xe4, 0xbb, 0x7d, 0x4a, 0x9e, 0x41, 0x5f, 0x5b, 0x49, 0xaf, 0x17, 0x74, 0x27, 0x87, + 0xe7, 0x5e, 0x5b, 0x50, 0x6d, 0x64, 0x63, 0x36, 0x60, 0xf2, 0x0a, 0x1e, 0x70, 0x2c, 0x55, 0xc5, + 0xb8, 0x92, 0x5e, 0xdf, 0x30, 0x4f, 0xda, 0x99, 0x0d, 0xc8, 0xb2, 0xff, 0x92, 0xc6, 0x14, 0xfa, + 0x1f, 0x30, 0x15, 0x39, 0x39, 0x82, 0xee, 0x17, 0xb1, 0x34, 0x77, 0x72, 0x63, 0x5d, 0x92, 0x63, + 0xe8, 0xdf, 0xb0, 0xfc, 0x5a, 0x98, 0xdd, 0xdd, 0xb8, 0x69, 0xc6, 0x33, 0xe8, 0xe9, 0x1c, 0xe4, + 0xa5, 0xb6, 0xd6, 0xb7, 0x29, 0x67, 0x68, 0xaf, 0x7b, 0xf2, 0xbf, 0xd0, 0xd3, 0x72, 0x86, 0xd6, + 0xfa, 0x80, 0xdb, 0x9e, 0x9c, 0x02, 0x18, 0x81, 0x64, 0xa9, 0x84, 0xb4, 0x1e, 0x46, 0x32, 0xd2, + 0x0f, 0xe3, 0x1f, 0x0e, 0x1c, 0x6c, 0x62, 0x93, 0x77, 0xf0, 0x70, 0x13, 0x79, 0xd7, 0x30, 0xb8, + 0x6f, 0xd7, 0x1d, 0x53, 0x97, 0xef, 0xbc, 0x91, 0x37, 0x30, 0xd8, 0x8a, 0x49, 0x85, 0x95, 0x5e, + 0x50, 0x5f, 0xee, 0x51, 0x9b, 0x9a, 0x39, 0x8e, 0x95, 0xd9, 0x66, 0xb8, 0xd4, 0xac, 0x28, 0xba, + 0xad, 0x7d, 0xe7, 0xae, 0xf6, 0x9d, 0xdf, 0xb5, 0xef, 0x7c, 0x5f, 0xfb, 0x9d, 0xbb, 0xb5, 0xdf, + 0xf9, 0xb5, 0xf6, 0x3b, 0x9f, 0x26, 0xf3, 0x4c, 0x7d, 0xbe, 0x4e, 0x42, 0x8e, 0x05, 0x35, 0x9a, + 0x8f, 0x0b, 0x2c, 0xc5, 0x92, 0x72, 0xac, 0x04, 0xfd, 0xd6, 0x7c, 0x6f, 0xb5, 0x5c, 0x08, 0x99, + 0xec, 0x9b, 0x8f, 0xfb, 0xf4, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xcf, 0xd2, 0xf3, 0x3a, 0x45, + 0x03, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/wasm/types/query.pb.go b/x/wasm/types/query.pb.go index feebc7eee..f6abd3a13 100644 --- a/x/wasm/types/query.pb.go +++ b/x/wasm/types/query.pb.go @@ -558,54 +558,54 @@ func init() { proto.RegisterFile("terra/wasm/v1beta1/query.proto", fileDescripto var fileDescriptor_7601576355e80c46 = []byte{ // 756 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x95, 0x41, 0x4f, 0x13, 0x41, - 0x14, 0xc7, 0xbb, 0x88, 0xa5, 0x1d, 0x4a, 0x24, 0x23, 0xc6, 0xba, 0xd6, 0x2d, 0x59, 0xa3, 0x82, - 0xc8, 0x8e, 0xa0, 0x44, 0xd0, 0x18, 0x43, 0xf5, 0x42, 0x0c, 0x41, 0xd7, 0x8b, 0x31, 0x21, 0xcd, - 0x74, 0x77, 0x58, 0x8a, 0x74, 0xa7, 0xec, 0x4c, 0xad, 0x8d, 0xe1, 0xe2, 0xc9, 0x44, 0x0f, 0x26, - 0x26, 0x9e, 0x89, 0x89, 0x27, 0xe3, 0xf7, 0xe0, 0x48, 0xe2, 0xc5, 0x13, 0x31, 0xe0, 0xc1, 0xcf, - 0xe0, 0xc9, 0xec, 0xcc, 0xb4, 0x6c, 0xcb, 0x5a, 0x0a, 0xb7, 0xd9, 0x79, 0xef, 0xff, 0xe6, 0x37, - 0xf3, 0xde, 0xbf, 0x05, 0x06, 0x27, 0x41, 0x80, 0x51, 0x1d, 0xb3, 0x0a, 0x7a, 0x35, 0x55, 0x22, - 0x1c, 0x4f, 0xa1, 0x8d, 0x1a, 0x09, 0x1a, 0x56, 0x35, 0xa0, 0x9c, 0x42, 0x28, 0xe2, 0x56, 0x18, - 0xb7, 0x54, 0x5c, 0x1f, 0xf1, 0xa8, 0x47, 0x45, 0x18, 0x85, 0x2b, 0x99, 0xa9, 0xe7, 0x3c, 0x4a, - 0xbd, 0x75, 0x82, 0x70, 0xb5, 0x8c, 0xb0, 0xef, 0x53, 0x8e, 0x79, 0x99, 0xfa, 0x4c, 0x45, 0x2f, - 0xc5, 0x9c, 0x23, 0x8a, 0xca, 0xb0, 0xe1, 0x50, 0x56, 0xa1, 0x0c, 0x95, 0x30, 0x23, 0xad, 0xb8, - 0x43, 0xcb, 0xbe, 0x8c, 0x9b, 0x73, 0x60, 0xe4, 0x69, 0x48, 0xf5, 0x90, 0xba, 0x64, 0xc1, 0x5f, - 0xa1, 0x36, 0xd9, 0xa8, 0x11, 0xc6, 0xe1, 0x79, 0x30, 0xe0, 0x50, 0x97, 0x14, 0xcb, 0x6e, 0x56, - 0x1b, 0xd5, 0xc6, 0xfa, 0xed, 0x64, 0xf8, 0xb9, 0xe0, 0xde, 0x4d, 0xbd, 0xdb, 0xca, 0x27, 0xfe, - 0x6c, 0xe5, 0x13, 0xe6, 0x73, 0x70, 0xae, 0x43, 0xca, 0xaa, 0xd4, 0x67, 0x04, 0x3e, 0x00, 0x69, - 0xa9, 0xf5, 0x57, 0xa8, 0x50, 0x0f, 0x4e, 0xe7, 0xac, 0xc3, 0xd7, 0xb5, 0x9a, 0xc2, 0x42, 0xff, - 0xf6, 0x6e, 0x3e, 0x61, 0xa7, 0x1c, 0xf5, 0xdd, 0x82, 0x2a, 0x34, 0x38, 0x09, 0x93, 0x8e, 0x01, - 0x75, 0x5b, 0x41, 0x1d, 0x48, 0x15, 0xd4, 0x45, 0x90, 0x2e, 0x35, 0x38, 0x29, 0x86, 0x0a, 0xa1, - 0xce, 0xd8, 0xa9, 0x92, 0x4a, 0x32, 0x97, 0x40, 0x56, 0x5d, 0xc5, 0xe7, 0x01, 0x76, 0x78, 0xf4, - 0x25, 0xc6, 0xc1, 0xb0, 0xa3, 0xb6, 0x8b, 0xd8, 0x75, 0x03, 0xc2, 0x98, 0xd0, 0xa7, 0xed, 0x33, - 0xcd, 0xfd, 0x79, 0xb9, 0x1d, 0xc1, 0x58, 0x05, 0x17, 0x62, 0x0a, 0x2a, 0x94, 0xc7, 0x60, 0xa8, - 0x55, 0x31, 0xf2, 0x46, 0xa3, 0xf1, 0x6f, 0x74, 0x50, 0x40, 0xbd, 0x53, 0xc6, 0x89, 0xec, 0x99, - 0xef, 0xb5, 0x8e, 0xa3, 0x9e, 0x71, 0x1a, 0x90, 0xe3, 0xc3, 0xc3, 0x39, 0x90, 0x16, 0xf3, 0x59, - 0xac, 0x30, 0x2f, 0xdb, 0x17, 0x3e, 0x50, 0x21, 0xf7, 0x77, 0x37, 0x9f, 0x25, 0xbe, 0x43, 0xdd, - 0xb2, 0xef, 0xa1, 0x35, 0x46, 0x7d, 0xcb, 0xc6, 0xf5, 0x45, 0xc2, 0x18, 0xf6, 0x88, 0x9d, 0x12, - 0xe9, 0x8b, 0xcc, 0x8b, 0xdc, 0x7b, 0x19, 0xe8, 0x71, 0x30, 0xad, 0xc1, 0xc8, 0xc8, 0x23, 0x02, - 0xc2, 0x6a, 0xeb, 0x5c, 0xb6, 0xe1, 0x88, 0x53, 0x06, 0x85, 0xc2, 0x16, 0x02, 0x73, 0x59, 0x0d, - 0x86, 0x8d, 0xeb, 0x27, 0xbd, 0xe6, 0x30, 0x38, 0xf5, 0x92, 0x34, 0xe4, 0x05, 0xed, 0x70, 0x19, - 0xa1, 0x9f, 0x50, 0xc3, 0x73, 0x50, 0x5e, 0x81, 0x43, 0xd0, 0xef, 0x62, 0x8e, 0xd5, 0xdc, 0x88, - 0xb5, 0x39, 0x02, 0xa0, 0x48, 0x7e, 0x82, 0x03, 0x5c, 0x61, 0x8a, 0xc4, 0x5c, 0x02, 0x67, 0xdb, - 0x76, 0x55, 0x81, 0x59, 0x90, 0xac, 0x8a, 0x1d, 0xd5, 0x6b, 0x3d, 0xae, 0xd7, 0x52, 0xa3, 0xba, - 0xac, 0xf2, 0xa7, 0xbf, 0x0d, 0x80, 0xd3, 0xa2, 0x22, 0xfc, 0xa0, 0x81, 0x54, 0xd3, 0x32, 0x70, - 0x2c, 0xae, 0x40, 0x9c, 0x93, 0xf5, 0xf1, 0x1e, 0x32, 0x25, 0xa5, 0x39, 0xf1, 0xf6, 0xc7, 0xef, - 0x4f, 0x7d, 0x57, 0xe0, 0x65, 0x14, 0xf3, 0xa3, 0x12, 0x1a, 0x87, 0xa1, 0x37, 0xca, 0x80, 0x9b, - 0xf0, 0xb3, 0x06, 0x52, 0x4d, 0x97, 0x75, 0xc1, 0xe9, 0xf0, 0x70, 0x17, 0x9c, 0x4e, 0xcb, 0x9a, - 0x33, 0x02, 0x07, 0xc1, 0xc9, 0x1e, 0x70, 0x50, 0xcb, 0xdc, 0xf0, 0xab, 0x06, 0x32, 0x51, 0xdb, - 0xc0, 0x1b, 0x5d, 0x5e, 0xe0, 0x90, 0xdf, 0xf5, 0xc9, 0x1e, 0xb3, 0x15, 0xe4, 0xac, 0x80, 0x9c, - 0x86, 0x37, 0xe3, 0x21, 0xa5, 0x42, 0x80, 0xb6, 0xcf, 0xe7, 0x26, 0xfc, 0xae, 0x81, 0xa1, 0x36, - 0x9f, 0xc0, 0xa3, 0x8f, 0x8e, 0x4e, 0xbd, 0x6e, 0xf5, 0x9a, 0xae, 0x50, 0xef, 0x0b, 0xd4, 0x3b, - 0x70, 0xa6, 0x1b, 0x6a, 0x0c, 0x29, 0x62, 0x82, 0xee, 0x8b, 0x06, 0x52, 0x4d, 0x67, 0x74, 0x69, - 0x78, 0x87, 0x37, 0xbb, 0x34, 0xbc, 0xd3, 0x66, 0xe6, 0xbc, 0x00, 0xbc, 0x07, 0xe7, 0x4e, 0x04, - 0x88, 0x02, 0x5c, 0x87, 0x9b, 0x20, 0x29, 0x6d, 0x04, 0xaf, 0xfe, 0xf7, 0xdc, 0x36, 0xc7, 0xea, - 0xd7, 0x8e, 0xcc, 0x53, 0x74, 0xa6, 0xa0, 0xcb, 0x41, 0x3d, 0x8e, 0x4e, 0xba, 0xb5, 0xf0, 0x68, - 0x7b, 0xcf, 0xd0, 0x76, 0xf6, 0x0c, 0xed, 0xd7, 0x9e, 0xa1, 0x7d, 0xdc, 0x37, 0x12, 0x3b, 0xfb, - 0x46, 0xe2, 0xe7, 0xbe, 0x91, 0x78, 0x71, 0xdd, 0x2b, 0xf3, 0xd5, 0x5a, 0xc9, 0x72, 0x68, 0x45, - 0xea, 0x27, 0xab, 0x01, 0x5d, 0x23, 0x0e, 0x47, 0x4e, 0xc8, 0xfe, 0x5a, 0x96, 0xe3, 0x8d, 0x2a, - 0x61, 0xa5, 0xa4, 0xf8, 0x6f, 0xbe, 0xf5, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x8d, 0x94, 0xcc, 0x70, - 0x44, 0x08, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x95, 0xc1, 0x4f, 0x13, 0x4f, + 0x14, 0xc7, 0xbb, 0xfc, 0xf8, 0x95, 0xed, 0x50, 0x22, 0x19, 0x31, 0xd6, 0xb5, 0x6e, 0xc9, 0x1a, + 0x15, 0x82, 0xec, 0x08, 0x4a, 0x04, 0x8d, 0x31, 0xd4, 0x13, 0x31, 0x04, 0x5d, 0x2f, 0xc6, 0x84, + 0x34, 0xd3, 0xdd, 0x61, 0xa9, 0xd2, 0x9d, 0xb2, 0x33, 0xb5, 0x36, 0x86, 0x8b, 0x27, 0x13, 0x3d, + 0x98, 0x98, 0x78, 0x26, 0x26, 0x9e, 0x8c, 0xff, 0x07, 0x47, 0x12, 0x2f, 0x9e, 0x88, 0x01, 0x0f, + 0xfe, 0x0d, 0x9e, 0xcc, 0xce, 0x4c, 0xcb, 0xb6, 0xac, 0xa5, 0x70, 0x9b, 0x9d, 0xf7, 0xbe, 0x6f, + 0x3e, 0x33, 0xef, 0x7d, 0x5b, 0x60, 0x72, 0x12, 0x86, 0x18, 0x35, 0x30, 0xab, 0xa2, 0x97, 0x33, + 0x65, 0xc2, 0xf1, 0x0c, 0xda, 0xac, 0x93, 0xb0, 0x69, 0xd7, 0x42, 0xca, 0x29, 0x84, 0x22, 0x6e, + 0x47, 0x71, 0x5b, 0xc5, 0x8d, 0x31, 0x9f, 0xfa, 0x54, 0x84, 0x51, 0xb4, 0x92, 0x99, 0x46, 0xde, + 0xa7, 0xd4, 0xdf, 0x20, 0x08, 0xd7, 0x2a, 0x08, 0x07, 0x01, 0xe5, 0x98, 0x57, 0x68, 0xc0, 0x54, + 0xf4, 0x52, 0xc2, 0x39, 0xa2, 0xa8, 0x0c, 0x9b, 0x2e, 0x65, 0x55, 0xca, 0x50, 0x19, 0x33, 0xd2, + 0x8e, 0xbb, 0xb4, 0x12, 0xc8, 0xb8, 0xb5, 0x00, 0xc6, 0x1e, 0x47, 0x54, 0x0f, 0xa8, 0x47, 0x96, + 0x82, 0x35, 0xea, 0x90, 0xcd, 0x3a, 0x61, 0x1c, 0x9e, 0x07, 0x43, 0x2e, 0xf5, 0x48, 0xa9, 0xe2, + 0xe5, 0xb4, 0x71, 0x6d, 0x62, 0xd0, 0x49, 0x47, 0x9f, 0x4b, 0xde, 0x1d, 0xfd, 0xed, 0x76, 0x21, + 0xf5, 0x7b, 0xbb, 0x90, 0xb2, 0x9e, 0x82, 0x73, 0x5d, 0x52, 0x56, 0xa3, 0x01, 0x23, 0xf0, 0x3e, + 0xc8, 0x48, 0x6d, 0xb0, 0x46, 0x85, 0x7a, 0x78, 0x36, 0x6f, 0x1f, 0xbd, 0xae, 0xdd, 0x12, 0x16, + 0x07, 0x77, 0xf6, 0x0a, 0x29, 0x47, 0x77, 0xd5, 0x77, 0x1b, 0xaa, 0xd8, 0xe4, 0x24, 0x4a, 0x3a, + 0x01, 0xd4, 0x2d, 0x05, 0x75, 0x28, 0x55, 0x50, 0x17, 0x41, 0xa6, 0xdc, 0xe4, 0xa4, 0x14, 0x29, + 0x84, 0x3a, 0xeb, 0xe8, 0x65, 0x95, 0x64, 0xad, 0x80, 0x9c, 0xba, 0x4a, 0xc0, 0x43, 0xec, 0xf2, + 0xf8, 0x4b, 0x4c, 0x82, 0x51, 0x57, 0x6d, 0x97, 0xb0, 0xe7, 0x85, 0x84, 0x31, 0xa1, 0xcf, 0x38, + 0x67, 0x5a, 0xfb, 0x8b, 0x72, 0x3b, 0x86, 0xb1, 0x0e, 0x2e, 0x24, 0x14, 0x54, 0x28, 0x0f, 0xc1, + 0x48, 0xbb, 0x62, 0xec, 0x8d, 0xc6, 0x93, 0xdf, 0xe8, 0xb0, 0x80, 0x7a, 0xa7, 0xac, 0x1b, 0xdb, + 0xb3, 0xde, 0x69, 0x5d, 0x47, 0x3d, 0xe1, 0x34, 0x24, 0x27, 0x87, 0x87, 0x0b, 0x20, 0x23, 0xe6, + 0xb3, 0x54, 0x65, 0x7e, 0x6e, 0x20, 0x7a, 0xa0, 0x62, 0xfe, 0xcf, 0x5e, 0x21, 0x47, 0x02, 0x97, + 0x7a, 0x95, 0xc0, 0x47, 0xcf, 0x19, 0x0d, 0x6c, 0x07, 0x37, 0x96, 0x09, 0x63, 0xd8, 0x27, 0x8e, + 0x2e, 0xd2, 0x97, 0x99, 0x1f, 0xbb, 0xf7, 0x2a, 0x30, 0x92, 0x60, 0xda, 0x83, 0x91, 0x95, 0x47, + 0x84, 0x84, 0xd5, 0x37, 0xb8, 0x6c, 0xc3, 0x31, 0xa7, 0x0c, 0x0b, 0x85, 0x23, 0x04, 0xd6, 0xaa, + 0x1a, 0x0c, 0x07, 0x37, 0x4e, 0x7b, 0xcd, 0x51, 0xf0, 0xdf, 0x0b, 0xd2, 0x94, 0x17, 0x74, 0xa2, + 0x65, 0x8c, 0x7e, 0x4a, 0x0d, 0xcf, 0x61, 0x79, 0x05, 0x0e, 0xc1, 0xa0, 0x87, 0x39, 0x56, 0x73, + 0x23, 0xd6, 0xd6, 0x18, 0x80, 0x22, 0xf9, 0x11, 0x0e, 0x71, 0x95, 0x29, 0x12, 0x6b, 0x05, 0x9c, + 0xed, 0xd8, 0x55, 0x05, 0xe6, 0x41, 0xba, 0x26, 0x76, 0x54, 0xaf, 0x8d, 0xa4, 0x5e, 0x4b, 0x8d, + 0xea, 0xb2, 0xca, 0x9f, 0xfd, 0x3a, 0x04, 0xfe, 0x17, 0x15, 0xe1, 0x7b, 0x0d, 0xe8, 0x2d, 0xcb, + 0xc0, 0x89, 0xa4, 0x02, 0x49, 0x4e, 0x36, 0x26, 0xfb, 0xc8, 0x94, 0x94, 0xd6, 0xd4, 0x9b, 0xef, + 0xbf, 0x3e, 0x0e, 0x5c, 0x81, 0x97, 0x51, 0xc2, 0x8f, 0x4a, 0x64, 0x1c, 0x86, 0x5e, 0x2b, 0x03, + 0x6e, 0xc1, 0x4f, 0x1a, 0xd0, 0x5b, 0x2e, 0xeb, 0x81, 0xd3, 0xe5, 0xe1, 0x1e, 0x38, 0xdd, 0x96, + 0xb5, 0xe6, 0x04, 0x0e, 0x82, 0xd3, 0x7d, 0xe0, 0xa0, 0xb6, 0xb9, 0xe1, 0x17, 0x0d, 0x64, 0xe3, + 0xb6, 0x81, 0xd7, 0x7b, 0xbc, 0xc0, 0x11, 0xbf, 0x1b, 0xd3, 0x7d, 0x66, 0x2b, 0xc8, 0x79, 0x01, + 0x39, 0x0b, 0x6f, 0x24, 0x43, 0x4a, 0x85, 0x00, 0xed, 0x9c, 0xcf, 0x2d, 0xf8, 0x4d, 0x03, 0x23, + 0x1d, 0x3e, 0x81, 0xc7, 0x1f, 0x1d, 0x9f, 0x7a, 0xc3, 0xee, 0x37, 0x5d, 0xa1, 0xde, 0x13, 0xa8, + 0xb7, 0xe1, 0x5c, 0x2f, 0xd4, 0x04, 0x52, 0xc4, 0x04, 0xdd, 0x67, 0x0d, 0xe8, 0x2d, 0x67, 0xf4, + 0x68, 0x78, 0x97, 0x37, 0x7b, 0x34, 0xbc, 0xdb, 0x66, 0xd6, 0xa2, 0x00, 0xbc, 0x0b, 0x17, 0x4e, + 0x05, 0x88, 0x42, 0xdc, 0x80, 0x5b, 0x20, 0x2d, 0x6d, 0x04, 0xaf, 0xfe, 0xf3, 0xdc, 0x0e, 0xc7, + 0x1a, 0xd7, 0x8e, 0xcd, 0x53, 0x74, 0x96, 0xa0, 0xcb, 0x43, 0x23, 0x89, 0x4e, 0xba, 0xb5, 0x58, + 0xdc, 0xd9, 0x37, 0xb5, 0xdd, 0x7d, 0x53, 0xfb, 0xb9, 0x6f, 0x6a, 0x1f, 0x0e, 0xcc, 0xd4, 0xee, + 0x81, 0x99, 0xfa, 0x71, 0x60, 0xa6, 0x9e, 0x4d, 0xf8, 0x15, 0xbe, 0x5e, 0x2f, 0xdb, 0x2e, 0xad, + 0x4a, 0xfd, 0x74, 0x95, 0x06, 0xa4, 0x89, 0xdc, 0x88, 0xfc, 0x95, 0x2c, 0xc6, 0x9b, 0x35, 0xc2, + 0xca, 0x69, 0xf1, 0xcf, 0x7c, 0xf3, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe4, 0xec, 0x7a, 0xd1, + 0x42, 0x08, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/wasm/types/tx.pb.go b/x/wasm/types/tx.pb.go index 0cf81833b..873093ec5 100644 --- a/x/wasm/types/tx.pb.go +++ b/x/wasm/types/tx.pb.go @@ -670,67 +670,67 @@ func init() { func init() { proto.RegisterFile("terra/wasm/v1beta1/tx.proto", fileDescriptor_5834e4e1a84cce82) } var fileDescriptor_5834e4e1a84cce82 = []byte{ - // 955 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xcf, 0x6f, 0xe3, 0x44, + // 952 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0x41, 0x6f, 0xe3, 0x44, 0x14, 0x8e, 0x9b, 0xb6, 0xdb, 0xbc, 0x84, 0xb6, 0xeb, 0x76, 0x21, 0x64, 0x21, 0x13, 0xcd, 0x4a, - 0xab, 0x74, 0xa5, 0xb5, 0xd5, 0x22, 0x2e, 0x7b, 0x22, 0xe9, 0x2e, 0x52, 0x91, 0x0c, 0x92, 0x2b, - 0xb4, 0x12, 0x12, 0x8a, 0x1c, 0x7b, 0x64, 0xbc, 0x6c, 0x3c, 0xc1, 0xe3, 0x92, 0x96, 0x0b, 0x57, - 0x2e, 0x48, 0xf0, 0x1f, 0xec, 0x99, 0x03, 0x7f, 0x04, 0xa7, 0x95, 0x10, 0x52, 0x8f, 0x9c, 0x0c, - 0x4a, 0x2f, 0x9c, 0x2d, 0x71, 0x80, 0x13, 0xf2, 0x8c, 0xed, 0x4e, 0x1a, 0xe7, 0x57, 0x39, 0xd9, - 0x7a, 0xef, 0x9b, 0xf7, 0x66, 0xbe, 0x6f, 0xbe, 0x99, 0x81, 0xfb, 0x21, 0x09, 0x02, 0x4b, 0x1f, - 0x59, 0x6c, 0xa0, 0x7f, 0x7d, 0xd8, 0x27, 0xa1, 0x75, 0xa8, 0x87, 0xe7, 0xda, 0x30, 0xa0, 0x21, - 0x55, 0x55, 0x9e, 0xd4, 0x92, 0xa4, 0x96, 0x26, 0x1b, 0xfb, 0x2e, 0x75, 0x29, 0x4f, 0xeb, 0xc9, - 0x9f, 0x40, 0x36, 0x9a, 0x36, 0x65, 0x03, 0xca, 0xf4, 0xbe, 0xc5, 0x48, 0x5e, 0xc7, 0xa6, 0x9e, - 0x2f, 0xf2, 0xf8, 0x57, 0x05, 0x6a, 0x06, 0x73, 0x4f, 0x43, 0x1a, 0x90, 0x63, 0xea, 0x10, 0xf5, - 0x00, 0x36, 0x19, 0xf1, 0x1d, 0x12, 0xd4, 0x95, 0x96, 0xd2, 0xae, 0x74, 0xef, 0xc6, 0x11, 0x7a, - 0xe3, 0xc2, 0x1a, 0xbc, 0x7c, 0x82, 0x45, 0x1c, 0x9b, 0x29, 0x40, 0xfd, 0x04, 0xb6, 0x93, 0x19, - 0xf4, 0xfa, 0x17, 0x21, 0xe9, 0xd9, 0xd4, 0x21, 0xf5, 0xb5, 0x96, 0xd2, 0xae, 0x75, 0x0f, 0xc6, - 0x11, 0xaa, 0x3d, 0xef, 0x9c, 0x1a, 0xdd, 0x8b, 0x90, 0x17, 0x8d, 0x23, 0x74, 0x4f, 0x94, 0x98, - 0xc4, 0x63, 0xb3, 0x96, 0x04, 0x32, 0x98, 0xfa, 0x3e, 0xdc, 0x49, 0xc2, 0x3d, 0xcf, 0xa9, 0x97, - 0x5b, 0x4a, 0x7b, 0xbd, 0xfb, 0xce, 0x38, 0x42, 0x9b, 0x49, 0xea, 0xe4, 0x69, 0x1c, 0xa1, 0x6d, - 0x51, 0x23, 0x85, 0x60, 0x73, 0x33, 0xf9, 0x3b, 0x71, 0x9e, 0x6c, 0x7d, 0xf7, 0x0a, 0x95, 0xfe, - 0x7a, 0x85, 0x4a, 0xd8, 0x80, 0x7d, 0x79, 0x31, 0x26, 0x61, 0x43, 0xea, 0xb3, 0x89, 0xc2, 0xca, - 0xf2, 0x85, 0xf1, 0x6f, 0x0a, 0x6c, 0x1b, 0xcc, 0x35, 0x3c, 0x37, 0xb0, 0xa6, 0xa7, 0xb8, 0x42, - 0x25, 0x89, 0xd5, 0xb5, 0xd5, 0x59, 0x2d, 0xff, 0x2f, 0x56, 0x25, 0x7a, 0xea, 0xf0, 0xe6, 0xe4, - 0x72, 0x32, 0x82, 0xf0, 0x3f, 0x6b, 0x3c, 0x75, 0xe2, 0xb3, 0xd0, 0xf2, 0x43, 0x8f, 0xa7, 0xfd, - 0x30, 0xb0, 0xec, 0x70, 0x95, 0x0d, 0xf1, 0x10, 0x36, 0x2c, 0x67, 0xe0, 0xf9, 0xe9, 0x22, 0x77, - 0xe3, 0x08, 0xd5, 0x04, 0x92, 0x87, 0xb1, 0x29, 0xd2, 0xb7, 0xd4, 0x59, 0xfd, 0x08, 0xb6, 0x3c, - 0xdf, 0x0b, 0x7b, 0x03, 0xe6, 0xd6, 0xd7, 0x39, 0x27, 0x7a, 0x1c, 0xa1, 0x1d, 0x81, 0xce, 0x32, - 0xf8, 0xdf, 0x08, 0xd5, 0x89, 0x6f, 0x53, 0xc7, 0xf3, 0x5d, 0xfd, 0x05, 0xa3, 0xbe, 0x66, 0x5a, - 0x23, 0x83, 0x30, 0x66, 0xb9, 0xc4, 0xbc, 0x93, 0xc0, 0x0c, 0xe6, 0xaa, 0xdf, 0x02, 0xf0, 0x11, - 0x89, 0x15, 0x58, 0x7d, 0xa3, 0x55, 0x6e, 0x57, 0x8f, 0xde, 0xd6, 0x84, 0x59, 0xb4, 0xc4, 0x2c, - 0x99, 0xaf, 0xb4, 0x63, 0xea, 0xf9, 0xdd, 0x67, 0xaf, 0x23, 0x54, 0x8a, 0x23, 0x74, 0x57, 0x6a, - 0xc6, 0x87, 0xe2, 0x9f, 0xfe, 0x40, 0x6d, 0xd7, 0x0b, 0xbf, 0x38, 0xeb, 0x6b, 0x36, 0x1d, 0xe8, - 0xa9, 0xdd, 0xc4, 0xe7, 0x31, 0x73, 0xbe, 0xd4, 0xc3, 0x8b, 0x21, 0x61, 0xbc, 0x0a, 0x33, 0x2b, - 0xc9, 0x40, 0xfe, 0x2b, 0xa9, 0xf2, 0xbd, 0x02, 0xcd, 0x62, 0xee, 0xf3, 0xfd, 0xfb, 0x21, 0xec, - 0xda, 0x69, 0xac, 0x67, 0x39, 0x4e, 0x40, 0x18, 0x4b, 0xd5, 0xb8, 0x1f, 0x47, 0xe8, 0xad, 0x8c, - 0xaf, 0x49, 0x04, 0x36, 0x77, 0xb2, 0x50, 0x47, 0x44, 0xd4, 0x07, 0xb0, 0xee, 0x58, 0xa1, 0x95, - 0xfa, 0x74, 0x27, 0x8e, 0x50, 0x55, 0x8c, 0x4d, 0xa2, 0xd8, 0xe4, 0x49, 0xfc, 0xcb, 0x1a, 0xa8, - 0x06, 0x73, 0x9f, 0x9d, 0x13, 0xfb, 0xec, 0x76, 0xfb, 0x40, 0x87, 0xad, 0xac, 0x73, 0xba, 0x15, - 0xf6, 0xae, 0x85, 0xca, 0x32, 0xd8, 0xcc, 0x41, 0xea, 0x29, 0x54, 0x89, 0x68, 0xc7, 0xc5, 0x15, - 0x1b, 0xfe, 0x28, 0x8e, 0x90, 0x2a, 0xc6, 0x48, 0xc9, 0xf9, 0xfa, 0x42, 0x8a, 0x4c, 0x24, 0xfe, - 0x0a, 0x36, 0x96, 0x54, 0xf7, 0x83, 0x54, 0xdd, 0x5a, 0x36, 0xc3, 0x95, 0x85, 0x15, 0x9d, 0x24, - 0x51, 0x3b, 0xd0, 0x98, 0xe6, 0x30, 0xd7, 0x33, 0xd3, 0x41, 0x99, 0xa7, 0xc3, 0x8f, 0x42, 0x87, - 0xdc, 0xae, 0x29, 0x57, 0xb9, 0xc9, 0x94, 0xf9, 0x26, 0x5b, 0x59, 0x84, 0x63, 0xa8, 0xfa, 0x64, - 0xd4, 0x9b, 0x74, 0xe6, 0x83, 0x71, 0x84, 0x2a, 0x1f, 0x93, 0x51, 0x6e, 0xce, 0x54, 0x11, 0x09, - 0x89, 0xcd, 0x8a, 0x9f, 0x02, 0x9c, 0x44, 0xc9, 0x81, 0x98, 0xb0, 0x64, 0x53, 0x49, 0x49, 0x29, - 0xb9, 0x40, 0xc9, 0x14, 0x69, 0x30, 0x77, 0x8a, 0xd6, 0x1b, 0x94, 0xac, 0x46, 0xeb, 0xcf, 0x0a, - 0x3f, 0xea, 0x3e, 0x1d, 0x3a, 0x52, 0x89, 0x0e, 0xa7, 0x6c, 0x59, 0x6a, 0x0f, 0x21, 0x59, 0x71, - 0x4f, 0x3e, 0xeb, 0xf6, 0xe3, 0x08, 0xed, 0x5e, 0x53, 0x93, 0xe2, 0xb7, 0x7c, 0x32, 0xea, 0x4c, - 0xa9, 0x51, 0x5e, 0x42, 0x0d, 0x69, 0xcd, 0x2d, 0x7e, 0x3c, 0x14, 0xcc, 0x37, 0x3f, 0xbd, 0xbf, - 0x81, 0x7b, 0x06, 0x73, 0x8f, 0x5f, 0x12, 0x2b, 0xb8, 0xdd, 0x82, 0x56, 0xdd, 0x2b, 0xd2, 0xec, - 0x10, 0xbc, 0x5b, 0xd8, 0x3b, 0x9b, 0xdc, 0xd1, 0xdf, 0x1b, 0x50, 0x4e, 0xec, 0xf8, 0x1c, 0x2a, - 0xd7, 0xaf, 0x8c, 0x96, 0x36, 0xfd, 0x82, 0xd1, 0xe4, 0xab, 0xbb, 0xd1, 0x5e, 0x84, 0xc8, 0x55, - 0xff, 0x1c, 0xaa, 0xf2, 0x0d, 0x8d, 0x67, 0x0c, 0x94, 0x30, 0x8d, 0x47, 0x8b, 0x31, 0x79, 0xf9, - 0x33, 0xd8, 0x2b, 0xba, 0x16, 0x67, 0x95, 0x28, 0xc0, 0x36, 0x8e, 0x96, 0xc7, 0xe6, 0x6d, 0x3d, - 0xd8, 0xb9, 0x79, 0x02, 0x3f, 0x9c, 0x51, 0xe6, 0x06, 0xae, 0xa1, 0x2d, 0x87, 0x93, 0x5b, 0x4d, - 0x1d, 0x32, 0x8b, 0x08, 0x5a, 0xd0, 0x6a, 0x96, 0x43, 0xcf, 0x60, 0xaf, 0xc8, 0x78, 0xb3, 0xc8, - 0x2c, 0xc0, 0xce, 0x24, 0x73, 0x8e, 0x41, 0xd4, 0x00, 0xd4, 0x02, 0x77, 0x1c, 0xcc, 0xa8, 0x34, - 0x0d, 0x6d, 0x1c, 0x2e, 0x0d, 0xcd, 0x7a, 0x76, 0x9f, 0xbe, 0x1e, 0x37, 0x95, 0xcb, 0x71, 0x53, - 0xf9, 0x73, 0xdc, 0x54, 0x7e, 0xb8, 0x6a, 0x96, 0x2e, 0xaf, 0x9a, 0xa5, 0xdf, 0xaf, 0x9a, 0xa5, - 0xcf, 0x1e, 0x49, 0xd7, 0x0a, 0x2f, 0xfb, 0x78, 0x18, 0xd0, 0x17, 0xc4, 0x0e, 0x75, 0x9b, 0x06, - 0x44, 0x3f, 0x17, 0x8f, 0x7e, 0x7e, 0xbd, 0xf4, 0x37, 0xf9, 0x33, 0xfd, 0xbd, 0xff, 0x02, 0x00, - 0x00, 0xff, 0xff, 0xb7, 0xb9, 0xe5, 0xaa, 0x0f, 0x0c, 0x00, 0x00, + 0xab, 0x14, 0x69, 0x6d, 0xb5, 0x88, 0xcb, 0x9e, 0x48, 0xca, 0x22, 0x15, 0xc9, 0x20, 0xb9, 0x42, + 0x2b, 0x21, 0xa1, 0xc8, 0xb1, 0x47, 0xc6, 0xb0, 0xf1, 0x14, 0x8f, 0x4b, 0x1a, 0x2e, 0x5c, 0xb9, + 0x20, 0xc1, 0x3f, 0xd8, 0x33, 0x07, 0x7e, 0x04, 0xa7, 0x95, 0x10, 0xd2, 0x1e, 0x39, 0x19, 0x94, + 0x5e, 0x38, 0x5b, 0xe2, 0x00, 0x27, 0xe4, 0x99, 0xb1, 0x3b, 0x69, 0x92, 0x26, 0xe9, 0x9e, 0x6c, + 0xbd, 0xf7, 0xcd, 0x7b, 0x33, 0xdf, 0x37, 0xdf, 0xcc, 0xc0, 0xfd, 0x98, 0x44, 0x91, 0x63, 0x0e, + 0x1d, 0x36, 0x30, 0xbf, 0x39, 0xec, 0x93, 0xd8, 0x39, 0x34, 0xe3, 0x0b, 0xe3, 0x2c, 0xa2, 0x31, + 0xd5, 0x75, 0x9e, 0x34, 0xb2, 0xa4, 0x21, 0x93, 0x8d, 0x7d, 0x9f, 0xfa, 0x94, 0xa7, 0xcd, 0xec, + 0x4f, 0x20, 0x1b, 0x4d, 0x97, 0xb2, 0x01, 0x65, 0x66, 0xdf, 0x61, 0xa4, 0xa8, 0xe3, 0xd2, 0x20, + 0x14, 0x79, 0xfc, 0x9b, 0x06, 0x35, 0x8b, 0xf9, 0xa7, 0x31, 0x8d, 0xc8, 0x31, 0xf5, 0x88, 0x7e, + 0x00, 0x9b, 0x8c, 0x84, 0x1e, 0x89, 0xea, 0x5a, 0x4b, 0x6b, 0x57, 0xba, 0x77, 0xd3, 0x04, 0xbd, + 0x36, 0x72, 0x06, 0xcf, 0x1e, 0x63, 0x11, 0xc7, 0xb6, 0x04, 0xe8, 0x9f, 0xc0, 0x76, 0x36, 0x83, + 0x5e, 0x7f, 0x14, 0x93, 0x9e, 0x4b, 0x3d, 0x52, 0x5f, 0x6b, 0x69, 0xed, 0x5a, 0xf7, 0x60, 0x9c, + 0xa0, 0xda, 0xd3, 0xce, 0xa9, 0xd5, 0x1d, 0xc5, 0xbc, 0x68, 0x9a, 0xa0, 0x7b, 0xa2, 0xc4, 0x24, + 0x1e, 0xdb, 0xb5, 0x2c, 0x90, 0xc3, 0xf4, 0xf7, 0xe0, 0x4e, 0x16, 0xee, 0x05, 0x5e, 0xbd, 0xdc, + 0xd2, 0xda, 0xeb, 0xdd, 0xb7, 0xc6, 0x09, 0xda, 0xcc, 0x52, 0x27, 0x1f, 0xa4, 0x09, 0xda, 0x16, + 0x35, 0x24, 0x04, 0xdb, 0x9b, 0xd9, 0xdf, 0x89, 0xf7, 0x78, 0xeb, 0xfb, 0xe7, 0xa8, 0xf4, 0xf7, + 0x73, 0x54, 0xc2, 0x16, 0xec, 0xab, 0x8b, 0xb1, 0x09, 0x3b, 0xa3, 0x21, 0x9b, 0x28, 0xac, 0x2d, + 0x5f, 0x18, 0xff, 0xae, 0xc1, 0xb6, 0xc5, 0x7c, 0x2b, 0xf0, 0x23, 0x67, 0x7a, 0x8a, 0x2b, 0x54, + 0x52, 0x58, 0x5d, 0x5b, 0x9d, 0xd5, 0xf2, 0x2b, 0xb1, 0xaa, 0xd0, 0x53, 0x87, 0xd7, 0x27, 0x97, + 0x93, 0x13, 0x84, 0xff, 0x5d, 0xe3, 0xa9, 0x93, 0x90, 0xc5, 0x4e, 0x18, 0x07, 0x3c, 0x1d, 0xc6, + 0x91, 0xe3, 0xc6, 0xab, 0x6c, 0x88, 0x87, 0xb0, 0xe1, 0x78, 0x83, 0x20, 0x94, 0x8b, 0xdc, 0x4d, + 0x13, 0x54, 0x13, 0x48, 0x1e, 0xc6, 0xb6, 0x48, 0xdf, 0x52, 0x67, 0xfd, 0x23, 0xd8, 0x0a, 0xc2, + 0x20, 0xee, 0x0d, 0x98, 0x5f, 0x5f, 0xe7, 0x9c, 0x98, 0x69, 0x82, 0x76, 0x04, 0x3a, 0xcf, 0xe0, + 0xff, 0x12, 0x54, 0x27, 0xa1, 0x4b, 0xbd, 0x20, 0xf4, 0xcd, 0x2f, 0x19, 0x0d, 0x0d, 0xdb, 0x19, + 0x5a, 0x84, 0x31, 0xc7, 0x27, 0xf6, 0x9d, 0x0c, 0x66, 0x31, 0x5f, 0xff, 0x0e, 0x80, 0x8f, 0xc8, + 0xac, 0xc0, 0xea, 0x1b, 0xad, 0x72, 0xbb, 0x7a, 0xf4, 0xa6, 0x21, 0xcc, 0x62, 0x64, 0x66, 0xc9, + 0x7d, 0x65, 0x1c, 0xd3, 0x20, 0xec, 0x3e, 0x79, 0x91, 0xa0, 0x52, 0x9a, 0xa0, 0xbb, 0x4a, 0x33, + 0x3e, 0x14, 0xff, 0xfc, 0x27, 0x6a, 0xfb, 0x41, 0xfc, 0xc5, 0x79, 0xdf, 0x70, 0xe9, 0xc0, 0x94, + 0x76, 0x13, 0x9f, 0x47, 0xcc, 0xfb, 0xca, 0x8c, 0x47, 0x67, 0x84, 0xf1, 0x2a, 0xcc, 0xae, 0x64, + 0x03, 0xf9, 0xaf, 0xa2, 0xca, 0x0f, 0x1a, 0x34, 0x67, 0x73, 0x5f, 0xec, 0xdf, 0x0f, 0x61, 0xd7, + 0x95, 0xb1, 0x9e, 0xe3, 0x79, 0x11, 0x61, 0x4c, 0xaa, 0x71, 0x3f, 0x4d, 0xd0, 0x1b, 0x39, 0x5f, + 0x93, 0x08, 0x6c, 0xef, 0xe4, 0xa1, 0x8e, 0x88, 0xe8, 0x0f, 0x60, 0xdd, 0x73, 0x62, 0x47, 0xfa, + 0x74, 0x27, 0x4d, 0x50, 0x55, 0x8c, 0xcd, 0xa2, 0xd8, 0xe6, 0x49, 0xfc, 0xeb, 0x1a, 0xe8, 0x16, + 0xf3, 0x9f, 0x5c, 0x10, 0xf7, 0xfc, 0x76, 0xfb, 0xc0, 0x84, 0xad, 0xbc, 0xb3, 0xdc, 0x0a, 0x7b, + 0x57, 0x42, 0xe5, 0x19, 0x6c, 0x17, 0x20, 0xfd, 0x14, 0xaa, 0x44, 0xb4, 0xe3, 0xe2, 0x8a, 0x0d, + 0x7f, 0x94, 0x26, 0x48, 0x17, 0x63, 0x94, 0xe4, 0xcd, 0xfa, 0x82, 0x44, 0x66, 0x12, 0x7f, 0x0d, + 0x1b, 0x4b, 0xaa, 0xfb, 0xbe, 0x54, 0xb7, 0x96, 0xcf, 0x70, 0x65, 0x61, 0x45, 0x27, 0x45, 0xd4, + 0x0e, 0x34, 0xa6, 0x39, 0x2c, 0xf4, 0xcc, 0x75, 0xd0, 0x6e, 0xd2, 0xe1, 0x27, 0xa1, 0x43, 0x61, + 0x57, 0xc9, 0x55, 0x61, 0x32, 0xed, 0x66, 0x93, 0xad, 0x2c, 0xc2, 0x31, 0x54, 0x43, 0x32, 0xec, + 0x4d, 0x3a, 0xf3, 0xc1, 0x38, 0x41, 0x95, 0x8f, 0xc9, 0xb0, 0x30, 0xa7, 0x54, 0x44, 0x41, 0x62, + 0xbb, 0x12, 0x4a, 0x80, 0x97, 0x29, 0x39, 0x10, 0x13, 0x56, 0x6c, 0xaa, 0x28, 0xa9, 0x24, 0x17, + 0x28, 0x29, 0x91, 0x16, 0xf3, 0xa7, 0x68, 0xbd, 0x46, 0xc9, 0x6a, 0xb4, 0xfe, 0xa2, 0xf1, 0xa3, + 0xee, 0xd3, 0x33, 0x4f, 0x29, 0xd1, 0xe1, 0x94, 0x2d, 0x4b, 0xed, 0x21, 0x64, 0x2b, 0xee, 0xa9, + 0x67, 0xdd, 0x7e, 0x9a, 0xa0, 0xdd, 0x2b, 0x6a, 0x24, 0x7e, 0x2b, 0x24, 0xc3, 0xce, 0x94, 0x1a, + 0xe5, 0x25, 0xd4, 0x50, 0xd6, 0xdc, 0xe2, 0xc7, 0xc3, 0x8c, 0xf9, 0x16, 0xa7, 0xf7, 0xb7, 0x70, + 0xcf, 0x62, 0xfe, 0xf1, 0x33, 0xe2, 0x44, 0xb7, 0x5b, 0xd0, 0xaa, 0x7b, 0x45, 0x99, 0x1d, 0x82, + 0xb7, 0x67, 0xf6, 0xce, 0x27, 0x77, 0xf4, 0xcf, 0x06, 0x94, 0x33, 0x3b, 0x3e, 0x85, 0xca, 0xd5, + 0x2b, 0xa3, 0x65, 0x4c, 0xbf, 0x60, 0x0c, 0xf5, 0xea, 0x6e, 0xb4, 0x17, 0x21, 0x0a, 0xd5, 0x3f, + 0x87, 0xaa, 0x7a, 0x43, 0xe3, 0x39, 0x03, 0x15, 0x4c, 0xe3, 0x9d, 0xc5, 0x98, 0xa2, 0xfc, 0x39, + 0xec, 0xcd, 0xba, 0x16, 0xe7, 0x95, 0x98, 0x81, 0x6d, 0x1c, 0x2d, 0x8f, 0x2d, 0xda, 0x06, 0xb0, + 0x73, 0xfd, 0x04, 0x7e, 0x38, 0xa7, 0xcc, 0x35, 0x5c, 0xc3, 0x58, 0x0e, 0xa7, 0xb6, 0x9a, 0x3a, + 0x64, 0x16, 0x11, 0xb4, 0xa0, 0xd5, 0x3c, 0x87, 0x9e, 0xc3, 0xde, 0x2c, 0xe3, 0xcd, 0x23, 0x73, + 0x06, 0x76, 0x2e, 0x99, 0x37, 0x18, 0x44, 0x8f, 0x40, 0x9f, 0xe1, 0x8e, 0x83, 0x39, 0x95, 0xa6, + 0xa1, 0x8d, 0xc3, 0xa5, 0xa1, 0x79, 0xcf, 0x6e, 0xf7, 0xc5, 0xb8, 0xa9, 0xbd, 0x1c, 0x37, 0xb5, + 0xbf, 0xc6, 0x4d, 0xed, 0xc7, 0xcb, 0x66, 0xe9, 0xe5, 0x65, 0xb3, 0xf4, 0xc7, 0x65, 0xb3, 0xf4, + 0x99, 0x7a, 0xad, 0xf0, 0xb2, 0x8f, 0x06, 0x34, 0x24, 0x23, 0xd3, 0xa5, 0x11, 0x31, 0x2f, 0xc4, + 0x93, 0x9f, 0x5f, 0x2e, 0xfd, 0x4d, 0xfe, 0x48, 0x7f, 0xf7, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, + 0x02, 0xca, 0xd7, 0x2d, 0x0d, 0x0c, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/wasm/types/wasm.pb.go b/x/wasm/types/wasm.pb.go index efe04cf4f..68fa83c18 100644 --- a/x/wasm/types/wasm.pb.go +++ b/x/wasm/types/wasm.pb.go @@ -319,51 +319,51 @@ func init() { func init() { proto.RegisterFile("terra/wasm/v1beta1/wasm.proto", fileDescriptor_2bd5d0123068c880) } var fileDescriptor_2bd5d0123068c880 = []byte{ - // 696 bytes of a gzipped FileDescriptorProto + // 694 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x4f, 0x4f, 0x13, 0x41, - 0x18, 0xc6, 0xbb, 0xa5, 0xb4, 0x65, 0x68, 0x00, 0x17, 0x90, 0x86, 0x3f, 0x1d, 0x9c, 0x83, 0x12, - 0xc5, 0xae, 0xa0, 0x5e, 0xb8, 0x59, 0x20, 0x82, 0x8a, 0x31, 0x43, 0x82, 0x89, 0x97, 0x66, 0xba, - 0x3b, 0x6e, 0x17, 0xd8, 0x9d, 0xba, 0x33, 0x05, 0xca, 0xa7, 0xf0, 0x68, 0xe2, 0x85, 0xf8, 0x0d, + 0x18, 0xc6, 0xbb, 0xa5, 0xb4, 0x65, 0x68, 0x00, 0x07, 0x90, 0x86, 0x3f, 0x1d, 0x9c, 0x83, 0x92, + 0x88, 0x5d, 0x41, 0xbd, 0x70, 0xb3, 0x40, 0x04, 0x15, 0x63, 0x86, 0x04, 0x13, 0x2f, 0xcd, 0x74, + 0x77, 0xdc, 0xae, 0xb0, 0x3b, 0xb8, 0x33, 0x05, 0xca, 0xa7, 0xf0, 0x68, 0xe2, 0x85, 0xf8, 0x0d, 0xfc, 0x16, 0x1c, 0x3c, 0x70, 0xf4, 0x34, 0x31, 0xe5, 0xe2, 0x79, 0x8f, 0x9e, 0x4c, 0x67, 0xba, - 0xb0, 0x1b, 0x9a, 0x88, 0xb7, 0xd9, 0x79, 0x9e, 0xf9, 0x3d, 0xef, 0xbe, 0xef, 0xce, 0x82, 0x05, - 0x41, 0xc3, 0x90, 0x58, 0xc7, 0x84, 0xfb, 0xd6, 0xd1, 0x4a, 0x83, 0x0a, 0xb2, 0xa2, 0x1e, 0xaa, - 0xad, 0x90, 0x09, 0x66, 0x9a, 0x4a, 0xae, 0xaa, 0x9d, 0xbe, 0x3c, 0x3b, 0xe5, 0x32, 0x97, 0x29, - 0xd9, 0xea, 0xad, 0xb4, 0x73, 0xb6, 0x62, 0x33, 0xee, 0x33, 0x6e, 0x35, 0x08, 0xa7, 0x57, 0x24, - 0x9b, 0x79, 0x81, 0xd6, 0xd1, 0xf7, 0x21, 0x90, 0x7f, 0x47, 0x42, 0xe2, 0x73, 0x73, 0x0b, 0xdc, - 0xf1, 0xc9, 0x49, 0xdd, 0x66, 0x81, 0x08, 0x89, 0x2d, 0xea, 0xdc, 0x3b, 0xa5, 0x65, 0x63, 0xd1, - 0x58, 0xca, 0xd5, 0xe6, 0x23, 0x09, 0xcb, 0x1d, 0xe2, 0x1f, 0xae, 0xa1, 0x1b, 0x16, 0x84, 0xc7, - 0x7d, 0x72, 0xb2, 0xde, 0xdf, 0xda, 0xf5, 0x4e, 0xa9, 0xb9, 0x09, 0x26, 0x52, 0x36, 0x97, 0xf0, - 0x72, 0x56, 0x81, 0xe6, 0x22, 0x09, 0x67, 0x06, 0x80, 0x5c, 0xc2, 0x11, 0x1e, 0x4b, 0x70, 0x5e, - 0x12, 0x6e, 0xee, 0x82, 0xe9, 0x94, 0xc9, 0xe7, 0xae, 0x2e, 0x6a, 0x48, 0xb1, 0x16, 0x23, 0x09, - 0xe7, 0x07, 0xb0, 0x62, 0x1b, 0xc2, 0x66, 0x02, 0xb8, 0xc3, 0x5d, 0x55, 0xdb, 0x1e, 0xb8, 0x9b, - 0x72, 0x3b, 0x44, 0x10, 0x4d, 0xcd, 0x29, 0xea, 0xbd, 0x48, 0xc2, 0x85, 0x01, 0xd4, 0x2b, 0x1f, - 0xc2, 0x93, 0x09, 0xec, 0x06, 0x11, 0x44, 0x71, 0xeb, 0xa0, 0x44, 0x8f, 0x68, 0x20, 0xea, 0x2d, - 0xd5, 0xcd, 0xf2, 0xf0, 0xa2, 0xb1, 0x34, 0xba, 0x0a, 0xab, 0x37, 0x27, 0x55, 0xdd, 0xec, 0xf9, - 0x74, 0xd3, 0x6b, 0x73, 0xe7, 0x12, 0x66, 0x22, 0x09, 0x27, 0x75, 0x64, 0x12, 0x81, 0xf0, 0x28, - 0xbd, 0x76, 0xae, 0x15, 0xbf, 0x9c, 0xc1, 0xcc, 0xef, 0x33, 0x68, 0xa0, 0x1f, 0x59, 0x30, 0x9a, - 0x60, 0x98, 0xef, 0xf5, 0xe0, 0x88, 0x10, 0xa1, 0xd7, 0x68, 0x0b, 0x5a, 0x0f, 0xda, 0x7e, 0x7f, - 0x70, 0x8f, 0x22, 0x09, 0x1f, 0x0c, 0x78, 0x1b, 0x9d, 0x93, 0x3a, 0xa1, 0xe7, 0xf8, 0x22, 0xde, - 0x7a, 0xdb, 0xf6, 0xcd, 0x03, 0x50, 0x4e, 0x83, 0x0f, 0x68, 0xa7, 0x7e, 0x48, 0x03, 0x57, 0x34, - 0xfb, 0xf3, 0x5c, 0x8d, 0x24, 0xac, 0xde, 0x82, 0x7f, 0x7d, 0x10, 0xe1, 0xe9, 0x64, 0xcc, 0x6b, - 0xda, 0x79, 0xa3, 0xf6, 0xcd, 0x4f, 0x60, 0x36, 0x1d, 0x76, 0x44, 0x0e, 0xdb, 0x34, 0x8e, 0xd3, - 0x23, 0x7f, 0x16, 0x49, 0xf8, 0xe4, 0x16, 0x71, 0xc9, 0xa3, 0x08, 0xcf, 0x24, 0x03, 0xf7, 0x7a, - 0x92, 0x8e, 0x5c, 0xcb, 0xa9, 0x76, 0x7e, 0x33, 0x40, 0x71, 0x9d, 0x39, 0x74, 0x3b, 0xf8, 0xc8, - 0xcc, 0xe7, 0xa0, 0x60, 0x33, 0x87, 0xd6, 0x3d, 0x27, 0xfe, 0xf4, 0xbb, 0x12, 0xe6, 0x95, 0xbc, - 0x11, 0x49, 0x38, 0xa6, 0xc3, 0xfb, 0x16, 0x84, 0xf3, 0xbd, 0xd5, 0xb6, 0x63, 0xae, 0x80, 0x11, - 0xb5, 0xd7, 0x24, 0x5c, 0xb7, 0xa6, 0x54, 0x9b, 0x8a, 0x24, 0x9c, 0x48, 0xd8, 0x7b, 0x12, 0xc2, - 0xc5, 0xde, 0x7a, 0x8b, 0xf0, 0xa6, 0xb9, 0x0c, 0x0a, 0x76, 0x48, 0x89, 0x60, 0xa1, 0x7a, 0xb9, - 0x91, 0x9a, 0x99, 0xe0, 0x6b, 0x01, 0xe1, 0xd8, 0x82, 0xbe, 0x66, 0x41, 0x29, 0xfe, 0xe6, 0x54, - 0xa1, 0xcb, 0xa0, 0x40, 0x1c, 0x27, 0xa4, 0x9c, 0xab, 0x42, 0x53, 0xc7, 0xfb, 0x02, 0xc2, 0xb1, - 0x25, 0x19, 0x96, 0xfd, 0x67, 0x98, 0x79, 0x1f, 0x0c, 0x13, 0xc7, 0xf7, 0x82, 0x7e, 0x61, 0x13, - 0x91, 0x84, 0xa5, 0x98, 0xec, 0x7b, 0x01, 0xc2, 0x5a, 0x4e, 0x36, 0x2b, 0xf7, 0x1f, 0xcd, 0x7a, - 0x05, 0x8a, 0x5e, 0xe0, 0xa9, 0x8b, 0xaa, 0xae, 0x49, 0xa9, 0x66, 0x45, 0x12, 0x8e, 0x6b, 0x77, - 0xac, 0xa0, 0x3f, 0x12, 0x96, 0x69, 0x60, 0x33, 0xc7, 0x0b, 0x5c, 0x6b, 0x9f, 0xb3, 0xa0, 0x8a, - 0xc9, 0xf1, 0x0e, 0xe5, 0x9c, 0xb8, 0x14, 0x17, 0x7a, 0xb6, 0x1d, 0xee, 0xea, 0x11, 0xd6, 0x36, - 0xce, 0xbb, 0x15, 0xe3, 0xa2, 0x5b, 0x31, 0x7e, 0x75, 0x2b, 0xc6, 0xe7, 0xcb, 0x4a, 0xe6, 0xe2, - 0xb2, 0x92, 0xf9, 0x79, 0x59, 0xc9, 0x7c, 0x78, 0xe8, 0x7a, 0xa2, 0xd9, 0x6e, 0x54, 0x6d, 0xe6, - 0x5b, 0xea, 0x2a, 0x3e, 0x6e, 0x85, 0x6c, 0x9f, 0xda, 0xc2, 0xb2, 0x59, 0x48, 0xad, 0x13, 0xfd, - 0x8b, 0x15, 0x9d, 0x16, 0xe5, 0x8d, 0xbc, 0xfa, 0x25, 0x3e, 0xfd, 0x1b, 0x00, 0x00, 0xff, 0xff, - 0xb3, 0xaf, 0x19, 0x67, 0x7d, 0x05, 0x00, 0x00, + 0xb0, 0x0d, 0x4d, 0xc4, 0xdb, 0xec, 0x3c, 0xcf, 0xfc, 0x9e, 0x77, 0xdf, 0x77, 0x67, 0xc1, 0x82, + 0x64, 0x51, 0x44, 0xed, 0x63, 0x2a, 0x02, 0xfb, 0x68, 0xa5, 0xc1, 0x24, 0x5d, 0xd1, 0x0f, 0xd5, + 0xc3, 0x88, 0x4b, 0x0e, 0xa1, 0x96, 0xab, 0x7a, 0xa7, 0x27, 0xcf, 0x4e, 0x79, 0xdc, 0xe3, 0x5a, + 0xb6, 0xbb, 0x2b, 0xe3, 0x9c, 0xad, 0x38, 0x5c, 0x04, 0x5c, 0xd8, 0x0d, 0x2a, 0xd8, 0x15, 0xc9, + 0xe1, 0x7e, 0x68, 0x74, 0xfc, 0x7d, 0x08, 0xe4, 0xdf, 0xd2, 0x88, 0x06, 0x02, 0x6e, 0x81, 0x3b, + 0x01, 0x3d, 0xa9, 0x3b, 0x3c, 0x94, 0x11, 0x75, 0x64, 0x5d, 0xf8, 0xa7, 0xac, 0x6c, 0x2d, 0x5a, + 0x4b, 0xb9, 0xda, 0x7c, 0xac, 0x50, 0xb9, 0x4d, 0x83, 0x83, 0x35, 0x7c, 0xc3, 0x82, 0xc9, 0x78, + 0x40, 0x4f, 0xd6, 0x7b, 0x5b, 0xbb, 0xfe, 0x29, 0x83, 0x9b, 0x60, 0xa2, 0xcf, 0xe6, 0x51, 0x51, + 0xce, 0x6a, 0xd0, 0x5c, 0xac, 0xd0, 0xcc, 0x00, 0x90, 0x47, 0x05, 0x26, 0x63, 0x29, 0xce, 0x0b, + 0x2a, 0xe0, 0x2e, 0x98, 0xee, 0x33, 0x05, 0xc2, 0x33, 0x45, 0x0d, 0x69, 0xd6, 0x62, 0xac, 0xd0, + 0xfc, 0x00, 0x56, 0x62, 0xc3, 0x04, 0xa6, 0x80, 0x3b, 0xc2, 0xd3, 0xb5, 0xed, 0x81, 0xbb, 0x7d, + 0x6e, 0x97, 0x4a, 0x6a, 0xa8, 0x39, 0x4d, 0xbd, 0x17, 0x2b, 0xb4, 0x30, 0x80, 0x7a, 0xe5, 0xc3, + 0x64, 0x32, 0x85, 0xdd, 0xa0, 0x92, 0x6a, 0x6e, 0x1d, 0x94, 0xd8, 0x11, 0x0b, 0x65, 0xfd, 0x50, + 0x77, 0xb3, 0x3c, 0xbc, 0x68, 0x2d, 0x8d, 0xae, 0xa2, 0xea, 0xcd, 0x49, 0x55, 0x37, 0xbb, 0x3e, + 0xd3, 0xf4, 0xda, 0xdc, 0xb9, 0x42, 0x99, 0x58, 0xa1, 0x49, 0x13, 0x99, 0x46, 0x60, 0x32, 0xca, + 0xae, 0x9d, 0x6b, 0xc5, 0x2f, 0x67, 0x28, 0xf3, 0xfb, 0x0c, 0x59, 0xf8, 0x47, 0x16, 0x8c, 0xa6, + 0x18, 0xf0, 0x9d, 0x19, 0x1c, 0x95, 0x32, 0xf2, 0x1b, 0x2d, 0xc9, 0xea, 0x61, 0x2b, 0xe8, 0x0d, + 0xee, 0x61, 0xac, 0xd0, 0x83, 0x01, 0x6f, 0x63, 0x72, 0xfa, 0x4e, 0x98, 0x39, 0x3e, 0x4f, 0xb6, + 0xde, 0xb4, 0x02, 0xb8, 0x0f, 0xca, 0xfd, 0xe0, 0x7d, 0xd6, 0xae, 0x1f, 0xb0, 0xd0, 0x93, 0xcd, + 0xde, 0x3c, 0x57, 0x63, 0x85, 0xaa, 0xb7, 0xe0, 0x5f, 0x1f, 0xc4, 0x64, 0x3a, 0x1d, 0xf3, 0x8a, + 0xb5, 0x5f, 0xeb, 0x7d, 0xf8, 0x09, 0xcc, 0xf6, 0x87, 0x1d, 0xd1, 0x83, 0x16, 0x4b, 0xe2, 0xcc, + 0xc8, 0x9f, 0xc6, 0x0a, 0x3d, 0xbe, 0x45, 0x5c, 0xfa, 0x28, 0x26, 0x33, 0xe9, 0xc0, 0xbd, 0xae, + 0x64, 0x22, 0xd7, 0x72, 0xba, 0x9d, 0xdf, 0x2c, 0x50, 0x5c, 0xe7, 0x2e, 0xdb, 0x0e, 0x3f, 0x70, + 0xf8, 0x0c, 0x14, 0x1c, 0xee, 0xb2, 0xba, 0xef, 0x26, 0x9f, 0x7e, 0x47, 0xa1, 0xbc, 0x96, 0x37, + 0x62, 0x85, 0xc6, 0x4c, 0x78, 0xcf, 0x82, 0x49, 0xbe, 0xbb, 0xda, 0x76, 0xe1, 0x0a, 0x18, 0xd1, + 0x7b, 0x4d, 0x2a, 0x4c, 0x6b, 0x4a, 0xb5, 0xa9, 0x58, 0xa1, 0x89, 0x94, 0xbd, 0x2b, 0x61, 0x52, + 0xec, 0xae, 0xb7, 0xa8, 0x68, 0xc2, 0x65, 0x50, 0x70, 0x22, 0x46, 0x25, 0x8f, 0xf4, 0xcb, 0x8d, + 0xd4, 0x60, 0x8a, 0x6f, 0x04, 0x4c, 0x12, 0x0b, 0xfe, 0x9a, 0x05, 0xa5, 0xe4, 0x9b, 0xd3, 0x85, + 0x2e, 0x83, 0x02, 0x75, 0xdd, 0x88, 0x09, 0xa1, 0x0b, 0xed, 0x3b, 0xde, 0x13, 0x30, 0x49, 0x2c, + 0xe9, 0xb0, 0xec, 0x3f, 0xc3, 0xe0, 0x7d, 0x30, 0x4c, 0xdd, 0xc0, 0x0f, 0x7b, 0x85, 0x4d, 0xc4, + 0x0a, 0x95, 0x12, 0x72, 0xe0, 0x87, 0x98, 0x18, 0x39, 0xdd, 0xac, 0xdc, 0x7f, 0x34, 0xeb, 0x25, + 0x28, 0xfa, 0xa1, 0xaf, 0x2f, 0xaa, 0xbe, 0x26, 0xa5, 0x9a, 0x1d, 0x2b, 0x34, 0x6e, 0xdc, 0x89, + 0x82, 0xff, 0x28, 0x54, 0x66, 0xa1, 0xc3, 0x5d, 0x3f, 0xf4, 0xec, 0x8f, 0x82, 0x87, 0x55, 0x42, + 0x8f, 0x77, 0x98, 0x10, 0xd4, 0x63, 0xa4, 0xd0, 0xb5, 0xed, 0x08, 0xcf, 0x8c, 0xb0, 0x56, 0x3b, + 0xef, 0x54, 0xac, 0x8b, 0x4e, 0xc5, 0xfa, 0xd5, 0xa9, 0x58, 0x9f, 0x2f, 0x2b, 0x99, 0x8b, 0xcb, + 0x4a, 0xe6, 0xe7, 0x65, 0x25, 0xf3, 0x7e, 0xc9, 0xf3, 0x65, 0xb3, 0xd5, 0xa8, 0x3a, 0x3c, 0xb0, + 0xf5, 0x55, 0x7c, 0x14, 0xf0, 0x90, 0xb5, 0x6d, 0x87, 0x47, 0xcc, 0x3e, 0x31, 0x3f, 0x58, 0xd9, + 0x3e, 0x64, 0xa2, 0x91, 0xd7, 0x3f, 0xc4, 0x27, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xb8, 0xad, + 0x1a, 0x89, 0x7b, 0x05, 0x00, 0x00, } func (this *Params) Equal(that interface{}) bool {