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 disabling the nonce cache on the sequencer #1523

Merged
merged 2 commits into from
Mar 16, 2023

Conversation

PlasmaPower
Copy link
Collaborator

Our check of the cache being nil broke with our most recent lru cache implementation, so this adds an additional Size check.

@cla-bot cla-bot bot added the s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA. label Mar 16, 2023
Copy link
Member

@joshuacolvin0 joshuacolvin0 left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov
Copy link

codecov bot commented Mar 16, 2023

Codecov Report

Merging #1523 (f3a4309) into master (ed34fc5) will increase coverage by 14.10%.
The diff coverage is 100.00%.

❗ Current head f3a4309 differs from pull request most recent head 288d363. Consider uploading reports for the commit 288d363 to get more accurate results

@@             Coverage Diff             @@
##           master    #1523       +/-   ##
===========================================
+ Coverage   35.55%   49.65%   +14.10%     
===========================================
  Files          59      259      +200     
  Lines        2956    31233    +28277     
  Branches      555      555               
===========================================
+ Hits         1051    15509    +14458     
- Misses       1905    13531    +11626     
- Partials        0     2193     +2193     

Copy link
Contributor

@tsahee tsahee left a comment

Choose a reason for hiding this comment

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

LGTM

@PlasmaPower PlasmaPower merged commit cd51708 into master Mar 16, 2023
@PlasmaPower PlasmaPower deleted the fix-disable-nonce-cache branch March 16, 2023 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants