Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alistair/new reserve transfer #19

Merged
merged 4 commits into from
Nov 7, 2023

Conversation

alistair-singh
Copy link

Resolves: SNO-734, SNO-645
Snowbridge companion: Snowfork/snowbridge#995

@alistair-singh alistair-singh merged commit 0378a75 into snowbridge Nov 7, 2023
3 of 7 checks passed
@alistair-singh alistair-singh deleted the alistair/new-reserve-transfer branch November 7, 2023 14:19
claravanstaden pushed a commit that referenced this pull request Feb 26, 2024
While investigating some pruning issues I found some room for
improvement in the notification pin handling.

**Problem:** It was not possible to define an upper limit on
notification pins. The block pinning cache has a limit, but only handles
bodies and justifications.

After this PR, bookkeeping for notifications is managed in the pinning
worker. A limit can be defined in the worker. If that limit is crossed,
blocks that were pinned for that notification are unpinned, which now
affects the state as well as bodies and justifications. The pinned
blocks cache still has a limit, but should never be hit.

closes #19

---------

Co-authored-by: Bastian Köcher <git@kchr.de>
Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant