-
Notifications
You must be signed in to change notification settings - Fork 570
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
[3] Non committee/witness (private) feed producers within UI? #452
Comments
"It's possible to do this" You are going to need to be more specific. What feature are you asking for? |
I think he means adding sources for feeds. You can see them here https://bitshares.org/wallet/#/asset/HERO but I guess he wants
to be editable in asset creation/edit in gui. |
@o5j5vg55bv5hv5j5f8799f9 Thanks, yeah this is what I meant. The bitshares documentation lists that only witnesses and committee members are able to publish price feed updates, but HERO has implemented a separate list of price feed publishers whom are not (AFAIK) witnesses nor committee members. It'd something that would likely be seldomly configured, however its existence is not well documented and seems to have only been implemented within the HERO MPA. The ability to configure this within the UI may lead to new MPAs being created. |
It seems to me that this would be implemented in whatever HERO wallet comes around. Does it make sense for the reference wallet? |
It's not HERO specific, that's just an example. Any private bit asset can define their own set of feed publishers, they're just asking for that to be added to the GUI in the asset create and update screens. |
Ok, so maybe I UX an area in the Asset Explorer to include the list of feed producers? |
public viewable list of feed producers already exists, like example bottom of https://bitshares.org/wallet/#/asset/HERO he means specifically here https://bitshares.org/wallet/#/account/USERNAME/create-asset/ (substitute your own name) |
Yeah, a similar interface to add feed producers for a private MPA as selecting witnesses/committee members in the voting page (via a search box). |
Got it. So a way to search for and build the feed producers array witihn the asset creation area. I will UX> |
You can put this in place the same way you did UIA whitelisting, although you need to limit the eligible accounts to just witnesses. |
How come? You can have committee & user-selected "private" publishers. Are only the witnesses available to display within the UI? |
Ah, I did not know that. |
* Adopt new confirm/reset button layout, fix some styling issues * Fix tab <a> background-color animation * Make li background-color animations same as for <a>s * Fix bitshares#452: Add ability to define private feed producers
HERO uses private feed producers (who are not strictly members of the committee/witnesses): https://github.com/hero-global/scripts/blob/master/hero-setup.py#L24
It's possible to do this using uptick or the bitshares_python tools, but not possible to do this within the BTS UI.
The text was updated successfully, but these errors were encountered: