AJ
AJ
This change removes the redundant logic when getting or creating a room.
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 does the following: - Includes Elixir modules and scripts in formatter configuration, allowing extensions using Elixir Dialyzer/LSP for autoformatting to find Elixir scripts and modules in a given...