Skip to content

Commit

Permalink
[move] Added support for passing vectors of objects to entry functions (
Browse files Browse the repository at this point in the history
#4349)

* [move] Added support for passing vectors of objects to entry functions

* Adjusted test file template

* Added more tests and reinstated shared objects support in vectors

* Linting issues fixed

* Removed unused function and fixed more linting problems

* Fixed compilation problems plus a minor refactoring

* Updated dependencies

* Addressed review feedback and fixed a vector element type checking problem
  • Loading branch information
awelc authored Sep 7, 2022
1 parent 84511d6 commit d03bcb1
Show file tree
Hide file tree
Showing 21 changed files with 1,089 additions and 183 deletions.
8 changes: 8 additions & 0 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 crates/sui-adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.58", features = ["backtrace"] }
bcs = "0.1.3"
leb128 = "0.2.5"
once_cell = "1.13.1"

move-binary-format = { git = "https://github.com/move-language/move", rev = "70b34a66473c34ad30d101290b249f2db3c847a2" }
Expand Down
Loading

0 comments on commit d03bcb1

Please sign in to comment.