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

Feat: issue evm event on L1 nft mint #3462

Merged

Conversation

jorgemmsilva
Copy link
Collaborator

In the following block after minting a L1 NFT form the chain (the first block where said NFTID is known), The committee will now produce an EVM event, so that EVM client applications (indexers/explorers/wallets) can account for the new NFT.

misc:

  • fixes an issue where NFT contracts were being created unecessarily
  • fixes the limit of requests that can fit in an ISC block to maxUint16

@jorgemmsilva jorgemmsilva requested a review from dessaya July 9, 2024 09:38

// abort if num of requests is above max_uint16.
if reqIndex+1 == math.MaxUint16 {
break
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a log or similar? Becasue "errors should never pass silently".

@jorgemmsilva jorgemmsilva merged commit 52dc844 into iotaledger:develop Jul 10, 2024
5 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.

3 participants