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

Commit c74ac75

Browse files
committed
v0.2.0-beta.4
1 parent 83e8122 commit c74ac75

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

CHANGELOG.md

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

4+
v0.2.0-beta.4
5+
-------------
6+
7+
### Fixes:
8+
- Fixes to configuration in integration mode
9+
- Fixes default builds when serde is not used
10+
11+
12+
v0.2.0-beta.3
13+
-------------
14+
15+
### Features
16+
- Asset `validate`, `accept`, `asset_allocations` and `outpoint_assets` methods
17+
in integration mod
18+
19+
420
v0.2.0-beta.2
521
-------------
622

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.2.0-beta.3"
4+
version = "0.2.0-beta.4"
55
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
66
license = "MIT"
77
keywords = ["bitcoin", "node", "layer-2", "smart-contracts", "rgb"]

README.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ same architecture include:
4444
* Bifrost – node for storing/passing client-side-validated data with watchtower
4545
functionality and used for Storm/RGB/DEX infrastructure
4646

47-
Other third parties provide their own nodes:
47+
Other third parties provide their own nodes designed with the same architecture,
48+
for instance:
4849
* [Keyring](https://github.com/pandoracore/keyring) for managing private key
4950
accounts, storage and signatures with support for miniscript and PSBTs
50-
* [MyCitadel](https://github.com/mycitadel/mycitadel-node) Bitcoin, LN & RGB
51-
enabled wallet service with support for other LNP/BP protocols
5251

5352
## Project organization & architecture
5453

@@ -147,4 +146,15 @@ track of the exact package version.
147146
After an update, run tests (`cargo test`) and manually test the software
148147
in order to stimulate function calls from updated libraries.
149148

149+
Please check [software using RGB Node](#software-using-rgb-node) for integration
150+
examples.
151+
150152
If any problem arises, open an issue.
153+
154+
155+
## Software using RGB Node
156+
157+
* [Bitcoin Pro](https://github.com/pandoracore/bitcoin-pro): tool for
158+
RGB asset issue & management for asset by the issuers
159+
* [MyCitadel](https://github.com/mycitadel) Bitcoin, LN & RGB
160+
enabled wallet service with support for other LNP/BP protocols

0 commit comments

Comments
 (0)