friedger / clarity-bitcoin

Clarity library for parsing Bitcoin transactions and verifying Merkle proofs
GNU Affero General Public License v3.0
18 stars 9 forks source link

Flow helpers and misc #23

Closed jio-gl closed 11 months ago

jio-gl commented 1 year ago

Test passed. Minor practices from security review.

DONE - Use enums instead of magic numbers for errors DONE - Add high-level comments explaining logic flow (WASM release will be compensate any overheads)
DONE - Consider capping parsed transaction size

friedger commented 11 months ago

define-enum not supported