You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A gRPC/protobuf interface is something that I'd be willing to accept. It should be put behind a compile-time flag, like the current http/electrum/webhooks flags.
Note that bwt already supports HTTP/2 (via warp/hyper) and already does server-side streaming using Server-Sent Events. The main advantages for me would be protobut instead of json and a more well-defined explicit interface.
I probably won't be prioritizing this myself in the near future, but will gladly review a PR.
Just asking here to see if there is some sort of conceptual ACK for starting working on this
romanz/electrs#227
It Would be nice if both implementations could expose a gRPC endpoint and the API could be defined by a typed schema.
Why?
The text was updated successfully, but these errors were encountered: