Skip to content

Commit a0fa85b

Browse files
authored
Merge pull request #113 from LNP-BP/develop
Refactor into v0.10
2 parents 6b29870 + fbb57a7 commit a0fa85b

72 files changed

Lines changed: 2211 additions & 14103 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,9 @@ jobs:
3131
matrix:
3232
feature:
3333
- rand
34-
- crypto
3534
- serde
3635
- async
37-
- bitcoin
38-
- rand,crypto,bitcoin
3936
- all
40-
- bulletproofs
4137
steps:
4238
- uses: actions/checkout@v2
4339
- name: Install rust stable
@@ -78,7 +74,7 @@ jobs:
7874
strategy:
7975
fail-fast: false
8076
matrix:
81-
toolchain: [ nightly, beta, stable, 1.59.0 ]
77+
toolchain: [ nightly, beta, stable, 1.66.0 ]
8278
steps:
8379
- uses: actions/checkout@v2
8480
- name: Install rust ${{ matrix.toolchain }}

.rustfmt.toml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
1-
max_width = 80
1+
edition = "2021"
2+
version = "Two"
3+
4+
max_width = 100
5+
array_width = 100
6+
attr_fn_like_width = 100
7+
fn_call_width = 100
8+
29
format_code_in_doc_comments = true
310
fn_single_line = true
411
format_macro_matchers = true
12+
format_macro_bodues = true
513
format_strings = true
614
merge_derives = false
7-
imports_granularity = "Module"
815
overflow_delimited_expr = true
9-
group_imports = "StdExternalCrate"
16+
reorder_modules = false
1017
use_field_init_shorthand = true
1118
use_try_shorthand = true
1219
wrap_comments = true
13-
comment_width = 80
14-
license_template_path = "license_header"
20+
where_single_line = true
1521
unstable_features = true
22+
empty_item_single_line = true
23+
24+
binop_separator = "Back"
25+
26+
imports_granularity = "Module"
27+
group_imports = "StdExternalCrate"

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ participation.
1515
Actions within the technical scope of the project (code quality, spamming etc),
1616
as well as interaction with other maintainers and contributors of course is
1717
a factor of the access to the project development and lifecycle. The decision in
18-
these cases will be maid by the project maintainers, with the right of veto or
18+
these cases will be made by the project maintainers, with the right of veto or
1919
overriding vote reserved for the original project author, Maxim Orlovsky.

0 commit comments

Comments
 (0)