Skip to content

Commit 3d23d04

Browse files
committed
chore: update dependencies to the released RC2
1 parent 70d408d commit 3d23d04

File tree

8 files changed

+107
-85
lines changed

8 files changed

+107
-85
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "psbt", "cli"]
33
default-members = [".", "psbt"]
44

55
[workspace.package]
6-
version = "0.12.0-rc.1.1"
6+
version = "0.12.0-rc.2"
77
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
88
categories = ["cryptography::cryptocurrencies"]
99
authors = ["Dr Maxim Orlovsky <orlovsky@lnp-bp.org>"]
@@ -19,15 +19,15 @@ nonasync = "0.1.2"
1919
strict_encoding = "2.9.1"
2020
strict_types = "2.9.0"
2121
commit_verify = "0.12.0-rc.1"
22-
bp-core = "0.12.0-rc.1"
23-
bp-std = { version = "0.12.0-rc.1", features = ["client-side-validation"] }
22+
bp-core = "0.12.0-rc.2"
23+
bp-std = { version = "0.12.0-rc.2", features = ["client-side-validation"] }
2424
bp-electrum = "0.12.0-rc.1"
2525
bp-esplora = { version = "0.12.0-rc.1", default-features = false, features = ["blocking-https"] }
26-
bp-wallet = { version = "0.12.0-rc.1" }
27-
rgb-std = { version = "0.12.0-rc.1" }
28-
rgb-runtime = { version = "0.12.0-rc.1", path = "." }
29-
rgb-psbt = { version = "0.12.0-rc.1", path = "psbt" }
30-
rgb-persist-fs = { version = "0.12.0-rc.1" }
26+
bp-wallet = { version = "0.12.0-rc.2" }
27+
rgb-std = { version = "0.12.0-rc.2" }
28+
rgb-runtime = { version = "0.12.0-rc.2", path = "." }
29+
rgb-psbt = { version = "0.12.0-rc.2", path = "psbt" }
30+
rgb-persist-fs = { version = "0.12.0-rc.2" }
3131
indexmap = "2.9.0"
3232
chrono = { version = "0.4.41", features = ["serde"] }
3333
serde = { version = "1", features = ["derive"] }
@@ -103,13 +103,3 @@ serde = [
103103

104104
[package.metadata.docs.rs]
105105
features = ["all"]
106-
107-
[patch.crates-io]
108-
ultrasonic = { git = "https://github.com/AluVM/ultrasonic", branch = "feat/opwitness" }
109-
sonic-api = { git = "https://github.com/AluVM/sonic", branch = "feat/opwitness" }
110-
sonic-callreq = { git = "https://github.com/AluVM/sonic", branch = "feat/opwitness" }
111-
sonic-persist-fs = { git = "https://github.com/AluVM/sonic", branch = "feat/opwitness" }
112-
hypersonic = { git = "https://github.com/AluVM/sonic", branch = "feat/opwitness" }
113-
rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.12" }
114-
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.12" }
115-
rgb-persist-fs = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.12" }

examples/DemoToken.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
consensus: bitcoin
22
testnet: true
3-
issuer: nmThRWDr-0hOJgJt-OFVCZTA-XX8aOWj-bkqWzK7-_jAtdhQ#justice-planet-viva
3+
issuer:
4+
codexId: 7C15w3W1-L0T~zXw-Aeh5~kV-Zquz729-HXQFKQW-_5lX9O8
5+
version: 0
6+
checksum: AYkSrg
47
name: DemoToken
58
method: issue
69
timestamp: "2024-12-18T10:32:00-02:00"

examples/RGB20-FNA.issuer

6.02 KB
Binary file not shown.

examples/RGB20-NFA.issuer

-5.56 KB
Binary file not shown.

examples/data/bitcoin.testnet/alice.wallet/data.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ name = ""
1010

1111
[lastUsed]
1212
0 = 2
13-
1 = 95
13+
1 = 96
1414

1515
[layer2]

examples/demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RGB_2="./target/debug/rgb -d examples/data2"
1010
$RGB init 2>/dev/null
1111
$RGB_2 init 2>/dev/null
1212

13-
$RGB import examples/RGB20-NFA.issuer
13+
$RGB import examples/RGB20-FNA.issuer
1414

1515
rm -rf examples/data/bitcoin.testnet/DemoToken.*.contract
1616
rm -rf examples/data2/bitcoin.testnet/DemoToken.*.contract

0 commit comments

Comments
 (0)