Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add: init oracle * chore: adjustments * more cleanups * remove: sdk.Handler * add: tmp fixes * add: adjust tests * chore: cleanup naming * chore: more cleanups * chore: more cleanups 2 * chore: finalize denom cleanups * change: rename Denom to Pair * fix: change DenomList to PairList * change: VoteForTally.Denom=>Pair * change: func param rename * chore: docs * chore: more renaming * chore: rename denoms to pairs in query.proto * change: rename denom to pair in oracle.proto * change: rename denom to pair in genesis.proto * change: rename denom to pair in hash.go * change: rename SetLunaExchangeRate to SetExchangeRate * change: rename SetLunaExchangeRateWithEvent to SetExchangeRateWithEvent * change: rename DeleteLunaExchangeRate to DeleteExchangeRate * change: rename GetLunaExchangeRate to GetExchangeRate * change: rename IterateLunaExchangeRates to IterateExchangeRates * fix: remove unappliable test * fix: keeper_test.go * chore: renames and removing unused vars * change: remove set denom metadata from whitelist apply * change: ballot_test.go shouldn't check for denom registration * change: rename denom.go to pair_list.go * add: vote parsing and partial testing * add: duplicates logic check * change: ParseTuplesStr logic to use pairs instead of denoms * fix: adjust msgs_test.go * change: temp disable rewards for oracles * fix: adjust abci test part 1 * chore: adjust test oracle drop and oracle tally and test oracle reward band * chore: skip multireward test adjustment * chore: adjust TestOracleExchangeRate test * chore: adjust last abci_test.go * fix: last tests * chore: adjust keeper Msgserver FeederDelegation test * chore: adjust final test * chore: lint * chore: CHANGELOG.md * change: Rename ErrUnknownDenom to ErrUnknownPair * fix: null prefix string key to avoid prefix overlaps * chore: clear docs denom=>pair * chore: params renaming * chore: clear docs denom=>pair * fix: null suffix string for tobin tax keys * chore: return param rename * remove: pair_list_test.go useless tests * chore: remove deprecated rest handlers * chore: rename AttributeKeyDenom=>Pair * chore: rename OrganizeBallotByDenom=>Pair * chore: rename denom to pair in ballot.go * chore: address TODO on pair being wrong on default params * chore: more denom=>pair renames * chore: denom=>pair msg_server.go * chore: more denom=>pair renames * chore: rename denom=>pair params_test.go * chore: rename denom=>pair ballot.go * chore: rename denom=>pair keeper_test.go * chore: rename denom=>pair params.go * chore: rename denom=>pair params.go * chore: cleanup interface expected_keeper.go * chore: renames denom=>pair keys.go * chore: renames denom=>pair tally.go * chore: lint * chore: rename denom=>pair vote_target.go * chore: rename denom=>pair querier.go * chore: rename denom=>pair genesis.go * change: rename references of sdk.DecCoins to ExchangeRateTuples from queries * chore: refactor confusing tests * chore: refactor confusing tests 2 * chore: refactor confusing tests 3 * remove l mentions * remove messages array * refactor exchange rate tuple function * remove dead code * change voter to feeder as in the message * finish review Aggregate Exchange PreVote * linter * remove mentions to l * refactor variable names in oracle abci * Remove common.MicroUnit * Clean up calls to sdk.NewDec * Remove more usages of common.MicroUnit * chore: cleanup TestOracleThreshold test * add exchange rate vote * change l mention * fix comment * remove mentions to l * add: more tests * chore: todo context * chore: more cleanups * chore: krw renames * chore: remove references of Terra * chore: more renamings * chore: correct proto docs * Remove references to Terra Luna * Remove usages of terra, luna, and denom in docs * Update 02_state.md * Fix documentation regarding ordering of pair and exchange_rate * Refactor OrganizeBallotByPair and struct name Co-authored-by: Agent Smith <[email protected]> Co-authored-by: NibiruHeisenberg <[email protected]>
- Loading branch information