Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
parachains: Fix configuration module
Browse files Browse the repository at this point in the history
Closes #4529
Closes #4533

I figured that trying to avoid updates does not really worth it to keep.
This is because we seem to not update the configuration often and when
we do we approach this carefully. Thus possibility of a redundant update
is really negligable. At the same time, if such a redundant update does
happen then the effects of that are really small: just some wasted
storage interactions.

On the other hand, making it work was a little bit annoying. With the
proper fix for the pending updates this would be even more annoying
since now we would have to add combinatorically more cases to test this.

So I figured that I will just scrap that and simplify the code.
  • Loading branch information
pepyakin committed Dec 16, 2021
1 parent 4a8ac3a commit 2508785
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 121 deletions.
Loading

0 comments on commit 2508785

Please sign in to comment.