Skip to content

Commit b9a4c5e

Browse files
authored
tweaks: For RCnet-V1 (#393)
Details: * Update scrypto version to pull in new costing for package reads * Minor Core API renames * Update to Core API and System API schemas for RCNet This includes lots of changes - mostly just the generated models include the whole API description >_< eugh. Recommended to review in an IDE.
2 parents dfbc27c + e2cf4b7 commit b9a4c5e

File tree

657 files changed

+1836
-2120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

657 files changed

+1836
-2120
lines changed

core-rust/Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core-rust/core-api-server/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ parking_lot = { version = "0.12" }
2323
#
2424
# Ensure this version is also identically updated in ../state-manager/Cargo.toml
2525
#
26-
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148", features = ["serde"] }
27-
transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" }
28-
radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148", features = ["serde"] }
29-
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148", features = ["serde"] }
30-
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" }
31-
radix-engine-constants = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" }
32-
radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" }
33-
utils = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-71c24148" }
26+
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-c6360105d", features = ["serde"] }
27+
transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-c6360105d" }
28+
radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-c6360105d", features = ["serde"] }
29+
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-c6360105d", features = ["serde"] }
30+
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-c6360105d" }
31+
radix-engine-constants = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-c6360105d" }
32+
radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-c6360105d" }
33+
utils = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v1-c6360105d" }
3434

3535
jni = "0.19.0"
3636

0 commit comments

Comments
 (0)