github joshstevens19/rindexer v0.9.0
Release v0.9.0

latest releases: v0.28.1, v0.28.0, v0.27.1...
3 months ago

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.

Don't miss a new rindexer release

NewReleases is sending notifications on new releases.