Commit 4be75f9
committed
refactor: adapt to btck_api changes kernelApi_63 with trait-based API
- replace generic RefType<T,L> with specific reference types
(ScriptPubkeyRef, TxOutRef, etc.)
- Add trait-based API with *Ext traits for common operations across
owned/borrowed types
- Add prelude module for trait imports
- Update BlockTreeNetry::prev() to return Option instead of Result
- Fix notification callback parameter from mutable to const pointer1 parent 19545c1 commit 4be75f9
File tree
3 files changed
+641
-374
lines changed- examples/src
- src
- tests
3 files changed
+641
-374
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
| 215 | + | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
0 commit comments