Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework proposals to allow immediate execution for user-driven actions #1461

Open
UMR1352 opened this issue Nov 29, 2024 · 0 comments
Open

Rework proposals to allow immediate execution for user-driven actions #1461

UMR1352 opened this issue Nov 29, 2024 · 0 comments
Labels
Breaking change A change to the API that requires a major release. Part of "Changed" section in changelog Rust Related to the core Rust code. Becomes part of the Rust changelog.

Comments

@UMR1352
Copy link
Contributor

UMR1352 commented Nov 29, 2024

Description

Rework proposals in order to make them always executable as soon as they are created if the controller that's creating them has enough voting power.

Motivation

When a controller that has enough voting power creates a proposal, the proposal gets executed right away. This is not the case for proposals that require users to drive them (send proposal, borrow proposal, controller execution proposal). This is not only annoying but it's also expensive fees-wise as it forces the user to run two transactions instead of just one.

@UMR1352 UMR1352 added Breaking change A change to the API that requires a major release. Part of "Changed" section in changelog Rust Related to the core Rust code. Becomes part of the Rust changelog. labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking change A change to the API that requires a major release. Part of "Changed" section in changelog Rust Related to the core Rust code. Becomes part of the Rust changelog.
Projects
Status: Product Backlog
Development

No branches or pull requests

1 participant