Install
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.3.1Changelog
- mac apple silicon binary - https://github.com/joshstevens19/rindexer/releases/download/v0.3.1/rindexer_darwin-arm64.tar.gz
- mac apple intel binary - https://github.com/joshstevens19/rindexer/releases/download/v0.3.1/rindexer_darwin-amd64.tar.gz
Bug fixes
- fix: throw an error if trying to include a non-event type in the
include_eventsarray - 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