Skip to content

Commit

Permalink
Merge pull request #5 from Lagrange-Labs/feat/tx_mpt.rs
Browse files Browse the repository at this point in the history
Transaction Leaf proof
  • Loading branch information
lopeetall authored Dec 1, 2023
2 parents f95203a + b38c9db commit 7a61d57
Show file tree
Hide file tree
Showing 7 changed files with 3,277 additions and 682 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -56,7 +55,8 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: "--all --release -- --test-threads 32"
args: "--all --release"


fmt:
name: Rustfmt
Expand Down
Loading

0 comments on commit 7a61d57

Please sign in to comment.