-
Notifications
You must be signed in to change notification settings - Fork 648
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
a possible replacement for #1427 #1431
Conversation
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.
Looks good, thanks!
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.
Nice for me too ! Thanks ! Didn't see this PR earlier, missed it :)
This effectively circumvents the turbulence I mentioned in #1427. Personally, I find this approach annoying though, as this makes the software trickier and more opaque to third party developers.
Exactly! Meaning the Consider a third party dev who's writing an app using Bitshares as its blockchain backend. He builds a node with a plugin that tracks the BTS blockchain for transactions generated by his app, and that node is based on the If there's a standard list of plugins that the bitshares developers expect to be loaded, that list should live in the bitshares developers' playground (in the |
@nathanhourt to integrate your solution we need to break existing installations, this PR just for enhancing old code, but your PR is to make changes which makes sense for me because I absolutely agree that Thanks ! |
Your point is valid to me @nathanhourt . We are all interested in development using bitshares as a backend.
|
If we do this, we should also consider api_access defaults and seed nodes in the future. |
This is a bit related: #533 @nathanhourt when you don't link the Any comment in that issue will be appreciated too. |
@oxarbitrage Truth be told, that part of my narrative is a bit of a stretch, as I haven't actually tried to remove linking of the plugins I don't use... But I do skip the |
I agree. |
closing this one as the best candidate is #1437 will be merged after getting 1 approval. |
#1427
Added conflict detection and plugin enable code from b5362ce as i think is cleaner than what we have and I agree with #1427 (comment)