Retry availability until the receiver of the request is dropped (#2763)
* guide updates * keep interactions alive until receivers drop * retry indefinitely * cancel approval tasks on finality * use swap_remove instead of remove
Showing
- polkadot/node/core/approval-voting/src/lib.rs 47 additions, 7 deletionspolkadot/node/core/approval-voting/src/lib.rs
- polkadot/node/core/approval-voting/src/persisted_entries.rs 5 additions, 0 deletionspolkadot/node/core/approval-voting/src/persisted_entries.rs
- polkadot/node/network/availability-recovery/src/error.rs 1 addition, 4 deletionspolkadot/node/network/availability-recovery/src/error.rs
- polkadot/node/network/availability-recovery/src/lib.rs 130 additions, 175 deletionspolkadot/node/network/availability-recovery/src/lib.rs
- polkadot/node/network/availability-recovery/src/tests.rs 137 additions, 52 deletionspolkadot/node/network/availability-recovery/src/tests.rs
- polkadot/roadmap/implementers-guide/src/node/availability/availability-recovery.md 21 additions, 28 deletions...ters-guide/src/node/availability/availability-recovery.md
Please register or sign in to comment