Alrighttt
Alrighttt
Opening as a draft. Will provide changelog in the coming days.
### Serde Changes - Separated Specifier to distinct module - v2 transaction creation and encoding support is functional except FileContractResolution. - Transaction signing demonstrated in unit tests. - Force explicit...
changelog(still WIP): - CI builds are changed to print a sha256 hash of the binary to CI log This allows us to double check the binary produced by CI is...
Using a P2PK("pay to public key" or ` OP_CHECKSIG` input for sending taker fee will result in maker validation of the taker fee to fail with the following error. ```...
I've come across a scenario where a typo in a field name within the JSON config passed to KDF at startup can lead to a user losing funds. Consider the...
Opening the PR as a draft to spark discussion. Should we target removing all dead code? I don't mind occasionally putting time towards this as a project if we want...
I needed to test some changes to the codebase on Mac, and I found that the current `zcutul/build-mac-arm.sh` script was broken. This isn't a step-by-step fix. This is simply what...