-
Notifications
You must be signed in to change notification settings - Fork 696
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
Migrate pallet-democracy benchmarks to benchmark v2 syntax #6509
Open
ndkazu
wants to merge
140
commits into
paritytech:master
Choose a base branch
from
ndkazu:libp2p
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+348
−213
Open
Changes from 137 commits
Commits
Show all changes
140 commits
Select commit
Hold shift + click to select a range
51f9a34
Removed libp2p dependancy from sc_network_sync
ndkazu b4e3f5a
Preparing an alternative to libp2p dependant OutBoundFailure
ndkazu fa242e5
Merge branch 'master' into libp2p
ndkazu 6a1fcf1
Agnostic sc-network-sync
ndkazu b20e332
Merge branch 'paritytech:master' into libp2p
ndkazu fdac723
Merge branch 'master' into libp2p
ndkazu b33728b
Update substrate/client/network/src/request_responses.rs
ndkazu d8fbc30
Remove crate libp2p from sc-authority-discovery
ndkazu 86d50af
Merge branch 'libp2p' of github.com:ndkazu/polkadot-sdk into libp2p
ndkazu 2f09ebd
Removed event
ndkazu d0e2084
Add a custom InboundFailure
ndkazu 3f7e5ad
Removed the variant Network
ndkazu 6dd1bd3
Changed the type of
ndkazu 97a5453
Merge branch 'master' into libp2p
ndkazu 12db7fa
Merge branch 'master' into libp2p
ndkazu 02f0085
Merge branch 'paritytech:master' into libp2p
ndkazu 372f9fc
Replaced Network2 by Network, and added comments to enums
ndkazu 28830fe
Replaced Network2 by Network
ndkazu f02b17c
Removed Event0, Need to remove ToSwarm dependance to libp2p
ndkazu ccbc94a
Merge branch 'paritytech:master' into libp2p
ndkazu 7229689
Merge branch 'master' into libp2p
ndkazu 8609e59
Merge branch 'paritytech:master' into libp2p
ndkazu 54c54c5
Ready for review
ndkazu ae006e1
First corrections
ndkazu a52c9d4
Second round of corrections
ndkazu 73860e6
cargo +nightly fmt
ndkazu 7ed1124
Merge branch 'master' into libp2p
ndkazu db03bc5
Revert "cargo +nightly fmt"
ndkazu 3dd3834
Merge branch 'master' into libp2p
ndkazu f194e5f
".git/.scripts/commands/fmt/fmt.sh"
6ac72b3
Removed all #[error(dial-failure)]
ndkazu 104b1c4
Merge branch 'master' into libp2p
ndkazu e056e0e
Merge branch 'master' into libp2p
ndkazu 53ea246
Replaced CustomOutboundFailure by OutboundFailure
ndkazu 65c732e
Merge branch 'master' into libp2p
ndkazu da7adc3
first round of corrections
ndkazu 7c916bc
Merge branch 'master' into libp2p
ndkazu aab8614
Reverted where it was necessary
ndkazu 812734c
corrections
ndkazu 35e884e
Merge branch 'master' into libp2p
ndkazu 0062a74
Merge branch 'master' into libp2p
ndkazu dd08c06
Merge branch 'master' into libp2p
ndkazu cc0c400
Merge branch 'master' into libp2p
ndkazu 67fe210
Created a prdoc
ndkazu c608293
Merge branch 'master' into libp2p
ndkazu a74ebd0
Merge branch 'master' into libp2p
ndkazu 73d4005
implemented From<...> for OutbounFailure & InboundFailure
ndkazu 2fcf160
Reverted changes unrelated to the purpose of the PR
ndkazu c2abf70
more revert
ndkazu 9c8248b
Merge branch 'master' into libp2p
ndkazu 34cdc57
".git/.scripts/commands/fmt/fmt.sh"
1ee40e1
Added newline at EOF
ndkazu a354c2e
Further corrections
ndkazu abc6f68
correcting format
ndkazu dfcc689
more format correction
ndkazu 7bb250f
removed space
ndkazu ba729b5
".git/.scripts/commands/fmt/fmt.sh"
c969d26
Latest review corrections
ndkazu e226706
Manual Formatting
ndkazu f1e0164
Correct newline at EOF in prdoc
dmitry-markin 27c8e13
Merge branch 'master' into libp2p
lexnv f578962
Merge branch 'paritytech:master' into libp2p
ndkazu 6a3a045
Merge branch 'paritytech:master' into libp2p
ndkazu f44b2eb
Merge branch 'paritytech:master' into libp2p
ndkazu b0e1fd1
Starting
ndkazu f4c798f
Merge branch 'libp2p' of github.com:ndkazu/polkadot-sdk into libp2p
ndkazu 141fbbc
Preparing new types
ndkazu 887c877
Merge branch 'paritytech:master' into libp2p
ndkazu 086c976
libp2p still used in tests
ndkazu 73b46ed
Merge branch 'master' into libp2p
ndkazu 5c02af7
some corrections
ndkazu b13248f
License
ndkazu 0ec6f2d
Merge branch 'master' into libp2p
ndkazu a1ed269
Fix clippy
ndkazu c0baae5
PRdoc
ndkazu c944af9
PRdoc
ndkazu bc2e56e
PRdoc
ndkazu 1efb0b2
Removed libp2p from sc-authority-discovery
ndkazu f9e5edb
Removed libp2p from sc-authority-discovery
ndkazu 568c1e6
Removed libp2p from sc-authority-discovery
ndkazu 48fe9b4
Merge branch 'master' into libp2p
ndkazu f48a4e2
Merge branch 'master' into libp2p
ndkazu 03e10b5
Merge branch 'master' into libp2p
ndkazu e3cc477
Merge branch 'master' into libp2p
ndkazu 6052d78
cargo clippy
ndkazu f3cf4df
Clippy
ndkazu ddde1b1
Removed all libp2p dependency from sc-authority-discovery
ndkazu 5b2d95e
Merge branch 'master' into libp2p
ndkazu 128ae48
clippy
ndkazu 75cdda4
Fix tests in sc-network
ndkazu 008674c
".git/.scripts/commands/fmt/fmt.sh"
5f72326
Fixed prdoc
ndkazu bce2179
Merge branch 'libp2p' of github.com:ndkazu/polkadot-sdk into libp2p
ndkazu 6ef6230
Merge branch 'master' into libp2p
ndkazu c2f1686
Merge branch 'master' into libp2p
ndkazu 25e12d1
Merge branch 'master' into libp2p
ndkazu a22a330
Merge branch 'master' into libp2p
ndkazu afa7659
Merge branch 'master' into libp2p
ndkazu 61926d7
Merge branch 'master' into libp2p
ndkazu d764d23
Merge branch 'master' into libp2p
ndkazu c96ace5
Update substrate/client/network/types/src/rec.rs
ndkazu a3210f5
Applied review corrections
ndkazu 8b13128
Merge branch 'master' into libp2p
ndkazu 0d5912e
Merge branch 'master' into libp2p
ndkazu d210aa5
Merge branch 'master' into libp2p
ndkazu c16b692
Merge branch 'master' into libp2p
ndkazu d59014a
Merge branch 'master' into libp2p
ndkazu 010bbb8
Merge branch 'master' into libp2p
ndkazu 42f5080
Merge branch 'master' into libp2p
ndkazu d5adbd7
Merge branch 'master' into libp2p
ndkazu e18a331
Merge branch 'master' into libp2p
ndkazu fc34928
Merge branch 'master' into libp2p
ndkazu 0df8b33
changed file name from rec.rs to kad.rs
ndkazu 596fcf9
Removed unnecessary into() and libp2p
ndkazu 3ab3460
Removed unneeded conversions
ndkazu e7e5ccd
Started work on litep2p/mod.rs
ndkazu 96302b0
Merge branch 'master' into libp2p
dmitry-markin 04e74ff
".git/.scripts/commands/fmt/fmt.sh"
faf8ce8
Merge branch 'master' into libp2p
ndkazu d1a7df4
Update substrate/client/network/types/src/kad.rs
ndkazu 35fc773
First round of corrections
ndkazu 37d217a
2nd round of corrections
ndkazu 0e60ca0
Corrected format
ndkazu 349906a
Simplified function
ndkazu 65f0af4
Simplified syntax
ndkazu 7995de5
Merge branch 'master' into libp2p
ndkazu 9043046
Merge branch 'master' into libp2p
ndkazu 8618d00
Merge branch 'master' into libp2p
dmitry-markin e0bc0b6
minor: use `into()` to convert kad key
dmitry-markin 7c402b2
Merge branch 'master' into libp2p
dmitry-markin 7fafdd0
minor: simplify conversions
dmitry-markin 91d2836
minor: simplify conversions (libp2p backend)
dmitry-markin c3b039f
empty, kick GitHub
dmitry-markin 391047d
minor: more direct conversions in `NetworkWorker`
dmitry-markin c2f9463
Merge branch 'paritytech:master' into libp2p
ndkazu 86cccce
Start migration to benchmarking V2
ndkazu 6a8f452
Changing to V2
ndkazu 0e907c4
Migrated benchmarking
ndkazu ab0b870
prdoc and some formating
ndkazu dae7a6e
prdoc
ndkazu 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
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
Oops, something went wrong.
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.
can you mark the PR as draft until you are ready for review