Commit 873f1b3
committed
1107202 docs: add release notes (UdjinM6)
24d96d6 test: add test (UdjinM6)
fec75a3 feat: add `id` to `getislocks` rpc output (UdjinM6)
Pull request description:
## Issue being fixed or feature implemented
`verifyislock` rpc needs request `id` as a param but `getislocks` (or any other rpc) doesn't provide one so it's hard to use
## What was done?
## How Has This Been Tested?
## Breaking Changes
## Checklist:
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e tests
- [ ] I have made corresponding changes to the documentation
- [ ] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_
ACKs for top commit:
knst:
utACK 1107202
PastaPastaPasta:
utACK 1107202
Tree-SHA512: e23a32bfe802496a02348eac4e9cfbfb9b062c0e21eba6f401cd40c145e7c8474ece3b01fd271ea2ac98c2350a0bdf2b50a132281bf5045c18ec22657a5d472d
File tree
3 files changed
+9
-1
lines changed- doc
- src/rpc
- test/functional
3 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| 390 | + | |
390 | 391 | | |
391 | 392 | | |
392 | 393 | | |
| |||
424 | 425 | | |
425 | 426 | | |
426 | 427 | | |
| 428 | + | |
427 | 429 | | |
428 | 430 | | |
429 | 431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments