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 2.6k
Separate transaction protocol into a separate crate #12198
Closed
Closed
Commits on Sep 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0cf1057 - Browse repository at this point
Copy the full SHA 0cf1057View commit details -
Introduce sc-network-transactions
Introduce a separate crate for the transaction protocol and move transaction configuration there.
Configuration menu - View commit details
-
Copy full SHA for 6716646 - Browse repository at this point
Copy the full SHA 6716646View commit details -
Move types from sc-network to sc-network-common
Move `SetConfig`, `NonDefaultSetConfig`, `TransportConfig` and `NonReservedPeerMode` to sc-network-common::config, and move sc-network::{utils, error} to sc-network-common.
Configuration menu - View commit details
-
Copy full SHA for 2b75534 - Browse repository at this point
Copy the full SHA 2b75534View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e389a9 - Browse repository at this point
Copy the full SHA 8e389a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df27ce - Browse repository at this point
Copy the full SHA 5df27ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa0bdfb - Browse repository at this point
Copy the full SHA aa0bdfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db7a26 - Browse repository at this point
Copy the full SHA 5db7a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a9025b - Browse repository at this point
Copy the full SHA 5a9025bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f496066 - Browse repository at this point
Copy the full SHA f496066View commit details
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 21eee68 - Browse repository at this point
Copy the full SHA 21eee68View commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4a4e9f8 - Browse repository at this point
Copy the full SHA 4a4e9f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40ccbf7 - Browse repository at this point
Copy the full SHA 40ccbf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9d99e8 - Browse repository at this point
Copy the full SHA b9d99e8View commit details
Commits on Sep 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 60ab91e - Browse repository at this point
Copy the full SHA 60ab91eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccf061c - Browse repository at this point
Copy the full SHA ccf061cView commit details
Commits on Sep 14, 2022
-
benches: disable caching per default (#12232)
* Disable cache for storage benches Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Disable caching per default Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update utils/frame/benchmarking-cli/src/storage/cmd.rs Co-authored-by: Bastian Köcher <info@kchr.de> * Add --enable-trie-cache to 'storage' command Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Bastian Köcher <info@kchr.de>
Configuration menu - View commit details
-
Copy full SHA for e731ad0 - Browse repository at this point
Copy the full SHA e731ad0View commit details -
Make
BasePath::new_temp_dir
return the same path for the program li……fetime (#12246) * Make `BasePath::new_temp_dir` return the same path for the program lifetime Instead of returning always a different path, this now returns the same path for the entire lifetime of the program. We still ensure that the path is cleared at the end of the program. * Update client/service/src/config.rs Co-authored-by: Koute <koute@users.noreply.github.com> * Update client/service/src/config.rs Co-authored-by: Nitwit <47109040+nitwit69@users.noreply.github.com> * FMT Co-authored-by: Koute <koute@users.noreply.github.com> Co-authored-by: Nitwit <47109040+nitwit69@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 426c686 - Browse repository at this point
Copy the full SHA 426c686View commit details -
Remove CanAuthorWith trait (#12213)
* Remove CanAuthorWith trait CanAuthotWith trait removed. Also all dependencies, parameters, type paramers were removed. This is related to removal of native runtime. * Remove commented code * Fix code formatting * trigger CI job * trigger CI job * trigger CI job * trigger CI job * trigger CI job * trigger CI job * trigger CI job
Configuration menu - View commit details
-
Copy full SHA for 32cec32 - Browse repository at this point
Copy the full SHA 32cec32View commit details -
Create sp-weights crate to store weight primitives (#12219)
* Create sp-weights crate to store weight primitives * Fix templates * Fix templates * Fixes * Fixes * cargo fmt * Fixes * Fixes * Use deprecated type alias instead of deprecated unit types * Use deprecated subtraits instead of deprecated hollow new traits * Fixes * Allow deprecation in macro expansion * Add missing where clause during call macro expansion * cargo fmt * Fixes * cargo fmt * Fixes * Fixes * Fixes * Fixes * Move FRAME-specific weight files back to frame_support * Fixes * Update frame/support/src/dispatch.rs Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> * Update frame/support/src/dispatch.rs Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> * Update frame/support/src/dispatch.rs Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> * Add missing header * Rewrite module docs * Fixes * Fixes * Fixes * Fixes * cargo fmt Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 17f7ff8 - Browse repository at this point
Copy the full SHA 17f7ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ecae2c - Browse repository at this point
Copy the full SHA 0ecae2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bebfd0 - Browse repository at this point
Copy the full SHA 8bebfd0View commit details
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.