Skip to content

Commit

Permalink
Use different sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
deangalvin-cb committed Dec 10, 2024
1 parent c719742 commit 3faa05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum-plugin-sdk
Submodule ethereum-plugin-sdk updated 41 files
+2 −14 .github/workflows/_reusable_build_with_submodule_injection.yml
+1 −1 .github/workflows/build_and_test.yml
+0 −44 .github/workflows/publish_doc_website.yml
+0 −2 .gitignore
+2 −3 README.md
+0 −1 docs/CNAME
+ docs/img/Ledger-logo-696.webp
+0 −51 docs/index.md
+0 −4 docs/requirements.txt
+0 −57 docs/technical_informations/diagram.md
+0 −15 docs/technical_informations/globals.md
+0 −11 docs/technical_informations/handlers/handle_finalize.md
+0 −11 docs/technical_informations/handlers/handle_init_contract.md
+0 −11 docs/technical_informations/handlers/handle_provide_parameter.md
+0 −19 docs/technical_informations/handlers/handle_provide_token.md
+0 −11 docs/technical_informations/handlers/handle_query_contract_id.md
+0 −19 docs/technical_informations/handlers/handle_query_contract_ui.md
+0 −10 docs/technical_informations/handlers/index.md
+0 −3 docs/technical_informations/index.md
+0 −5 docs/technical_informations/tx_content.md
+0 −3 docs/technical_informations/utils/common_utils.md
+0 −3 docs/technical_informations/utils/index.md
+0 −3 docs/technical_informations/utils/plugin_utils.md
+0 −1 docs/test_framework/ci.md
+0 −1 docs/test_framework/fuzzing.md
+0 −9 docs/test_framework/index.md
+0 −1 docs/test_framework/ragger.md
+ docs/walkthrough/img/uniswap.webp
+0 −52 docs/walkthrough/index.md
+0 −75 mkdocs.yml
+3 −2 src/asset_info.h
+0 −9 src/bip32_utils.h
+12 −44 src/common_utils.c
+31 −212 src/common_utils.h
+2 −4 src/eth_internals.h
+60 −297 src/eth_plugin_interface.h
+10 −3 src/main.c
+5 −8 src/plugin_utils.c
+9 −81 src/plugin_utils.h
+3 −15 src/tx_content.h
+1 −1 standard_plugin.mk

0 comments on commit 3faa05c

Please sign in to comment.