comit-network / waves

Workspace for project waves - bringing DeFi to Liquid.
MIT License
15 stars 6 forks source link

Cannot let warp handle deserialisation of CreateSwapPayload #83

Open luckysori opened 3 years ago

luckysori commented 3 years ago

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

thomaseizinger commented 3 years ago

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

thomaseizinger commented 3 years ago

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

luckysori commented 3 years ago

@bonomat you can tackle this one now in Bobtimus.