graphsense-lib 2.12.6
·
257 commits
to master
since this release
[2.12.6] 2026-05-11
Library (v2.12.6)
Fixed
- Erigon 3.4 emits
blockTimestampon per-transaction RPC objects, which the field validator rejected.validate_rpc_fieldsinsrc/graphsenselib/ingest/rpc_eth.pyraisedUnknown RPC fields ['blockTimestamp'] in transactionand aborted ingestion against nodes on the new release.parse_transaction_jsonalready receivesblock_timestampfrom the enclosing block, so the per-tx copy is redundant — it is added to_TX_BLACKLISTrather than to the parsed key set. Logs already carried the same field in newer Erigon releases and were already blacklisted; receipts (eth_getTransactionReceipt) andeth_getBlockReceiptswere verified againsterigon/3.4.1/linux-amd64/go1.25.10and need no change. Fix in commitd8b5d5f(cover all rpc fields of erigon 3.4).
Web API + Python client (webapi-2.12.0)
No changes.
Full Changelog: v2.12.5...v2.12.6