test(e2e): improve ZEVM Message Passing E2E tests and reformat E2E tests structure#2181
test(e2e): improve ZEVM Message Passing E2E tests and reformat E2E tests structure#2181
e2e): improve ZEVM Message Passing E2E tests and reformat E2E tests structure#2181Conversation
|
!!!WARNING!!! Be very careful about using Only suppress a single rule (or a specific set of rules) within a section of code, while continuing to scan for other problems. To do this, you can list the rule(s) to be suppressed within the #nosec annotation, e.g: /* #nosec G401 */ or //#nosec G201 G202 G203 Pay extra attention to the way |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2181 +/- ##
========================================
Coverage 68.24% 68.25%
========================================
Files 259 259
Lines 14927 14931 +4
========================================
+ Hits 10187 10191 +4
Misses 4278 4278
Partials 462 462
|
e2e): add assertion for ZETA token transfers in ZEVM Message Passing E2E testse2e): improve ZEVM Message Passing E2E tests and reformat E2E tests structure
Co-authored-by: skosito <skostic9242@gmail.com>
* updated the docker build to utilize the github event release title and removed the mac build because the arm build covers that. * updated change log
…2191) * ci: fixed the conditional for non release runs of the docker build
…ce Proposals (#2192) * adding pipeline to automatically update the release status when a release has gone live i.e. the upgrade height is met and the network is processing blocks again. The script will then update the github release from pre-release to release as long as the release name matches the release title from the governance proposal * updated links to new all that node links
* fix(e2e): correct upgrade-host hostname * fix light upgrade * remove pointless tr * add version change assertion * formatting * fix voting * improve upgrade height check * fix upgrade name * refactor sleep logic --------- Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
ws4charlie
left a comment
There was a problem hiding this comment.
looks good, just two comments (not 100% sure)
Description