Skip to content

Commit

Permalink
update libwally
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Jul 7, 2022
1 parent 3f274c1 commit f840081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/libwally-core
Submodule libwally-core updated 54 files
+2 −0 .gitignore
+23 −0 CHANGES.md
+24 −7 docs/source/conf.py
+1 −0 docs/source/index.rst
+732 −61 include/wally.hpp
+44 −0 include/wally_crypto.h
+20 −0 include/wally_elements.h
+293 −0 include/wally_map.h
+1,487 −468 include/wally_psbt.h
+2 −1 include/wally_transaction.h
+3 −1 src/Makefile.am
+0 −1 src/address.c
+0 −1 src/aes.c
+0 −1 src/anti_exfil.c
+6 −16 src/bip32.c
+0 −1 src/bip38.c
+624 −348 src/ctest/psbts.h
+18 −11 src/ctest/test_psbt.c
+8 −7 src/ctest/test_psbt_limits.c
+904 −180 src/data/psbt.json
+0 −6 src/data/pset.json
+50 −1 src/elements.c
+0 −1 src/hmac.c
+1 −1 src/hmac.inl
+105 −12 src/internal.c
+28 −1 src/internal.h
+410 −0 src/map.c
+1 −1 src/pbkdf2.inl
+2,053 −1,294 src/psbt.c
+124 −48 src/psbt_int.h
+243 −0 src/psbt_io.h
+0 −1 src/pullpush.c
+0 −1 src/script.c
+90 −1 src/sign.c
+98 −39 src/swig_java/jni_elements_extra.java_in
+20 −0 src/swig_java/jni_extra.java_in
+166 −45 src/swig_java/swig.i
+499 −145 src/swig_python/contrib/psbt.py
+26 −12 src/swig_python/python_extra.py_in
+8 −1 src/swig_python/swig.i
+0 −1 src/symmetric.c
+11 −11 src/test/test_bip32.py
+226 −0 src/test/test_map.py
+237 −147 src/test/test_psbt.py
+0 −28 src/test/test_pset.py
+40 −1 src/test/test_sign.py
+444 −56 src/test/util.py
+96 −157 src/transaction.c
+0 −24 src/transaction_shared.h
+1 −0 src/wrap_js/src/combined.c
+32 −0 tools/build_psbt_ctests.py
+23 −10 tools/build_wrappers.py
+1 −1 tools/msvc/build.bat
+394 −2 tools/wasm_exports.sh

0 comments on commit f840081

Please sign in to comment.