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
Make a helper function(s) in either Auth, Bank, or both, to significantly ease the complexity of adding a new account to an existing appGenesisState. There are numerous occassions that I think this will come in handy, outside of Osmosis' e2e testing. (e.g. airdrop / genesis file building frameworks)
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
Right now, its quite intensive to add a new Account with a given balance to the genesis state. (e.g. the
map[string]json.RawMessage
representation)In Osmosis. this (logically) simple operation is a 40 line endeavour: https://github.com/osmosis-labs/osmosis/blob/main/tests/e2e/chain/config.go#L95-L134
Proposal
Make a helper function(s) in either Auth, Bank, or both, to significantly ease the complexity of adding a new account to an existing
appGenesisState
. There are numerous occassions that I think this will come in handy, outside of Osmosis' e2e testing. (e.g. airdrop / genesis file building frameworks)For Admin Use
The text was updated successfully, but these errors were encountered: