From 74d4158770dbfc6c29b0e9614d4bc2865a09b022 Mon Sep 17 00:00:00 2001 From: Omar Date: Fri, 22 Sep 2023 18:21:47 +0300 Subject: [PATCH] Bump version to v1.0.0 --- generator/Cargo.lock | 84 +++++++++++++------------- generator/Cargo.toml | 18 +++--- interop/python/setup.py | 2 +- radix-engine-toolkit-core/Cargo.lock | 80 ++++++++++++------------ radix-engine-toolkit-core/Cargo.toml | 20 +++--- radix-engine-toolkit-uniffi/Cargo.lock | 84 +++++++++++++------------- radix-engine-toolkit-uniffi/Cargo.toml | 20 +++--- radix-engine-toolkit/Cargo.lock | 76 +++++++++++------------ radix-engine-toolkit/Cargo.toml | 10 +-- sbor-json/Cargo.lock | 36 +++++------ sbor-json/Cargo.toml | 6 +- 11 files changed, 218 insertions(+), 218 deletions(-) diff --git a/generator/Cargo.lock b/generator/Cargo.lock index ddf1d6e5..46fd1e31 100644 --- a/generator/Cargo.lock +++ b/generator/Cargo.lock @@ -1175,8 +1175,8 @@ dependencies = [ [[package]] name = "native-sdk" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "radix-engine-common", "radix-engine-derive", @@ -1393,8 +1393,8 @@ dependencies = [ [[package]] name = "radix-engine" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bitflags 1.3.2", "colored", @@ -1423,8 +1423,8 @@ dependencies = [ [[package]] name = "radix-engine-common" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bech32", "blake2", @@ -1444,8 +1444,8 @@ dependencies = [ [[package]] name = "radix-engine-derive" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "quote", @@ -1455,8 +1455,8 @@ dependencies = [ [[package]] name = "radix-engine-interface" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bitflags 1.3.2", "const-sha1", @@ -1476,8 +1476,8 @@ dependencies = [ [[package]] name = "radix-engine-macros" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "paste", "proc-macro2", @@ -1488,16 +1488,16 @@ dependencies = [ [[package]] name = "radix-engine-profiling" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "fixedstr", ] [[package]] name = "radix-engine-queries" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "hex", "itertools", @@ -1512,8 +1512,8 @@ dependencies = [ [[package]] name = "radix-engine-store-interface" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "hex", "itertools", @@ -1526,8 +1526,8 @@ dependencies = [ [[package]] name = "radix-engine-stores" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "hex", "itertools", @@ -1727,8 +1727,8 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "resources-tracker-macro" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "quote", @@ -1896,8 +1896,8 @@ dependencies = [ [[package]] name = "sbor" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "const-sha1", "hex", @@ -1910,8 +1910,8 @@ dependencies = [ [[package]] name = "sbor-derive" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "sbor-derive-common", @@ -1919,8 +1919,8 @@ dependencies = [ [[package]] name = "sbor-derive-common" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "const-sha1", "itertools", @@ -1992,8 +1992,8 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scrypto" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bech32", "const-sha1", @@ -2014,8 +2014,8 @@ dependencies = [ [[package]] name = "scrypto-derive" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "quote", @@ -2030,8 +2030,8 @@ dependencies = [ [[package]] name = "scrypto-schema" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bitflags 1.3.2", "radix-engine-common", @@ -2041,8 +2041,8 @@ dependencies = [ [[package]] name = "scrypto-unit" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "radix-engine", "radix-engine-interface", @@ -2590,8 +2590,8 @@ dependencies = [ [[package]] name = "transaction" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bech32", "ed25519-dalek", @@ -2607,8 +2607,8 @@ dependencies = [ [[package]] name = "transaction-scenarios" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "hex", "itertools", @@ -2711,8 +2711,8 @@ checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa" [[package]] name = "utils" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "indexmap 2.0.0-pre", "serde", diff --git a/generator/Cargo.toml b/generator/Cargo.toml index 16635569..a8ede230 100644 --- a/generator/Cargo.toml +++ b/generator/Cargo.toml @@ -5,15 +5,15 @@ edition = "2021" [dependencies] # radixdlt-scrypto dependencies. -sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] } -scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] } -scrypto-unit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } -transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } -transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } -radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } -radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } -radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] } -radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } +sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] } +scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] } +scrypto-unit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } +transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } +transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } +radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } +radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } +radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] } +radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } # Core Radix Engine Toolkit and Toolkit Native Library radix-engine-toolkit-core = { path = "../radix-engine-toolkit-core", default-features = false, features = ["moka"]} diff --git a/interop/python/setup.py b/interop/python/setup.py index 25836dbe..5982295f 100644 --- a/interop/python/setup.py +++ b/interop/python/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="radix-engine-toolkit", - version="1.0.0rc3", + version="1.0.0", packages=["radix_engine_toolkit"], author="radixdlt", description="A Python wrapper around the Radix Engine Toolkit that provides Radix Ledger primitives to Python.", diff --git a/radix-engine-toolkit-core/Cargo.lock b/radix-engine-toolkit-core/Cargo.lock index 939cf0c2..994f76c7 100644 --- a/radix-engine-toolkit-core/Cargo.lock +++ b/radix-engine-toolkit-core/Cargo.lock @@ -709,8 +709,8 @@ dependencies = [ [[package]] name = "native-sdk" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "radix-engine-common", "radix-engine-derive", @@ -837,8 +837,8 @@ dependencies = [ [[package]] name = "radix-engine" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bitflags 1.3.2", "colored", @@ -868,8 +868,8 @@ dependencies = [ [[package]] name = "radix-engine-common" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bech32", "blake2", @@ -889,8 +889,8 @@ dependencies = [ [[package]] name = "radix-engine-derive" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "quote", @@ -900,8 +900,8 @@ dependencies = [ [[package]] name = "radix-engine-interface" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bitflags 1.3.2", "const-sha1", @@ -921,8 +921,8 @@ dependencies = [ [[package]] name = "radix-engine-macros" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "paste", "proc-macro2", @@ -933,16 +933,16 @@ dependencies = [ [[package]] name = "radix-engine-profiling" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "fixedstr", ] [[package]] name = "radix-engine-queries" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "hex", "itertools", @@ -957,8 +957,8 @@ dependencies = [ [[package]] name = "radix-engine-store-interface" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "hex", "itertools", @@ -971,8 +971,8 @@ dependencies = [ [[package]] name = "radix-engine-stores" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "hex", "itertools", @@ -1086,8 +1086,8 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "resources-tracker-macro" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "quote", @@ -1140,8 +1140,8 @@ dependencies = [ [[package]] name = "sbor" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "const-sha1", "hex", @@ -1154,8 +1154,8 @@ dependencies = [ [[package]] name = "sbor-derive" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "sbor-derive-common", @@ -1163,8 +1163,8 @@ dependencies = [ [[package]] name = "sbor-derive-common" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "const-sha1", "itertools", @@ -1204,8 +1204,8 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scrypto" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bech32", "const-sha1", @@ -1226,8 +1226,8 @@ dependencies = [ [[package]] name = "scrypto-derive" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "quote", @@ -1242,8 +1242,8 @@ dependencies = [ [[package]] name = "scrypto-schema" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bitflags 1.3.2", "radix-engine-common", @@ -1253,8 +1253,8 @@ dependencies = [ [[package]] name = "scrypto-unit" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "radix-engine", "radix-engine-interface", @@ -1582,8 +1582,8 @@ dependencies = [ [[package]] name = "transaction" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bech32", "ed25519-dalek", @@ -1632,8 +1632,8 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "utils" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "indexmap 2.0.0-pre", "serde", diff --git a/radix-engine-toolkit-core/Cargo.toml b/radix-engine-toolkit-core/Cargo.toml index 3fcd95fb..9d8abd42 100644 --- a/radix-engine-toolkit-core/Cargo.toml +++ b/radix-engine-toolkit-core/Cargo.toml @@ -6,15 +6,15 @@ build = "build.rs" [dependencies] # radixdlt-scrypto dependencies. -sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] } -scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] } -transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } -radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", default-features= false, features = ["std"] } -radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } -radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] } -radix-engine-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", default-features= false, features = ["std"] } -radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } -radix-engine-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } +sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] } +scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] } +transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } +radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", default-features= false, features = ["std"] } +radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } +radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] } +radix-engine-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", default-features= false, features = ["std"] } +radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } +radix-engine-store-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } # Bech32 encoding and decoding of addresses. Used for the Olympia <-> Babylon address derivations. bech32 = { version = "0.9.1" } @@ -35,7 +35,7 @@ sbor-json = { path = "../sbor-json" } cargo_toml = { version = "0.15.3" } [dev-dependencies] -scrypto-unit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", default-features = false, features = ["std", "resource_tracker"] } +scrypto-unit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", default-features = false, features = ["std", "resource_tracker"] } [features] default = ["moka"] diff --git a/radix-engine-toolkit-uniffi/Cargo.lock b/radix-engine-toolkit-uniffi/Cargo.lock index dde3bef1..2915b7dc 100644 --- a/radix-engine-toolkit-uniffi/Cargo.lock +++ b/radix-engine-toolkit-uniffi/Cargo.lock @@ -908,8 +908,8 @@ dependencies = [ [[package]] name = "native-sdk" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "radix-engine-common", "radix-engine-derive", @@ -1052,8 +1052,8 @@ dependencies = [ [[package]] name = "radix-engine" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bitflags 1.3.2", "colored", @@ -1082,8 +1082,8 @@ dependencies = [ [[package]] name = "radix-engine-common" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bech32", "blake2", @@ -1103,8 +1103,8 @@ dependencies = [ [[package]] name = "radix-engine-derive" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "quote", @@ -1114,8 +1114,8 @@ dependencies = [ [[package]] name = "radix-engine-interface" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bitflags 1.3.2", "const-sha1", @@ -1135,8 +1135,8 @@ dependencies = [ [[package]] name = "radix-engine-macros" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "paste", "proc-macro2", @@ -1147,16 +1147,16 @@ dependencies = [ [[package]] name = "radix-engine-profiling" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "fixedstr", ] [[package]] name = "radix-engine-queries" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "hex", "itertools", @@ -1171,8 +1171,8 @@ dependencies = [ [[package]] name = "radix-engine-store-interface" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "hex", "itertools", @@ -1185,8 +1185,8 @@ dependencies = [ [[package]] name = "radix-engine-stores" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "hex", "itertools", @@ -1320,8 +1320,8 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "resources-tracker-macro" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "quote", @@ -1374,8 +1374,8 @@ dependencies = [ [[package]] name = "sbor" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "const-sha1", "hex", @@ -1388,8 +1388,8 @@ dependencies = [ [[package]] name = "sbor-derive" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "sbor-derive-common", @@ -1397,8 +1397,8 @@ dependencies = [ [[package]] name = "sbor-derive-common" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "const-sha1", "itertools", @@ -1458,8 +1458,8 @@ dependencies = [ [[package]] name = "scrypto" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bech32", "const-sha1", @@ -1480,8 +1480,8 @@ dependencies = [ [[package]] name = "scrypto-derive" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "quote", @@ -1496,8 +1496,8 @@ dependencies = [ [[package]] name = "scrypto-schema" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bitflags 1.3.2", "radix-engine-common", @@ -1507,8 +1507,8 @@ dependencies = [ [[package]] name = "scrypto-unit" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "radix-engine", "radix-engine-interface", @@ -1857,8 +1857,8 @@ dependencies = [ [[package]] name = "transaction" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bech32", "ed25519-dalek", @@ -1874,8 +1874,8 @@ dependencies = [ [[package]] name = "transaction-scenarios" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "hex", "itertools", @@ -2058,8 +2058,8 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "utils" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "indexmap 2.0.0-pre", "serde", diff --git a/radix-engine-toolkit-uniffi/Cargo.toml b/radix-engine-toolkit-uniffi/Cargo.toml index d0480f0f..c4d1a129 100644 --- a/radix-engine-toolkit-uniffi/Cargo.toml +++ b/radix-engine-toolkit-uniffi/Cargo.toml @@ -6,13 +6,13 @@ build = "build.rs" [dependencies] # radixdlt-scrypto dependencies. -sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] } -scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] } -transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } -radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", default-features= false, features = ["std", "moka"] } -radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] } -radix-engine-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", default-features = false, features = ["std", "moka"] } -radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } +sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] } +scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] } +transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } +radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", default-features= false, features = ["std", "moka"] } +radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] } +radix-engine-queries = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", default-features = false, features = ["std", "moka"] } +radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } # Core Radix Engine Toolkit radix-engine-toolkit-core = { path = "../radix-engine-toolkit-core" } @@ -30,9 +30,9 @@ uniffi = { git = "https://github.com/mozilla/uniffi-rs/", rev = "7b18fa787336aa7 [dev-dependencies] # The UniFFI crate for generating bindings to other languages uniffi = { git = "https://github.com/mozilla/uniffi-rs/", rev = "7b18fa787336aa738f205a44f7b2df728e83a097", features = ["bindgen-tests"] } -scrypto-unit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", default-features = false, features = ["std", "moka"] } -radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } -transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } +scrypto-unit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", default-features = false, features = ["std", "moka"] } +radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } +transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } [lib] crate-type = ["staticlib", "cdylib", "lib"] diff --git a/radix-engine-toolkit/Cargo.lock b/radix-engine-toolkit/Cargo.lock index 2d488efb..e42cc94d 100644 --- a/radix-engine-toolkit/Cargo.lock +++ b/radix-engine-toolkit/Cargo.lock @@ -746,8 +746,8 @@ dependencies = [ [[package]] name = "native-sdk" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "radix-engine-common", "radix-engine-derive", @@ -874,8 +874,8 @@ dependencies = [ [[package]] name = "radix-engine" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bitflags 1.3.2", "colored", @@ -905,8 +905,8 @@ dependencies = [ [[package]] name = "radix-engine-common" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bech32", "blake2", @@ -926,8 +926,8 @@ dependencies = [ [[package]] name = "radix-engine-derive" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "quote", @@ -937,8 +937,8 @@ dependencies = [ [[package]] name = "radix-engine-interface" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bitflags 1.3.2", "const-sha1", @@ -958,8 +958,8 @@ dependencies = [ [[package]] name = "radix-engine-macros" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "paste", "proc-macro2", @@ -970,16 +970,16 @@ dependencies = [ [[package]] name = "radix-engine-profiling" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "fixedstr", ] [[package]] name = "radix-engine-queries" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "hex", "itertools", @@ -994,8 +994,8 @@ dependencies = [ [[package]] name = "radix-engine-store-interface" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "hex", "itertools", @@ -1008,8 +1008,8 @@ dependencies = [ [[package]] name = "radix-engine-stores" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "hex", "itertools", @@ -1144,8 +1144,8 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "resources-tracker-macro" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "quote", @@ -1198,8 +1198,8 @@ dependencies = [ [[package]] name = "sbor" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "const-sha1", "hex", @@ -1212,8 +1212,8 @@ dependencies = [ [[package]] name = "sbor-derive" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "sbor-derive-common", @@ -1221,8 +1221,8 @@ dependencies = [ [[package]] name = "sbor-derive-common" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "const-sha1", "itertools", @@ -1287,8 +1287,8 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scrypto" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bech32", "const-sha1", @@ -1309,8 +1309,8 @@ dependencies = [ [[package]] name = "scrypto-derive" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "quote", @@ -1325,8 +1325,8 @@ dependencies = [ [[package]] name = "scrypto-schema" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bitflags 1.3.2", "radix-engine-common", @@ -1657,8 +1657,8 @@ dependencies = [ [[package]] name = "transaction" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bech32", "ed25519-dalek", @@ -1729,8 +1729,8 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "utils" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "indexmap 2.0.0-pre", "serde", diff --git a/radix-engine-toolkit/Cargo.toml b/radix-engine-toolkit/Cargo.toml index 58edf630..83b77477 100644 --- a/radix-engine-toolkit/Cargo.toml +++ b/radix-engine-toolkit/Cargo.toml @@ -5,11 +5,11 @@ edition = "2021" [dependencies] # radixdlt-scrypto dependencies. -sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] } -scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] } -transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } -radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", default-features= false, features = ["std"] } -radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] } +sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] } +scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] } +transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } +radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", default-features= false, features = ["std"] } +radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] } # Core Radix Engine Toolkit radix-engine-toolkit-core = { path = "../radix-engine-toolkit-core", default-features = false } diff --git a/sbor-json/Cargo.lock b/sbor-json/Cargo.lock index 6587df83..4b45fb37 100644 --- a/sbor-json/Cargo.lock +++ b/sbor-json/Cargo.lock @@ -419,8 +419,8 @@ dependencies = [ [[package]] name = "radix-engine-common" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bech32", "blake2", @@ -440,8 +440,8 @@ dependencies = [ [[package]] name = "radix-engine-derive" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "quote", @@ -451,8 +451,8 @@ dependencies = [ [[package]] name = "radix-engine-interface" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bitflags", "const-sha1", @@ -472,8 +472,8 @@ dependencies = [ [[package]] name = "radix-engine-macros" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "paste", "proc-macro2", @@ -525,8 +525,8 @@ checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" [[package]] name = "sbor" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "const-sha1", "hex", @@ -539,8 +539,8 @@ dependencies = [ [[package]] name = "sbor-derive" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "proc-macro2", "sbor-derive-common", @@ -548,8 +548,8 @@ dependencies = [ [[package]] name = "sbor-derive-common" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "const-sha1", "itertools", @@ -574,8 +574,8 @@ dependencies = [ [[package]] name = "scrypto-schema" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "bitflags", "radix-engine-common", @@ -758,8 +758,8 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "utils" -version = "1.0.0-rc1" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0-rc1#cc142e7494a45add47c49977843856be174161a2" +version = "1.0.0" +source = "git+https://github.com/radixdlt/radixdlt-scrypto?tag=v1.0.0#6ab3fab9ca88788a6753649b553ea3b1b3a5e31f" dependencies = [ "indexmap 2.0.0-pre", "serde", diff --git a/sbor-json/Cargo.toml b/sbor-json/Cargo.toml index c67b62cd..e1c2a60a 100644 --- a/sbor-json/Cargo.toml +++ b/sbor-json/Cargo.toml @@ -6,9 +6,9 @@ description = "The implementation of the SBOR JSON representations" [dependencies] # The Scrypto dependencies needed. -sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] } -radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] } -radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" } +sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] } +radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] } +radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" } # The serde dependenices used for the serialization and deserialization of the JSON representations. serde = { version = "1.0.185", features = ["derive"] }