Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
parity-bitcoin
Commits
20c603a1
Commit
20c603a1
authored
Jul 21, 2020
by
Svyatoslav Nikolsky
Browse files
workaround for #582
parent
e4cdea3b
Pipeline
#101190
failed with stage
in 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
20c603a1
...
...
@@ -463,7 +463,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "jsonrpc-core"
version = "8.0.0"
source = "git+https://github.com/
ethcore
/jsonrpc.git#
0eba7e745b0895b4234cd8d89b28e10e2c3c34a4
"
source = "git+https://github.com/
svyatonik
/jsonrpc.git#
2cb2cdc3c0e2d9acf7b34c83037dc257e47f8b99
"
dependencies = [
"futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -475,11 +475,11 @@ dependencies = [
[[package]]
name = "jsonrpc-http-server"
version = "8.0.0"
source = "git+https://github.com/
ethcore
/jsonrpc.git#
0eba7e745b0895b4234cd8d89b28e10e2c3c34a4
"
source = "git+https://github.com/
svyatonik
/jsonrpc.git#
2cb2cdc3c0e2d9acf7b34c83037dc257e47f8b99
"
dependencies = [
"hyper 0.11.7 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core 8.0.0 (git+https://github.com/
ethcore
/jsonrpc.git)",
"jsonrpc-server-utils 8.0.0 (git+https://github.com/
ethcore
/jsonrpc.git)",
"jsonrpc-core 8.0.0 (git+https://github.com/
svyatonik
/jsonrpc.git)",
"jsonrpc-server-utils 8.0.0 (git+https://github.com/
svyatonik
/jsonrpc.git)",
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
"unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -488,19 +488,19 @@ dependencies = [
[[package]]
name = "jsonrpc-macros"
version = "8.0.0"
source = "git+https://github.com/
ethcore
/jsonrpc.git#
0eba7e745b0895b4234cd8d89b28e10e2c3c34a4
"
source = "git+https://github.com/
svyatonik
/jsonrpc.git#
2cb2cdc3c0e2d9acf7b34c83037dc257e47f8b99
"
dependencies = [
"jsonrpc-core 8.0.0 (git+https://github.com/
ethcore
/jsonrpc.git)",
"jsonrpc-pubsub 8.0.0 (git+https://github.com/
ethcore
/jsonrpc.git)",
"jsonrpc-core 8.0.0 (git+https://github.com/
svyatonik
/jsonrpc.git)",
"jsonrpc-pubsub 8.0.0 (git+https://github.com/
svyatonik
/jsonrpc.git)",
"serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "jsonrpc-pubsub"
version = "8.0.0"
source = "git+https://github.com/
ethcore
/jsonrpc.git#
0eba7e745b0895b4234cd8d89b28e10e2c3c34a4
"
source = "git+https://github.com/
svyatonik
/jsonrpc.git#
2cb2cdc3c0e2d9acf7b34c83037dc257e47f8b99
"
dependencies = [
"jsonrpc-core 8.0.0 (git+https://github.com/
ethcore
/jsonrpc.git)",
"jsonrpc-core 8.0.0 (git+https://github.com/
svyatonik
/jsonrpc.git)",
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
...
...
@@ -508,11 +508,11 @@ dependencies = [
[[package]]
name = "jsonrpc-server-utils"
version = "8.0.0"
source = "git+https://github.com/
ethcore
/jsonrpc.git#
0eba7e745b0895b4234cd8d89b28e10e2c3c34a4
"
source = "git+https://github.com/
svyatonik
/jsonrpc.git#
2cb2cdc3c0e2d9acf7b34c83037dc257e47f8b99
"
dependencies = [
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"globset 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core 8.0.0 (git+https://github.com/
ethcore
/jsonrpc.git)",
"jsonrpc-core 8.0.0 (git+https://github.com/
svyatonik
/jsonrpc.git)",
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -1022,9 +1022,9 @@ version = "0.1.0"
dependencies = [
"chain 0.1.0",
"db 0.1.0",
"jsonrpc-core 8.0.0 (git+https://github.com/
ethcore
/jsonrpc.git)",
"jsonrpc-http-server 8.0.0 (git+https://github.com/
ethcore
/jsonrpc.git)",
"jsonrpc-macros 8.0.0 (git+https://github.com/
ethcore
/jsonrpc.git)",
"jsonrpc-core 8.0.0 (git+https://github.com/
svyatonik
/jsonrpc.git)",
"jsonrpc-http-server 8.0.0 (git+https://github.com/
svyatonik
/jsonrpc.git)",
"jsonrpc-macros 8.0.0 (git+https://github.com/
svyatonik
/jsonrpc.git)",
"keys 0.1.0",
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"miner 0.1.0",
...
...
@@ -1581,11 +1581,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum hyper 0.11.7 (registry+https://github.com/rust-lang/crates.io-index)" = "4959ca95f55df4265bff2ad63066147255e6fa733682cf6d1cb5eaff6e53324b"
"checksum iovec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b6e8b9c2247fcf6c6a1151f1156932be5606c9fd6f55a2d7f9fc1cb29386b2f7"
"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
"checksum jsonrpc-core 8.0.0 (git+https://github.com/
ethcore
/jsonrpc.git)" = "<none>"
"checksum jsonrpc-http-server 8.0.0 (git+https://github.com/
ethcore
/jsonrpc.git)" = "<none>"
"checksum jsonrpc-macros 8.0.0 (git+https://github.com/
ethcore
/jsonrpc.git)" = "<none>"
"checksum jsonrpc-pubsub 8.0.0 (git+https://github.com/
ethcore
/jsonrpc.git)" = "<none>"
"checksum jsonrpc-server-utils 8.0.0 (git+https://github.com/
ethcore
/jsonrpc.git)" = "<none>"
"checksum jsonrpc-core 8.0.0 (git+https://github.com/
svyatonik
/jsonrpc.git)" = "<none>"
"checksum jsonrpc-http-server 8.0.0 (git+https://github.com/
svyatonik
/jsonrpc.git)" = "<none>"
"checksum jsonrpc-macros 8.0.0 (git+https://github.com/
svyatonik
/jsonrpc.git)" = "<none>"
"checksum jsonrpc-pubsub 8.0.0 (git+https://github.com/
svyatonik
/jsonrpc.git)" = "<none>"
"checksum jsonrpc-server-utils 8.0.0 (git+https://github.com/
svyatonik
/jsonrpc.git)" = "<none>"
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
...
...
rpc/Cargo.toml
View file @
20c603a1
...
...
@@ -12,9 +12,9 @@ serde_json = "1.0"
serde_derive
=
"1.0"
rustc-hex
=
"2"
tokio-core
=
"0.1.1"
jsonrpc-core
=
{
git
=
"https://github.com/
ethcore
/jsonrpc.git"
}
jsonrpc-macros
=
{
git
=
"https://github.com/
ethcore
/jsonrpc.git"
}
jsonrpc-http-server
=
{
git
=
"https://github.com/
ethcore
/jsonrpc.git"
}
jsonrpc-core
=
{
git
=
"https://github.com/
svyatonik
/jsonrpc.git"
}
jsonrpc-macros
=
{
git
=
"https://github.com/
svyatonik
/jsonrpc.git"
}
jsonrpc-http-server
=
{
git
=
"https://github.com/
svyatonik
/jsonrpc.git"
}
sync
=
{
path
=
"../sync"
}
serialization
=
{
path
=
"../serialization"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment