Releases: thirdweb-dev/insight
Releases · thirdweb-dev/insight
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
v1.0.0-beta
What's Changed
NB! This is a breaking change and will change the schema of the Clickhouse tables
- chore: rename query param abiDecodingEnabled => decode by @vernonjohnson in #146
- Conform getTraces to api standard by @iuwqyir in #147
- Specific column selection and api serialization by @iuwqyir in #148
- Chain based table name and default columns configuration by @iuwqyir in #151
- Use VersionedCollapsingMergeTree and insert based deletes by @iuwqyir in #149
- Handle sigterm by @iuwqyir in #150
- create an endpoint to query token balances by @iuwqyir in #136
Full Changelog: v0.2.3-beta...v1.0.0-beta
v0.2.3-beta
What's Changed
- wip: decode txs using contract api by @vernonjohnson in #139
- fix: concurrent writes to abi cache by @vernonjohnson in #144
- feat: add abi_decoding_enabled flag to transactions and events endpoints by @vernonjohnson in #145
New Contributors
- @vernonjohnson made their first contribution in #139
Full Changelog: v0.2.2-beta...v0.2.3-beta
v0.2.2-beta
What's Changed
- feat: get blocks API handle by @catalyst17 in #140
Full Changelog: v0.2.1-beta...v0.2.2-beta
v0.2.1-beta
What's Changed
- allow more date functions and ordering for aggregations by @iuwqyir in #137
- allow toDateTime by @iuwqyir in #138
- reorg handling: do not include non reorged blocks by @iuwqyir in #141
- find all reorgs in current batch by @iuwqyir in #142
- make reorg handling backward looking if it has caught up with the chain by @iuwqyir in #143
Full Changelog: v0.2.0-beta...v0.2.1-beta
v0.2.0-beta
What's Changed
- Allow toStartOfDay and toDate functions in the API by @iuwqyir in #131
- chore: fix some comments by @toofooboo in #129
- whitelist concat function by @iuwqyir in #134
- improve delete performance for clickhouse by @iuwqyir in #132
New Contributors
- @toofooboo made their first contribution in #129
Full Changelog: v0.1.0-beta...v0.2.0-beta
v0.1.0-beta
What's Changed
- fix:
_gte
&_lte
filters by @catalyst17 in #130
Full Changelog: v0.0.9-beta...v0.1.0-beta