[review] MIP-48: Aptos Governance - Governed Gas Pool#48
Conversation
|
New MIP to demonstrate how to re-route gas from |
|
We need a seperate Goverened Gas Pool FA Token for voting. |
|
Or Permissioned whitelisted accounts to vote only |
|
@0xmovses you have modified mip-0, it's showing as modification, not as a new file |
|
Will fix, danke. |
| ## Reference Implementation | ||
|
|
||
| A reference implementation or a sample MIP following the MIP template can be provided to guide potential proposers. This MIP (MIP-0) serves as a practical example, aiding in understanding the format and expectations. | ||
| The `governed_gas_pool.move` would interact with `aptos_framework.move`, seperating the roles of actual governance, voting and storing of gas and dispersing those funds. |
There was a problem hiding this comment.
Does this potentially misses how aptos governance can be leveraged? You could gate the methods that are distributing the gas with @aptos_framework which can be executed by creating a script that would be voted on via aptos governance and once majority can be executed by any key pair. This is how Aptos Governance works as a whole and decouples the two areas of concern you have highlighted.
There was a problem hiding this comment.
Yes, this sounds good. I needed to dig more into governance works on aptos. But this sounds like what we want!
This reverts commit 77bc60c.
|
Quick note Re. Governance: @l-monninger @Primata We will require it to be on L2 (aptos-governance) this is because it will send calls to :
BUT this creates a problem, for calling the Rate Limiter on L1, for obvious reasons, it can't communicate to the L1. For the case of Rate Limit call to the L1, we need some work around. Either
|
|
two README files exist |
Summary
MIP-48