Skip to content

Commit

Permalink
wallet: payment workflow draft
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 13, 2023
1 parent 5bf1ca3 commit 8522c62
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 102 deletions.
109 changes: 73 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,7 @@ features = [ "all" ]

[patch.crates-io]
bp-invoice = { git = "https://github.com/BP-WG/bp-std", branch = "v0.11" }
bp-std = { 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-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" }
3 changes: 1 addition & 2 deletions cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ use amplify::confinement::U16;
use bp_util::{Config, Exec};
use bpstd::{Sats, Txid};
use bpwallet::{Invoice, TxParams};
use psbt::Psbt;
use rgb_rt::{DescriptorRgb, RgbDescr, RgbKeychain, RuntimeError};
use rgbinvoice::{Beneficiary, InvoiceState, RgbInvoice, RgbTransport};
use rgbstd::containers::{Bindle, Transfer, UniversalBindle};
use rgbstd::contract::{ContractId, GenesisSeal, GraphSeal, StateType};
use rgbstd::interface::{ContractBuilder, FilterExclude, IfaceId, SchemaIfaces};
use rgbstd::invoice::{Beneficiary, InvoiceState, RgbInvoice, RgbTransport};
use rgbstd::persistence::{Inventory, Stash};
use rgbstd::schema::SchemaId;
use rgbstd::SealDefinition;
Expand Down
Loading

0 comments on commit 8522c62

Please sign in to comment.