joshstevens19 / rindexer

A no-code blazing fast EVM indexer tool built in rust.
https://rindexer.xyz
MIT License
267 stars 24 forks source link

Relative paths instead of absolute #98

Closed roshanr95 closed 2 days ago

roshanr95 commented 1 week ago

Replaced the absolute path obtained from std::env::current_dir() with the relative path ..

Partially fixes an issue where the generated typings file for events contained the absolute path (#94).

Includes #97.

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rindexer-documentation ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 5, 2024 5:56am
joshstevens19 commented 2 days ago

I dont think this fixes the main issue but thanks a ton for looking - https://github.com/joshstevens19/rindexer/pull/102 this fixes typings leak i think 1 is still present in the csv which il fix