We've recently updated the aptos-gas-schedule-updator to generate the Move script to use supra_governance::resolve_supra_multi_step_proposal method here. This method requires an empty vector as an argument. The generated script is missing an import for std::vector, which prevents the script from compiling. We need to update the generator to fix this import error accordingly.
We've recently updated the aptos-gas-schedule-updator to generate the Move script to use
supra_governance::resolve_supra_multi_step_proposalmethod here. This method requires an empty vector as an argument. The generated script is missing an import forstd::vector, which prevents the script from compiling. We need to update the generator to fix this import error accordingly.