You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tomusdrw I see that the transaction signing was removed because of licensing issues with ethsign. I’m very sorry that I didn’t even think to check the license (as it was my contribution).
I looked through the dependencies and it looks like it uses parity-crypto which also is licensed under GPL3, I imagine that would complicate things a bit.
@tomusdrw I see that the transaction signing was removed because of licensing issues with
ethsign
. I’m very sorry that I didn’t even think to check the license (as it was my contribution).Would you be willing to accept a PR that implements this using libsecp256k1 directly? It is under MIT (https://github.com/bitcoin-core/secp256k1/blob/master/COPYING) and the rust bindings CC0 (https://github.com/rust-bitcoin/rust-secp256k1/blob/master/LICENSE).
The text was updated successfully, but these errors were encountered: