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

Chore/rename #177

Merged
merged 3 commits into from
Jul 27, 2023
Merged
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
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: ci

jobs:
build_and_test:
name: Account Abstraction Bundler in Rust
name: Silius - ERC-4337 bundler in Rust
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: bundler
path: target/release/bundler
name: silius
path: target/release/silius

- name: Lint
run: |
Expand All @@ -86,7 +86,7 @@ jobs:
- uses: actions/checkout@v3
with:
path:
aa-bundler
silius
- run: curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 -

- run: pip install jq yq
Expand All @@ -95,18 +95,18 @@ jobs:

- uses: actions/download-artifact@v3
with:
name: bundler
path: bundler-artifact
- run: mv bundler-artifact/bundler /usr/local/bin/
- run: chmod a+x /usr/local/bin/bundler
- run: chmod a+x aa-bundler/bundler-spec-test/launcher.sh
name: silius
path: silius-artifact
- run: mv silius-artifact/silius /usr/local/bin/
- run: chmod a+x /usr/local/bin/silius
- run: chmod a+x silius/bundler-spec-test/launcher.sh

- uses: actions/setup-node@v3
with:
node-version: '16.17'
- run: npm install -g yarn

- name: Run tests
run: pdm run test --launcher-script aa-bundler/bundler-spec-test/launcher.sh --url http://localhost:3000
run: pdm run test --launcher-script silius/bundler-spec-test/launcher.sh --url http://localhost:3000


6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributing to aa-bundler
# Contributing to Silius

Thanks for your help in improving the project! We are so happy to have you!

aa-bundler is an open-source ERC-4337 bundler implementation in Rust. It doesn't matter how experienced you are with Rust or account abstraction (ERC-4337); there is definitely something to help us.
Silius is an open-source ERC-4337 bundler implementation in Rust. It doesn't matter how experienced you are with Rust or account abstraction (ERC-4337); there is definitely something to help us.

**No contribution is too small!**

Expand All @@ -22,7 +22,7 @@ This project operates like any other open-source project on GitHub.

## Finding something to work on

1. The best way to start is to find an issue to work on; if you need more information, leave a comment or join the [Telegram channel](https://t.me/aabundler). If you think of something for which the issue doesn't exist, create a new one.
1. The best way to start is to find an issue to work on; if you need more information, leave a comment or join the [Telegram group](https://t.me/+sKeRcN4j3MM3NmNk). If you think of something for which the issue doesn't exist, create a new one.
2. Work on the issue in your personal fork.
3. Once you finish your work, open a pull request and reference the issue you worked on. Make sure your PR successfully passes the GitHub CI.
4. All pull requests will be reviewed, and sometimes you will have to make some changes based on the received comments.
Expand Down
302 changes: 151 additions & 151 deletions Cargo.lock

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

Loading
Loading