Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Releases: RGB-WG/rgb-node

Release v0.3

27 Jan 13:28
a79f9cd
Compare
Choose a tag to compare
  • Removing all duplicated code present in upstream repos
  • Removing tokio, features & async-trait dependencies, switching to
    microservices engine
  • RGB-20, 21, 22, 23 data structures extracted to crates in RGB Core Lib
  • Refactored directory structure into a simplier one
  • Removed dependencies on regexp etc
  • Improved use of features to minimize upstream dependencies and version
    conflicts
  • SQL and NoSQL storage engines made optional
  • Migration on RGB Core library and v0.3 of LNP/BP libraries
  • Using rust-bitcoin 0.26
  • Internal directory structure refactoring
  • Improved debugging output information with Bech32 data representation

v0.3 Beta

27 Jan 13:28
59bca1b
Compare
Choose a tag to compare
v0.3 Beta Pre-release
Pre-release
v0.3.0-beta.1

v0.3.0-beta.1 release

v0.3 Alpha

21 Jan 12:17
00c5c42
Compare
Choose a tag to compare
v0.3 Alpha Pre-release
Pre-release
  • Migration on RGB Core library and v0.3 of LNP/BP libraries
  • Using rust-bitcoin 0.26
  • Internal directory structure refactoring

v0.2.2

15 Jan 15:09
57cd56f
Compare
Choose a tag to compare
  • Fix to PSBT tweaking key representation for i9n integration interface
  • README improvements

v0.2.1

18 Dec 19:19
5527f1f
Compare
Choose a tag to compare
  • Fix to PSBT tweaking key representation for i9n integration interface
  • README improvements

Release v0.2

17 Dec 10:06
36819dc
Compare
Choose a tag to compare

Core features

  • LNP Node and lightning network interoperability
  • RPC commands to get allocations for assets and outpoints
  • Asset validate, accept, asset_allocations and outpoint_assets methods
    in integration mod
  • Sync operation supports multiple data formats
  • Strict encoding for asset data. Adding strict encode-based import/export.

Breaking changes

  • Changed order and types of arguments in integration module, cli & RPC

Changes since RC5

  • Fixed issue #102 with wrong PSBT decoding when deserializing from in-memory
    data
  • Fixed fungible command-line argument name (stash -> cache)
  • Fixing integration config parameters
  • Fixed issue #101: error message on fungible CLI API consistent with the code
  • Released some of the dependency version requirements in Cargo.toml

v0.2 RC 4

15 Dec 14:42
75f7d0e
Compare
Choose a tag to compare
v0.2 RC 4 Pre-release
Pre-release
  • Added asset import and export methods into I9N (integration) mod

v0.2 RC1

03 Dec 01:15
4144a66
Compare
Choose a tag to compare
v0.2 RC1 Pre-release
Pre-release
  • Updating issuance to match the latest RGB20 schema changes
  • Internal optimizations for RGB20 processor mod
  • Typos and dependency fixes
  • Using f64 instead of f32 for internal accounting amounts representations

v0.2 Beta 4

30 Nov 18:30
c74ac75
Compare
Choose a tag to compare
v0.2 Beta 4 Pre-release
Pre-release

Fixes:

  • Fixes to configuration in integration mode
  • Fixes default builds when serde is not used

v0.2 Beta 3

30 Nov 18:30
7d3ff33
Compare
Choose a tag to compare
v0.2 Beta 3 Pre-release
Pre-release

Features

  • Asset validate, accept, asset_allocations and outpoint_assets methods
    in integration mod