Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
f50db053
Unverified
Commit
f50db053
authored
Jul 24, 2020
by
asynchronous rob
Committed by
GitHub
Jul 24, 2020
Browse files
move bitfield-signing crate to `node/core` (#1465)
parent
cce0a950
Pipeline
#101556
passed with stages
in 26 minutes and 40 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
f50db053
...
...
@@ -4545,38 +4545,38 @@ dependencies = [
]
[[package]]
name = "polkadot-node-
bitfield-sign
ing"
name = "polkadot-node-
core-back
ing"
version = "0.1.0"
dependencies = [
"assert_matches",
"bitvec",
"derive_more 0.99.9",
"futures 0.3.5",
"log 0.4.8",
"polkadot-erasure-coding",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-primitives",
"polkadot-statement-table",
"sc-client-api",
"sc-keystore",
"wasm-timer",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-keyring",
]
[[package]]
name = "polkadot-node-core-b
ack
ing"
name = "polkadot-node-core-b
itfield-sign
ing"
version = "0.1.0"
dependencies = [
"assert_matches",
"bitvec",
"derive_more 0.99.9",
"futures 0.3.5",
"polkadot-erasure-coding",
"polkadot-node-primitives",
"log 0.4.8",
"polkadot-node-subsystem",
"polkadot-primitives",
"polkadot-statement-table",
"sc-client-api",
"sc-keystore",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-keyring",
"wasm-timer",
]
[[package]]
...
...
Cargo.toml
View file @
f50db053
...
...
@@ -43,7 +43,7 @@ members = [
"service"
,
"validation"
,
"node/bitfield-signing"
,
"node/
core/
bitfield-signing"
,
"node/core/proposer"
,
"node/network/bridge"
,
"node/network/pov-distribution"
,
...
...
node/bitfield-signing/Cargo.toml
→
node/
core/
bitfield-signing/Cargo.toml
View file @
f50db053
[package]
name
=
"polkadot-node-bitfield-signing"
name
=
"polkadot-node-
core-
bitfield-signing"
version
=
"0.1.0"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
@@ -9,7 +9,7 @@ bitvec = "0.17.4"
derive_more
=
"0.99.9"
futures
=
"0.3.5"
log
=
"0.4.8"
polkadot-primitives
=
{
path
=
"../../primitives"
}
polkadot-node-subsystem
=
{
path
=
"../subsystem"
}
polkadot-primitives
=
{
path
=
"../../
../
primitives"
}
polkadot-node-subsystem
=
{
path
=
"../
../
subsystem"
}
keystore
=
{
package
=
"sc-keystore"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
wasm-timer
=
"0.2.4"
node/bitfield-signing/src/lib.rs
→
node/
core/
bitfield-signing/src/lib.rs
View file @
f50db053
File moved
Ghost User
@ghost
mentioned in commit
c1dc4954
·
Jul 27, 2020
mentioned in commit
c1dc4954
mentioned in commit c1dc4954df2495403d811f9361b5a83485a4c814
Toggle commit list
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