Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

feat: use anvil for sequencer tests #427

Merged
merged 5 commits into from
Jan 9, 2024
Merged

feat: use anvil for sequencer tests #427

merged 5 commits into from
Jan 9, 2024

Conversation

atanmarko
Copy link
Member

Description

Remove polygon edge inside docker execution for sequencer tests. Use anvil binary as evm node to deploy contracts and exec

Fixes TP-773

Breaking changes

This PR also requires change in e2e CI setup

PR Checklist:

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added or updated tests that comprehensively prove my change is effective or that my feature works

@atanmarko atanmarko self-assigned this Jan 5, 2024
@atanmarko atanmarko requested a review from a team as a code owner January 5, 2024 12:10
Copy link

codecov bot commented Jan 5, 2024

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (476948f) 69.18% compared to head (decef92) 69.61%.
Report is 1 commits behind head on main.

Files Patch % Lines
crates/topos-sequencer-subnet-client/src/lib.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #427      +/-   ##
==========================================
+ Coverage   69.18%   69.61%   +0.42%     
==========================================
  Files         219      220       +1     
  Lines       11929    11969      +40     
==========================================
+ Hits         8253     8332      +79     
+ Misses       3676     3637      -39     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@atanmarko atanmarko merged commit 5b0257b into main Jan 9, 2024
20 of 21 checks passed
@atanmarko atanmarko deleted the feat/TP-773 branch January 9, 2024 17:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants