1 file changed
+1
-1
lines changedSubmodule libwally-core updated 55 files
- .github/workflows/wasm-package.yml+1-1
- .github/workflows/wheels.yml+5-5
- .gitlab-ci.yml+53-3
- CHANGES.md+42
- README.md+2-2
- _CMakeLists.txt+37-48
- _cmake/libsecp256k1-pkgconfig.cmake-21
- _cmake/libsecp256k1.cmake-116
- _cmake/wallycore-config.cmake.in+2-5
- configure.ac+1-1
- contrib/Dockerfile_bullseye+2-2
- contrib/bullseye_deps.sh+11-4
- contrib/requirements.txt+6-6
- docs/source/conf.py+2-2
- include/wally.hpp+12
- include/wally_address.h+2-1
- include/wally_core.h+6-6
- include/wally_descriptor.h+1-1
- include/wally_psbt.h+6-3
- include/wally_transaction.h+22
- include/wally_transaction_members.h+2
- setup.py+1-1
- src/Makefile.am+6-3
- src/_CMakeLists.txt+66-13
- src/address.c+5-5
- src/aes.c+1-1
- src/bip32.c+2-2
- src/bip38.c+2-2
- src/ctest/_CMakeLists.txt+36
- src/ctest/test_psbt.c+2-1
- src/ctest/test_psbt_limits.c+2-1
- src/descriptor.c+2-1
- src/internal.c+3-1
- src/internal.h+3
- src/psbt.c+20-16
- src/script.c+1-1
- src/secp256k1+1-1
- src/swig_java/swig.i+5
- src/swig_python/contrib/psbt.py+14-2
- src/swig_python/python_extra.py_in+1
- src/swig_python/swig.i+1
- src/test/test_address.py+14-13
- src/test/test_transaction.py+25-3
- src/test/util.py+4
- src/transaction.c+58-24
- src/wasm_package/build.sh-6
- src/wasm_package/package-lock.json+2-2
- src/wasm_package/package.json+1-1
- src/wasm_package/src/const.js+5-3
- src/wasm_package/src/functions.js+4
- src/wasm_package/src/index.d.ts+4
- tools/build_android_libraries.sh+4-7
- tools/cleanup.sh+4
- tools/update_wasm_package.sh+1-1
- tools/wasm_exports.sh+4
0 commit comments