File tree
7 files changed
+110
-78
lines changed- .github/workflows
- doc/developers-guide
- external
- nix
- pkgs
7 files changed
+110
-78
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
599 | 618 | | |
600 | 619 | | |
601 | 620 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
Submodule libwally-core updated 61 files
- .github/workflows/wasm-package.yml+2-2
- .github/workflows/wheels.yml+3-3
- .gitlab-ci.yml+14-16
- CHANGES.md-32
- README.md+6-9
- _CMakeLists.txt+1-1
- configure.ac+1-4
- contrib/shell_minimal.html+41
- contrib/wally_js_example.html-56
- docs/source/conf.py+1-1
- include/wally.hpp+4-34
- include/wally_core.h+5-5
- include/wally_crypto.h-18
- include/wally_descriptor.h+12-23
- include/wally_elements.h+1-65
- include/wally_psbt.h+2
- include/wally_psbt_members.h-9
- include/wally_transaction.h+3-5
- pyproject.toml-3
- setup.py+1-1
- src/Makefile.am+18-22
- src/address.c-2
- src/amalgamation/combined.c-11
- src/bip32.c+32-17
- src/blech32.c+7-7
- src/ccan/ccan/compiler/compiler.h-12
- src/ccan/ccan/crypto/sha256/sha256.c-1
- src/ccan/ccan/crypto/sha256/sha256_sse4.c+3
- src/ccan/ccan/crypto/sha512/sha512.c+12-14
- src/ccan/ccan/str/hex/hex.c+3-1
- src/ctest/test_descriptor.c+48-248
- src/descriptor.c+123-404
- src/elements.c+2-118
- src/internal.c+7-5
- src/internal.h-2
- src/psbt.c+48-35
- src/psbt_io.h+1-1
- src/sign.c+1-21
- src/swig_java/jni_elements_extra.java_in+2-22
- src/swig_java/jni_extra.java_in-4
- src/swig_java/src/com/blockstream/test/test_elements_tx.java-79
- src/swig_java/swig.i+5-17
- src/swig_python/python_extra.py_in-5
- src/swig_python/swig.i-2
- src/test/test_address.py-2
- src/test/test_anti_exfil.py+1-1
- src/test/test_descriptor.py+13-53
- src/test/test_elements.py-35
- src/test/test_sign.py+1-1
- src/test/util.py-6
- src/transaction.c-2
- src/tx_io.c+11-23
- src/tx_io.h-7
- src/wasm_package/package-lock.json+2-2
- src/wasm_package/package.json+1-1
- src/wasm_package/src/const.js+4-9
- src/wasm_package/src/functions.js-6
- src/wasm_package/src/index.d.ts-6
- tools/build_wasm.sh+8-3
- tools/build_wrappers.py+1-1
- tools/wasm_exports.sh-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| |||
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| |||
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 54 | | |
63 | 55 | | |
64 | 56 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments