Commit 8e42a9d
committed
new rgb lib version
1 parent 284d58b commit 8e42a9d
1 file changed
Lines changed: 1 addition & 1 deletion
- .github/workflows/release.yml+30-1
- .gitignore+1
- Cargo.lock+401-836
- Cargo.toml+14-18
- bindings/c-ffi/Cargo.lock+888-1.3k
- bindings/c-ffi/Cargo.toml+6
- bindings/uniffi/Cargo.lock+849-1.3k
- bindings/uniffi/Cargo.toml+6
- bindings/uniffi/src/lib.rs+111-16
- bindings/uniffi/src/rgb-lib.udl+10-9
- src/database/entities/pending_witness_outpoint.rs-60
- src/database/enums.rs+5-5
- src/error.rs+1-8
- src/lib.rs+13-21
- src/utils.rs+50-92
- src/wallet/offline.rs+37-29
- src/wallet/online.rs+20-80
- src/wallet/rust_only.rs+37-44
- src/wallet/test/blind_receive.rs+3-3
- src/wallet/test/create_utxos.rs+33-27
- src/wallet/test/drain_to.rs+11
- src/wallet/test/get_asset_balance.rs+6-6
- src/wallet/test/go_online.rs+25-6
- src/wallet/test/inflate.rs+265-29
- src/wallet/test/issue_asset_cfa.rs+19-6
- src/wallet/test/issue_asset_ifa.rs+28-7
- src/wallet/test/issue_asset_nia.rs+19-6
- src/wallet/test/issue_asset_uda.rs+19-6
- src/wallet/test/mod.rs+2
- src/wallet/test/refresh.rs+95-1
- src/wallet/test/rust_only.rs+8-7
- src/wallet/test/send.rs+585-53
- src/wallet/test/send_btc.rs+11-1
- src/wallet/test/utils/api.rs+96-14
- src/wallet/test/utils/chain.rs+4-5
- src/wallet/test/utils/helpers.rs+115-79
- tests/compose.yaml+21-2
- tests/regtest.sh+44-6
0 commit comments