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
But this is broken because parsing has to happen in alphabetical order (because we support bt-encoded RPC, where we consume arguments, but arguments have to always be sorted).
Aside from the ordering, get_values is meant to take a list of all (or many) options at once, like this:
RPC argument parsing (on dev) is currently doing things like this:
But this is broken because parsing has to happen in alphabetical order (because we support bt-encoded RPC, where we consume arguments, but arguments have to always be sorted).
Aside from the ordering,
get_values
is meant to take a list of all (or many) options at once, like this:aside from being slightly cleaner syntax, this will also catch (at runtime) the out-of-order keys and raise an exception.
The text was updated successfully, but these errors were encountered: