Skip to content

Commit

Permalink
v0.1.0-beta.2 release
Browse files Browse the repository at this point in the history
- Fixed macOS Big Sur stability
- Migration on rust-bitcoin 0.26, miniscript 5.0
- Updating to v0.3 of LNP/BP, Internet2 and RGB libraries
- Descriptor-specific code is moved to descriptor-wallet library managed by LNP/BP Standards Association
- FromSlip32 moved to LNP/BP Core Lib slip32 mod
- Fixes in RGB asset issue dialog (bugs related to field updates and values synchronization)
  • Loading branch information
dr-orlovsky committed Jan 22, 2021
1 parent b2e4dae commit 35029da
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 68 deletions.
75 changes: 16 additions & 59 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ amplify = { version = "3", features = ["serde"] }
amplify_derive = "2.4.2"
lnpbp = { version = "0.3", features = ["serde"] }
descriptor-wallet = { version = "0.3", features = ["serde"] }
slip132 = { version = "0.3.0-rc.1", features = ["serde"] }
lnp-core = { version = "0.3.0-beta.3", features = ["serde"] }
rgb-core = { version = "0.3.0-beta.3", features = ["serde"] }
rgb20 = { version = "0.3.0-rc.2", features = ["serde"] }
rgb21 = { version = "0.3.0-beta.3", features = [] }
rgb22 = { version = "0.3.0-beta.3", features = [] }
rgb23 = { version = "0.3.0-beta.3", features = [] }
internet2 = { version = "0.3.4", default-features = false, features = ["derive", "descriptor-wallet", "bitcoin-ext", "serde", "url"] }
slip132 = { version = "0.3", features = ["serde"] }
lnp-core = { version = "0.3", features = ["serde"] }
rgb-core = { version = "0.3", features = ["serde"] }
rgb20 = { version = "0.3", features = ["serde"] }
# rgb21 = { version = "0.3.0-beta.3", features = [] }
# rgb22 = { version = "0.3.0-beta.3", features = [] }
# rgb23 = { version = "0.3.0-beta.3", features = [] }
internet2 = { version = "0.3.7", default-features = false, features = ["derive", "descriptor-wallet", "bitcoin-ext", "serde", "url"] }
# Bitcoin
bitcoin = { version = "0.26", features = ["use-serde"] }
miniscript = { version = "5", features = ["use-serde", "compiler"] }
electrum-client = { version = "0.5.0-beta.1", git = "https://github.com/LNP-BP/rust-electrum-client", branch = "bitcoin-0.26" }
electrum-client = { version = "0.6" }
# Rust language
lazy_static = "1.4"
# Serialization & parsing
Expand Down

0 comments on commit 35029da

Please sign in to comment.