-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update hardcoded values for release * bump version of subcrates * tests: use PKG_VERSION in server.info * dockerfile: remove unused run command
- Loading branch information
1 parent
5104281
commit abf4bfc
Showing
15 changed files
with
54 additions
and
64 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ RUN chmod +x /usr/local/bin/florestad | |
|
||
EXPOSE 50001 | ||
|
||
CMD [ "florestad", "run"] | ||
CMD [ "florestad" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "floresta-chain" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
edition = "2021" | ||
authors = ["Davidson Souza <[email protected]>"] | ||
description = """ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "floresta-cli" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
edition = "2021" | ||
authors = ["Davidson Souza <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "floresta-common" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
edition = "2021" | ||
description = "Common types and functions for Floresta" | ||
authors = ["Davidson Souza <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "floresta-compact-filters" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["Davidson Sousa <[email protected]>"] | ||
edition = "2018" | ||
homepage = "https://github.com/davidson-souza/floresta" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "floresta-electrum" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
edition = "2021" | ||
authors = ["Davidson Souza <[email protected]>"] | ||
description = """ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "floresta-watch-only" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
edition = "2021" | ||
description = "A simple, lightweight and Electrum-First, watch-only wallet" | ||
authors = ["Davidson Souza <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "floresta-wire" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
edition = "2021" | ||
authors = ["Davidson Souza <[email protected]>"] | ||
description = """ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "floresta" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["Davidson Souza <[email protected]>"] | ||
edition = "2021" | ||
description = """ | ||
|
@@ -23,13 +23,13 @@ keywords = ["bitcoin", "utreexo", "node", "blockchain", "rust"] | |
categories = ["bitcoin", "blockchain", "node"] | ||
|
||
[dependencies] | ||
floresta-common = { path = "../floresta-common", version = "0.1.0" } | ||
floresta-chain = { path = "../floresta-chain", version = "0.1.0" } | ||
floresta-wire = { path = "../floresta-wire", version = "0.1.0" } | ||
floresta-common = { path = "../floresta-common", version = "0.2.0" } | ||
floresta-chain = { path = "../floresta-chain", version = "0.2.0" } | ||
floresta-wire = { path = "../floresta-wire", version = "0.2.0" } | ||
floresta-watch-only = { path = "../floresta-watch-only", features = [ | ||
"memory-database", | ||
], optional = true, version = "0.1.0" } | ||
floresta-electrum = { path = "../floresta-electrum", optional = true, version = "0.1.0" } | ||
], optional = true, version = "0.2.0" } | ||
floresta-electrum = { path = "../floresta-electrum", optional = true, version = "0.2.0" } | ||
|
||
[dev-dependencies] | ||
rustreexo = "0.3.0" | ||
|
@@ -40,12 +40,13 @@ bitcoin = { version = "0.31", features = [ | |
"bitcoinconsensus", | ||
], default-features=false } | ||
|
||
floresta = { version = "0.1.0", path = "../floresta", features = [ | ||
floresta = { version = "0.2.0", path = "../floresta", features = [ | ||
"bitcoinconsensus", | ||
"memory-database", | ||
"electrum-server", | ||
"watch-only-wallet", | ||
] } | ||
|
||
futures = "0.3.30" | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "florestad" | ||
version = "0.5.1" | ||
version = "0.6.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|