This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
Releases: RGB-WG/rgb-node
Releases · RGB-WG/rgb-node
RGB Node v0.9
What's Changed
- Bump secp256k1 from 0.22.1 to 0.22.2 by @dependabot in #223
- Bump crates in build-dependencies. by @monaka in #232
- Bring latest v0.8 changes to the master by @dr-orlovsky in #230
- revert electrum-client usage temporary fix by @zoedberg in #234
- Remove unused dependencies by @zoedberg in #241
Full Changelog: v0.8.4...v0.9.0
v0.9.0 RC1
What's Changed
- Update to LNP/BP stack v0.9 by @dr-orlovsky
- Bump secp256k1 from 0.22.1 to 0.22.2 by @dependabot in #223
- Bump crates in build-dependencies. by @monaka in #232
- Bring latest v0.8 changes to the master by @dr-orlovsky in #230
Full Changelog: v0.8.4...v0.9.0-rc.1
v0.8.4
What's Changed
- Backport Bump secp256k1 from 0.22.1 to 0.22.2 by @dr-orlovsky in #229
- Fix to LNPBP-4 Merkle block merge bug by @dr-orlovsky in 3e52ed7
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
Full Changelog: v0.8.2...v0.8.3
v0.8.2
Release v0.8.1
What's Changed
- Fix outpoint_state index store by @zoedberg in #194
- Save Anchor information after transfer finalize by @crisdut in #193
- Fix transfer combine set_rgb_consumer call by @zoedberg in #196
- Start building and publishing docker images by GitHub Actions. by @monaka in #198
- Fix consignment processing by @zoedberg in #195
- Recreate header_containers containers tables on start rgbd by @crisdut in #203
- Fix bucketd and stormd integration by @crisdut in #202
- Proposal to unlocking blind utxo by @crisdut in #204
- add process_disclosure API by @zoedberg in #207
- CLI transfer combine: set_rgb_contract for blank by @zoedberg in #209
- Add finalize_transfers API by @zoedberg in #211
- process consignment: handle attachment assignments by @zoedberg in #212
New Contributors
Full Changelog: v0.8.0...v0.8.1
Release v0.8
Complete RGB/1 protocol support.
The node with v0.8 release was rewritten from scratch with the improved microsevice architecture and abastraction from a specific RGB contract types.
Full Changelog: v0.7.0...v0.8.0
Release v0.7
Developer preview of v0.7
Key changes
- Switch to Tapret commitments
- Breaking changes to consensus data encoding formats
- New LNPBP-4 multi-protocol commitments with merklization
- Support for data containers
- Support for multi-party transactions by using state transition bundles
- Support for large consignments with up to 4 billions of state transitions (64 thousands before)
- Deeper AluVM integration
- Support for arbitrary rich state
- New hierarchical data type system as a part of RGB schemata
Merged PRs
- TODO items annotated with referencing issue number by @rajarshimaitra in #167
- Add --features option to generate binaries by @azuchi in #173
- Fix README instructions using cargo install and all-features for local source. by @cryptoquick in #172
- Bump nix from 0.19.1 to 0.20.2 by @dependabot in #182
New Contributors
- @azuchi made their first contribution in #173
- @cryptoquick made their first contribution in #172
- @dependabot made their first contribution in #182
Full Changelog: v0.5.0...v0.7.0
Release v0.5
What's new
- Integration of new VM (AluVM) for Turing-complete smart contract support
What's Changed
- rgb-node demo updated as per v0.4.0 by @rajarshimaitra in #150
- TODO items annotated with referencing issue number by @rajarshimaitra in #167
- Add --features option to generate binaries by @azuchi in #173
- Fix README instructions using cargo install and all-features for local source. by @cryptoquick in #172
- update demo to version 0.4.2 by @zoedberg in #180
New Contributors
- @azuchi made their first contribution in #173
- @cryptoquick made their first contribution in #172
Full Changelog: v0.4.0...v0.5.0
Release v0.4
- Stash index, indexing anchors to transitions
- Support for transfers from multi-contract UTXOs
- Allocation change using disclosure procedure
- Accepting own disclosures (encosure procedure)
- Improved conceals for consignments
- Refactored RGB20 asset cache data
- Refactored RGB20 accept procedure
- Improved work with witness PSBTs
- Merge-revel procedure for accepting consignments and disclosures
- Fix to transition mutability problem
- Improved RGB20 RPC API
- Improved and fixed validation status reporting