-
Notifications
You must be signed in to change notification settings - Fork 13
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
Adds an escrow module for swaping starnames and tokens #98
Conversation
Now after the escrow expiration, anyone can ask fo refund of the escrow (which will still be refunded to the seller), and anyone can buy from an escrow
This reverts commit d8bafa1.
Adds SDK parameters support for escrow and adds a ModuleEnabled parameter which determines if the escrow queries and services can be used or not. If ModuleEnabled is false, then all those calls panic
I started sync'ing
|
Still no go after your latest fix when trying to start from a recent (post proposal 9) block.
|
@LeCodeurDuDimanche , the panic is not related to your code. It's caused by going from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work, @LeCodeurDuDimanche!
Blocked by |
This allows transfers for open domains
…arnamed tx starname --help`
This PR introduces a new
x/escrow
module that allows to sell objects (that can be starnameAccount
s andDomain
s) for tokens.This module is independent of the
x/starname
module (it has a dependency overx/configuration
for now, but when #31 will be fixed it will not be the case anymore).Blocked by #95 and #97
Closes #29