-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog-Changed: Update libwally to 1.3.0 Signed-off-by: Jon Griffiths <[email protected]>
- Loading branch information
1 parent
89ede8a
commit b198ada
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libwally-core
updated
32 files
+1 −1 | .github/workflows/wheels.yml | |
+1 −1 | .gitlab-ci.yml | |
+20 −0 | CHANGES.md | |
+1 −1 | README.md | |
+1 −1 | _CMakeLists.txt | |
+2 −2 | configure.ac | |
+1 −1 | docs/source/conf.py | |
+6 −0 | include/wally.hpp | |
+2 −2 | include/wally_core.h | |
+4 −1 | include/wally_psbt.h | |
+19 −0 | include/wally_script.h | |
+1 −1 | setup.py | |
+2 −2 | src/Makefile.am | |
+2 −0 | src/_CMakeLists.txt | |
+20 −23 | src/bip32.c | |
+8 −2 | src/ctest/psbts.h | |
+23 −14 | src/data/psbt.json | |
+116 −24 | src/psbt.c | |
+82 −22 | src/script.c | |
+1 −0 | src/swig_java/swig.i | |
+23 −0 | src/test/test_bip32.py | |
+35 −15 | src/test/test_psbt.py | |
+53 −35 | src/test/test_script.py | |
+1 −0 | src/test/util.py | |
+2 −2 | src/transaction.c | |
+2 −2 | src/wasm_package/package-lock.json | |
+1 −1 | src/wasm_package/package.json | |
+2 −2 | src/wasm_package/src/const.js | |
+1 −0 | src/wasm_package/src/functions.js | |
+1 −0 | src/wasm_package/src/index.d.ts | |
+49 −0 | tools/install_swig.sh | |
+1 −0 | tools/wasm_exports.sh |