Skip to content

Commit 4272282

Browse files
committed
update: Update scrypto to rcnet-v3.1-d8dbe49f
1 parent c77e381 commit 4272282

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

core-rust/Cargo.lock

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

core-rust/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ members = [
2121
# $ git push origin "release_name-BLAH"
2222
# * Then use tag="release_name-BLAH" in the below dependencies.
2323
#
24-
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-37e507be", features = ["serde"] }
25-
transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-37e507be" }
26-
transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-37e507be" }
27-
radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-37e507be", features = ["serde"] }
28-
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-37e507be" }
29-
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-37e507be" }
30-
radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-37e507be" }
31-
radix-engine-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-37e507be" }
32-
radix-engine-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-37e507be" }
33-
utils = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-37e507be", features = ["serde"] }
24+
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-d8dbe49f", features = ["serde"] }
25+
transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-d8dbe49f" }
26+
transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-d8dbe49f" }
27+
radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-d8dbe49f", features = ["serde"] }
28+
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-d8dbe49f" }
29+
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-d8dbe49f" }
30+
radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-d8dbe49f" }
31+
radix-engine-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-d8dbe49f" }
32+
radix-engine-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-d8dbe49f" }
33+
utils = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3.1-d8dbe49f", features = ["serde"] }
3434

3535
itertools = { version = "0.11.0" }
3636
jni = { version = "0.19.0" }

core/src/test-core/java/com/radixdlt/rev2/Manifest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ public static Functions.Func1<Parameters, String> createAllowAllNonFungibleResou
382382
Enum<OwnerRole::None>()
383383
Enum<NonFungibleIdType::Integer>()
384384
false # Track Supply
385-
Enum<0u8>( # NonFungibleDataSchema::Local
386-
Enum<0u8>(
385+
Enum<NonFungibleDataSchema::Local>(
386+
Enum<0u8>( # Schema V1
387387
Tuple( # The SBOR schema for the non-fungible data (here: empty schema)
388388
Array<Enum>(),
389389
Array<Tuple>(),

0 commit comments

Comments
 (0)