Jeremy Rubin

Results 86 comments of Jeremy Rubin

Agreed. Web API resources are important. Also suggest adding Chain.com's API: https://chain.com/

> Need some way to avoid users trying to send a silent payment to a wallet that doesn't support it... am I missing something? it's worse than that, AFAIU the...

why not just /rest/1/ or something to denote request versions? and then we can eventually drop the "implicit v0" query version / only turn it on if -deprecatedrest=0 is set?...

see https://github.com/bitcoin/bitcoin/pull/17631

@TheBlueMatt fwiw i'd also concept ACK a solid plan to eliminate the json rpc and make everything rest based and provide the json rpc through a proxy, but that seems...

responding to https://github.com/bitcoin/bitcoin/pull/17631#issuecomment-940642018 > You can sanitize in NGINX too, its probably easier than some python script. But, seriously, that notion is absurd - "here, you have a running production...

This can be improved (e.g. to use tornado's http client and to use gen.task/async), but this is an example of how one might implement one of the proxy function handlers...

one thing i've noticed is the utxos rest API does not seem to be a valid rest API (it should use query parameters for >1 utxo?)

tornado is async / non blocking and so it should be simpler to use Tornado to e.g. extend the script to work with a pool of nodes that respond to...

i dont have any preferences, however, i'll note that adding a new compiled artifact might go beyond what project maintainers want in Core v.s. a simple contrib script.