Commit graph

10 commits

Author SHA1 Message Date
vorotamoroz
295dc1392a
### Fixed
- Fixed an issue where using fast synchronisation caused a TypeError in some environments (#953).
2026-06-12 11:33:07 +01:00
vorotamoroz
9a9440a768
Merge branch 'improve_first_fetch' into 0_25_71 2026-06-03 11:03:46 +01:00
vorotamoroz
b57f34c15b
Revise devs note 2026-06-03 01:13:50 +00:00
vorotamoroz
1130bbcee8
remove unmaintained tests 2026-05-26 11:33:14 +01:00
bori
7a4b76a550 added documentaion and a hook build script to make onbaording easier 2026-05-02 18:51:07 +03:00
vorotamoroz
4d0203e4ca
Update: beta tagging 2026-04-06 11:46:51 +01:00
vorotamoroz
e08fbbd223
### Fixed and refactored
- Fixed the inexplicable behaviour when retrieving chunks from the network.
    - Chunk manager has been layered to responsible its own areas and duties. e.g., `DatabaseWriteLayer`, `DatabaseReadLayer`, `NetworkLayer`, `CacheLayer`,and `ArrivalWaitLayer`.
        - All layers have test now!
        - `LayeredChunkManager` has been implemented to manage these layers. Also tested.
    - `EntryManager` has been mostly rewritten, and also tested.

- Now we can configure `Never warn` for remote storage size notification, again.
2026-02-27 11:00:30 +00:00
vorotamoroz
988cb34d7c
Update 2026-02-24 07:56:23 +00:00
vorotamoroz
aceda16c64
Add beta policy note 2026-02-02 11:31:06 +09:00
vorotamoroz
931d360fb1
Add summary note 2026-01-14 09:41:16 +00:00