Skip to content

Commit 674babb

Browse files
committed
move rgb resolvers implementation from rgb-runtime to rgb-std
1 parent d7cf9a7 commit 674babb

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

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

tests/utils/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ pub use rgb::{
7575
info::ContractInfo,
7676
invoice::Pay2Vout,
7777
persistence::{MemContract, MemContractState, Stock},
78-
resolvers::AnyResolver,
7978
stl::ContractTerms,
8079
validation::{Failure, ResolveWitness, Scripts, Validity, Warning, WitnessResolverError},
8180
vm::{WitnessOrd, WitnessPos},
@@ -89,7 +88,6 @@ pub use rgb_altered::{
8988
info::ContractInfo,
9089
invoice::Pay2Vout,
9190
persistence::{MemContract, MemContractState, Stock},
92-
resolvers::AnyResolver,
9391
stl::ContractTerms,
9492
validation::{Failure, ResolveWitness, Scripts, Validity, Warning, WitnessResolverError},
9593
vm::{WitnessOrd, WitnessPos},
@@ -105,6 +103,7 @@ pub use rgbstd::{
105103
ContractBuilder, ContractData, DataAllocation, FilterExclude, FungibleAllocation,
106104
IssuerWrapper, TransitionBuilder,
107105
},
106+
indexers::AnyResolver,
108107
invoice::{Beneficiary, RgbInvoice, RgbInvoiceBuilder, XChainNet},
109108
persistence::{fs::FsBinStore, PersistedState, StashReadProvider},
110109
schema::SchemaId,

0 commit comments

Comments
 (0)