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

Commit

Permalink
v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 17, 2020
1 parent 44f249b commit 36819dc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Change Log
==========

v0.2.0
------

### Core features
- LNP Node and lightning network interoperability
- RPC commands to get allocations for assets and outpoints
- Asset `validate`, `accept`, `asset_allocations` and `outpoint_assets` methods
in integration mod
- Sync operation supports multiple data formats
- Strict encoding for asset data. Adding strict encode-based import/export.

### Breaking changes
- Changed order and types of arguments in integration module, cli & RPC

### Changes since RC5
- Fixed issue #102 with wrong PSBT decoding when deserializing from in-memory
data
- Fixed fungible command-line argument name (stash -> cache)
- Fixing integration config parameters
- Fixed issue #101: error message on fungible CLI API consistent with the code
- Released some of the dependency version requirements in Cargo.toml

v0.2.0-rc.5
-----------
- Fixed secondary issue rights processing in integration module and folding of
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rgb_node"
description = "RGB node"
version = "0.2.0-rc.5"
version = "0.2.0"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
license = "MIT"
keywords = ["bitcoin", "node", "layer-2", "smart-contracts", "rgb"]
Expand Down Expand Up @@ -32,7 +32,7 @@ required-features = ["cli"]
# LNP/BP crates
amplify = "2.4"
amplify_derive = "2.4.1"
lnpbp = { version = "~0.2.1", features = ["lnp", "url", "websockets", "keygen"] }
lnpbp = { version = "~0.2.2", features = ["lnp", "url", "websockets", "keygen"] }
lnpbp_derive = "~0.2.0"
lnpbp_services = "~0.2.0"
# Rust language
Expand Down

0 comments on commit 36819dc

Please sign in to comment.