Skip to content
Snippets Groups Projects
Commit e466ed58 authored by akwizgran's avatar akwizgran
Browse files

Merge branch '589-when-a-message-is-shared-share-its-transitive-dependencies' into 'master'

When a message is shared, share its transitive dependencies

Like other recursive operations on the dependency graph, this is
not done in a single transaction to prevent an attacker from creating
arbitrary large transactions.

So at startup, the `ValidationManager` finds and resumes any
unfinished operations, by looking for unshared messages with shared
dependents.

Closes #589

See merge request !325
parents 7a0db798 d0581724
No related branches found
No related tags found
No related merge requests found
Showing
with 480 additions and 76 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment