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

Replay protection delay write #2104

Merged
merged 13 commits into from
Nov 11, 2023
Merged

Conversation

grarco
Copy link
Contributor

@grarco grarco commented Nov 6, 2023

Describe your changes

Closes #2036.

Moves the write of the decrypted tx hash after its execution in finalize_block and introduces a new check to prevent applying the same decrypted tx more than once.

Updates unit tests.

Indicate on which release or other PRs this topic is based on

Based on #1905

Checklist before merging to draft

  • I have added a changelog
  • Git history is in acceptable state

@grarco grarco marked this pull request as ready for review November 6, 2023 16:59
@cwgoes
Copy link
Contributor

cwgoes commented Nov 7, 2023

Note: reviewed in #2108 (review) for the correct diff

tzemanovic
tzemanovic previously approved these changes Nov 7, 2023
grarco added a commit that referenced this pull request Nov 7, 2023
grarco added a commit that referenced this pull request Nov 7, 2023
@grarco grarco force-pushed the grarco/replay-protection-delay-write branch from b9e4b7a to 8cbba5c Compare November 7, 2023 14:10
@grarco grarco force-pushed the grarco/replay-protection-delay-write branch from 8cbba5c to b9e4b7a Compare November 7, 2023 15:10
grarco added a commit that referenced this pull request Nov 7, 2023
@grarco grarco force-pushed the grarco/replay-protection-delay-write branch from b9e4b7a to c0e14eb Compare November 7, 2023 15:38
@grarco grarco force-pushed the grarco/replay-protection-delay-write branch from c0e14eb to 6c1d784 Compare November 7, 2023 16:47
@grarco grarco mentioned this pull request Nov 7, 2023
@grarco grarco merged commit 10d042d into main Nov 11, 2023
17 of 18 checks passed
@grarco grarco deleted the grarco/replay-protection-delay-write branch November 11, 2023 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delay replay protection key write
3 participants