-
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
Temp-account market fee sharing issue #1800
Comments
We have implemented this BSIP. So, we want to keep it on us. |
@OpenLedgerApp please advance this. |
It seems a bit different as described above: As we can see in
We propose to modify |
The comment reads "The blockchain's accounts do not get cashback; it simply goes to the reserve pool". The beneficiary is still the network (or say the public / the community). When talking about market fee sharing, IMHO the network should get the share. So my opinion is:
Of course, asset owners can setup white-lists to exclude |
@abitmore, thanks for your feedback. Let’s see what think other Core member and community here. |
I agree. If market fee sharing is set, the network should benefit, i.e. everything goes to committee-account. I would suggest to adjust
to
|
I'm not even sure if this qualifies as a bug. I agree it is not nice that the temp account could receive market fee payouts, but it's not like this would break anything. So IMO any change of the payout logic must either conform with the original intent of the feature, or be approved by community vote. Since blockchain accounts are not explicitly excluded from market fee sharing in BSIP-43 we can't really modify the logic to exclude them. Perhaps the most simple way to fix this would be to make |
Please provide more background information what has happened. Currently you have tracked 884fce4 and d5076ee with 170 lines of code changed, which are invoiced each 24 working hours. Could you add task and time tracking tables of the people involved for each invoice. Right now it's hard for me to do the usual spot checks on the work invoiced. Thoughts? |
Our team didn't face with temp-accounts previously. So, we needed to spend time on investigations to find a solution. As part of this issue, we used an elastic search mechanisms for various parts. |
Bug Description
Many BitShares Mainnet accounts have
committee-account
as registrar andtemp-account
as referrer. The accounts were migrated from BitShares-0.x chain. When they trading assets that enabled market fee sharing,committee-account
andtemp-account
will receive the shared market fees. However,temp-account
is authorityless, which means everyone can transfer out the fund. This is not good UX.I think we should redirect the shared fees to
committee-account
. And maybe update the accounts' referrer tocommittee-account
.@OpenLedgerApp
Impacts
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: