chaindexing-rs
chaindexing-rs copied to clipboard
Index any EVM chain and query in SQL
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/chaindexing/chaindexing-rs). ## Config Migration Needed - [ ]...
Currently, we make blocking RPC calls to fetch blocks for ingested events. This could be a performance bottleneck for DApps that do not require `block_timestamp` values. It would be better...
Action: Investigate `tokio-postgres`. Analysis: Timestamp fields should be encoded as `serde::Value::String("\"\"")` -- the inner extra quotes are essential for `serde` to reach an agreement with `chrono` when deserializing. However, it...
This will help guide users when they have written an invalid SQL syntax. To stay language agnostic, it must be runtime-based. Eventually, after most libraries have been built, we can...
Currently, this library uses `tokio-postgres` and `diesel` as the RDBMS clients. We need to pick one for obvious reasons. ANALYSIS (WIP)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | major | `0.99` -> `1.0` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [diesel-async](https://redirect.github.com/weiznich/diesel_async) | dependencies | minor | `0.4` -> `0.5` | --- ### Release...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | postgres | major | `16` -> `17` | --- ### Configuration 📅 **Schedule**: Branch creation...