Commit bcc78eb
v1.3.1 backports (#11207)
* fix(cast): use all providers if local artifacts used (#11090)
* fix(cast): use all providers if local artifacts used
* Fix
* fix(cast): improve handling of `mktx --raw-unsigned` with runtime validation (#11111)
* fix(mktx): improve handling of `--raw-unsigned` with runtime validation
- Updated the logic for handling the `--from` argument in the `run` function.
- Added validation for required `nonce` parameter when `--from` is not provided, ensuring necessary transaction details are specified.
- Used `Address::ZERO` as a placeholder when there is no need to query provider
- unit tests
* fix: fmt
* fix(`anvil`): unwrap panic in `eth/backend/mem/mod.rs` (#11141)
make typed request casting not panic and return useful error to user
* fix(forge): consistent handling unresolved imports (#11164)
* fix(forge): consistent handling unresolved imports
* Add test
* fix(lint): exclude disabled ids in multi-lint passes (#11122)
* fix: use empty 7702 auths (#11182)
* fix(forge): bump compilers to fix remapping sol file (#11184)
* Bump compilers 0.18.2
* Add test
* fix(coverage): disambiguate duplicate function names (#11188)
* fix(forge): set state changes journal in active fork (#11196)
* chore(ci): fix `typos` CI job failing (#11198)
fix typos
* Bump version 1.3.1 (#11199)
* fix(forge): improve error messages for etherscan verification failures (#11194)
* fix(forge): improve error messages for etherscan verification failures
* fix: cargo clippy
* tests(forge): add tests for unknown chain id
* fix: err formating for EtherscanConfigError
---------
Co-authored-by: zerosnacks <[email protected]>
* chore(tests): bump forge-std version (#11174)
* chore: bump forge-std version used for tests
* Fixes
---------
Co-authored-by: DaniPopes <[email protected]>
Co-authored-by: grandizzy <[email protected]>
---------
Co-authored-by: Mablr <[email protected]>
Co-authored-by: zerosnacks <[email protected]>
Co-authored-by: 0xrusowsky <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
Co-authored-by: DaniPopes <[email protected]>
Co-authored-by: Shiyas Mohammed <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: DaniPopes <[email protected]>1 parent b918f9b commit bcc78eb
File tree
31 files changed
+640
-185
lines changed- crates
- anvil/core/src/eth/transaction
- cast
- src/cmd
- tests/cli
- cheatcodes
- assets
- spec/src
- cli/src/opts
- config/src
- evm
- core/src/backend
- coverage/src
- forge/tests
- cli
- fixtures
- it
- lint/src
- linter
- sol
- info
- verify/src
- testdata
31 files changed
+640
-185
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
0 commit comments