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

imp: refine ICS20 and IAppCallback interfaces and improve the wiring #80

Merged
merged 6 commits into from
Sep 16, 2024

Conversation

Farhad-Shabani
Copy link
Member

@Farhad-Shabani Farhad-Shabani commented Sep 16, 2024

Description

In this PR, the IRecvPacket interface under ICS-20 has been removed. Now, packet processing will only occur when a packet is passed to the ICS-20 contract via application callbacks (methods under the IAppCallback).

Additionally, the methods under ISendTransfer have been merged, and we will now expose a single send_transfer entry point. (cc @soareschen) This change aims for improved contract security by reducing unnecessary exposure.

@Farhad-Shabani Farhad-Shabani merged commit 540f292 into main Sep 16, 2024
5 of 6 checks passed
@Farhad-Shabani Farhad-Shabani deleted the farhad/refine-ics20-and-callback-interfaces branch September 16, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant