Skip to content

Commit

Permalink
fix(sdk)!: wrong order of objects returned by Drive (#2207)
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
lklimek and coderabbitai[bot] authored Oct 16, 2024
1 parent af542f7 commit 908d0b3
Show file tree
Hide file tree
Showing 12 changed files with 200 additions and 105 deletions.
45 changes: 26 additions & 19 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions packages/rs-drive-proof-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ mocks = [
"dep:platform-serialization-derive",
"dep:platform-serialization",
"dpp/document-serde-conversion",
"indexmap/serde",
]

[dependencies]
Expand Down Expand Up @@ -42,4 +43,5 @@ serde_json = { version = "1.0.103", features = [
"preserve_order",
], optional = true }
hex = { version = "0.4.3" }
indexmap = { version = "2.6.0" }
derive_more = { version = "1.0", features = ["from"] }
Loading

0 comments on commit 908d0b3

Please sign in to comment.