The Zano daemon's get_blocks_details RPC does not populate the blob field. This adds resolveBlockBlobs() which batch-fetches miner tx blobs via /gettransactions and reconstructs block wire blobs from the parsed header (object_in_json AGGREGATED section) and raw tx bytes. Also fixes regular tx processing to skip the miner tx entry that the daemon includes in transactions_details. Co-Authored-By: Charon <charon@lethean.io> |
||
|---|---|---|
| .. | ||
| chain.go | ||
| chain_test.go | ||
| index.go | ||
| integration_test.go | ||
| meta.go | ||
| ring.go | ||
| ring_test.go | ||
| store.go | ||
| sync.go | ||
| sync_test.go | ||
| validate.go | ||
| validate_test.go | ||