Skip to content

Commit 03fc494

Browse files
authored
Merge pull request #112 from who-biz/ver-bump-3.6.0
Version bump for 3.6.0 release
2 parents a3c1482 + bdb46e7 commit 03fc494

File tree

10 files changed

+121
-112
lines changed

10 files changed

+121
-112
lines changed

Cargo.lock

Lines changed: 75 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "epic_wallet"
3-
version = "3.5.2"
3+
version = "3.6.0"
44
authors = ["Epic Developers <info@epiccash.com>"]
55
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
66
license = "Apache-2.0"
@@ -30,12 +30,12 @@ linefeed = "0.6"
3030
rustyline = "9.1.2"
3131
semver = "0.9"
3232

33-
epic_wallet_api = { path = "./api", version = "3.5.2" }
34-
epic_wallet_impls = { path = "./impls", version = "3.5.2" }
35-
epic_wallet_libwallet = { path = "./libwallet", version = "3.5.2" }
36-
epic_wallet_controller = { path = "./controller", version = "3.5.2" }
37-
epic_wallet_config = { path = "./config", version = "3.5.2" }
38-
epic_wallet_util = { path = "./util", version = "3.5.2" }
33+
epic_wallet_api = { path = "./api", version = "3.6.0" }
34+
epic_wallet_impls = { path = "./impls", version = "3.6.0" }
35+
epic_wallet_libwallet = { path = "./libwallet", version = "3.6.0" }
36+
epic_wallet_controller = { path = "./controller", version = "3.6.0" }
37+
epic_wallet_config = { path = "./config", version = "3.6.0" }
38+
epic_wallet_util = { path = "./util", version = "3.6.0" }
3939

4040
[build-dependencies]
4141
built = "0.3"

api/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "epic_wallet_api"
3-
version = "3.5.2"
3+
version = "3.6.0"
44
authors = ["Epic Developers <info@epiccash.com>"]
55
description = "Epic Wallet API"
66
license = "Apache-2.0"
@@ -25,10 +25,10 @@ base64 = "0.9"
2525
ed25519-dalek = "=1.0.0-pre.1"
2626

2727

28-
epic_wallet_libwallet = { path = "../libwallet", version = "3.5.2" }
29-
epic_wallet_config = { path = "../config", version = "3.5.2" }
30-
epic_wallet_impls = { path = "../impls", version = "3.5.2" }
31-
epic_wallet_util = { path = "../util", version = "3.5.2" }
28+
epic_wallet_libwallet = { path = "../libwallet", version = "3.6.0" }
29+
epic_wallet_config = { path = "../config", version = "3.6.0" }
30+
epic_wallet_impls = { path = "../impls", version = "3.6.0" }
31+
epic_wallet_util = { path = "../util", version = "3.6.0" }
3232

3333
[dev-dependencies]
3434
serde_json = "1"

config/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "epic_wallet_config"
3-
version = "3.5.2"
3+
version = "3.6.0"
44
authors = ["Epic Developers <info@epiccash.com>"]
55
description = "Configuration for epic wallet, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
66
license = "Apache-2.0"
@@ -16,7 +16,7 @@ serde_derive = "1"
1616
toml = "0.4"
1717
dirs = "1.0.3"
1818

19-
epic_wallet_util = { path = "../util", version = "3.5.2" }
19+
epic_wallet_util = { path = "../util", version = "3.6.0" }
2020

2121
[dev-dependencies]
2222
pretty_assertions = "0.5.1"

controller/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "epic_wallet_controller"
3-
version = "3.5.2"
3+
version = "3.6.0"
44
authors = ["Epic Developers <info@epiccash.com>"]
55
description = "Controllers for epic wallet instantiation"
66
license = "Apache-2.0"
@@ -31,8 +31,8 @@ easy-jsonrpc-mw = "0.5.4"
3131
lazy_static = "1"
3232
tungstenite = {version="*", features = ["native-tls"] }
3333

34-
epic_wallet_util = { path = "../util", version = "3.5.2" }
35-
epic_wallet_api = { path = "../api", version = "3.5.2" }
36-
epic_wallet_impls = { path = "../impls", version = "3.5.2" }
37-
epic_wallet_libwallet = { path = "../libwallet", version = "3.5.2" }
38-
epic_wallet_config = { path = "../config", version = "3.5.2" }
34+
epic_wallet_util = { path = "../util", version = "3.6.0" }
35+
epic_wallet_api = { path = "../api", version = "3.6.0" }
36+
epic_wallet_impls = { path = "../impls", version = "3.6.0" }
37+
epic_wallet_libwallet = { path = "../libwallet", version = "3.6.0" }
38+
epic_wallet_config = { path = "../config", version = "3.6.0" }

debian/changelog

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1+
epic-wallet (3.6.0) focal; urgency=high
2+
3+
[ Epic Team ]
4+
* Epicbox Protocol v3.0.0 upgrade
5+
* Change default epicbox domain to epicbox.epiccash.com
6+
* Adds ability to display to/from address in wallet transfers
7+
8+
-- Epic Team <info@epiccash.com> Wed, 27 Feb 2024 12:00:00 +0000
9+
110
epic-wallet (3.5.2) focal; urgency=medium
211

312
[ Epic Team ]
413
* Epicbox stability improvements
514
* Changes to subscribe interval for epicbox connections
615
* Increase minimum node compat to 3.5.0
716

8-
-- Epic Team <admin@epic.tech> Wed, 22 Feb 2023 12:00:00 +0000
17+
-- Epic Team <info@epiccash.com> Wed, 22 Feb 2024 12:00:00 +0000
918

1019
epic-wallet (3.5.0) focal; urgency=high
1120

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Source: epic-wallet
22
Section: utils
33
Priority: optional
4-
Maintainer: Epic Team <admin@epic.tech>
4+
Maintainer: Epic Team <info@epiccash.com>
55
Build-Depends: build-essential, debhelper, rustc, cargo, cmake, libclang-dev, libncurses5-dev, clang, libncursesw5-dev, pkg-config, libssl-dev
66
Standards-Version: 4.0.0
7-
Homepage: https://epic.tech
7+
Homepage: epiccash.com
88

99
Package: epic-wallet
1010
Architecture: amd64

impls/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "epic_wallet_impls"
3-
version = "3.5.2"
3+
version = "3.6.0"
44
authors = ["Epic Developers <info@epiccash.com>"]
55
description = "Concrete types derived from libwallet traits"
66
license = "Apache-2.0"
@@ -48,6 +48,6 @@ tungstenite = {version="*", features = ["native-tls"] }
4848
tokio = { version = "0.2", features = ["full"] }
4949
reqwest = { version = "0.10", features = ["rustls-tls", "socks"] }
5050

51-
epic_wallet_util = { path = "../util", version = "3.5.2" }
52-
epic_wallet_config = { path = "../config", version = "3.5.2" }
53-
epic_wallet_libwallet = { path = "../libwallet", version = "3.5.2" }
51+
epic_wallet_util = { path = "../util", version = "3.6.0" }
52+
epic_wallet_config = { path = "../config", version = "3.6.0" }
53+
epic_wallet_libwallet = { path = "../libwallet", version = "3.6.0" }

libwallet/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "epic_wallet_libwallet"
3-
version = "3.5.2"
3+
version = "3.6.0"
44
authors = ["Epic Developers <info@epiccash.com>"]
55
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
66
license = "Apache-2.0"
@@ -38,5 +38,5 @@ chacha20poly1305 = "0.10.1"
3838

3939

4040

41-
epic_wallet_util = { path = "../util", version = "3.5.2" }
42-
epic_wallet_config = { path = "../config", version = "3.5.2" }
41+
epic_wallet_util = { path = "../util", version = "3.6.0" }
42+
epic_wallet_config = { path = "../config", version = "3.6.0" }

util/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "epic_wallet_util"
3-
version = "3.5.2"
3+
version = "3.6.0"
44
authors = ["Epic Developers <info@epiccash.com>"]
55
description = "Util, for generic utilities and to re-export epic crates"
66
license = "Apache-2.0"
@@ -17,12 +17,12 @@ toml = "0.4"
1717
dirs = "1.0.3"
1818

1919
# For Release
20-
epic_core = { git = "https://github.com/EpicCash/epic", tag = "v3.5.2" }
21-
epic_keychain = { git = "https://github.com/EpicCash/epic", tag = "v3.5.2" }
22-
epic_chain = { git = "https://github.com/EpicCash/epic", tag = "v3.5.2" }
23-
epic_util = { git = "https://github.com/EpicCash/epic", tag = "v3.5.2" }
24-
epic_api = { git = "https://github.com/EpicCash/epic", tag = "v3.5.2" }
25-
epic_store = { git = "https://github.com/EpicCash/epic", tag = "v3.5.2" }
20+
epic_core = { git = "https://github.com/EpicCash/epic", tag = "v3.6.0" }
21+
epic_keychain = { git = "https://github.com/EpicCash/epic", tag = "v3.6.0" }
22+
epic_chain = { git = "https://github.com/EpicCash/epic", tag = "v3.6.0" }
23+
epic_util = { git = "https://github.com/EpicCash/epic", tag = "v3.6.0" }
24+
epic_api = { git = "https://github.com/EpicCash/epic", tag = "v3.6.0" }
25+
epic_store = { git = "https://github.com/EpicCash/epic", tag = "v3.6.0" }
2626

2727
# For Local use
2828
# epic/

0 commit comments

Comments
 (0)