Install
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.9.0Changelog
- mac apple silicon binary - https://github.com/joshstevens19/rindexer/releases/download/v0.9.0/rindexer_darwin-arm64.tar.gz
- mac apple intel binary - https://github.com/joshstevens19/rindexer/releases/download/v0.9.0/rindexer_darwin-amd64.tar.gz
Features
- feat: allow some other attributes on the generated event typings
Bug fixes
- fix: handle signed integers throughout rindexer
- fix: generating global types would repeat the same code on a regenerate causing issues
Breaking changes
- breaking: rindexer had an parsing error meaning stuff like
UniswapV3Poolwould parse to uniswap_v_3_pool. This caused
some other issues with mapping to object names so now it has been fixed and in the example above it will beuniswap_v3_pool,
if you have any running indexers with these buggy names in your db you just need to rename them and same with therindexer.internaltables which will
have these odd names as well.