Governed Gas Pool User Journeys #982
Replies: 2 comments 1 reply
-
Writing these e2e tests will necessarily involved a fair amount of wielding the @0xmovses, this is where I think you and I can help @Icarus131 can get started on Monday. For example, item 6 above can be written without the |
Beta Was this translation helpful? Give feedback.
-
Happy to issue these up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I am opening this discussion to cover Governed Gas Pool user journeys, particularly as inform e2e tests. Once agreed upon, these user journeys will be placed in issues.
The original testnet user journeys were provided in the e2e test sketch here: https://github.com/movementlabsxyz/movement/pull/957/files#diff-5af859a157b190153ae86e9a868f5f5ef02ab79743130de89b1da03dafc255ed
Note: the terms fund, asset, token, fee, and deposit refer to either
aptos_framework::coin
oraptos_framework::fa
tokens.governed_gas_pool
.fund
from thegoverned_gas_pool
module by callingaptos_governance::get_signer_testnet_only
to acquire theaptos_framework
signer and then callinggoverned_gas_pool::fund
with said signer.aptos_framework
signer will fail.aptos_framework
signer attempts to use the Governed Gas Pool will fail.governed_gas_pool::fund
WILL receive their funds without any fees.governed_gas_pool::fund
.aptos_framework
in following a version not using the Governed Gas Pool. Immediately following the epoch transition accompanying this vote, the gas fees are collected in the Governed Gas Pool.Beta Was this translation helpful? Give feedback.
All reactions