joshstevens19 / rindexer

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

ABIs with names of the reserved fields throw a sql error #65

Open joshstevens19 opened 1 month ago

joshstevens19 commented 1 month ago

we use values like contract_address, block_number etc if those same values are used in an ABI we get a duplicate column issue, we should rewrite the ABI names to something else if they are in the reserved list