ZIm/crates/channel/src
Piotr Osiewicz 64d0fec699
sum_tree: Store context on cursor (#34904)
This gets rid of the need to pass context to all cursor functions. In
practice context is always immutable when interacting with cursors.

A nicety of this is in the follow-up PR we will be able to implement
Iterator for all Cursors/filter cursors (hell, we may be able to get rid
of filter cursor altogether, as it is just a custom `filter` impl on
iterator trait).
Release Notes:

- N/A
2025-07-22 18:20:48 +02:00
..
channel_store chore: Fix warnings for Rust 1.89 (#32378) 2025-06-09 13:11:57 +02:00
channel.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
channel_buffer.rs collab: Reconnect to channel notes (#31950) 2025-06-03 11:12:45 +02:00
channel_chat.rs sum_tree: Store context on cursor (#34904) 2025-07-22 18:20:48 +02:00
channel_store.rs Fetch and wait for channels when opening channel notes via URL (#33291) 2025-06-24 05:14:15 +00:00
channel_store_tests.rs Use git config --global user.email for email address in automatic Co-authored-by (#32624) 2025-06-12 19:39:08 +00:00