bitcoin-core icon indicating copy to clipboard operation
bitcoin-core copied to clipboard

Add supported method for adding new methods

Open JeremyRubin opened this issue 5 years ago • 0 comments

Would be nice to have a first-class supported method for adding new methods during development.

Currently, in order to use non-positional json args you have to name a version which enables method support checking.

It would be nice to be able to either separately disable method support checking while still enabling json args or to support "patching in" rpc methods that exist in non-core implementations (e.g., those pending merge).

JeremyRubin avatar Jan 12 '20 01:01 JeremyRubin