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

stCreateTest::CreateTransactionHighNonce #665

Open
enitrat opened this issue Mar 4, 2024 · 1 comment
Open

stCreateTest::CreateTransactionHighNonce #665

enitrat opened this issue Mar 4, 2024 · 1 comment
Labels
wontfix This will not be worked on

Comments

@enitrat
Copy link
Contributor

enitrat commented Mar 4, 2024

The test fails because the sequencer (blockifier) uses u64 types for nonces, and increasing the nonce results in an overflow. This is actually the desired behavior, we can consider this as passing.

@enitrat enitrat added the bug Something isn't working label Mar 4, 2024
@enitrat enitrat added wontfix This will not be worked on and removed bug Something isn't working labels Mar 4, 2024
@ClementWalter
Copy link
Member

maybe possible to fix now that we don't use the protocol nonce anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
Status: 🆕 Backlog
Development

No branches or pull requests

3 participants