Sometimes it might be critical to execute transactions in specific order. But currently if you create and pass multiple proposals at around the same time, there's nothing preventing these proposals from being executed in any random order that callers of execute function determine.
It would be cool to enable proposers to specify dependencies of a proposal - other proposals that have to be executed first.
Sometimes it might be critical to execute transactions in specific order. But currently if you create and pass multiple proposals at around the same time, there's nothing preventing these proposals from being executed in any random order that callers of execute function determine.
It would be cool to enable proposers to specify dependencies of a proposal - other proposals that have to be executed first.