Skip to content

Commit e975b88

Browse files
committed
chore: update to v0.12 RC2 pre-publication
1 parent 17fd9e2 commit e975b88

File tree

7 files changed

+14
-8
lines changed

7 files changed

+14
-8
lines changed

contracts/collectible.yaml.template

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
consensus: bitcoin
22
testnet: true
3-
codexId: WAHKjUOZ-gjaVJj0-IeQ8OHE-1lysvcD-E~Y~gnx-ZwsOezQ#rapid-forever-nice
3+
issuer:
4+
codexId: qg8TdlRF-~RGz7bI-pceS960-evWjLKg-NcWTNWy-D9pIYBA
5+
version: 0
6+
api: r~mUOw
47
name: OtherToken
58
method: issue
69
timestamp: "2024-12-18T10:32:00-02:00"
@@ -13,10 +16,10 @@ global:
1316
verified: Other asset
1417
- name: precision
1518
verified: centiMilli
16-
- name: circulating
19+
- name: issued
1720
verified: issued_supply
1821

1922
owned:
20-
- name: amount
23+
- name: balance
2124
seal: txid:vout
2225
data: issued_supply

contracts/usdt.yaml.template

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
consensus: bitcoin
22
testnet: true
3-
codexId: C11V4boH-t0lNXdS-U6MDKet-us0NCCo-1cWX7xU-7ahdfqw#regard-genius-belgium
3+
issuer:
4+
codexId: y6L7YTlM-5_v4LWy-oQsj5hV-I2imvxD-zRu0JBo-yaguhrY
5+
version: 0
6+
api: rLosfg
47
name: USDT
58
method: issue
69
timestamp: "2024-12-18T10:32:00-02:00"
@@ -12,10 +15,10 @@ global:
1215
verified: USD Tether
1316
- name: precision
1417
verified: centiMilli
15-
- name: circulating
18+
- name: issued
1619
verified: issued_supply
1720

1821
owned:
19-
- name: amount
22+
- name: balance
2023
seal: txid:vout
2124
data: issued_supply

demo.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ export SEED_PASSWORD="seed test password"
1717

1818
# crate variables
1919
BP_WALLET_FEATURES="--features=cli,hot"
20-
BP_WALLET_VER="0.12.0-beta.5"
20+
BP_WALLET_VER="0.12.0-rc.1"
2121
RGB_WALLET_FEATURES=""
22-
RGB_WALLET_VER="0.12.0-beta.5"
22+
RGB_WALLET_VER="0.12.0-rc.1.1"
2323

2424
# RGB wallet types
2525
WALLET_TYPES=("wpkh" "tapret-key-only")
-3.31 KB
Binary file not shown.

issuers/NonInflatableAsset.issuer

-3.32 KB
Binary file not shown.
6.01 KB
Binary file not shown.
5.91 KB
Binary file not shown.

0 commit comments

Comments
 (0)