Skip to content

Release v0.9.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 15:53
· 146 commits to master since this release

Install

curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.9.0

Changelog

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 UniswapV3Pool would 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 be uniswap_v3_pool,
    if you have any running indexers with these buggy names in your db you just need to rename them and same with the rindexer.internal tables which will
    have these odd names as well.