Skip to content

Commit

Permalink
Merge pull request #113 from LNP-BP/develop
Browse files Browse the repository at this point in the history
Refactor into v0.10
  • Loading branch information
dr-orlovsky authored Feb 3, 2023
2 parents 6b29870 + fbb57a7 commit a0fa85b
Show file tree
Hide file tree
Showing 72 changed files with 2,211 additions and 14,103 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@ jobs:
matrix:
feature:
- rand
- crypto
- serde
- async
- bitcoin
- rand,crypto,bitcoin
- all
- bulletproofs
steps:
- uses: actions/checkout@v2
- name: Install rust stable
Expand Down Expand Up @@ -78,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.59.0 ]
toolchain: [ nightly, beta, stable, 1.66.0 ]
steps:
- uses: actions/checkout@v2
- name: Install rust ${{ matrix.toolchain }}
Expand Down
22 changes: 17 additions & 5 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
max_width = 80
edition = "2021"
version = "Two"

max_width = 100
array_width = 100
attr_fn_like_width = 100
fn_call_width = 100

format_code_in_doc_comments = true
fn_single_line = true
format_macro_matchers = true
format_macro_bodues = true
format_strings = true
merge_derives = false
imports_granularity = "Module"
overflow_delimited_expr = true
group_imports = "StdExternalCrate"
reorder_modules = false
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true
comment_width = 80
license_template_path = "license_header"
where_single_line = true
unstable_features = true
empty_item_single_line = true

binop_separator = "Back"

imports_granularity = "Module"
group_imports = "StdExternalCrate"
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ participation.
Actions within the technical scope of the project (code quality, spamming etc),
as well as interaction with other maintainers and contributors of course is
a factor of the access to the project development and lifecycle. The decision in
these cases will be maid by the project maintainers, with the right of veto or
these cases will be made by the project maintainers, with the right of veto or
overriding vote reserved for the original project author, Maxim Orlovsky.
Loading

0 comments on commit a0fa85b

Please sign in to comment.