Commit 2b7dc12
enhance(test-cli-execute): Many Improvements to
* feat(execute): Deferred EOA funding
* fix(execute): remove _refresh_sender_nonce calls
* fix(execute): workaround for priority fee
* feat(execute): Support blob transactions
* refactor(execute): Re-nonce worker key
* refactor(execute): Fixture renames
* refactor(execute): unused param
* refactor(execute): nit
* refactor(execute): Add a ton of logging
* fix(plugins): Change `execute remote` from loadscope to load
* fix(execute): Try on refund txs
* refactor(execute): More logging
* fix(execute): Collect only
* fix(execute): mypy
* fix(plugins): Change `execute hive` from loadscope to load
* refactor: Rename flag
* docs: Add new features
* feat(execute): Use seed directly if not running xdist
* fix: docs lint
* docs: Changelog
* Update docs/running_tests/execute/hive.md
Co-authored-by: spencer <[email protected]>
* Update docs/running_tests/execute/hive.md
Co-authored-by: spencer <[email protected]>
* Update docs/running_tests/execute/hive.md
Co-authored-by: spencer <[email protected]>
* Apply suggestions from code review
Co-authored-by: spencer <[email protected]>
* Apply suggestions from code review
Co-authored-by: spencer <[email protected]>
* fix: Logging mode
---------
Co-authored-by: spencer <[email protected]>execute remote command (#1822)1 parent 6cb2ed6 commit 2b7dc12
File tree
19 files changed
+1199
-309
lines changed- docs
- running_tests/execute
- packages/testing/src/execution_testing
- cli/pytest_commands
- plugins/execute
- rpc
- pytest_ini_files
- execution
- rpc
- test_types
19 files changed
+1199
-309
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
27 | 37 | | |
28 | 38 | | |
29 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | | - | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
| 19 | + | |
| 20 | + | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
27 | 63 | | |
28 | 64 | | |
29 | 65 | | |
| |||
0 commit comments