-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from who-biz/ver-bump-3.6.0
Version bump for 3.6.0 release
- Loading branch information
Showing
10 changed files
with
121 additions
and
112 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "epic_wallet" | ||
version = "3.5.2" | ||
version = "3.6.0" | ||
authors = ["Epic Developers <[email protected]>"] | ||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." | ||
license = "Apache-2.0" | ||
|
@@ -30,12 +30,12 @@ linefeed = "0.6" | |
rustyline = "9.1.2" | ||
semver = "0.9" | ||
|
||
epic_wallet_api = { path = "./api", version = "3.5.2" } | ||
epic_wallet_impls = { path = "./impls", version = "3.5.2" } | ||
epic_wallet_libwallet = { path = "./libwallet", version = "3.5.2" } | ||
epic_wallet_controller = { path = "./controller", version = "3.5.2" } | ||
epic_wallet_config = { path = "./config", version = "3.5.2" } | ||
epic_wallet_util = { path = "./util", version = "3.5.2" } | ||
epic_wallet_api = { path = "./api", version = "3.6.0" } | ||
epic_wallet_impls = { path = "./impls", version = "3.6.0" } | ||
epic_wallet_libwallet = { path = "./libwallet", version = "3.6.0" } | ||
epic_wallet_controller = { path = "./controller", version = "3.6.0" } | ||
epic_wallet_config = { path = "./config", version = "3.6.0" } | ||
epic_wallet_util = { path = "./util", version = "3.6.0" } | ||
|
||
[build-dependencies] | ||
built = "0.3" | ||
|
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 = "epic_wallet_api" | ||
version = "3.5.2" | ||
version = "3.6.0" | ||
authors = ["Epic Developers <[email protected]>"] | ||
description = "Epic Wallet API" | ||
license = "Apache-2.0" | ||
|
@@ -25,10 +25,10 @@ base64 = "0.9" | |
ed25519-dalek = "=1.0.0-pre.1" | ||
|
||
|
||
epic_wallet_libwallet = { path = "../libwallet", version = "3.5.2" } | ||
epic_wallet_config = { path = "../config", version = "3.5.2" } | ||
epic_wallet_impls = { path = "../impls", version = "3.5.2" } | ||
epic_wallet_util = { path = "../util", version = "3.5.2" } | ||
epic_wallet_libwallet = { path = "../libwallet", version = "3.6.0" } | ||
epic_wallet_config = { path = "../config", version = "3.6.0" } | ||
epic_wallet_impls = { path = "../impls", version = "3.6.0" } | ||
epic_wallet_util = { path = "../util", version = "3.6.0" } | ||
|
||
[dev-dependencies] | ||
serde_json = "1" | ||
|
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 = "epic_wallet_config" | ||
version = "3.5.2" | ||
version = "3.6.0" | ||
authors = ["Epic Developers <[email protected]>"] | ||
description = "Configuration for epic wallet, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." | ||
license = "Apache-2.0" | ||
|
@@ -16,7 +16,7 @@ serde_derive = "1" | |
toml = "0.4" | ||
dirs = "1.0.3" | ||
|
||
epic_wallet_util = { path = "../util", version = "3.5.2" } | ||
epic_wallet_util = { path = "../util", version = "3.6.0" } | ||
|
||
[dev-dependencies] | ||
pretty_assertions = "0.5.1" |
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 = "epic_wallet_controller" | ||
version = "3.5.2" | ||
version = "3.6.0" | ||
authors = ["Epic Developers <[email protected]>"] | ||
description = "Controllers for epic wallet instantiation" | ||
license = "Apache-2.0" | ||
|
@@ -31,8 +31,8 @@ easy-jsonrpc-mw = "0.5.4" | |
lazy_static = "1" | ||
tungstenite = {version="*", features = ["native-tls"] } | ||
|
||
epic_wallet_util = { path = "../util", version = "3.5.2" } | ||
epic_wallet_api = { path = "../api", version = "3.5.2" } | ||
epic_wallet_impls = { path = "../impls", version = "3.5.2" } | ||
epic_wallet_libwallet = { path = "../libwallet", version = "3.5.2" } | ||
epic_wallet_config = { path = "../config", version = "3.5.2" } | ||
epic_wallet_util = { path = "../util", version = "3.6.0" } | ||
epic_wallet_api = { path = "../api", version = "3.6.0" } | ||
epic_wallet_impls = { path = "../impls", version = "3.6.0" } | ||
epic_wallet_libwallet = { path = "../libwallet", version = "3.6.0" } | ||
epic_wallet_config = { path = "../config", version = "3.6.0" } |
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,11 +1,20 @@ | ||
epic-wallet (3.6.0) focal; urgency=high | ||
|
||
[ Epic Team ] | ||
* Epicbox Protocol v3.0.0 upgrade | ||
* Change default epicbox domain to epicbox.epiccash.com | ||
* Adds ability to display to/from address in wallet transfers | ||
|
||
-- Epic Team <[email protected]> Wed, 27 Feb 2024 12:00:00 +0000 | ||
|
||
epic-wallet (3.5.2) focal; urgency=medium | ||
|
||
[ Epic Team ] | ||
* Epicbox stability improvements | ||
* Changes to subscribe interval for epicbox connections | ||
* Increase minimum node compat to 3.5.0 | ||
|
||
-- Epic Team <[email protected]> Wed, 22 Feb 2023 12:00:00 +0000 | ||
-- Epic Team <[email protected]> Wed, 22 Feb 2024 12:00:00 +0000 | ||
|
||
epic-wallet (3.5.0) focal; urgency=high | ||
|
||
|
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,10 +1,10 @@ | ||
Source: epic-wallet | ||
Section: utils | ||
Priority: optional | ||
Maintainer: Epic Team <[email protected]> | ||
Maintainer: Epic Team <[email protected]> | ||
Build-Depends: build-essential, debhelper, rustc, cargo, cmake, libclang-dev, libncurses5-dev, clang, libncursesw5-dev, pkg-config, libssl-dev | ||
Standards-Version: 4.0.0 | ||
Homepage: https://epic.tech | ||
Homepage: epiccash.com | ||
|
||
Package: epic-wallet | ||
Architecture: amd64 | ||
|
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 = "epic_wallet_impls" | ||
version = "3.5.2" | ||
version = "3.6.0" | ||
authors = ["Epic Developers <[email protected]>"] | ||
description = "Concrete types derived from libwallet traits" | ||
license = "Apache-2.0" | ||
|
@@ -48,6 +48,6 @@ tungstenite = {version="*", features = ["native-tls"] } | |
tokio = { version = "0.2", features = ["full"] } | ||
reqwest = { version = "0.10", features = ["rustls-tls", "socks"] } | ||
|
||
epic_wallet_util = { path = "../util", version = "3.5.2" } | ||
epic_wallet_config = { path = "../config", version = "3.5.2" } | ||
epic_wallet_libwallet = { path = "../libwallet", version = "3.5.2" } | ||
epic_wallet_util = { path = "../util", version = "3.6.0" } | ||
epic_wallet_config = { path = "../config", version = "3.6.0" } | ||
epic_wallet_libwallet = { path = "../libwallet", version = "3.6.0" } |
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 = "epic_wallet_libwallet" | ||
version = "3.5.2" | ||
version = "3.6.0" | ||
authors = ["Epic Developers <[email protected]>"] | ||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." | ||
license = "Apache-2.0" | ||
|
@@ -38,5 +38,5 @@ chacha20poly1305 = "0.10.1" | |
|
||
|
||
|
||
epic_wallet_util = { path = "../util", version = "3.5.2" } | ||
epic_wallet_config = { path = "../config", version = "3.5.2" } | ||
epic_wallet_util = { path = "../util", version = "3.6.0" } | ||
epic_wallet_config = { path = "../config", version = "3.6.0" } |
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 = "epic_wallet_util" | ||
version = "3.5.2" | ||
version = "3.6.0" | ||
authors = ["Epic Developers <[email protected]>"] | ||
description = "Util, for generic utilities and to re-export epic crates" | ||
license = "Apache-2.0" | ||
|
@@ -17,12 +17,12 @@ toml = "0.4" | |
dirs = "1.0.3" | ||
|
||
# For Release | ||
epic_core = { git = "https://github.com/EpicCash/epic", tag = "v3.5.2" } | ||
epic_keychain = { git = "https://github.com/EpicCash/epic", tag = "v3.5.2" } | ||
epic_chain = { git = "https://github.com/EpicCash/epic", tag = "v3.5.2" } | ||
epic_util = { git = "https://github.com/EpicCash/epic", tag = "v3.5.2" } | ||
epic_api = { git = "https://github.com/EpicCash/epic", tag = "v3.5.2" } | ||
epic_store = { git = "https://github.com/EpicCash/epic", tag = "v3.5.2" } | ||
epic_core = { git = "https://github.com/EpicCash/epic", tag = "v3.6.0" } | ||
epic_keychain = { git = "https://github.com/EpicCash/epic", tag = "v3.6.0" } | ||
epic_chain = { git = "https://github.com/EpicCash/epic", tag = "v3.6.0" } | ||
epic_util = { git = "https://github.com/EpicCash/epic", tag = "v3.6.0" } | ||
epic_api = { git = "https://github.com/EpicCash/epic", tag = "v3.6.0" } | ||
epic_store = { git = "https://github.com/EpicCash/epic", tag = "v3.6.0" } | ||
|
||
# For Local use | ||
# epic/ | ||
|