Skip to content

Commit

Permalink
Merge branch 'main' into discv5
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Dec 22, 2023
2 parents 7b16f92 + cf862bb commit 721dd03
Show file tree
Hide file tree
Showing 391 changed files with 18,186 additions and 15,113 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
book/cli/**/*.md linguist-vendored
book/cli/cli.md -linguist-vendored

crates/storage/libmdbx-rs/mdbx-sys/** linguist-vendored
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
cache-on-failure: true
- run:
cargo clippy --bin "${{ matrix.binary }}" --workspace --features "${{ matrix.network }}"
cargo clippy --bin "${{ matrix.binary }}" --workspace --features "${{ matrix.network }}" --lib --tests --benches --examples
env:
RUSTFLAGS: -D warnings

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
- uses: taiki-e/install-action@cargo-udeps
- name: Check for unused dependencies
run: cargo udeps --features "jemalloc,${{ matrix.network }}"
run: cargo udeps --lib --features "jemalloc,${{ matrix.network }}"
- uses: JasonEtco/create-an-issue@v2
if: ${{ failure() }}
env:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ target/
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb


# Generated by Intellij-based IDEs.
.idea

Expand Down Expand Up @@ -43,5 +42,8 @@ lcov.info
# Generated by ./etc/generate-jwt.sh
jwttoken/

# Cache directory for CCLS, if using it with MDBX sources
.ccls-cache/

# Generated by CMake due to MDBX sources
crates/storage/libmdbx-rs/mdbx-sys/libmdbx/cmake-build-debug
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ There are fundamentally three ways an individual can contribute:
**Anybody can participate in any stage of contribution**. We urge you to participate in the discussion around bugs and
participate in reviewing PRs.

### Contributions Related to Spelling and Grammar

At this time, we will not be accepting contributions that only fix spelling or grammatical errors in documentation, code or
elsewhere.

### Asking for help

<!-- If you have reviewed existing documentation and still have questions, or you are having problems, you can get help in the following ways: -->
Expand Down
Loading

0 comments on commit 721dd03

Please sign in to comment.