-
Notifications
You must be signed in to change notification settings - Fork 649
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
Buyback mechanisms could be easily extended #387
Comments
On the testnet I get
Interestingly, this error comes from evaluator.cpp Which makes me believe that it is not necessarily an issue with Who can shed some light on this? //edit: found it. It is indeed caused by Not knowing anything about the internal architecture, I would think the easiest way to resolve this is to add
|
@xeroc I'm not clear about the intent of this issue. Are buyback accounts used anywhere except for STEALTH? Are there real-life use-cases that we don't support? Would a documentation change "fix" the problem with |
There are real-life use cases we may want to support. A buyback account can be created with the extensions available in @OpenLedgerApp would be a prime example for this. They want to use profits to buy back OBITS. and instead of doing that manually, they could just send profits to a buyback account for OBITS. |
We do it manually for OBITS. We are welcome for discussion. |
Currently, a buyback account can be created using an
account_create
operation with anextension
like this:Problems are
owner
andactive
to be thenull-account
X
with assetsA
,B
, ... which is possible already, but the operation fails to pay for the fee becauseBTS
/TEST
are not part ofmarkets
. If it was, the core asset would be used to buy backX
.Proposal: Allow transfers of
CORE
to a special account to pay for the order creation fee IFFCORE
is not listed inmarkets
.Discuss!
The text was updated successfully, but these errors were encountered: