- [x] GET `/tx/:account:` endpoint returning all transactions concerning account tx can be fetched from chainstate, find block, filter transactions - [x] GET `/tx/:account:?include_proof=true` include merkle proof and block_hash in result, to get the proof fetch the block by hash, build the tx merkle tree, filter the transaction by hash and create the proof via https://github.com/aeternity/gb_merkle_trees/blob/dev/src/gb_merkle_trees.erl#L128
/tx/:account:endpoint returning all transactions concerning accounttx can be fetched from chainstate, find block, filter transactions
/tx/:account:?include_proof=trueinclude merkle proof and block_hash in result, to get the proof fetch the block by hash, build the tx merkle tree, filter the transaction by hash and create the proof via https://github.com/aeternity/gb_merkle_trees/blob/dev/src/gb_merkle_trees.erl#L128