-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/main' into feat/solidity-tests
- Loading branch information
Showing
175 changed files
with
12,381 additions
and
9,419 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,6 @@ | ||
[alias] | ||
gen-execution-api = "run --bin tools -- gen-execution-api" | ||
scenario = "run --release --bin tools -- scenario" | ||
scenario-with-tracing = "run --release --features tracing --bin tools -- scenario" | ||
replay-block = "run --release --bin tools -- replay-block" | ||
gen-execution-api = "run --bin tools -- gen-execution-api" | ||
scenario = "run --release --bin tools -- scenario" | ||
scenario-with-tracing = "run --release --features tracing --bin tools -- scenario" | ||
replay-block = "run --release --bin tools -- replay-block" | ||
generate-cheats-interface = "test -p foundry-cheatcodes-spec --features schema tests::" | ||
|
||
[target.'cfg(all())'] | ||
rustflags = [ | ||
"-Wclippy::all", | ||
"-Wclippy::await_holding_lock", | ||
"-Wclippy::bool-to-int-with-if", | ||
"-Wclippy::cast_lossless", | ||
"-Wclippy::char_lit_as_u8", | ||
"-Wclippy::checked_conversions", | ||
"-Wclippy::dbg_macro", | ||
"-Wclippy::debug_assert_with_mut_call", | ||
"-Wclippy::default_trait_access", | ||
"-Wclippy::doc_markdown", | ||
"-Wclippy::empty_enum", | ||
"-Wclippy::enum_glob_use", | ||
"-Wclippy::exit", | ||
"-Wclippy::expl_impl_clone_on_copy", | ||
"-Wclippy::explicit_deref_methods", | ||
"-Wclippy::explicit_into_iter_loop", | ||
"-Wclippy::fallible_impl_from", | ||
"-Wclippy::filter_map_next", | ||
"-Wclippy::flat_map_option", | ||
"-Wclippy::float_cmp_const", | ||
"-Wclippy::fn_params_excessive_bools", | ||
"-Wclippy::from_iter_instead_of_collect", | ||
"-Wclippy::implicit_clone", | ||
"-Wclippy::imprecise_flops", | ||
"-Wclippy::inconsistent_struct_constructor", | ||
"-Wclippy::inefficient_to_string", | ||
"-Wclippy::invalid_upcast_comparisons", | ||
"-Wclippy::items-after-statements", | ||
"-Wclippy::large_digit_groups", | ||
"-Wclippy::large_stack_arrays", | ||
"-Wclippy::large_types_passed_by_value", | ||
"-Wclippy::let_unit_value", | ||
"-Wclippy::linkedlist", | ||
"-Wclippy::lossy_float_literal", | ||
"-Wclippy::macro_use_imports", | ||
"-Wclippy::manual-assert", | ||
"-Wclippy::manual_ok_or", | ||
"-Wclippy::map_err_ignore", | ||
"-Wclippy::map_flatten", | ||
"-Wclippy::map_unwrap_or", | ||
"-Wclippy::match_on_vec_items", | ||
"-Wclippy::match_same_arms", | ||
"-Wclippy::match_wild_err_arm", | ||
"-Wclippy::match_wildcard_for_single_variants", | ||
"-Wclippy::mem_forget", | ||
"-Wclippy::missing_enforced_import_renames", | ||
"-Wclippy::mut_mut", | ||
"-Wclippy::mutex_integer", | ||
"-Wclippy::needless_borrow", | ||
"-Wclippy::needless_continue", | ||
"-Wclippy::needless_for_each", | ||
"-Wclippy::option_option", | ||
"-Wclippy::path_buf_push_overwrite", | ||
"-Wclippy::ptr_as_ptr", | ||
"-Wclippy::rc_mutex", | ||
"-Wclippy::redundant_closure_for_method_calls", | ||
"-Wclippy::ref_option_ref", | ||
"-Wclippy::rest_pat_in_fully_bound_structs", | ||
"-Wclippy::same_functions_in_if_condition", | ||
"-Wclippy::semicolon_if_nothing_returned", | ||
"-Wclippy::single_match_else", | ||
"-Wclippy::string_add_assign", | ||
"-Wclippy::string_add", | ||
"-Wclippy::string_lit_as_bytes", | ||
"-Wclippy::string_to_string", | ||
"-Wclippy::todo", | ||
"-Wclippy::trait_duplication_in_bounds", | ||
"-Wclippy::unimplemented", | ||
"-Wclippy::uninlined_format_args", | ||
"-Wclippy::unnested_or_patterns", | ||
"-Wclippy::unused_self", | ||
"-Wclippy::useless_transmute", | ||
"-Wclippy::verbose_file_reads", | ||
"-Wclippy::wildcard-imports", | ||
"-Wclippy::zero_sized_map_values", | ||
"-Wfuture_incompatible", | ||
"-Wnonstandard_style", | ||
"-Wrust_2018_idioms", | ||
] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nomicfoundation/edr": patch | ||
--- | ||
|
||
Provide a more helpful message when passing a timestamp bigger than 2^64 via JSON-RPC |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nomicfoundation/edr": patch | ||
--- | ||
|
||
Fixed a problem that prevented forking chains without mix hash fields in their blocks |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nomicfoundation/edr": patch | ||
--- | ||
|
||
Fixed missing remote contract code when setting storage |
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: PR review requested Slack notification | ||
|
||
on: | ||
pull_request_target: | ||
types: [review_requested] | ||
|
||
jobs: | ||
requested: | ||
uses: NomicFoundation/github-actions-workflows/.github/workflows/review-requested-slack-notification.yml@main | ||
secrets: inherit |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: PR reviewed Slack notification | ||
|
||
on: | ||
pull_request_review: | ||
types: [submitted] | ||
|
||
jobs: | ||
reviewed: | ||
uses: NomicFoundation/github-actions-workflows/.github/workflows/review-submitted-slack-notification.yml@main | ||
secrets: inherit |
Oops, something went wrong.