close
Skip to content

Tags: thirdweb-dev/insight

Tags

v2.0.37-b

Toggle v2.0.37-b's commit message

Verified

This commit was signed with the committer’s verified signature.
Image nischitpra Nischit Prasad Nhuchhe Pradhan
2020 receipt fallback

v2.0.36

Toggle v2.0.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
reorg lag env (#318)

v2.0.35

Toggle v2.0.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
reorg fill missing blocks (#317)

v2.0.34

Toggle v2.0.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
reorg loop fix (#316)

v2.0.33

Toggle v2.0.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove FINAL from ClickHouse queries (#315)

* Remove FINAL from ClickHouse queries

Remove the FINAL clause from multiple SELECT queries in internal/libs/clickhouse.go. Affected functions: GetTransactionMismatchRangeFromClickHouseV2, GetLogsMismatchRangeFromClickHouseV2, getBlocksFromV2, getTransactionsFromV2, getLogsFromV2, and getTracesFromV2. Queries now read directly from the respective tables (blocks, transactions, logs, traces) without the FINAL modifier.

* Remove FINAL from ClickHouse SELECT queries

internal/libs/clickhouse.go: remove the FINAL clause from SELECT queries in queryBlocksByBlockNumbers, queryTransactionsByBlockNumbers, queryLogsByBlockNumbers and queryTracesByBlockNumbers. The change drops "FINAL" from queries against blocks, transactions, logs and traces tables (keeps same ordering and fields). This avoids using ClickHouse's FINAL merge behavior in these lookups, simplifying the queries and addressing related performance/consistency concerns.

v2.0.32

Toggle v2.0.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
lag tip by x blocks (#313)

* lag tip by x blocks

v2.0.31

Toggle v2.0.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
committer start block (#312)

* committer start block

* minor change

v2.0.30

Toggle v2.0.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
reorg handles transaction/logs count (#310)

* reorg handles transaction/logs count

v2.0.29

Toggle v2.0.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
disable block receipts flag (#309)

v2.0.28

Toggle v2.0.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
disable insight rpc (#308)

* disable insight rpc

* enable block receipts method

* lag by blocks for live polling