forked from stader-labs/app-plugin-staderlabs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [auto] Add manifest * update sdk * change source code according to new boilerplate plugin code * temporarily remove nanosp from testing * wip: kelp lst deposit * refactor * deposit LST test * kelp deposit eth * fix minor issues * Revert "temporarily remove nanosp from testing" This reverts commit 4d6190f. * Revert "Revert "temporarily remove nanosp from testing"" This reverts commit e527a79. * rename and docs * sdk update * updates in src code for sdk changes --------- Co-authored-by: Sarah GLINER <[email protected]>
- Loading branch information
1 parent
cbced1d
commit 31145c5
Showing
49 changed files
with
1,051 additions
and
919 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ethereum-plugin-sdk
updated
14 files
+41 −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 | |
+175 −175 | src/common_utils.c | |
+88 −0 | src/common_utils.h | |
+7 −13 | src/eth_internals.h | |
+9 −7 | src/eth_plugin_interface.h | |
+27 −23 | src/main.c | |
+42 −0 | src/plugin_utils.c | |
+37 −0 | src/plugin_utils.h | |
+43 −0 | src/tx_content.h | |
+3 −17 | standard_plugin.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[app] | ||
build_directory = "./" | ||
sdk = "C" | ||
devices = ["nanos", "nanox", "nanos+", "stax"] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.