Commit Graph

165 Commits

Author SHA1 Message Date
SeedSigner
03cba13e0a
Merge pull request #2 from kdmukai/pi_zero_binary
libsecp256k1 binary for Pi Zero (armv6l)
2022-06-12 13:22:14 -05:00
kdmukai
b5af01968a libsecp256k1 binary for Pi Zero (armv6l) 2022-06-06 11:13:25 -05:00
Stepan Snigirev
8c6c889ee7 bump version 2022-06-01 12:59:36 +02:00
Stepan Snigirev
33dc0bd596 add support for signing with descriptor and descriptor keys 2022-06-01 12:58:35 +02:00
Stepan Snigirev
4a110e4735 Merge branch 'master' of github.com:diybitcoinhardware/embit 2022-05-11 17:13:41 +02:00
Stepan Snigirev
1007c44e55 to_public method for descriptors 2022-05-11 17:13:35 +02:00
Stepan Snigirev
81b31f2d81 bump version 2022-05-03 16:25:06 +02:00
Stepan Snigirev
2e293b000d add python version of ripemd160 for py3.10 2022-05-03 16:24:34 +02:00
Stepan Snigirev
1dd7ed0172
Update README.md 2022-04-30 21:49:02 +02:00
Stepan Snigirev
80ec751d57 add transaction docs 2022-04-24 21:16:16 +02:00
Stepan Snigirev
405fbd1078
Liquid: Add support for signing asset issuance and reissuance transactions (#27)
* add partial issuance support

* reissuance

* add issuance in psetview

* clear issuance stuff
2022-03-23 14:41:41 +01:00
Stepan Snigirev
a43ee04d86
Add a secp256k1 makefile and building instructions (#24) 2022-01-17 11:12:57 +01:00
Stepan Snigirev
ac64b36818 bump version 2022-01-14 14:51:29 +01:00
Stepan Snigirev
470187ce18 add liquid testnet constants 2021-12-24 15:01:41 +01:00
Stepan Snigirev
2c2850f848 bump version 2021-12-23 11:30:47 +01:00
Stepan Snigirev
a2c5435bce fix thresh miniscript 2021-12-20 18:16:42 +01:00
Stepan Snigirev
7b9a64713c bump version 2021-10-07 10:58:48 +02:00
Stepan Snigirev
75230360b6 pset: add value and asset proofs 2021-10-06 14:46:00 +02:00
Stepan Snigirev
567903b018 improve unblinding 2021-10-01 19:43:52 +02:00
Stepan Snigirev
b2f98d8bfc bump version 2021-09-14 15:03:13 +02:00
Stepan Snigirev
a48c03f9cb fix blinding with unconf inputs 2021-09-14 12:28:45 +02:00
Stepan Snigirev
afd09f243e bump version 2021-09-10 16:20:36 +02:00
Stepan Snigirev
b5d466a842 add threading locks 2021-09-10 14:17:06 +02:00
Stepan Snigirev
0417763858 bump version 2021-09-09 13:23:26 +02:00
Stepan Snigirev
75780d89d6 update binaries 2021-09-09 13:18:32 +02:00
Stepan Snigirev
25c35c8e31 add test for blind/unblind 2021-09-09 12:09:13 +02:00
Stepan Snigirev
996273b513 fix surjection proof bindings 2021-09-08 19:59:49 +02:00
Roman Zeyde
ce4f284274
Fix a few typos in examples (#23) 2021-08-27 21:44:44 +02:00
Stepan Snigirev
1b07001db5 bump version 2021-08-24 19:30:44 +02:00
Stepan Snigirev
14702f91df add specific secp-zkp commit that embit binds to 2021-08-24 15:15:57 +02:00
Stepan Snigirev
98262ab156 add libsecp building notes 2021-08-24 14:49:58 +02:00
Stepan Snigirev
f8cc9a53f7 add pset.output.verify() 2021-08-21 23:47:41 +02:00
Stepan Snigirev
78969d6f4f pset: add blinding index, add clear_metadata 2021-08-21 23:10:53 +02:00
Stepan Snigirev
ffa6628a9a psbtview - calculate hash rangeproof without loading it into memory 2021-08-20 23:19:21 +02:00
Stepan Snigirev
eed9b434bb fix is_legacy descriptor property 2021-08-20 02:16:58 +02:00
Jeff
4d47e81cf7
Fix regression in signing method (#21) (#22) 2021-08-20 02:02:30 +02:00
Stepan Snigirev
a73aa73865 add bip32 docs 2021-08-20 01:16:14 +02:00
Stepan Snigirev
88fe1528a9 fix ecc test, remove surj proof kwargs 2021-08-18 13:10:29 +02:00
Stepan Snigirev
91dcc78c0c compare keys by sec() 2021-08-17 14:54:11 +02:00
darosior
9a90713deb
Miniscript bugfix: add missing decorator to Thresh's properties method (#20)
* tests: add some compatibility tests with other implementations

As a new section so we can add more as we notice divergence on one side
or another.

Signed-off-by: Antoine Poinsot <darosior@protonmail.com>

* miniscript: add a missing decorator to Thresh's properties

Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2021-08-17 14:34:49 +02:00
Stepan Snigirev
7c762ec31f psbtview improvements: make get_value public, add seek_to_value method, compress pset better 2021-08-17 04:31:12 +02:00
Stepan Snigirev
f1ab16f844 finish ec docs 2021-08-16 13:28:11 +02:00
Stepan Snigirev
d815a6ebce add docs for ec.PrivateKey 2021-08-14 22:43:26 +02:00
Stepan Snigirev
a057422d82 add psetview, fix tests 2021-08-12 14:03:36 +02:00
Stepan Snigirev
a9036c1168 fix psbtview sighash single 2021-08-11 15:40:38 +02:00
Stepan Snigirev
977d144fe2 add more docs, remove bcur module 2021-08-10 15:45:24 +02:00
Stepan Snigirev
78db83f2c2 add CNAME 2021-08-04 20:28:30 +02:00
Stepan Snigirev
5608495814 add networks docs 2021-08-04 20:04:10 +02:00
Stepan Snigirev
4db3e4cd11 add bip39 docs 2021-08-04 19:26:56 +02:00
Stepan Snigirev
ffdab7689a add docs layout 2021-08-04 16:30:29 +02:00