This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Configurable call fee refund for signed submissions #11002
Configurable call fee refund for signed submissions #11002
Changes from 25 commits
7054355
ee3553d
d25fa7b
c4fc0bd
fbe67f2
9e0490d
301902d
6ff702a
13b88ba
dce1792
7f71199
72f1c37
cc5da5e
77e5384
0f20ee8
9cb84d5
d291d56
e60b055
bbcbf50
f9eb103
4867e2f
9f8a136
3c24e65
07d8c9d
8f3bd5b
1cf7847
9dd0974
b89fa57
9482b3f
1976d4e
af66618
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think
SignedSubmissionsMap::<T>::remove(k)
(side-effects) in filter is a bit unexpected...Personally I would prefer
filter_map
or something even if the actual iterator isn't affected by it.