Commit 830fde2 1 parent a7ed6d2 commit 830fde2 Copy full SHA for 830fde2
File tree 5 files changed +5
-11
lines changed
polkadot/roadmap/implementers-guide
primitives/consensus/sassafras
5 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Basic
2
+ edition = " 2021"
2
3
hard_tabs = true
3
4
max_width = 100
4
5
use_small_heuristics = " Max"
@@ -18,10 +19,6 @@ match_block_trailing_comma = true
18
19
trailing_comma = " Vertical"
19
20
trailing_semicolon = false
20
21
use_field_init_shorthand = true
21
- ignore = [
22
- " cumulus/bridges" ,
23
- ]
24
- edition = " 2021"
25
22
# Format comments
26
23
comment_width = 100
27
24
wrap_comments = true
Original file line number Diff line number Diff line change 1
1
[book ]
2
- authors = [" Rob Habermeier " , " Peter Goodspeed-Niklaus " ]
2
+ authors = [" Parity Technologies <admin@parity.io> " ]
3
3
language = " en"
4
4
multilingual = false
5
5
src = " src"
Original file line number Diff line number Diff line change 2
2
name = " pallet-asset-rate"
3
3
version = " 4.0.0-dev"
4
4
description = " Whitelist non-native assets for treasury spending and provide conversion to native balance"
5
- authors = [ " William Freudenberger <w.freude@icloud.com> " ]
5
+ authors.workspace = true
6
6
homepage = " https://substrate.io"
7
7
edition.workspace = true
8
8
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sp-consensus-sassafras"
3
3
version = " 0.3.4-dev"
4
- authors = [ " Parity Technologies <admin@parity.io> " ]
4
+ authors.workspace = true
5
5
description = " Primitives for Sassafras consensus"
6
6
edition = " 2021"
7
7
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " substrate-frame-rpc-support"
3
3
version = " 3.0.0"
4
- authors = [
5
- " Parity Technologies <admin@parity.io>" ,
6
- " Andrew Dirksen <andrew@dirksen.com>" ,
7
- ]
4
+ authors.workspace = true
8
5
edition.workspace = true
9
6
license = " Apache-2.0"
10
7
homepage = " https://substrate.io"
You can’t perform that action at this time.
0 commit comments