range: {begin: ..., end: ...}
parameter for deriveaddress
to range: {start: ..., end: ...}
to be consistent with importmulti
.
range: {begin: ..., end: ...}
parameter for deriveaddress
to range: {start: ..., end: ...}
to be consistent with importmulti
.
start
begin
#14667 (review)After consistency, personally I prefer begin/end and start/stop.
importmulti
to use begin ... end
instead if people prefer. I find start ... end
and begin ... end
fine, but not start ... stop
.
importmulti
and deriveaddress
are new in 0.18, would it be worthwhile to make it compatible with scantxoutset
(which uses a parameter called “range”, but not start position)?
importmulti
would have collisions if you try to import 100, then another 100?
importmulti
should support a range that doesn’t start at 0. My suggestion is whether we want to consider naming the argument “range” rather than stop or end, to be compatible with scantxoutset
(which is already in 0.17). What about "range" : [start,stop]
for start-stop, and "range" : stop
for 0-stop?
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
Sjors
instagibbs
promag
laanwj
meshcollider
sipa
DrahtBot
Labels
Docs