Skip to content

Commit e5a969f

Browse files
authored
Update the scrypto dependency (#1005)
## Summary Updated the Scrypto dependency of the node to a new version that obtains the metadata of the toolkit receipt from the state updates instead of the events.
2 parents 1d3d3e6 + 17e85f5 commit e5a969f

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

core-rust/Cargo.lock

Lines changed: 19 additions & 19 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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ resolver = "2"
2323
# $ git push origin "release_name-BLAH"
2424
# * Then use tag="release_name-BLAH" in the below dependencies.
2525
#
26-
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-43afd20c", features = ["serde"] }
27-
radix-transactions = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-43afd20c" }
28-
radix-transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-43afd20c" }
29-
radix-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-43afd20c", features = ["serde"] }
30-
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-43afd20c" }
31-
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-43afd20c" }
32-
radix-substate-store-impls = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-43afd20c" }
33-
radix-substate-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-43afd20c" }
34-
radix-substate-store-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-43afd20c" }
35-
radix-rust = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-43afd20c", features = ["serde"] }
36-
radix-blueprint-schema-init = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-43afd20c", features = ["serde"] }
37-
radix-engine-toolkit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-43afd20c" }
26+
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-e1f25ed9", features = ["serde"] }
27+
radix-transactions = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-e1f25ed9" }
28+
radix-transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-e1f25ed9" }
29+
radix-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-e1f25ed9", features = ["serde"] }
30+
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-e1f25ed9" }
31+
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-e1f25ed9" }
32+
radix-substate-store-impls = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-e1f25ed9" }
33+
radix-substate-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-e1f25ed9" }
34+
radix-substate-store-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-e1f25ed9" }
35+
radix-rust = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-e1f25ed9", features = ["serde"] }
36+
radix-blueprint-schema-init = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-e1f25ed9", features = ["serde"] }
37+
radix-engine-toolkit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "bottlenose-e1f25ed9" }
3838

3939
itertools = { version = "=0.10.5" }
4040
jni = { version = "=0.19.0" }

0 commit comments

Comments
 (0)