bloxbean / yaci

A Cardano Mini Protocols implementation in Java
MIT License
22 stars 3 forks source link

feat: Implemented txSize calculation to BlockSerializer #69

Open Kammerlo opened 3 months ago

Kammerlo commented 3 months ago

Added the possibility to calculate txSize and scriptSize within the blockserializer based on the raw BlockBytes.

@satran004 Still need to get the versions done while building. This PR is linked to https://github.com/bloxbean/yaci-store/pull/287 to get transactionSizes to yaci-store