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

Buyer and seller can replace moderator #19

Open
sameepsi opened this issue Mar 20, 2019 · 0 comments
Open

Buyer and seller can replace moderator #19

sameepsi opened this issue Mar 20, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sameepsi
Copy link
Collaborator

Our current version of escrow smart contract does not allow to replace moderator once the transaction is created.
Whereas Buyer and Seller can mutually agree on changing the moderator if they find the current moderator to be malicious or because of any other reasons.

Ideally, we should collect any authorizing signatures off-chain, via OpenBazaar, so that either the buyer or seller can make 1 function call to the smart contract (with signature data and moderator account as arguments) to induce the change.

We are using similar off chain signing mechanism for executing transactions currently.

This enhancement was initially suggested by @drwasho

@sameepsi sameepsi added the enhancement New feature or request label Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants