Skip to content

Commit

Permalink
fix client wss issue by upgrading api-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Brenzikofer committed Oct 18, 2020
1 parent 53a1708 commit 0cfd9a8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 19 deletions.
24 changes: 9 additions & 15 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "encointer-client-notee"
version = "0.3.5"
#keep with node version
version = "0.3.6"
authors = ["encointer.org <alain@encointer.org>"]
edition = "2018"

[dependencies]
substrate-api-client = { git = "https://github.com/scs/substrate-api-client.git", tag="v0.4.9-sub2.0.0"}
substrate-api-client = { git = "https://github.com/scs/substrate-api-client.git", tag="v0.4.10-sub2.0.0"}
log = "0.4"
env_logger = "0.7"
hex = "0.4"
Expand Down
3 changes: 2 additions & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ homepage = 'https://encointer.org'
license = "GPL-3.0"
name = 'encointer-node-notee'
repository = 'https://github.com/encointer/encointer-node'
version = '0.3.5'
#keep with client version
version = '0.3.6'

[[bin]]
name = 'encointer-node-notee'
Expand Down
3 changes: 2 additions & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ homepage = 'https://encointer.org'
license = "GPL-3.0"
name = 'encointer-node-notee-runtime'
repository = 'https://github.com/encointer/encointer-node/'
# minor revision must always match runtime spec_version
# minor revision must match node/client
# patch revision must match runtime spec_version
version = '0.3.5'

[dependencies.encointer-scheduler]
Expand Down

0 comments on commit 0cfd9a8

Please sign in to comment.