-
Notifications
You must be signed in to change notification settings - Fork 436
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: infra safe tx parser auto-infers txs to parse (#5183)
### Description - feat: infra safe tx parser infers txs to parse - users are no longer required to provide the exact txs to parse - now supports multiple txs per chain - still allows someone to provide `--chains`/`-c` arg if they wish to specify exactly which chains to check - support timelock txs - write the yaml output to file instead of requiring users to `| tee file.txt` - add catch-all case for ownership transfers on ownables ### Drive-by changes - rootLogger instead of console logs (make eslint happy in editor) - remove `withTxHashes` helper as it's no longer used anywhere - fix dependency issue by moving getPendingTxs helper to utils - fixes ### Related issues no longer need #5160 ### Backward compatibility <!-- Are these changes backward compatible? Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling? Yes/No --> ### Testing <!-- What kind of testing have these changes undergone? None/Manual/Unit Tests --> --------- Signed-off-by: pbio <[email protected]>
- Loading branch information
1 parent
7275828
commit b98902f
Showing
8 changed files
with
383 additions
and
193 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
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
Oops, something went wrong.