Skip to content

Releases: RGB-WG/rgb-core

RGB Core v0.10.7

25 Jul 15:12
83dec56
Compare
Choose a tag to compare

What's Changed

  • Add chunking to Baid58-based identifiers (ContractId, SchemaId, AttachId) by @dr-orlovsky in #173
  • Switch to use stashfs: URL schema for AttachId string representation by @dr-orlovsky in #173

Full Changelog: v0.10.6...v0.10.7

RGB Core v0.10.6

24 Jul 02:11
Compare
Choose a tag to compare

What's Changed

  • Use new Baid58 v0.4 URL/URN-based ids by @dr-orlovsky in #171
  • Change how RGB consensus version is displayed

Full Changelog: v0.10.5...v0.10.6

RGB Core v0.10.5

14 Jul 17:15
5a453fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.4...v0.10.5

RGB Core v0.10.4

16 Jun 15:27
ddcaca7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.3...v0.10.4

RGB Core v0.10.3

16 Jun 10:34
94fd411
Compare
Choose a tag to compare

What's Changed

  • Update strict types library to use new library generators by @dr-orlovsky in #155

Full Changelog: v0.10.2...v0.10.3

RGB Core v0.10.2

16 Jun 10:34
d4be9b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.10.2

RGB Core v0.10.1

28 Apr 09:57
ee779ca
Compare
Choose a tag to compare

This is a bugfix release updating dependencies to the new fixed versions. It doesn't contain any changes to the RGB Core itself.

Full Changelog: v0.10.0...v0.10.1

RGB Core v0.10

09 Apr 18:48
bd5137c
Compare
Choose a tag to compare

Refactoring

The release represent deep refactoring of RGB to complete its support for Turing-complete smart contracts.

  • Migration to strict type system
  • Removing embedded validation procedures in favor of AluVM
  • Global state
  • Consensus ordering of global state data
  • Validation of structured state with strict types system

Merged PRs

Full Changelog: v0.9.0...v0.10.0

RGB Core v0.10 beta 1

10 Mar 12:26
8f1ad40
Compare
Choose a tag to compare
RGB Core v0.10 beta 1 Pre-release
Pre-release

What's Changed

  • WASM support in #142
  • AluVM RGB runtime environment with RGB op codes
  • Support for compiled type systems in Schema
  • Support for dedicated verification entry points in Schema
  • Implementation of consensus ordering of global state data

Full Changelog: v0.10.0-beta.1...v0.10.0-beta.2

RGB Core v0.10 beta 1

06 Feb 03:17
3aa71b3
Compare
Choose a tag to compare
RGB Core v0.10 beta 1 Pre-release
Pre-release
  • Full re-write of RGB type system, data serialization and commitments workflow
  • Use of confined collections controlling minimal and maximal number of items
  • Removal of Grin fork of secp256k1-zkp library used for bulletproofs
  • Multiple consensus-level improvements
    • Global state
    • Fast-forward update versioning
    • Removal of embedded procedures
  • All non-consensus code moved to RGB standard library

Full Changelog: v0.9.0...v0.10.0-beta.1