What's Changed
* Adding some transaction specific functionality to library by earce in https://github.com/alecalve/python-bitcoin-blockchain-parser/pull/88
* Add the blk*.data file path basename to Block.blk_file by cirosantilli in https://github.com/alecalve/python-bitcoin-blockchain-parser/pull/90
* Using bytes.hex instead of binascii.hexlify by mapio in https://github.com/alecalve/python-bitcoin-blockchain-parser/pull/104
* Update plyvel==1.5.1 to fix fatal error: longintrepr.h: No such file or directory build by cirosantilli in https://github.com/alecalve/python-bitcoin-blockchain-parser/pull/112
* Issue 29 & 105 solved: get_transaction() returns block header by levushakov in https://github.com/alecalve/python-bitcoin-blockchain-parser/pull/113
* Use Github actions to build package by alecalve in https://github.com/alecalve/python-bitcoin-blockchain-parser/pull/114
New Contributors
* earce made their first contribution in https://github.com/alecalve/python-bitcoin-blockchain-parser/pull/88
* cirosantilli made their first contribution in https://github.com/alecalve/python-bitcoin-blockchain-parser/pull/90
* mapio made their first contribution in https://github.com/alecalve/python-bitcoin-blockchain-parser/pull/104
* levushakov made their first contribution in https://github.com/alecalve/python-bitcoin-blockchain-parser/pull/113
**Full Changelog**: https://github.com/alecalve/python-bitcoin-blockchain-parser/compare/0.1.5...0.1.6