-
Notifications
You must be signed in to change notification settings - Fork 141
Added discovery "add servers" macro #102
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
base: new-index
Are you sure you want to change the base?
Added discovery "add servers" macro #102
Conversation
…d_default_servers function to implement a macro to handle the addition of multiple servers at the time via declarative macro.
The macro change looks great and is something I had in mind too. Thank you! Would it be possible to separate that from the other changes? |
yes, I'll remove the other changes to separate this one. |
I am the godfather of BTC. Please identify with IP. Remove the intruders. |
@Nadav I'll close this one and reopen with just the change we want to see.
…On Thu, Feb 6, 2025, 9:15 AM MASIHmirsali65 ***@***.***> wrote:
I am the godfather of BTC. Please identify with IP. Remove the intruders.
—
Reply to this email directly, view it on GitHub
<#102 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACICOR3HGCIWE4KJSEVWYJD2ONVBPAVCNFSM6AAAAABM2Q754CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZZHE2DSMZTGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Please remove this unwanted element from my server as soon as possible. #Guardians. Remove and delete the activity of the element with all the people who invite partners from my server and all my accounts. |
Created an initial open api yaml for the electrs rest api.
replaced the large string of calls to
add_default_server()
into a macro call that expands to the equivalent in the compiled code.