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
By adding this feature it in, it will simplify genesis creation (and airdrops) for future chains.
This allows a developer to perform airdrop logic for one or more chains, then put each into their own shell file to add the genesis accounts. (Personally I needed this both for the eve & craft economy chains)
The current way to do this now is have 1 large script do ALL of the logic calculations every time. This reduces that complexity and makes it more modular.
Proposal
If a --append flag is given to the simd add-genesis-account sub command, add the new token to the users balance and increase the supply
Summary
Add the ability to add more coins (both in amount and/or in new denominations) after the initial creation of a genesis account if specified.
genesis file:
Problem Definition
By adding this feature it in, it will simplify genesis creation (and airdrops) for future chains.
This allows a developer to perform airdrop logic for one or more chains, then put each into their own shell file to add the genesis accounts.
(Personally I needed this both for the eve & craft economy chains)
The current way to do this now is have 1 large script do ALL of the logic calculations every time. This reduces that complexity and makes it more modular.
Proposal
If a --append flag is given to the simd add-genesis-account sub command, add the new token to the users balance and increase the supply
PR: #13233
The text was updated successfully, but these errors were encountered: