waves icon indicating copy to clipboard operation
waves copied to clipboard

Cannot let warp handle deserialisation of CreateSwapPayload

Open luckysori opened this issue 4 years ago • 3 comments
trafficstars

Because it contains a SecretKey, which only can be deserialised from borrowed strings.

luckysori avatar Jan 04 '21 02:01 luckysori

I am fixing this problem upstream: https://github.com/rust-bitcoin/rust-secp256k1/pull/270

thomaseizinger avatar Jan 05 '21 03:01 thomaseizinger

https://github.com/rust-bitcoin/rust-secp256k1/pull/270 finally merged!

Meaning we could fix this issue by pointing to latest HEAD using [patch]!

cc @bonomat @luckysori

thomaseizinger avatar Apr 22 '21 00:04 thomaseizinger

@bonomat you can tackle this one now in Bobtimus.

luckysori avatar Jul 19 '21 03:07 luckysori