Commit 2bbfef9
authored
fix(interfaces): expose expireServiceRequest + bindings v0.11.2 (#122)
`expireServiceRequest` was implemented on `ServicesApprovals` but never
declared on `ITangleServices`, so the permissionless cleanup entrypoint
was unreachable through the canonical ABI. Off-chain consumers had no
way to call the function via the standard interface.
Adds the declaration and regenerates bindings. No behavior change on
the implementation side.1 parent abd065c commit 2bbfef9
16 files changed
Lines changed: 682 additions & 16 deletions
File tree
- bindings
- abi
- src/bindings
- fixtures
- src/interfaces
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
10 | 20 | | |
11 | 21 | | |
12 | 22 | | |
| |||
297 | 307 | | |
298 | 308 | | |
299 | 309 | | |
300 | | - | |
| 310 | + | |
301 | 311 | | |
302 | 312 | | |
303 | 313 | | |
| |||
334 | 344 | | |
335 | 345 | | |
336 | 346 | | |
| 347 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
0 commit comments