Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'refactor-simplify' into refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Jul 22, 2021
2 parents 2179985 + d4eb089 commit 8906808
Show file tree
Hide file tree
Showing 300 changed files with 196 additions and 14,795 deletions.
26 changes: 10 additions & 16 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]
charset=utf-8
end_of_line=lf
indent_size=tab
indent_style=tab
insert_final_newline=true
max_line_length=100
tab_width=4
trim_trailing_whitespace=true

[*.{sh,yml,yaml}]
indent_size=2
indent_style=space

[*.md]
indent_size=4
indent_style=space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
77 changes: 0 additions & 77 deletions .maintain/config/mainnet.sample.yml

This file was deleted.

77 changes: 0 additions & 77 deletions .maintain/config/ropsten_crab.sample.yml

This file was deleted.

85 changes: 0 additions & 85 deletions .maintain/config/ropsten_pangolin.sample.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .maintain/config/task-pangolin-millau.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[pangolin]
endpoint = "ws://127.0.0.1:23044"
signer = "//Alice"

[millau]
endpoint = "ws://127.0.0.1:13044"
signer = "//Alice"

[relay]
lanes = [ "00000000" ]
auto_start = false
signer_pangolin = "//Alice"
signer_millau = "//Millau"
prometheus_params = { no_prometheus = false, prometheus_host = "127.0.0.1", prometheus_port = 9616 }
11 changes: 0 additions & 11 deletions .maintain/systemd/bridger.service.sample

This file was deleted.

2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hard_tabs = true
hard_tabs = false
max_width = 100
newline_style = "Unix"
reorder_imports = true
Expand Down
Loading

0 comments on commit 8906808

Please sign in to comment.