Skip to content

Commit

Permalink
v0.1.0-alpha.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 28, 2020
1 parent 6f12d8f commit 96f3d9e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

v0.1.0-alpha.2
--------------

- Skeleton for lnpd, channeld, gossipd and routed services/daemons
- Ping/pong interplay betweeen nodes
- Completed implementatino of enterprise service buses (CTL, MSG, BRIDGE)
- Basic channel creating workflow

v0.1.0-alpha.1
--------------

Expand Down
9 changes: 6 additions & 3 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ required-features = ["cli"]
# Rust language
amplify = "~2.0.6"
amplify_derive = "~2.0.6"
lnpbp = { git = "https://github.com/LNP-BP/rust-lnpbp", features = ["lnp", "url", "websockets"] }
lnpbp_derive = { git = "https://github.com/LNP-BP/rust-lnpbp" }
lnpbp_services = { git = "https://github.com/LNP-BP/rust-lnpbp" }
lnpbp = { version = "~0.2.0-alpha.2", features = ["lnp", "url", "websockets"] }
lnpbp_derive = "~0.2.0-alpha.2"
lnpbp_services = "~0.2.0-alpha.2"
lazy_static = "~1.4.0"
nix = { version = "~0.19.0", optional = true }
# Bitcoin
Expand Down Expand Up @@ -58,8 +58,8 @@ zmq = { version = "~0.9.2", optional = true }
[build-dependencies]
amplify = "~1.2.0"
amplify_derive = "~2.0.6"
lnpbp = { git = "https://github.com/LNP-BP/rust-lnpbp", features = ["lnp", "url", "websockets"] }
lnpbp_services = { git = "https://github.com/LNP-BP/rust-lnpbp" }
lnpbp = { version = "~0.2.0-alpha.2", features = ["lnp", "url", "websockets"] }
lnpbp_services = "~0.2.0-alpha.2"
clap = "=3.0.0-beta.2"
clap_generate = "=3.0.0-beta.2"
log = { version = "~0.4.8", features = ["max_level_trace", "release_max_level_debug"] }
Expand Down

0 comments on commit 96f3d9e

Please sign in to comment.