Skip to content

Commit

Permalink
Contracts refactor (#1740)
Browse files Browse the repository at this point in the history
* Add Rust integration test.

* Refactor contract instantiate wrappers.

---------

Co-authored-by: Adam Dossa <[email protected]>
  • Loading branch information
Neopallium and adamdossa authored Oct 17, 2024
1 parent 5cd26c7 commit 527e7ec
Show file tree
Hide file tree
Showing 13 changed files with 1,759 additions and 413 deletions.
5 changes: 5 additions & 0 deletions integration/contracts/contract-revert/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore build artifacts from the local tests sub-crate.
/target/

# Ignore backup files creates by cargo fmt.
**/*.rs.bk
Loading

0 comments on commit 527e7ec

Please sign in to comment.