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

Fix concurrency issue on devnet #8

Closed

Conversation

thomas-nguy
Copy link
Member

@thomas-nguy thomas-nguy commented Jun 12, 2023

When launching a devnet, it happens frequently that the block is committed, proved and executed within a single tx.

When the execution delay is equal to 0 (devnet setting) then it should allow the tx to be valid

Currently because of the strict equality, it will trigger the circuit breaker

@thomas-nguy thomas-nguy changed the title Fix contracts for devnet Fix concurrency issues on devnet Sep 4, 2023
@thomas-nguy thomas-nguy changed the title Fix concurrency issues on devnet Fix concurrency issue on devnet Sep 4, 2023
StanislavBreadless pushed a commit that referenced this pull request Sep 14, 2023
Prepare the repo for open sourcing
@StanislavBreadless
Copy link
Collaborator

The issue will be resolved with the boojum upgrade: #43

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.

4 participants