Skip to content

Commit

Permalink
Merge pull request #112 from who-biz/ver-bump-3.6.0
Browse files Browse the repository at this point in the history
Version bump for 3.6.0 release
  • Loading branch information
who-biz authored Feb 28, 2024
2 parents a3c1482 + bdb46e7 commit 03fc494
Show file tree
Hide file tree
Showing 10 changed files with 121 additions and 112 deletions.
150 changes: 75 additions & 75 deletions Cargo.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions Cargo.toml
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"
Expand Down Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions api/Cargo.toml
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"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions config/Cargo.toml
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"
Expand All @@ -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"
12 changes: 6 additions & 6 deletions controller/Cargo.toml
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"
Expand Down Expand Up @@ -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" }
11 changes: 10 additions & 1 deletion debian/changelog
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

Expand Down
4 changes: 2 additions & 2 deletions debian/control
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
Expand Down
8 changes: 4 additions & 4 deletions impls/Cargo.toml
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"
Expand Down Expand Up @@ -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" }
6 changes: 3 additions & 3 deletions libwallet/Cargo.toml
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"
Expand Down Expand Up @@ -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" }
14 changes: 7 additions & 7 deletions util/Cargo.toml
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"
Expand All @@ -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/
Expand Down

0 comments on commit 03fc494

Please sign in to comment.