-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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(tests): cleanup tests to prepare for tokenomics testing #11316
Conversation
…tempting tokenomics tests, as code will largely need to be re-used.
Codecov Report
@@ Coverage Diff @@
## main #11316 +/- ##
==========================================
- Coverage 67.79% 66.41% -1.38%
==========================================
Files 109 113 +4
Lines 2937 3034 +97
Branches 354 356 +2
==========================================
+ Hits 1991 2015 +24
- Misses 869 943 +74
+ Partials 77 76 -1
*This pull request uses carry forward flags. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…utils to regular utils folders, reusabel deploy functions for taikol1 and taikol2
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
@cyberhorsey is this ready for review? (just in case you forgot to change the status) |
Noticed for Tokenomcis testing I will need to reuse a lit of functionality. Started to cleanup TaikoL1 tests but also moved on to Bridge as they seemed the messiest so far.
Decided to separate integration tests into their own files.
Did a bunch of scaffolding for tokenomics testing, like creating a proposer class we can reuse, and started on proving but it isn't finished yet.
Added a new config option for whether TaikoL2 should check public inputs, so I can call anchor successfully.