Skip to content

Add missing Vector import to aptos-gas-schedule-updator script generator #359

@supra-yoga

Description

@supra-yoga

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions