Skip to content

Commit

Permalink
[submodule] refs fibercrypto#172 Upgrade submodule to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Oct 6, 2019
1 parent ffa1052 commit 3029483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gopath/src/github.com/skycoin/libskycoin
Submodule libskycoin updated 90 files
+2 −3 .travis.yml
+8 −0 CHANGELOG.md
+24 −4 Makefile
+1 −1 README.md
+2 −5 ci-scripts/docker_install_debian.sh
+1 −1 docs/curl/.openapi-generator/VERSION
+3,107 −17,313 docs/curl/index.html
+23 −0 docs/skyhwd/.openapi-generator-ignore
+1 −0 docs/skyhwd/.openapi-generator/VERSION
+11,664 −0 docs/skyhwd/index.html
+1 −1 lib/curl/.openapi-generator/VERSION
+7 −1 lib/curl/CMakeLists.txt
+1 −1 lib/curl/README.md
+96 −5 lib/curl/api/DefaultAPI.c
+7 −4 lib/curl/api/DefaultAPI.h
+23 −0 lib/skyhwd/.openapi-generator-ignore
+1 −0 lib/skyhwd/.openapi-generator/VERSION
+127 −0 lib/skyhwd/CMakeLists.txt
+64 −0 lib/skyhwd/README.md
+1,417 −0 lib/skyhwd/api/DefaultAPI.c
+154 −0 lib/skyhwd/api/DefaultAPI.h
+2,932 −0 lib/skyhwd/external/cJSON.c
+277 −0 lib/skyhwd/external/cJSON.h
+19 −0 lib/skyhwd/external/cJSON.licence
+38 −0 lib/skyhwd/include/apiClient.h
+15 −0 lib/skyhwd/include/keyValuePair.h
+39 −0 lib/skyhwd/include/list.h
+15 −0 lib/skyhwd/install_lib_curl.sh
+11 −0 lib/skyhwd/libcurl.licence
+113 −0 lib/skyhwd/model/apply_settings_request.c
+37 −0 lib/skyhwd/model/apply_settings_request.h
+124 −0 lib/skyhwd/model/check_message_signature_request.c
+37 −0 lib/skyhwd/model/check_message_signature_request.h
+71 −0 lib/skyhwd/model/configure_pin_code_request.c
+33 −0 lib/skyhwd/model/configure_pin_code_request.h
+67 −0 lib/skyhwd/model/csrf_response.c
+33 −0 lib/skyhwd/model/csrf_response.h
+70 −0 lib/skyhwd/model/features_response.c
+34 −0 lib/skyhwd/model/features_response.h
+466 −0 lib/skyhwd/model/features_response_data.c
+67 −0 lib/skyhwd/model/features_response_data.h
+111 −0 lib/skyhwd/model/generate_addresses_request.c
+37 −0 lib/skyhwd/model/generate_addresses_request.h
+90 −0 lib/skyhwd/model/generate_addresses_response.c
+33 −0 lib/skyhwd/model/generate_addresses_response.h
+91 −0 lib/skyhwd/model/generate_mnemonic_request.c
+35 −0 lib/skyhwd/model/generate_mnemonic_request.h
+70 −0 lib/skyhwd/model/http_error_response.c
+34 −0 lib/skyhwd/model/http_error_response.h
+87 −0 lib/skyhwd/model/http_error_response_error.c
+35 −0 lib/skyhwd/model/http_error_response_error.h
+90 −0 lib/skyhwd/model/http_success_response.c
+33 −0 lib/skyhwd/model/http_success_response.h
+90 −0 lib/skyhwd/model/inline_response_200.c
+33 −0 lib/skyhwd/model/inline_response_200.h
+31 −0 lib/skyhwd/model/object.c
+26 −0 lib/skyhwd/model/object.h
+72 −0 lib/skyhwd/model/passphrase_request.c
+33 −0 lib/skyhwd/model/passphrase_request.h
+72 −0 lib/skyhwd/model/pin_matrix_request.c
+33 −0 lib/skyhwd/model/pin_matrix_request.h
+116 −0 lib/skyhwd/model/recovery_request.c
+37 −0 lib/skyhwd/model/recovery_request.h
+72 −0 lib/skyhwd/model/set_mnemonic_request.c
+33 −0 lib/skyhwd/model/set_mnemonic_request.h
+97 −0 lib/skyhwd/model/sign_message_request.c
+35 −0 lib/skyhwd/model/sign_message_request.h
+67 −0 lib/skyhwd/model/sign_message_response.c
+33 −0 lib/skyhwd/model/sign_message_response.h
+97 −0 lib/skyhwd/model/transaction_input.c
+35 −0 lib/skyhwd/model/transaction_input.h
+149 −0 lib/skyhwd/model/transaction_output.c
+39 −0 lib/skyhwd/model/transaction_output.h
+154 −0 lib/skyhwd/model/transaction_sign_request.c
+37 −0 lib/skyhwd/model/transaction_sign_request.h
+90 −0 lib/skyhwd/model/transaction_sign_response.c
+33 −0 lib/skyhwd/model/transaction_sign_response.h
+70 −0 lib/skyhwd/model/version_response.c
+34 −0 lib/skyhwd/model/version_response.h
+109 −0 lib/skyhwd/model/version_response_data.c
+37 −0 lib/skyhwd/model/version_response_data.h
+72 −0 lib/skyhwd/model/word_request.c
+33 −0 lib/skyhwd/model/word_request.h
+446 −0 lib/skyhwd/src/apiClient.c
+14 −0 lib/skyhwd/src/apiKey.c
+166 −0 lib/skyhwd/src/list.c
+210 −0 lib/skyhwd/uncrustify-rules.cfg
+759 −0 lib/swagger/hardware-wallet-daemon.v0.1.0.yaml
+4,740 −0 lib/swagger/skycoin.v0.27.0.openapi.v2.json
+3,188 −0 lib/swagger/skycoin.v0.27.0.openapi.v2.yml

0 comments on commit 3029483

Please sign in to comment.