Skip to content

Commit

Permalink
Subcommands and Extensions (#33)
Browse files Browse the repository at this point in the history
* refactor subcommands

* data fee

* add support for extensions, refactor into subcommands, and support data fees

* cargo stylus new & check refactor, use alloy, general improvements, bug fixes

* support for activation

* description issue fix, delete unused items

* edits

* estimate gas

* host ios added

* symbols

---------

Co-authored-by: Raul Jordan <[email protected]>
  • Loading branch information
rachel-bousfield and rauljordan authored May 31, 2024
1 parent 70c5de2 commit be9faca
Show file tree
Hide file tree
Showing 53 changed files with 7,246 additions and 2,089 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
rustup target add ${{ matrix.target }}
- name: Build and Test
run: ./ci/build_and_test.sh
run: ./.ci/build_and_test.sh
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
rustup target add ${{ matrix.target }}
- name: Build and Test
run: ./ci/build_and_test.sh
run: ./.ci/build_and_test.sh
Loading

0 comments on commit be9faca

Please sign in to comment.