BP-WG / bp-core

BP Core Lib: consensus data structures and client-side-validation library for bitcoin protocol
Apache License 2.0
22 stars 20 forks source link

Improvements and fixes for primitive types #2 #54

Closed dr-orlovsky closed 12 months ago

dr-orlovsky commented 1 year ago

As a part of my work on making sure that all RGB wallet-related tasks (including Tapret) are working as required I stumble upon issues and bugs, which are being progressively fixed in this branch

dr-orlovsky commented 1 year ago

Ok, I am planning to merge it as it is - since downstream in bp-wallet I finally got read-only non-RGB wallet functionality working based on this code (without any rust-bitcoin dependencies), i.e. kinda milestone.

Next, I will probably do another ongoing PR here, but this one I think should be merged since contains important fixes (like invalid Txid serde serialization for JSON etc).

@zoedberg I need your ACK