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

Commit e9322c6

Browse files
committed
v0.4.0 release
1 parent 76e4d1c commit e9322c6

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change Log
22
==========
33

4+
v0.4.0
5+
------
6+
- Stash index, indexing anchors to transitions
7+
- Support for transfers from multi-contract UTXOs
8+
- Allocation change using disclosure procedure
9+
- Accepting own disclosures (encosure procedure)
10+
- Improved conceals for consignments
11+
- Refactored RGB20 asset cache data
12+
- Refactored RGB20 accept procedure
13+
- Improved work with witness PSBTs
14+
- Merge-revel procedure for accepting consignments and disclosures
15+
- Fix to transition mutability problem
16+
- Improved RGB20 RPC API
17+
- Improved and fixed validation status reporting
18+
419
v0.3.0
520
------
621
- Removing all duplicated code present in upstream repos

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rgb_node"
33
description = "RGB node"
4-
version = "0.4.0-rc"
4+
version = "0.4.0"
55
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
66
license = "MIT"
77
keywords = ["bitcoin", "node", "layer-2", "smart-contracts", "rgb"]

0 commit comments

Comments
 (0)