-
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(eventindexer, blobstorage): improved configuration and README documentation #16652
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16652 +/- ##
===========================================
- Coverage 49.37% 19.92% -29.46%
===========================================
Files 56 45 -11
Lines 5827 2279 -3548
===========================================
- Hits 2877 454 -2423
+ Misses 2636 1769 -867
+ Partials 314 56 -258
☔ View full report in Codecov by Sentry. |
@SamiAlHassan is attempting to deploy a commit to the taikoxyz Team on Vercel. A member of the Team first needs to authorize it. |
Deployment failed with the following error:
|
Tests failed. Please open a new PR if it's needed. Close this one due to the lack of activities in the past months. |
Pull request was closed
This pull request introduces updates to the eventindexer, providing clearer setup guidance.
Key Changes:
README.md
to include detailed setup instructions..env
files (.default.env
,.l1.env
, and.l2.env
) with the database credentials and the new contract addresses.However, the files in
taiko-mono/packages/eventindexer/contracts/
and intaiko-mono/packages/blobstorage/api
need to be regenerated with the new contracts, as they are with the old addresses neither package works as both returnno contract code at given address
. Could someone guide me on how to do this, please?