-
Notifications
You must be signed in to change notification settings - Fork 156
Elfedy check ci cache #514
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
Closed
Closed
Conversation
This file contains hidden or 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
* Add Google Cloud KMS Signer * Add GCP Signer option and error * fix format * Fix error handling * deps: add a google-longrunning feature to gcloud-sdk * Fix format * Fix format
* feat(forge) - add test progress * Code cleanup * Invariant progress bar cleanup * Display number of threads and shrink run counter * Add progress for regular fuzz tests too * Cleanup code, use rayon collect * Changes after review. Cleanup * Fix clippy
chore: add test for 2851
* add blockId to cast * Update opts.rs * Update main.rs * Update main.rs * update * tests --------- Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
* fix(invariant): exclude default addresses from senders * Changes after review: use array instead vec
Updating git repository `https://github.com/bluealloy/revm.git` Updating git repository `https://github.com/alloy-rs/alloy` Updating git repository `https://github.com/paradigmxyz/revm-inspectors` Locking 37 packages to latest compatible versions Updating alloy-dyn-abi v0.7.4 -> v0.7.5 Updating alloy-json-abi v0.7.4 -> v0.7.5 Updating alloy-primitives v0.7.4 -> v0.7.5 Updating alloy-sol-macro v0.7.4 -> v0.7.5 Updating alloy-sol-macro-expander v0.7.4 -> v0.7.5 Updating alloy-sol-macro-input v0.7.4 -> v0.7.5 Updating alloy-sol-type-parser v0.7.4 -> v0.7.5 Updating alloy-sol-types v0.7.4 -> v0.7.5 Updating anstyle-query v1.0.3 -> v1.1.0 Updating aws-config v1.5.0 -> v1.5.1 Updating aws-sdk-kms v1.29.0 -> v1.30.0 Updating aws-sdk-sso v1.27.0 -> v1.29.0 Updating aws-sdk-ssooidc v1.28.0 -> v1.30.0 Updating aws-sdk-sts v1.28.0 -> v1.29.0 Updating aws-smithy-runtime v1.5.4 -> v1.5.5 Updating aws-smithy-runtime-api v1.6.1 -> v1.6.2 Updating aws-types v1.3.0 -> v1.3.1 Updating cc v1.0.98 -> v1.0.99 Updating clap v4.5.4 -> v4.5.6 Updating clap_builder v4.5.2 -> v4.5.6 Updating clap_complete v4.5.2 -> v4.5.5 Updating clap_complete_fig v4.5.0 -> v4.5.1 Updating clap_derive v4.5.4 -> v4.5.5 Updating clap_lex v0.7.0 -> v0.7.1 Updating evmole v0.3.3 -> v0.3.4 Removing heck v0.4.1 Updating hyper v0.14.28 -> v0.14.29 (latest: v1.3.1) Updating proc-macro2 v1.0.84 -> v1.0.85 Updating ruint v1.12.1 -> v1.12.3 Updating ruint-macro v1.2.0 -> v1.2.1 Updating strum_macros v0.26.3 -> v0.26.4 Updating syn-solidity v0.7.4 -> v0.7.5 Updating toml v0.8.13 -> v0.8.14 Updating toml_edit v0.22.13 -> v0.22.14 Updating unicode-width v0.1.12 -> v0.1.13 Updating utf8parse v0.2.1 -> v0.2.2 Updating webpki-roots v0.26.1 -> v0.26.2 Updating winnow v0.6.9 -> v0.6.13 note: pass `--verbose` to see 154 unchanged dependencies behind latest Co-authored-by: mattsse <19890894+mattsse@users.noreply.github.com>
* Support WalletOpts in `cast wallet derive-private-key` command * rename cast wallet `derive-private-key` to `private-key` * fix formatting * Add aliases * verbose flag * tests * Make output format more consistent with other subcommands * hide legacy aliases * derivation path --------- Co-authored-by: poma <semenov.roman@mail.ru>
* Update README.md * add forge
* feat: add too many warnings error variant * docs: add to readme
…ansact (#8129) * fix(forge): preserve state of persisted accounts on rollFork to tx / transact * Changes after review: cleaner way to check if account persistent
… the --aws flag (#8131)
* fix(release): build forge and cast with aws support on release * fix(release): add support for aws-kms features for docker and releases
… debugging (#8134)
* chore: bump alloy 14ed25d * Format files * format: Remove unnecessary trailing comma updates * Fix to update only alloy in Cargo.lock * common: Enable eth feature for allot-rpc-types * Enable eth feature for alloy-rpc-types * bump alloy * new retry changes --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Locking 19 packages to latest compatible versions Updating cc v1.1.2 -> v1.1.6 Updating openssl v0.10.64 -> v0.10.65 Updating openssl-sys v0.9.102 -> v0.9.103 Updating portable-atomic v1.6.0 -> v1.7.0 Updating redox_syscall v0.5.2 -> v0.5.3 Updating scc v2.1.2 -> v2.1.4 Updating sdd v0.2.0 -> v1.7.0 Updating security-framework v2.11.0 -> v2.11.1 Updating security-framework-sys v2.11.0 -> v2.11.1 Updating thiserror v1.0.62 -> v1.0.63 Updating thiserror-impl v1.0.62 -> v1.0.63 Updating tokio v1.38.0 -> v1.38.1 Updating toml v0.8.14 -> v0.8.15 Updating toml_edit v0.22.15 -> v0.22.16 Updating tracing-tracy v0.11.0 -> v0.11.1 Updating tracy-client v0.17.0 -> v0.17.1 Updating tracy-client-sys v0.22.2 -> v0.23.0 Updating winnow v0.6.13 -> v0.6.14 Updating zip v2.1.3 -> v2.1.5 note: pass `--verbose` to see 144 unchanged dependencies behind latest Co-authored-by: mattsse <19890894+mattsse@users.noreply.github.com>
chore: 7702 active error correction Just realized this while going through foundry-rs/foundry#8476 (sorry, nits!
* feat: cast decode-eof & forge inspect <contract> eof * add docs * clippy * fix tests * review fixes
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.
Motivation
Solution