-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore] History fix / signoff #3994
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: 6r1d <[email protected]>
Signed-off-by: Daniil Polyakov <[email protected]>
…nditions Signed-off-by: Nikita Strygin <[email protected]>
Signed-off-by: Nikita Strygin <[email protected]>
Signed-off-by: Shanin Roman <[email protected]>
Signed-off-by: Shanin Roman <[email protected]>
Co-authored-by: Shanin Roman <[email protected]> [fix] #3890: Fix validate topology on block sync Signed-off-by: Marin Veršić <[email protected]>
Signed-off-by: BAStos525 <[email protected]>
Since the implementation of rust-lang/rfcs#3389, it is now possible to specify workspace-level lints for rustc and clippy. This PR updates the cargo configuration and CI to use this new feature instead of cargo-lints. Note that it was only stabilized in `nightly-2023-09-10`. Using it with out current toolchain requires either a -Zlints flag or a modification to `.cargo/config.toml`: ``` [unstable] lints = true ``` Note that unlike the original suggestion in #3622, this doesn't make the lints crate level, but merely replaces a clunky unmaintained tool with a standard solution for configuring lints. In particular this PR: - Removes old lints.toml configuration files for cargo-lints - Adds [lint] tables to Cargo.toml of the root and wasm workspaces. The lints are duplicated between the two - Replaces `cargo lints clippy` invocations with `cargo clippy -Zlints` in CI scripts - Silences/fixes some new lints that popped up due to differences in how between `cargo lints` and workspaces - Does a drive-by fix to iroha_genesis: it now too shares cargo metadata as do other crates Signed-off-by: Nikita Strygin <[email protected]>
* [fix]: `mkdir -r` with store path, not lock path Signed-off-by: Dmitry Balashov <[email protected]> * [fix]: use `store_path` in the err Signed-off-by: Dmitry Balashov <[email protected]> * [refactor]: `&` Signed-off-by: Dmitry Balashov <[email protected]> * [refactor]: apply lint Signed-off-by: Dmitry Balashov <[email protected]> --------- Signed-off-by: Dmitry Balashov <[email protected]>
Signed-off-by: Shanin Roman <[email protected]>
Signed-off-by: Shanin Roman <[email protected]>
Signed-off-by: Nikita Strygin <[email protected]>
Signed-off-by: Nikita Strygin <[email protected]>
Signed-off-by: Nikita Strygin <[email protected]>
Signed-off-by: Nikita Strygin <[email protected]>
…y tagged enums Signed-off-by: Nikita Strygin <[email protected]>
…t rid of unnecessary .except in derive(Filter) This addresses the last of the concerns raised in #2437 Signed-off-by: Nikita Strygin <[email protected]>
…ition in derive(IdEqOrdHash), fix error reporting on stable Signed-off-by: Nikita Strygin <[email protected]>
…happy Signed-off-by: Nikita Strygin <[email protected]>
Signed-off-by: Nikita Strygin <[email protected]>
Signed-off-by: Marin Veršić <[email protected]>
[feat]: parse filter as JSON5 in `iroha_client_cli` Signed-off-by: Dmitry Balashov <[email protected]>
Signed-off-by: Ekaterina Mekhnetsova <[email protected]>
Signed-off-by: Daniil Polyakov <[email protected]>
Also, a drive-by fix to silence the "unused" lints in some other feature combinations Signed-off-by: Nikita Strygin <[email protected]>
Signed-off-by: BAStos525 <[email protected]>
Signed-off-by: Marin Veršić <[email protected]>
…#3913) Signed-off-by: Marin Veršić <[email protected]>
Signed-off-by: Marin Veršić <[email protected]>
Signed-off-by: Shanin Roman <[email protected]>
Signed-off-by: benhhack <[email protected]> Signed-off-by: Marin Veršić <[email protected]>
Signed-off-by: Marin Veršić <[email protected]>
Signed-off-by: Artemii Gerasimovich <[email protected]>
Signed-off-by: Daniil Polyakov <[email protected]>
Signed-off-by: Marin Veršić <[email protected]>
Signed-off-by: Artemii Gerasimovich <[email protected]>
Signed-off-by: Artemii Gerasimovich <[email protected]>
Signed-off-by: Marin Veršić <[email protected]>
6r1d
requested review from
s8sato,
appetrosyan,
mversic,
Arjentix,
SamHSmith,
QuentinI,
outoftardis,
ilchu,
pesterev,
Erigara,
0x009922 and
DCNick3
as code owners
October 17, 2023 05:32
github-actions
bot
added
the
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
label
Oct 17, 2023
Pull Request Test Coverage Report for Build 6542959994
💛 - Coveralls |
mversic
approved these changes
Oct 17, 2023
Erigara
approved these changes
Oct 17, 2023
AlexStroke
approved these changes
Oct 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes the signoff in f0b2092 by adding a signoff in 483b6d5c