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

optimize the mempool 2 #136

Open
wants to merge 16 commits into
base: dev
Choose a base branch
from
Open

optimize the mempool 2 #136

wants to merge 16 commits into from

Conversation

ylsGit
Copy link

@ylsGit ylsGit commented Aug 30, 2024

No description provided.

@@ -300,7 +300,7 @@ func runTest(t *testing.T, test vector, err error, fileName string, idx int) {
}
blockStarted = true
}
txCounters := vm.NewTransactionCounter(transaction, test.SmtDepths[i], uint16(test.ForkId), 0.6, false)
txCounters := vm.NewTransactionCounter(transaction, test.SmtDepths[i], uint16(test.ForkId), 0.6, false, false)
Copy link

@zjg555543 zjg555543 Sep 5, 2024

Choose a reason for hiding this comment

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

I think the E2E tests are required for the merging upstream code and quality checks

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.

2 participants