Commit e2fce94
feat: add ProbeHandle and probe success/failure events (#77)
* feat: add ProbeHandle and probe success/failure events
* chore: update changelog
* chore: generate bindings
* chore: prepare probe events rc.37 release (#80)
---------
Co-authored-by: Ovi Trif <ovitrif@proton.me>1 parent afcebdf commit e2fce94
25 files changed
Lines changed: 839 additions & 196 deletions
File tree
- bindings
- kotlin
- ldk-node-android
- lib/src/main
- jniLibs
- arm64-v8a
- armeabi-v7a
- x86_64
- kotlin/org/lightningdevkit/ldknode
- ldk-node-jvm
- lib/src/main
- kotlin/org/lightningdevkit/ldknode
- resources
- darwin-aarch64
- darwin-x86-64
- python
- src/ldk_node
- swift/Sources/LDKNode
- src
- payment
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
61 | 67 | | |
62 | 68 | | |
63 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 127 additions & 41 deletions
Large diffs are not rendered by default.
0 commit comments