flathub / org.electrum.electrum

https://flathub.org/apps/details/org.electrum.electrum
2 stars 8 forks source link

add libsecp256k1 to accelerate ECDSA operations #10

Closed zebra-lucky closed 4 years ago

zebra-lucky commented 4 years ago

There is optimized library for ECDSA, used in electrum builds (see contrib): https://github.com/bitcoin-core/secp256k1

Maybe it should be included in flatpak build.

flathubbot commented 4 years ago

Started test build 22650

flathubbot commented 4 years ago

Build 22650 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/21746/org.electrum.electrum.flatpakref
flathubbot commented 4 years ago

Started test build 22661

flathubbot commented 4 years ago

Build 22661 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/21759/org.electrum.electrum.flatpakref
zebra-lucky commented 4 years ago

Tested creation of new wallet with libsecp256k1 built from HEAD. Checked lib is found in "ecc_fast.py", wallet created successfully.

A6GibKm commented 4 years ago

Thanks!