This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Benfield
committed
Mar 13, 2024
1 parent
484efac
commit fa51779
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule rust
updated
16 files
+2 −2 | .github/PULL_REQUEST_TEMPLATE.md | |
+1 −1 | README.md | |
+54 −7 | examples/erc20/Cargo.lock | |
+2 −11 | examples/erc20/src/erc20.rs | |
+29 −0 | stylus-proc/src/lib.rs | |
+57 −0 | stylus-proc/src/methods/error.rs | |
+25 −7 | stylus-proc/src/methods/external.rs | |
+1 −0 | stylus-proc/src/methods/mod.rs | |
+4 −4 | stylus-proc/src/storage/mod.rs | |
+82 −0 | stylus-sdk/src/abi/export/internal.rs | |
+4 −1 | stylus-sdk/src/abi/export/mod.rs | |
+28 −10 | stylus-sdk/src/abi/internal.rs | |
+1 −1 | stylus-sdk/src/deploy/mod.rs | |
+1 −1 | stylus-sdk/src/deploy/raw.rs | |
+27 −2 | stylus-sdk/src/evm.rs | |
+5 −0 | stylus-sdk/src/hostio.rs |