Details
Details
- Reviewers
tobias_ruck - Group Reviewers
Restricted Project - Commits
- rABC500e1cf64b5d: [chronik] Bind the transaction invalidated callback to the ws messages
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| chronik/chronik-indexer/src/indexer.rs | ||
|---|---|---|
| 1028 ↗ | (On Diff #55073) | seems a bit hacky, but I get the idea—I suggest we add a "probe_tx" function or so to the Mempool struct (which for now simply calls insert and remove like here), and in the future we can refactor it and fill it with logic that does it without the hack. also makes the code here more readable (we can move a part of the comment out too) |
| chronik/chronik-lib/src/bridge.rs | ||
| 301–302 ↗ | (On Diff #55073) | |
| chronik/chronik-lib/src/bridge.rs | ||
|---|---|---|
| 301–302 ↗ | (On Diff #55073) | I blame the autocompletion feature of the IDE on that one |
| chronik/chronik-lib/src/bridge.rs | ||
|---|---|---|
| 496–499 ↗ | (On Diff #55078) | this should work |