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 Withdraw ZRC20 in the fungible module #3310

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

Add new message Withdraw ZRC20 in the fungible module #3310

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 Unlock a ZRC20 through a precomipile is present here

https://github.com/zeta-chain/zeta-node/blob/5fd8314fa090009cc968a4227c9e79f861a102cb/precompiles/bank/method_withdraw.go#L75-L116

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

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

Expected Outcomes

  • MsgWithdrawZRC20 is defined
  • Unit Tests and Simulation tests present for MsgWithdrawZRC20
@kingpinXD kingpinXD changed the title Add new message Withdraw ZRC20 in the funcgible module Add new message Withdraw ZRC20 in the fungible module Dec 17, 2024
@kingpinXD kingpinXD added the zetacore Issues related to ZetaCore label Dec 17, 2024
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