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

Track total minted on L2 native_bridge.move #953

Open
0xmovses opened this issue Dec 13, 2024 · 0 comments
Open

Track total minted on L2 native_bridge.move #953

0xmovses opened this issue Dec 13, 2024 · 0 comments
Assignees
Labels

Comments

@0xmovses
Copy link
Contributor

Summary

The Informer needs to be able to know the total amount locked and minted across L1 and L2. For the L1 case this is fine as it just queries the NativeBridge.sol Move amount within the contract. For the L2 however, we do not track the total that is minted and burned on native_bridge.move.

Requirements

Create a global variable to track this value and write sufficient test coverage to check whether the value is indeed correct.

@0xmovses 0xmovses self-assigned this Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant