Skip to content

Remove redundant endpoint callback in _lzReceive as per #7#14

Merged
ThunderDeliverer merged 1 commit intomasterfrom
remove-redundant-endpoint-callback
Dec 17, 2025
Merged

Remove redundant endpoint callback in _lzReceive as per #7#14
ThunderDeliverer merged 1 commit intomasterfrom
remove-redundant-endpoint-callback

Conversation

@ThunderDeliverer
Copy link
Owner

This pull request removes the logic for composing and sending a message via the endpoint.sendCompose function in the Fraxiversary contract. The code that handled message encoding and sending upon receiving an ONFT is no longer executed, which streamlines the function and reduces side effects.

  • Message composition and sending removed:
    • Eliminated the creation of a compose message using ONFTComposeMsgCodec and the subsequent call to endpoint.sendCompose. This simplifies the contract's logic when handling received ONFTs.

@ThunderDeliverer ThunderDeliverer merged commit 4482a6c into master Dec 17, 2025
2 checks passed
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