diff --git a/Cargo.lock b/Cargo.lock index dc7157c..62f7815 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1561,7 +1561,7 @@ dependencies = [ [[package]] name = "rgb-core" version = "0.11.0-beta.5" -source = "git+https://github.com/RGB-WG/rgb-core?branch=v0.11#12a2e2b3d2af160301fb04d0423051c4ad0888a0" +source = "git+https://github.com/RGB-WG/rgb-core?branch=asset_tags#9d193fbfc676fee6496c025f395606eea45704d6" dependencies = [ "aluvm", "amplify", @@ -1583,7 +1583,7 @@ dependencies = [ [[package]] name = "rgb-invoice" version = "0.11.0-beta.5" -source = "git+https://github.com/RGB-WG/rgb-std?branch=v0.11#c9712b858a5ec461756d6c2d17c8f5a09fbd3921" +source = "git+https://github.com/RGB-WG/rgb-std?branch=asset_tags#dbf0df4d5c8457b5d298b0a69ecb0e58b04257c1" dependencies = [ "amplify", "baid58", @@ -1653,7 +1653,7 @@ dependencies = [ [[package]] name = "rgb-std" version = "0.11.0-beta.5" -source = "git+https://github.com/RGB-WG/rgb-std?branch=v0.11#c9712b858a5ec461756d6c2d17c8f5a09fbd3921" +source = "git+https://github.com/RGB-WG/rgb-std?branch=asset_tags#dbf0df4d5c8457b5d298b0a69ecb0e58b04257c1" dependencies = [ "amplify", "ascii-armor", diff --git a/Cargo.toml b/Cargo.toml index ef37942..4115404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,6 +106,6 @@ bp-std = { git = "https://github.com/BP-WG/bp-std", branch = "v0.11" } psbt = { git = "https://github.com/BP-WG/bp-std", branch = "v0.11" } descriptors = { git = "https://github.com/BP-WG/bp-std", branch = "v0.11" } bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "v0.11" } -rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "v0.11" } -rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.11" } -rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.11" } +rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "asset_tags" } +rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "asset_tags" } +rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "asset_tags" } diff --git a/cli/src/command.rs b/cli/src/command.rs index 9e3787b..60c63fb 100644 --- a/cli/src/command.rs +++ b/cli/src/command.rs @@ -43,7 +43,7 @@ use rgbstd::persistence::{Inventory, Stash}; use rgbstd::schema::SchemaId; use rgbstd::validation::Validity; use rgbstd::vm::RgbIsa; -use rgbstd::{AssetTag, AssignmentType, BundleId, OutputSeal, XChain, XOutputSeal}; +use rgbstd::{BundleId, OutputSeal, XChain, XOutputSeal}; use seals::txout::CloseMethod; use serde_crate::{Deserialize, Serialize}; use strict_types::encoding::{FieldName, TypeName}; @@ -784,7 +784,6 @@ impl Exec for RgbArgs { pub struct ConsignmentInspection { version: ContainerVer, transfer: bool, - asset_tags: TinyOrdMap, terminals: SmallOrdMap, supplements: TinyOrdSet, signatures: TinyOrdMap, @@ -838,7 +837,6 @@ impl Exec for RgbArgs { let contract = ConsignmentInspection { version: contract.version, transfer: contract.transfer, - asset_tags: contract.asset_tags, terminals: contract.terminals, supplements: contract.supplements, signatures: contract.signatures, @@ -925,11 +923,6 @@ impl Exec for RgbArgs { serde_yaml::to_string(suppl)?, )?; } - let tags = runtime.contract_asset_tags(id)?; - fs::write( - format!("{root_dir}/stash/geneses/{id}.tags.yaml"), - serde_yaml::to_string(tags)?, - )?; } for id in runtime.bundle_ids()? { fs::write(