Skip to content

Commit

Permalink
feat: introduce txn sender skeleton (#293)
Browse files Browse the repository at this point in the history
Initial skeleton for the transaction sender. Still work in progress, but
it shows minimal implementations of:
 * error handling
 * verify proof response transactions
  • Loading branch information
dartdart26 authored Feb 12, 2025
1 parent 52279b5 commit 687ed14
Show file tree
Hide file tree
Showing 24 changed files with 2,773 additions and 285 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cargo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
sudo apt-get install -y protobuf-compiler && \
cargo install sqlx-cli
- name: Install foundry
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c

- name: Cache cargo
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
Expand Down
Loading

0 comments on commit 687ed14

Please sign in to comment.