Skip to content

Releases: joshstevens19/rindexer

Release v0.15.5

15 Jul 15:52

Choose a tag to compare

Install

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

Changelog

Bug fixes

  • fix: native trace patches for rust projects

Release v0.15.4

15 Jul 15:52

Choose a tag to compare

Install

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

Changelog

Bug fixes

  • fix: issue if your yaml contracts or event names are too long - postgres max length is 63 char but it doesnt fail meaning last indexed block number is never snapshotted

Release v0.15.3

15 Jul 15:51

Choose a tag to compare

Install

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

Changelog

Bug fixes

  • fix: rust project generation

Release v0.15.2

15 Jul 15:52

Choose a tag to compare

Install

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

Changelog

Bug fixes

  • fix: resolve issue when event is on the last block indexed

Release v0.15.1

15 Jul 15:52

Choose a tag to compare

Install

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

Changelog

Features

  • feat: allow manifest config to define the rpc method used for native-transfer indexing

Bug fixes

  • fix: resolve ubuntu to build on version 22.0.4 due to GLIBC_2.39 issues on 22.4

Release v0.15.0

15 Jul 15:52

Choose a tag to compare

Install

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

Changelog

Features

  • feat: improve speed of indexing with a few optimisations
  • feat: native transfer indexing

Release v0.14.0

15 Jul 15:53

Choose a tag to compare

Install

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

Changelog

Features

  • feat: add support for alias in streams

Release v0.13.0

15 Jul 15:53

Choose a tag to compare

Install

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

Changelog

Features

  • feat: add a U64Nullable type to handle zero values
  • feat: support custom AWS endpoints
  • feat: forward event signature for all events streamed

Release v0.12.0

15 Jul 15:54

Choose a tag to compare

Install

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

Changelog

Features

  • feat: Redis Streams

Bug fixes

  • fix: issue two's complement on large u256 values
  • fix: resolve building the project on a PR branch
  • fix: resolve numeric type parsing issues on out of range rust decimals

Release v0.11.3

15 Jul 15:53

Choose a tag to compare

Install

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

Changelog

Bug fixes

  • fix: index throws on multiple relationships with same input name