This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Use a more typesafe approach for managing indexed data #6150
Merged
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
b5c02e8
Fix for issue #2403
tifecool 954d392
Merge branch 'paritytech:master' into fix2403
tifecool ce8aba9
Nightly fmt
tifecool b5a7bfc
Quick documentation fixes
tifecool 5da6693
Default Implementation
tifecool b90fc1e
iter() function integrated
tifecool 557eebb
Implemented iter functionalities
tifecool 09cc765
Fmt
tifecool 3a6e327
small change
tifecool aba5837
updates node-network
tifecool dbac388
updates in dispute-coordinator
tifecool f1b8b4f
Updates
tifecool 8696f93
benchmarking fix
tifecool 4d10ca1
minor fix
tifecool 95a3881
test fixes in runtime api
tifecool 71fc436
Merge branch 'paritytech:master' into fix2403
tifecool 4951b54
Update primitives/src/v2/mod.rs
tifecool 35c1304
Update primitives/src/v2/mod.rs
tifecool a0edab4
Update primitives/src/v2/mod.rs
tifecool 3823be1
Update primitives/src/v2/mod.rs
tifecool 5714ad4
Update primitives/src/v2/mod.rs
tifecool 7a8be34
Removal of [index], shorting of FromIterator, Renaming of GroupValida…
tifecool c3a1e72
Merge remote-tracking branch 'origin/fix2403' into fix2403
tifecool 56b3904
Removal of ops import
tifecool a0bb41b
documentation fixes for spell check
tifecool ef5438c
implementation of generic type
tifecool 4e825d0
Refactoring
tifecool f127cb4
Test and documentation fixes
tifecool 06ecd6a
minor test fix
tifecool efa2278
minor test fix
tifecool cfca9b4
minor test fix
tifecool e6f685f
Update node/network/statement-distribution/src/lib.rs
tifecool 33e3102
Update primitives/src/v2/mod.rs
tifecool e4d548b
Update primitives/src/v2/mod.rs
tifecool dee6396
removed IterMut
tifecool 956a62e
Update node/core/dispute-coordinator/src/import.rs
tifecool 1aba477
Update node/core/dispute-coordinator/src/initialized.rs
tifecool 9025b12
Merge remote-tracking branch 'origin/fix2403' into fix2403
tifecool 37cccf6
Update primitives/src/v2/mod.rs
tifecool f03adc0
fmt
tifecool bdc316c
IterMut
tifecool 5ca768f
documentation update
tifecool 2ee57d4
minor adjustments and new TypeIndex trait
tifecool be785f9
Merge remote-tracking branch 'origin/fix2403' into fix2403
tifecool 6d87954
spelling fix
tifecool a2ae881
TypeIndex fix
tifecool File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Test and documentation fixes
- Loading branch information
commit f127cb4397dfc4f088e73ecaf9d12b5c0f17e2ad
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
Why not take
K
by reference?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.
No reason, just stuck with it. Can refactor if necessary.