Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move everything to SQL #154

Open
64 tasks
bro-n-bro-0 opened this issue Feb 16, 2024 · 0 comments
Open
64 tasks

Move everything to SQL #154

bro-n-bro-0 opened this issue Feb 16, 2024 · 0 comments
Assignees

Comments

@bro-n-bro-0
Copy link

bro-n-bro-0 commented Feb 16, 2024

  • All messages from txs:

  • /cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission

  • /cosmos.staking.v1beta1.MsgUndelegate

  • /cosmos.gov.v1beta1.MsgSubmitProposal

  • /cosmos.distribution.v1beta1.MsgSetWithdrawAddress

  • /ibc.core.channel.v1.MsgAcknowledgement

  • /ibc.core.channel.v1.MsgChannelOpenTry

  • /ibc.applications.transfer.v1.MsgTransfer

  • /cosmos.feegrant.v1beta1.MsgGrantAllowance

  • /ibc.core.connection.v1.MsgConnectionOpenInit

  • /ibc.core.client.v1.MsgUpdateClient

  • /cosmos.gov.v1beta1.MsgVoteWeighted

  • /cosmos.authz.v1beta1.MsgRevoke

  • /cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward

  • /cosmos.staking.v1beta1.MsgBeginRedelegate

  • /cosmos.staking.v1beta1.MsgEditValidator

  • /ibc.core.connection.v1.MsgConnectionOpenTry

  • /cosmos.staking.v1beta1.MsgValidatorBond

  • /cosmos.bank.v1beta1.MsgMultiSend

  • /cosmos.gov.v1beta1.MsgDeposit

  • /ibc.core.client.v1.MsgSubmitMisbehaviour

  • /ibc.core.channel.v1.MsgRecvPacket

  • /interchain_security.ccv.provider.v1.MsgAssignConsumerKey

  • /cosmos.staking.v1beta1.MsgTransferTokenizeShareRecord

  • /cosmos.staking.v1beta1.MsgTokenizeShares

  • /ibc.core.channel.v1.MsgChannelOpenInit

  • /cosmos.bank.v1beta1.MsgSend

  • /cosmos.vesting.v1beta1.MsgCreateVestingAccount

  • /cosmos.authz.v1beta1.MsgExec

  • /ibc.core.channel.v1.MsgChannelOpenAck

  • /ibc.core.channel.v1.MsgChannelCloseConfirm

  • /cosmos.staking.v1beta1.MsgDisableTokenizeShares

  • /cosmos.slashing.v1beta1.MsgUnjail

  • /cosmos.authz.v1beta1.MsgGrant

  • /ibc.core.connection.v1.MsgConnectionOpenAck

  • /cosmos.staking.v1beta1.MsgCreateValidator

  • /ibc.core.channel.v1.MsgTimeout

  • /cosmos.staking.v1beta1.MsgCancelUnbondingDelegation

  • /cosmos.staking.v1beta1.MsgRedeemTokensForShares

  • /ibc.core.client.v1.MsgCreateClient

  • /cosmos.staking.v1beta1.MsgDelegate

  • /cosmos.gov.v1beta1.MsgVote

  • /cosmos.staking.v1beta1.MsgEnableTokenizeShares

  • /ibc.core.connection.v1.MsgConnectionOpenConfirm

  • /ibc.core.channel.v1.MsgChannelOpenConfirm

  • Historical/State tables:

  • account_balance

  • annual_provision

  • authz_grant

  • community_pool

  • delegation

  • denom_trace

  • distribution_commission

  • distribution_reward

  • fee_allowance

  • handle_validator_signature

  • liquidity and swaps

  • proposal with tally results

  • proposer_reward

  • redelegation

  • staking_pool

  • supply

  • swap

  • unbonding_delegation

  • validator

  • validator_precommit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants