Skip to content

Conversation

elfedy
Copy link
Contributor

@elfedy elfedy commented Aug 12, 2024

Motivation

Solution

DaniPopes and others added 30 commits June 6, 2024 23:46
* 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>
* 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
* fix(release): build forge and cast with aws support on release

* fix(release): add support for aws-kms features for docker and releases
* 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>
github-actions bot and others added 28 commits July 21, 2024 02:33
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
@elfedy elfedy closed this Aug 12, 2024
@elfedy elfedy deleted the elfedy-check-ci-cache branch August 12, 2024 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.