Releases: thirdweb-dev/insight
Releases · thirdweb-dev/insight
v1.1.3-beta
v1.1.2-beta
v1.1.1-beta
v1.1.0-beta
What's Changed
- remove redis and memory storage connectors by @iuwqyir in #191
- Make inserts and reorg handling atomic by @iuwqyir in #192
Full Changelog: v1.0.6-beta...v1.1.0-beta
v1.0.6-beta
What's Changed
- get wallet transcations endpoint by @iuwqyir in #183
- fix: transactions query by @iuwqyir in #184
- fix: offset from paging by @catalyst17 in #185
- remove deprecated fields by @iuwqyir in #186
- make Clickhouse connection limit configurable by @nischitpra in #187
- check topic length before decode by @nischitpra in #189
- add blob fields to transactions by @iuwqyir in #190
New Contributors
- @nischitpra made their first contribution in #187
Full Changelog: v1.0.5-beta...v1.0.6-beta
v1.0.5-beta
What's Changed
- chore: fix comment by @dockercui in #179
- fix ci actions with commit hash by @iuwqyir in #180
- fix serialized types causing overflow by @iuwqyir in #181
- do not pass around pointers to slices and maps by @iuwqyir in #174
- return block data when deleting it by @iuwqyir in #175
- publishing blockchain data by @iuwqyir in #176
New Contributors
- @dockercui made their first contribution in #179
Full Changelog: v1.0.4-beta...v1.0.5-beta
v1.0.4-beta
What's Changed
- feat: include token type to response by @catalyst17 in #172
- fix new chain not using configured reorg check start block by @iuwqyir in #173
- feat: tokens route for getting IDs by @catalyst17 in #177
- feat: add endpoint to query transfers table by @vernonjohnson in #178
Full Changelog: v1.0.3-beta...v1.0.4-beta
v1.0.3-beta
What's Changed
- improve token balances endpoint performance by @iuwqyir in #157
- endpoint for querying token holders by @iuwqyir in #158
- fix table renaming and from address query filter by @iuwqyir in #159
- add funding.json for op retro program by @Yash094 in #164
- move entity serialization into common package by @iuwqyir in #160
- search endpoint by @iuwqyir in #161
- rename block fields in api by @iuwqyir in #162
- update openapi spec by @iuwqyir in #163
- try to search optimistically from newer data by @iuwqyir in #165
- fix erc1155 single transfers materialized view by @iuwqyir in #166
- remove camelcase from api responses by @iuwqyir in #167
- feat: support token id in balances and holders endpoints by @vernonjohnson in #168
- fix signature handling by @iuwqyir in #169
- use contract api as a fallback for decoding if signature based fails by @iuwqyir in #170
- use consistent read when deleting data by @iuwqyir in #171
New Contributors
Full Changelog: v1.0.2-beta...v1.0.3-beta
v1.0.2-beta
What's Changed
Full Changelog: v1.0.1-beta...v1.0.2-beta
v1.0.1-beta
What's Changed
Adds more sanity checks to decoding ERC1155 Batch Transfers in the Clickhouse materialized view to remove invalid events and not error.
Fixes creating duplicate inserts when using a distributed Clickhouse database
Full Changelog: v1.0.0-beta...v1.0.1-beta