Skip to content

Releases: thirdweb-dev/insight

v1.1.30-beta

14 Aug 20:02
9ca9e74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.29-beta...v1.1.30-beta

v1.1.29-beta

14 Aug 18:02
db4d974
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.28-beta...v1.1.29-beta

v1.1.28-beta

12 Aug 16:26
7b572b1
Compare
Choose a tag to compare
postgres async delete (#270)

v1.1.27-beta

12 Aug 16:09
eddf72c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.26-beta...v1.1.27-beta

v1.1.26-beta

12 Aug 09:57
6deb80f
Compare
Choose a tag to compare
Np/debug (#265)

* debug logs

* more debug logs

v1.1.25-beta

12 Aug 09:47
b008c5c
Compare
Choose a tag to compare
debug logs (#264)

v1.1.24-beta

12 Aug 08:57
272d9c6
Compare
Choose a tag to compare
async commit + wh (#263)

* readonly clickhouse

* parallel commit + wh

* minor change

v1.1.23-beta

10 Aug 14:31
13db8af
Compare
Choose a tag to compare
feat: add parallel publisher mode (#262)

* fix: initialize publish cursor in parallel mode

* fix: ensure publisher leads committer

* feat: gate staging cleanup on publish and commit

* refactor: simplify publisher initialization

* refactor: simplify publish loop

* chore: inline last committed block accessors

* get block range from staging instead

* minor query update

---------

Co-authored-by: nischit <nischitpra@gmail.com>

Cleanup staging block data on reboot

08 Aug 19:42
7bfa6de
Compare
Choose a tag to compare
v1.1.22-beta

cleanup blocks on committer start (#260)

v1.1.21-beta

07 Aug 16:16
0381b98
Compare
Choose a tag to compare
Postgres multi-rows updates (#257)

* Batch multi-rows queries for postgres

* gofmt