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

RGB Node v0.9

06 Feb 04:06
fadc303
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.4...v0.9.0

v0.9.0 RC1

27 Dec 19:40
13c119e
Compare
Choose a tag to compare
v0.9.0 RC1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.4...v0.9.0-rc.1

v0.8.4

25 Dec 15:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.8.4

v0.8.3

25 Dec 15:39
f69ff61
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

19 Dec 17:04
86b45d5
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @crisdut in #217
  • Fix building documentation on docs.rs by @zoedberg in #224
  • Use of fixed Anchor Merkle tree merge algorithm from commit_verify crate

Full Changelog: v0.8.1...v0.8.2

Release v0.8.1

16 Nov 13:16
68ba7fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

Release v0.8

30 Jul 12:44
Compare
Choose a tag to compare

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

13 Jun 14:36
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.5.0...v0.7.0

Release v0.5

13 Jun 14:33
Compare
Choose a tag to compare

What's new

  • Integration of new VM (AluVM) for Turing-complete smart contract support

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

Release v0.4

19 Mar 00:05
e9322c6
Compare
Choose a tag to compare
  • 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