joshstevens19 / rindexer

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

Network chainid is greater than u32 causes panic #53

Closed plotchy closed 1 month ago

plotchy commented 1 month ago

Unfortunately chainids have grown past what is normally expected 😅

❯ rindexer codegen typings
Could not read the rindexer.yaml file: Could not parse manifest: networks[0].chain_id: invalid value: integer `5264468217`, expected u32 at line 6 column 13
joshstevens19 commented 1 month ago

lol good find let me fix this tomorrow thanks for raising

joshstevens19 commented 1 month ago

fixed - https://github.com/joshstevens19/rindexer/commit/b19ac417b7de93846b139d67afdd63ab4f4b7fc6 will deploy today

joshstevens19 commented 1 month ago

https://github.com/joshstevens19/rindexer/pull/58 - rindexerup will get the latest one