Skip to content

Releases: joshstevens19/rindexer

Release v0.6.0

15 Jul 15:52

Choose a tag to compare

Install

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

Changelog

Features

Release v0.5.1

15 Jul 15:54

Choose a tag to compare

Install

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

Changelog

Bug fixes

  • fix: resolve unhandled solidity types in solidity_type_to_ethereum_sql_type_wrapper

Release v0.5.0

15 Jul 15:54

Choose a tag to compare

Install

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

Changelog

Features

Release v0.4.0

15 Jul 15:53

Choose a tag to compare

Install

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

Changelog

Features

  • feat: create a docker image and github workflow for building it when pushed

Release v0.3.1

15 Jul 15:53

Choose a tag to compare

Install

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

Changelog

Bug fixes

  • fix: throw an error if trying to include a non-event type in the include_events array
  • fix: postgres connection error issue seen on supabase
  • fix: refactor postgres new to always try ssl first then retry without ssl to be inline with best practices

Release v0.3.0

15 Jul 15:53

Choose a tag to compare

Install

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

Changelog

Features

Bug fixes

  • fix: resolve issue with no inputs in events syntax error for postgres
  • fix: better error message when etherscan is not supported for network

Release v0.2.0

15 Jul 15:52

Choose a tag to compare

Install

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

Changelog

Features

Bug fixes

  • fix: resolve substitute_env_variables to use ${} instead of $<> for env variables

Release v0.1.4

15 Jul 15:52

Choose a tag to compare

Install

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

Changelog

Bug fixes

  • fix: fixing the query of implemntation ABI for proxy contracts
  • fix: add request timeouts to adapt to different verifier's rate limits
  • fix: make chain_id u64 instead of u32 - #53
  • fix: fix rust project not being able to run due to borrower check
  • fix: fix typings generations to parse the object values correctly

Release v0.1.3

15 Jul 15:52

Choose a tag to compare

Install

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

Changelog

Bug fixes

  • fix: Remove package specifier from codegen Cargo.toml

Release v0.1.2

15 Jul 15:52

Choose a tag to compare

Install

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

Changelog

Bug fixes

  • fix: allow postgres tls connections to be used (?sslmode=require)