-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #528 from LedgerHQ/sdk/update-submodule
Update the SDK submodule
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ethereum-plugin-sdk
updated
13 files
+7 −1 | CHANGELOG.md | |
+1 −1 | README.md | |
+0 −123 | include/eth_internals.h | |
+51 −0 | src/asset_info.h | |
+20 −14 | src/caller_api.h | |
+214 −171 | src/common_utils.c | |
+93 −0 | src/common_utils.h | |
+7 −13 | src/eth_internals.h | |
+8 −6 | src/eth_plugin_interface.h | |
+1 −1 | src/main.c | |
+42 −0 | src/plugin_utils.c | |
+37 −0 | src/plugin_utils.h | |
+43 −0 | src/tx_content.h |