bitauth / chaingraph

A multi-node blockchain indexer and GraphQL API

Home Page:https://chaingraph.cash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Block Inclusion Merkle Proofs for transactions (`block_transaction.merkle_proof`)

bitjson opened this issue · comments

A merkle_proof computed field on block_transaction should return a merkle proof for the transaction's inclusion in the block. (A sha256 function is built into Postgres.)