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

Add new message Distribute in the fungible module #3311

Open
Tracked by #2992
kingpinXD opened this issue Dec 17, 2024 · 0 comments
Open
Tracked by #2992

Add new message Distribute in the fungible module #3311

kingpinXD opened this issue Dec 17, 2024 · 0 comments
Labels
zetacore Issues related to ZetaCore

Comments

@kingpinXD
Copy link
Contributor

kingpinXD commented Dec 17, 2024

The logic to Distribute ZRC20 tokens through a precomipile is present here

https://github.com/zeta-chain/zeta-node/blob/5fd8314fa090009cc968a4227c9e79f861a102cb/precompiles/staking/method_distribute.go#L50-L76

This can be extracted to a MsgDistributeZRC20
The MsgDistributeZRC20 can be then called from the precompile using the fungible keeper

	msgServer := fungibleKeeper.NewMsgServerImpl(&c.fungibleKeeper)
	res, err := msgServer.DistributeZRC20(ctx, &fungibleTypes.MsgDistributeZRC20{}

Expected Outcomes

  • MsgDistributeZRC20 is defined
  • Unit Tests and Simulation tests present for MsgDistributeZRC20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
zetacore Issues related to ZetaCore
Projects
None yet
Development

No branches or pull requests

1 participant