Skip to content

0.3.0-beta.2

Choose a tag to compare

@zoedberg zoedberg released this 22 Oct 09:00
· 209 commits to master since this release
0.3.0-beta.2
42eff92

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_confirmations to 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_witness to rust_only mod

Full Changelog: 0.3.0-beta.1...0.3.0-beta.2