-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Reject duplicate Witness events #236
Comments
35359595
pushed a commit
to 35359595/solana
that referenced
this issue
Mar 20, 2024
Bubble up the constants to the CLI that control the sizes of the following two thread pools: - The thread pool used to replay multiple forks in parallel - The thread pool used to execute transactions in parallel
willhickey
pushed a commit
that referenced
this issue
Mar 20, 2024
Bubble up the constants to the CLI that control the sizes of the following two thread pools: - The thread pool used to replay multiple forks in parallel - The thread pool used to execute transactions in parallel
palinko91
pushed a commit
to palinko91/solana
that referenced
this issue
May 7, 2024
Bubble up the constants to the CLI that control the sizes of the following two thread pools: - The thread pool used to replay multiple forks in parallel - The thread pool used to execute transactions in parallel
palinko91
pushed a commit
to palinko91/solana
that referenced
this issue
May 7, 2024
Bubble up the constants to the CLI that control the sizes of the following two thread pools: - The thread pool used to replay multiple forks in parallel - The thread pool used to execute transactions in parallel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since a witness event is stored on-chain and will have an associated fee, we need to reject duplicates. Transactions contain a
last_id
field and register their signatures with theBank
. That functionality should be extended to witnesses.The text was updated successfully, but these errors were encountered: