Skip to content

Commit

Permalink
Add a bunch of new queries to the stargate whitelist. (#2037)
Browse files Browse the repository at this point in the history
* Fix a couple existing stargate entries that weren't quite right.

* Add a bunch of missing queries to the starget whitelist.

* Add changelog entry.

* add wasm stargate queries to wasm whitelist

* Fix linting

---------

Co-authored-by: kwt <[email protected]>
Co-authored-by: Matt Witkowski <[email protected]>
  • Loading branch information
3 people authored Jun 20, 2024
1 parent 382486b commit ad559d9
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 17 deletions.
76 changes: 76 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,82 @@ Ref: https://keepachangelog.com/en/1.0.0/
* Simplify the module lists (e.g. `SetOrderEndBlockers`) by removing unneeded entries [#2015](https://github.com/provenance-io/provenance/pull/2015).
* Update the `upgrade-test.sh` script to work with v0.50 commands [#2026](https://github.com/provenance-io/provenance/pull/2026).
* Set the new gov params fields during the umber upgrades [#2027](https://github.com/provenance-io/provenance/pull/2027).
* Add a bunch of queries to the stargate whitelist [#2037](https://github.com/provenance-io/provenance/pull/2037).
* /cosmos.auth.v1beta1.Query/Accounts
* /cosmos.auth.v1beta1.Query/AccountAddressByID
* /cosmos.auth.v1beta1.Query/ModuleAccounts
* /cosmos.auth.v1beta1.Query/ModuleAccountByName
* /cosmos.auth.v1beta1.Query/Bech32Prefix
* /cosmos.auth.v1beta1.Query/AddressBytesToString
* /cosmos.auth.v1beta1.Query/AddressStringToBytes
* /cosmos.auth.v1beta1.Query/AccountInfo
* /cosmos.authz.v1beta1.Query/Grants
* /cosmos.authz.v1beta1.Query/GranterGrants
* /cosmos.authz.v1beta1.Query/GranteeGrants
* /cosmos.bank.v1beta1.Query/AllBalances
* /cosmos.bank.v1beta1.Query/SpendableBalances
* /cosmos.bank.v1beta1.Query/SpendableBalanceByDenom
* /cosmos.bank.v1beta1.Query/TotalSupply
* /cosmos.bank.v1beta1.Query/DenomMetadataByQueryString
* /cosmos.bank.v1beta1.Query/DenomsMetadata
* /cosmos.bank.v1beta1.Query/DenomOwners
* /cosmos.bank.v1beta1.Query/DenomOwnersByQuery
* /cosmos.bank.v1beta1.Query/SendEnabled
* /cosmos.circuit.v1.Query/Account
* /cosmos.circuit.v1.Query/Accounts
* /cosmos.circuit.v1.Query/DisabledList
* /cosmos.consensus.v1.Query/Params
* /cosmos.distribution.v1beta1.Query/ValidatorDistributionInfo
* /cosmos.distribution.v1beta1.Query/ValidatorOutstandingRewards
* /cosmos.distribution.v1beta1.Query/ValidatorSlashes
* /cosmos.distribution.v1beta1.Query/DelegationRewards
* /cosmos.distribution.v1beta1.Query/DelegationTotalRewards
* /cosmos.distribution.v1beta1.Query/DelegatorValidators
* /cosmos.distribution.v1beta1.Query/CommunityPool
* /cosmos.evidence.v1beta1.Query/Evidence
* /cosmos.evidence.v1beta1.Query/AllEvidence
* /cosmos.feegrant.v1beta1.Query/Allowance
* /cosmos.feegrant.v1beta1.Query/Allowances
* /cosmos.feegrant.v1beta1.Query/AllowancesByGranter
* /cosmos.gov.v1beta1.Query/Proposal
* /cosmos.gov.v1beta1.Query/Proposals
* /cosmos.gov.v1beta1.Query/Vote
* /cosmos.gov.v1beta1.Query/Votes
* /cosmos.gov.v1beta1.Query/Params
* /cosmos.gov.v1beta1.Query/Deposit
* /cosmos.gov.v1beta1.Query/Deposits
* /cosmos.gov.v1beta1.Query/TallyResult
* /cosmos.gov.v1.Query/Constitution
* /cosmos.group.v1.Query/GroupInfo
* /cosmos.group.v1.Query/GroupPolicyInfo
* /cosmos.group.v1.Query/GroupMembers
* /cosmos.group.v1.Query/GroupsByAdmin
* /cosmos.group.v1.Query/GroupPoliciesByGroup
* /cosmos.group.v1.Query/GroupPoliciesByAdmin
* /cosmos.group.v1.Query/Proposal
* /cosmos.group.v1.Query/ProposalsByGroupPolicy
* /cosmos.group.v1.Query/VoteByProposalVoter
* /cosmos.group.v1.Query/VotesByProposal
* /cosmos.group.v1.Query/VotesByVoter
* /cosmos.group.v1.Query/GroupsByMember
* /cosmos.group.v1.Query/TallyResult
* /cosmos.group.v1.Query/Groups
* /cosmos.mint.v1beta1.Query/Params
* /cosmos.mint.v1beta1.Query/Inflation
* /cosmos.mint.v1beta1.Query/AnnualProvisions
* /cosmos.slashing.v1beta1.Query/SigningInfos
* /cosmos.staking.v1beta1.Query/Validators
* /cosmos.staking.v1beta1.Query/Validator
* /cosmos.staking.v1beta1.Query/ValidatorDelegations
* /cosmos.staking.v1beta1.Query/ValidatorUnbondingDelegations
* /cosmos.staking.v1beta1.Query/DelegatorDelegations
* /cosmos.staking.v1beta1.Query/DelegatorUnbondingDelegations
* /cosmos.staking.v1beta1.Query/Redelegations
* /cosmos.staking.v1beta1.Query/DelegatorValidators
* /cosmos.staking.v1beta1.Query/DelegatorValidator
* /cosmos.staking.v1beta1.Query/HistoricalInfo
* /cosmos.staking.v1beta1.Query/Pool


### Client Breaking

Expand Down
Loading

0 comments on commit ad559d9

Please sign in to comment.