Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code, code_size hostios #94

Closed
wants to merge 16 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
name: 'Test (Smoke)(${{ matrix.cfg_release_channel }})'
env:
CFG_RELEASE_CHANNEL: ${{ matrix.cfg_release_channel }}
PRIV_KEY: ${{ secrets.SEPOLIA_PRIVATE_KEY }}
strategy:
matrix:
target: [wasm32-unknown-unknown]
Expand Down
207 changes: 203 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["stylus-sdk", "stylus-proc"]
members = ["stylus-sdk", "stylus-proc", "mini-alloc"]
resolver = "2"

[workspace.package]
Expand Down
2 changes: 1 addition & 1 deletion ci/smoke_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ cargo stylus new counter
cd counter
echo "[workspace]" >> Cargo.toml

cargo stylus deploy -e http://localhost:8547 --private-key 0xb6b15c8cb491557369f3c7d2c287b053eb229daa9c22138887752191c9520659
cargo stylus deploy --private-key $PRIV_KEY
Loading
Loading