diff --git a/Cargo.lock b/Cargo.lock index b657c2641..d34838349 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1185,8 +1185,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", + "js-sys", "libc", "wasi 0.11.0+wasi-snapshot-preview1", + "wasm-bindgen", ] [[package]] @@ -2041,8 +2043,9 @@ dependencies = [ [[package]] name = "radix-blueprint-schema-init" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9a744eb07ded9effa0a6ab1e3d4dba1707a980ec0acb8ebeb37cdb78b373cd1" dependencies = [ "bitflags 1.3.2", "radix-common", @@ -2052,8 +2055,9 @@ dependencies = [ [[package]] name = "radix-common" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1ce97ee67264628b4651706ec6808e443fbb0ecba766824a0e94887a5b54969" dependencies = [ "bech32", "blake2", @@ -2078,8 +2082,9 @@ dependencies = [ [[package]] name = "radix-common-derive" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc0ac980f09b21f849aa12f2473adfa366e70829ed634f5735512532066f71ad" dependencies = [ "paste 1.0.15", "proc-macro2", @@ -2090,8 +2095,9 @@ dependencies = [ [[package]] name = "radix-engine" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef90ebf947c5222524473247e360e85672d7087069302681fbd2d039e7320164" dependencies = [ "bitflags 1.3.2", "colored", @@ -2121,8 +2127,9 @@ dependencies = [ [[package]] name = "radix-engine-interface" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69a96a51e803213f13cf199c92eaafa3884292c1e66d8afc1d8aef7e15625ff0" dependencies = [ "bitflags 1.3.2", "const-sha1", @@ -2142,16 +2149,18 @@ dependencies = [ [[package]] name = "radix-engine-profiling" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc2923380e79a504f1825ff9b44af664bcd0abbfb551019ee7f5007902304630" dependencies = [ "fixedstr", ] [[package]] name = "radix-engine-profiling-derive" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "126e06af580691c53ca3b1a18ba282b47381a060f3fffe7019b6be5fe8c89745" dependencies = [ "proc-macro2", "quote", @@ -2162,7 +2171,7 @@ dependencies = [ [[package]] name = "radix-engine-toolkit" version = "2.1.0-dev1" -source = "git+https://github.com/radixdlt/radix-engine-toolkit?rev=c699783b487e9c1eb78847f9093d918d3dbd5e39#c699783b487e9c1eb78847f9093d918d3dbd5e39" +source = "git+https://github.com/radixdlt/radix-engine-toolkit?rev=476d779fee08ed1e561ac8fc8730a2a404b7de79#476d779fee08ed1e561ac8fc8730a2a404b7de79" dependencies = [ "bech32", "cargo_toml 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2187,9 +2196,10 @@ dependencies = [ [[package]] name = "radix-engine-toolkit-json" version = "2.1.0-dev1" -source = "git+https://github.com/radixdlt/radix-engine-toolkit?rev=c699783b487e9c1eb78847f9093d918d3dbd5e39#c699783b487e9c1eb78847f9093d918d3dbd5e39" +source = "git+https://github.com/radixdlt/radix-engine-toolkit?rev=476d779fee08ed1e561ac8fc8730a2a404b7de79#476d779fee08ed1e561ac8fc8730a2a404b7de79" dependencies = [ "bech32", + "getrandom 0.2.15", "indexmap 1.9.3", "jni", "paste 1.0.15", @@ -2211,8 +2221,9 @@ dependencies = [ [[package]] name = "radix-native-sdk" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0506f56ba243c757e11236e3b3fee34282790a4ba7dd99940b1c7d88e21ac48" dependencies = [ "radix-common", "radix-engine-interface", @@ -2222,8 +2233,9 @@ dependencies = [ [[package]] name = "radix-rust" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6010fd7ebd7c2d3a3d270525c54a0dcb43fbaf3447fb32b42a0bcc4326109c64" dependencies = [ "indexmap 2.2.6", "serde", @@ -2231,8 +2243,9 @@ dependencies = [ [[package]] name = "radix-sbor-derive" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cc92b5760b129af15be9a82fe2e8118aa851da81b22c8a12d56ab494f071321" dependencies = [ "proc-macro2", "quote", @@ -2242,8 +2255,9 @@ dependencies = [ [[package]] name = "radix-substate-store-impls" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86105fdc4d31f0ecdfbafe93010c06f3aa6d60794015e1959846920385580111" dependencies = [ "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.10.5", @@ -2255,8 +2269,9 @@ dependencies = [ [[package]] name = "radix-substate-store-interface" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd0c4e9aa0ffc8851c4d48993167a43fdf6b504e3a506dcd5bd1bd80ac4b73f4" dependencies = [ "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.10.5", @@ -2267,8 +2282,9 @@ dependencies = [ [[package]] name = "radix-substate-store-queries" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0099ee240bfd0ce74936e337b655ffbe40af2f30348961ff2c313124185f225" dependencies = [ "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.10.5", @@ -2284,8 +2300,9 @@ dependencies = [ [[package]] name = "radix-transactions" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6f12b263db56da50ba27fcca074c870a16fd7e4f6a88022f7c4b2ad761e2e11" dependencies = [ "annotate-snippets", "bech32", @@ -2638,8 +2655,9 @@ dependencies = [ [[package]] name = "sbor" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17d72c7d255b90198cf83c4cc4907021a927f484586939d8d50bdcd045287bde" dependencies = [ "const-sha1", "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2652,8 +2670,9 @@ dependencies = [ [[package]] name = "sbor-derive" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a51a6bd2e7849a2a8826a473e83a9a995011af21892acee89e62ce93f0d7c42" dependencies = [ "proc-macro2", "sbor-derive-common", @@ -2662,8 +2681,9 @@ dependencies = [ [[package]] name = "sbor-derive-common" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02f1209a1d8c81d724c45afc06e41aa4e64a18b389e8cdece53da61bad1c1620" dependencies = [ "const-sha1", "itertools 0.10.5", @@ -2675,7 +2695,7 @@ dependencies = [ [[package]] name = "sbor-json" version = "2.1.0-dev1" -source = "git+https://github.com/radixdlt/radix-engine-toolkit?rev=c699783b487e9c1eb78847f9093d918d3dbd5e39#c699783b487e9c1eb78847f9093d918d3dbd5e39" +source = "git+https://github.com/radixdlt/radix-engine-toolkit?rev=476d779fee08ed1e561ac8fc8730a2a404b7de79#476d779fee08ed1e561ac8fc8730a2a404b7de79" dependencies = [ "bech32", "radix-common", @@ -2758,8 +2778,9 @@ dependencies = [ [[package]] name = "scrypto" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc8a64aa6af83ed0dfc588a278c54138d9e7d855cf7b3a22287c5239a964285e" dependencies = [ "bech32", "const-sha1", @@ -2779,8 +2800,9 @@ dependencies = [ [[package]] name = "scrypto-derive" -version = "1.2.0-dev" -source = "git+https://github.com/radixdlt/radixdlt-scrypto?rev=397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad#397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c369a0c3f292e4704bd71d47c80a2d6162b1e0212e9c34f130634ee29e58c0ed" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b577bbe9f..d9aa6a77a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,22 +74,20 @@ strum = { git = "https://github.com/Peternator7/strum/", rev = "f746c3699acf1501 "derive", ] } -sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" } -radix-rust = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad", features = [ - "serde", -] } -radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" } -radix-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad", features = [ +sbor = { version = "1.2.0" } +radix-rust = { version = "1.2.0", features = ["serde"] } +radix-engine = { version = "1.2.0" } +radix-common = { version = "1.2.0", features = [ "serde", "secp256k1_sign_and_validate", ] } -radix-common-derive = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" } -radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" } +radix-common-derive = { version = "1.2.0" } +radix-engine-interface = { version = "1.2.0" } -radix-transactions = { git = "https://github.com/radixdlt/radixdlt-scrypto", rev = "397a1bc0bb67429f1c82fbe0a62b3ac2f89a6fad" } +radix-transactions = { version = "1.2.0" } -radix-engine-toolkit-json = { git = "https://github.com/radixdlt/radix-engine-toolkit", rev = "c699783b487e9c1eb78847f9093d918d3dbd5e39" } -radix-engine-toolkit = { git = "https://github.com/radixdlt/radix-engine-toolkit", rev = "c699783b487e9c1eb78847f9093d918d3dbd5e39" } +radix-engine-toolkit-json = { git = "https://github.com/radixdlt/radix-engine-toolkit", rev = "476d779fee08ed1e561ac8fc8730a2a404b7de79" } +radix-engine-toolkit = { git = "https://github.com/radixdlt/radix-engine-toolkit", rev = "476d779fee08ed1e561ac8fc8730a2a404b7de79" } # enum-iterator = "1.4.1" enum-iterator = { git = "https://github.com/stephaneyfx/enum-iterator/", rev = "9d472a1237cfd03b1c7657fdcba74c8070bfb4ea" }