Skip to content

Commit

Permalink
refactor(multisig-prover): remove mock contracts from prover tests (#381
Browse files Browse the repository at this point in the history
)

* remove use of App and mocks in unit tests

* fix instantiate message

* add comment

* fix tests

* remove unused files

* file reorg

* update reply encoding

* change comment
  • Loading branch information
eguajardo authored May 8, 2024
1 parent d2663a5 commit df81991
Show file tree
Hide file tree
Showing 12 changed files with 360 additions and 872 deletions.
15 changes: 8 additions & 7 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions contracts/multisig-prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ cw-multi-test = "0.15.1"
elliptic-curve = "0.13.5"
ethers = "2.0.8"
generic-array = "0.14.7"
prost = "0.12.4"

[lints]
workspace = true
Loading

0 comments on commit df81991

Please sign in to comment.