fix (indexer): specify all main dependencies and sub-dependencies version in the indexer/deps.ts file #1548
Labels
dependencies
Change in project dependencies.
enhancement
Enhancement of the code, not introducing new features.
good first issue
Good first issue for people wanting to contribute to this project.
priority-high
After critical issues are fixed, these should be dealt with before any further issues.
time: small
timebox-1hr
Exploratory issue: Do not spend more than an hour on it to assess doability.
Describe the enhancement request
RPC of Kakarot Sepolia was down this Saturday 23rd November 2024, because of an ethereumJS broken import due to minor bump of versions.
Error message:
Problem was caused by two different issues:
Short term fix was back port fix the 0.7.5 tag using this branch apoorvsadana/kkrt-backport:v0.7.5-fix
URL: e0eaa76
Describe Preferred Solution
Following what was done in e0eaa76,
specify all main deps version in the import url indexer/deps.ts. Basically extend the current fix with all deps not just the minimal set like now
The text was updated successfully, but these errors were encountered: