Alberto Cuesta Cañada
Alberto Cuesta Cañada
@abcoathup, is there anything that we can do to please move this along?
@abcoathup, do you have any idea how to debug that jekyll job that is failing? There is not much between the commit that was working, and the commit where it...
Note that `just verify-non-terminal-tasks` fails with `sep/001-opcm-upgrade-v200` because MultisigTask doesn't print out its individual domain and message hash. I think that's a bug in MultisigTask.
Fixed, please try: ``` cd src/improvements just simulate-tenderly `pwd`/tasks/sep/000-opcm-upgrade-v200 council just simulate-tenderly `pwd`/tasks/sep/003-unichain-superchain-config-fix ```
Scripts working again, although most tasks are broken themselves. `just simulate-non-terminal-tasks` works, but it exits with an error because `000-opcm-upgrade-v200` reverts on execution. `just simulate-tenderly tasks/sep/003-unichain-superchain-config-fix` is the only one...
I left some comments on slack, but the short of it is that the tasks in `main` are all broken in some way. We can ignore exclude `000-opcm-upgrade-v200` because is...
I'll try again to get this merged when I'm back from leave. The conflicts shouldn't build up much, just on `config.toml` files that can be easily fixed.
#783 has a `just` command that will check all tasks against tenderly and fail if the task fails on tenderly. A different PR will get it on CI because some...
Working on retrieving the domain and message hashes from a simulation in #704.
Did part of the work on #736, still pending: - Decide on a format for including hashes in VALIDATIONS.md (toml?) - Extend scripts to all safes, not just foundation -...