Skip to content

Commit

Permalink
Updating casper-node dependency to use new Transaction definition; up…
Browse files Browse the repository at this point in the history
…dating tests
  • Loading branch information
Jakub Zajkowski committed Oct 24, 2024
1 parent df5d9da commit d18eeb9
Show file tree
Hide file tree
Showing 10 changed files with 297 additions and 1,122 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [
anyhow = "1"
async-stream = "0.3.4"
async-trait = "0.1.77"
casper-types = { git = "https://github.com/casper-network/casper-node.git", branch = "feat-2.0" }
casper-types = { git = "https://github.com/casper-network/casper-node.git", branch = "feat-2.0", features = ["json-schema"]}
casper-binary-port = { git = "https://github.com/casper-network/casper-node.git", branch = "feat-2.0" }
casper-event-sidecar = { path = "./event_sidecar", version = "1.0.0" }
casper-event-types = { path = "./types", version = "1.0.0" }
Expand Down
670 changes: 122 additions & 548 deletions resources/test/rpc_schema.json

Large diffs are not rendered by default.

Loading

0 comments on commit d18eeb9

Please sign in to comment.