Releases: RGB-Tools/rgb-lib
0.3.0-beta.4
This is the fourth beta release of rgb-lib. It is meant for testing purposes, possibly on mainnet for reckless users and small amounts. No breaking changes are planned in the near future to database schema or RGB consensus structures.
Warnings
- blockchain reorgs are currently not handled, we suggest setting
min_confirmationsto a safe number (we suggest 3 at least) - IFA (Inflatable Fungible Assets) schema shouldn't be considered stable, breaking changes on it are expected in the near future. Usage could also compromise assets using other schemas, so try them only on test networks where you accept risking your assets
Main improvements
The main improvements over the previous release are:
- updated RGB dependencies to
v0.11.1-rc.6 - added support for testnet4
- added
inflate,inflate_beginandinflate_endAPIs for IFA - added reject list support for IFA
- check list during validation
- multi-stage send with unspendable allocation exclusion support
- fixed and improved input selection and RGB allocation tracking
- improved transfer handling on invalid consignment or proxy error
- added and improved tests
- performance optimizations
0.3.0-beta.3
This is the third beta release of rgb-lib. It is meant for testing purposes, possibly on mainnet for reckless users and small amounts. No breaking changes are planned in the near future to database schema or RGB consensus structures.
Warnings
- blockchain reorgs are currently not handled, we suggest setting
min_confirmationsto a safe number (we suggest 3 at least) - IFA (Inflatable Fungible Assets) schema shouldn't be considered stable, breaking changes on it are expected in the near future. Usage could also compromise assets using other schemas, so try them only on test networks where you accept risking your assets
Main improvements
The main improvements over the previous release are:
- updated RGB dependencies to
v0.11.1-rc.5 - add
consignment_pathtoTransfer - c-ffi bindings: fix
list_transfersby making the asset ID optional - added and improved tests
0.3.0-beta.2
This is the second beta release of rgb-lib. It is meant for testing purposes, possibly on mainnet for reckless users and small amounts. No breaking changes are planned in the near future to database schema or RGB consensus structures.
Warnings
- blockchain reorgs are currently not handled, we suggest setting
min_confirmationsto a safe number (we suggest 3 at least) - IFA (Inflatable Fungible Assets) schema shouldn't be considered stable, breaking changes on it are expected in the near future. Usage could also compromise assets using other schemas, so try them only on test networks where you accept risking your assets
Main improvements
The main improvements over the previous release are:
- updated RGB dependencies to
v0.11.1-rc.4 - added and improved tests
- add
upsert_witnesstorust_onlymod
0.3.0-beta.1
This is the first beta release of rgb-lib. It is meant for testing purposes, possibly on mainnet for reckless users and small amounts. No breaking changes are planned in the near future to database schema or RGB consensus structures.
Warnings
- blockchain reorgs are currently not handled, we suggest setting
min_confirmationsto a safe number (we suggest 3 at least) - IFA (Inflatable Fungible Assets) schema shouldn't be considered stable, breaking changes on it are expected in the near future. Usage could also compromise assets using other schemas, so try them only on test networks where you accept risking your assets
Main improvements
The main improvements over the previous alpha release are:
- updated RGB dependencies to
v0.11.1-rc.3 - updated BDK to
v2.0.0 - exposed
finalize_psbtmethod - added
WalletData::master_fingerprintand changedKeys::account_xpub_colored_fingerprinttoKeys::master_fingerprint: now PSBT will contain the full derivation path - added Go project from RGB-OS to bindings README
- added support for IFA schema (experimental, disabled on mainnet)
- changed amount to
Assignmentenum, which supports rights in addition to fungible amounts - added
WalletData::supported_schemas