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

Transactions vs Subscriptions #2

Open
androolloyd opened this issue Jul 18, 2018 · 0 comments
Open

Transactions vs Subscriptions #2

androolloyd opened this issue Jul 18, 2018 · 0 comments

Comments

@androolloyd
Copy link
Owner

Is your feature request related to a problem? Please describe.
The different between a transaction and a subscription as defined by the current data structures is rather discrete.

Abstracting the concepts back a little, what is really defined is a transaction with meta data that when coupled with defined logic enables the subscriptions intended functionalities.

Describe the solution you'd like
I would like to see a way where the structures are abstracted apart and the meta data is stored and then keyed to the transactions, downside is this breaks the current functionality on any application that already supports the Gnosis multi sig, as the transaction structure is going to be different.

Argument can be made that we care not about what other people have done for the gnosis wallet and push this as the new implementation that we want to use.

Describe alternatives you've considered
Subscriptions become mirrored of Transaction with the addition of meta data and build the entire new functionality of the 948 work into its own contract that inherits 1:1 the gnosis multisignature and overrides method that need adjusting to be compliant.

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

No branches or pull requests

1 participant