You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
osmosisd export-derive-balances takes a state export of the chain, and derives the balances of every module. It breaks up the balances pretty nicely, merging where they lie from a variety of stores. (unclaimed airdrop, staked, unbonding, LP'd, LP'd-by-pool)
I imagine this tool becoming more powerful over time. Ideas include one version working against every old version of the binary, cosmwasm features per application, automatically fetching the state export, far more filtering as people want, easy conversion of components to percentage of total supply, renaming ibc denoms to native names, etc.
This tool may belong in a separate go module in the same repository, that can work against multiple osmosis versions. (But be installed as a secondary tool, similar to cosmovisor)
osmosisd export-derive-balances takes a state export of the chain, and derives the balances of every module. It breaks up the balances pretty nicely, merging where they lie from a variety of stores. (unclaimed airdrop, staked, unbonding, LP'd, LP'd-by-pool)
I imagine this tool becoming more powerful over time. Ideas include one version working against every old version of the binary, cosmwasm features per application, automatically fetching the state export, far more filtering as people want, easy conversion of components to percentage of total supply, renaming ibc denoms to native names, etc.
This tool may belong in a separate go module in the same repository, that can work against multiple osmosis versions. (But be installed as a secondary tool, similar to cosmovisor)
See the cosmovisor repo / readme for how this can be done: https://github.com/cosmos/cosmos-sdk/tree/master/cosmovisor
Alternatives are:
The text was updated successfully, but these errors were encountered: