Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Synchronize with Substrate (#71)
Browse files Browse the repository at this point in the history
* Synchronize and reduce duff with Substrate

* Add helper script for syncing with Substrate

* Add `RuntimeBlockWeights` and `RuntimeBlockLength` back

* Add imports and definition

* Add invocation comment
  • Loading branch information
cmichi authored Aug 25, 2021
1 parent 42252ba commit d44ee14
Show file tree
Hide file tree
Showing 9 changed files with 887 additions and 1,291 deletions.
5 changes: 4 additions & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ imports_granularity = "Crate"
reorder_imports = true
# Consistency
newline_style = "Unix"
# Format comments
comment_width = 100
wrap_comments = true
# Misc
chain_width = 80
spaces_around_ranges = false
Expand All @@ -19,4 +22,4 @@ trailing_comma = "Vertical"
trailing_semicolon = false
use_field_init_shorthand = true
# Canvas specific
license_template_path = "FILE_HEADER"
license_template_path = "FILE_HEADER"
Loading

0 comments on commit d44ee14

Please sign in to comment.