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

Use 'Vec<BitVec<_>>' for tracking validated addresses #880

Merged
merged 7 commits into from
Mar 17, 2023

Conversation

Oppen
Copy link
Contributor

@Oppen Oppen commented Mar 7, 2023

TITLE

Description

Description of the pull request changes and motivation.

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.

@codecov
Copy link

codecov bot commented Mar 7, 2023

Codecov Report

Merging #880 (f1f1049) into main (a76c9cc) will decrease coverage by 0.01%.
The diff coverage is 95.12%.

@@            Coverage Diff             @@
##             main     #880      +/-   ##
==========================================
- Coverage   97.39%   97.39%   -0.01%     
==========================================
  Files          69       69              
  Lines       29204    29241      +37     
==========================================
+ Hits        28442    28478      +36     
- Misses        762      763       +1     
Impacted Files Coverage Δ
src/vm/vm_memory/memory.rs 98.78% <95.00%> (-0.06%) ⬇️
src/vm/runners/builtin_runner/mod.rs 99.31% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Oppen Oppen added this pull request to the merge queue Mar 17, 2023
@Oppen Oppen merged commit 07e0c3f into main Mar 17, 2023
@Oppen Oppen deleted the optimize_validated_address_tracking branch March 17, 2023 23:24
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.

3 participants