Skip to content

Commit

Permalink
Replacing 'deploy' naming with 'transaction'. Replaced /deploy/(...) …
Browse files Browse the repository at this point in the history
…REST API endpoint with /transaction/deploy/(...) and /transaction/version1/(...) endpoints. (#245)

Co-authored-by: Jakub Zajkowski <[email protected]>
  • Loading branch information
zajko and Jakub Zajkowski authored Feb 27, 2024
1 parent 7511324 commit 13accda
Show file tree
Hide file tree
Showing 367 changed files with 2,046 additions and 95,509 deletions.
311 changes: 4 additions & 307 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[workspace]
resolver = "1"
members = [
"casper_types",
"casper_types_ver_2_0",
"event_sidecar",
"json_rpc",
"listener",
Expand All @@ -14,8 +12,7 @@ members = [
[workspace.dependencies]
anyhow = "1"
async-stream = "0.3.4"
casper-types = { path = "./casper_types", version = "4.0.1" }
casper-types-ver-2_0 = { version = "3.0.0", path = "./casper_types_ver_2_0" }
casper-types = { git = "https://github.com/jacek-casper/casper-node", branch="sidecar-extracted" }
casper-event-sidecar = { path = "./event_sidecar", version = "1.0.0" }
casper-rpc-sidecar = { path = "./rpc_sidecar", version = "1.0.0" }
datasize = "0.2.11"
Expand Down
200 changes: 0 additions & 200 deletions casper_types/CHANGELOG.md

This file was deleted.

77 changes: 0 additions & 77 deletions casper_types/Cargo.toml

This file was deleted.

22 changes: 0 additions & 22 deletions casper_types/README.md

This file was deleted.

Loading

0 comments on commit 13accda

Please sign in to comment.