Sjors / libwally-swift

Swift wrapper for LibWally, a collection of useful primitives for cryptocurrency wallets
MIT License
40 stars 18 forks source link

Bump libwally-core to 0.8.1 #45

Closed Sjors closed 3 years ago

Sjors commented 3 years ago

Replaces #33. Builds on top of #44.

The PSBT code for libwally-core was overhauled, which this PR takes into account.

Libwally-core now includes secp256k1 as a submodule, which improves audibility. This may however cause some annoyance when updating (you may need to delete CLibWally/libwally-core/src/secp256k1 and sync the submodule)

Sjors commented 3 years ago

I clarified keyPath code and made it explicitly handle the input bytes as little endian.

I also bumped libwally-core to 0.8.1 which includes libsecp256 as a submodule.

Sjors commented 3 years ago

I also bumped the deployment target to 12.