aptos-labs / aptos-core

Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
https://aptosfoundation.org
Other
6.18k stars 3.66k forks source link

Accurate Error Message for Voting Failure #15356

Open junkil-park opened 1 day ago

junkil-park commented 1 day ago

The multiple error scenarios end up aborting with the same error code ENO_VOTING_POWER.

https://github.com/aptos-labs/aptos-core/blob/7bcf69850f1cc5490b5dca54e26b5e3c65ecdaae/aptos-move/framework/aptos-framework/sources/delegation_pool.move#L957-L957

More distinct error codes are required for different error scenarios, such as insufficient voting power, insufficient remaining lockup time, and so on.