Skip to content

Commit

Permalink
feat: introduce txn sender
Browse files Browse the repository at this point in the history
  • Loading branch information
dartdart26 committed Feb 6, 2025
1 parent 5923e8f commit e9a9b5b
Show file tree
Hide file tree
Showing 17 changed files with 2,355 additions and 284 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cargo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
sudo apt-get install -y protobuf-compiler && \
cargo install sqlx-cli
- name: Install foundry
run: |
curl -L --proto '=https' --tlsv1.2 -sSf https://foundry.paradigm.xyz | bash && \
foundryup
- name: Cache cargo
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
Expand Down
Loading

0 comments on commit e9a9b5b

Please sign in to comment.