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

Transaction Enhancements #213

Open
deep-ink-ventures opened this issue Aug 20, 2023 · 1 comment
Open

Transaction Enhancements #213

deep-ink-ventures opened this issue Aug 20, 2023 · 1 comment

Comments

@deep-ink-ventures
Copy link
Owner

Building on top of #212.

Some extrinsic calls have additional information in the payload (model): asset, dao or proposal. With those we want to enhance the following transactions:

DAO Asset

All extrinsics should have the title : - - e.g. dao_assets: transfer_keep_alive DIV

The information should be prefixed with:

Execute a transfer_keep_alive for DIV, the DAO token of Deep Ink Ventures.
(Where DIV is the symbol and Deep Ink Ventures the DAO Name, the Dao Name should link to the DAO)

The Parameter table should follow

DAO Core

All extrinsics should have the title : - - e.g. dao_core: change_ownership for Deep Ink Ventures

The information should be prefixed with:

Execute a change_ownership for Deep Ink Ventures.
(Where Deep Ink Ventures is the DAO Name, the Dao Name should link to the DAO)

The Parameter table should follow

Dao Votes

All extrinsics should have the title : - | - e.g. dao_votes: mark_implemented - Change the color to red | Deep Ink Ventures

The information should be prefixed with:

Execute a mark_implemented for the proposal "Change the color to red" for Deep Ink Ventures.
(Where Deep Ink Ventures is the DAO Name and Change the color to red is the proposal title. Both should link to the dao and the proposal respectively.

The Parameter table should follow

@GHesericsu
Copy link
Collaborator

Implemented some but still WIP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants