This repository was archived by the owner on Dec 9, 2023. It is now read-only.
Releases: RGB-WG/rgb-node
Releases · RGB-WG/rgb-node
Release v0.3
- 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
v0.3.0-beta.1 v0.3.0-beta.1 release
v0.3 Alpha
- Migration on RGB Core library and v0.3 of LNP/BP libraries
- Using rust-bitcoin 0.26
- Internal directory structure refactoring
v0.2.2
- Fix to PSBT tweaking key representation for
i9n
integration interface - README improvements
v0.2.1
- Fix to PSBT tweaking key representation for
i9n
integration interface - README improvements
Release v0.2
Core features
- LNP Node and lightning network interoperability
- RPC commands to get allocations for assets and outpoints
- Asset
validate
,accept
,asset_allocations
andoutpoint_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
- Added asset import and export methods into I9N (integration) mod
v0.2 RC1
- 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
Fixes:
- Fixes to configuration in integration mode
- Fixes default builds when serde is not used
v0.2 Beta 3
Features
- Asset
validate
,accept
,asset_allocations
andoutpoint_assets
methods
in integration mod