Skip to content

Commit

Permalink
* Introduce RPC and new protocol crate
Browse files Browse the repository at this point in the history
* Fork ledger traits

* Subxt based client (broken)
* Development runtime (very broken)
  • Loading branch information
ryan-s-roberts committed Nov 21, 2023
1 parent f0c4df1 commit 06f318f
Show file tree
Hide file tree
Showing 53 changed files with 6,179 additions and 2,424 deletions.
3,770 changes: 2,642 additions & 1,128 deletions Cargo.lock

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@ members = [
"crates/chronicle-domain",
"crates/chronicle-domain-lint",
"crates/chronicle-domain-test",
"crates/chronicle-protocol",
"crates/chronicle-synth",
"crates/chronicle-signing",
"crates/chronicle-telemetry",
"crates/gq-subscribe",
"crates/id-provider",
"crates/opa-tp",
"crates/opa-tp-protocol",
"crates/opactl",
"crates/sawtooth-tp",
"crates/pallet-chronicle",
"crates/pallet-opa",
"node/runtime-chronicle",
"node/node-chronicle",
"crates/runtime-api-chronicle",
"crates/rpc-chronicle",
"crates/protocol-substrate-chronicle",
]

[workspace.dependencies]
Expand Down
5 changes: 2 additions & 3 deletions crates/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ async-trait = { workspace = true }
base64 = { workspace = true }
cached = { workspace = true }
cfg-if = { workspace = true }
chronicle-protocol = { path = "../chronicle-protocol" }
chronicle-signing = { workspace = true }
protocol-substrate-chronicle = { path = "../protocol-substrate-chronicle" }
chronicle-telemetry = { path = "../chronicle-telemetry" }
chrono = { workspace = true }
common = { path = "../common" }
Expand Down Expand Up @@ -50,7 +50,6 @@ rand = { workspace = true }
rand_core = { workspace = true }
reqwest = { workspace = true }
sawtooth-sdk = { workspace = true }
sawtooth_tp = { path = "../sawtooth-tp" }
serde = { workspace = true }
serde_derive = { workspace = true }
serde_json = { workspace = true }
Expand All @@ -65,7 +64,7 @@ uuid = { workspace = true }

[dev-dependencies]
assert_fs = { workspace = true }
chronicle-protocol = { path = "../chronicle-protocol" }
protocol-substrate-chronicle = { path = "../protocol-substrate-chronicle" }
insta = { workspace = true, features = ["json", "yaml"] }
opa-tp-protocol = { path = "../opa-tp-protocol" }
tempfile = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/chronicle-domain-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ inmem = ["chronicle/inmem"]

[dev-dependencies]
async-stl-client = { workspace = true }
chronicle-protocol = { path = "../chronicle-protocol" }
futures = { workspace = true }
hex = { workspace = true }
insta = { workspace = true, features = ["json"] }
Expand Down
57 changes: 0 additions & 57 deletions crates/chronicle-protocol/Cargo.toml

This file was deleted.

10 changes: 0 additions & 10 deletions crates/chronicle-protocol/build.rs

This file was deleted.

47 changes: 0 additions & 47 deletions crates/chronicle-protocol/src/address.rs

This file was deleted.

28 changes: 0 additions & 28 deletions crates/chronicle-protocol/src/lib.rs

This file was deleted.

135 changes: 0 additions & 135 deletions crates/chronicle-protocol/src/messages.rs

This file was deleted.

32 changes: 0 additions & 32 deletions crates/chronicle-protocol/src/perf.md

This file was deleted.

Loading

0 comments on commit 06f318f

Please sign in to comment.