- Oct 06, 2021
-
-
André Silva authored
* session: remove disabled validators threshold logic * staking: add logic to track offending validators * staking: disable validators for the whole era * frame: fix tests * staking: add tests for disabling validators handling * staking: fix adding offending validator when already slashed in era * address review comments * session, staking: add comments about sorted vecs Co-authored-by: Andronik Ordian <[email protected]>
-
Albrecht authored
* fix: use fully qualified syntax to disambiguate * add instance generic * line length < 100
-
Bastian Köcher authored
* `--dev` implies `--tmp` This changes `--dev` to imply `--tmp` when no explicit `--base-path` is provided. * Update client/cli/src/commands/run_cmd.rs Co-authored-by: Alexander Popiak <[email protected]>
-
- Oct 05, 2021
-
-
dependabot[bot] authored
Bumps [secrecy](https://github.com/iqlusioninc/crates) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/iqlusioninc/crates/releases) - [Commits](https://github.com/iqlusioninc/crates/compare/secrecy/v0.7.0...secrecy/v0.8.0) --- updated-dependencies: - dependency-name: secrecy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Bastian Köcher authored
This value is not really meant to be "constant".
-
Koute authored
-
Koute authored
* Speed up timestamp generation when logging * Align to review comments. * Correct a typo
-
Squirrel authored
(if we want something put in the substrate PR.)
-
Squirrel authored
* Say where you looked for the file Co-authored-by: Bastian Köcher <[email protected]>
-
Kian Paimani authored
* dont read events in elections anymore. * Update frame/election-provider-multi-phase/src/lib.rs * Fix test for Substrate#9898 (#9907) Co-authored-by: Shawn Tabrizi <[email protected]> Co-authored-by: Zeke Mostov <[email protected]>
-
- Oct 04, 2021
-
-
Shawn Tabrizi authored
* causes issue * remove the bad error check
-
Bastian Köcher authored
* Require crypto scheme for `insert-key` We should not "guess" the scheme as this can depend on the implementation of the runtime etc. * FMT
-
Chevdor authored
* chore: refresh of the substrate_builder image fix #9715 * chore: renaming + build script * Fix spaces/tabs * Add doc * Remove non binary * Update docker/substrate_builder.Dockerfile Co-authored-by: Denis Pisarev <[email protected]>
-
Tomasz Drwięga authored
* Soft limit. * Add soft deadline tests. * cargo +nightly fmt --all * Fix sc-service test. * Improving tests
-
Tomasz Drwięga authored
* Add transaction validity docs. * Re-work priority calculation. * Fix tests. * Update frame/transaction-payment/src/lib.rs Co-authored-by: Alexander Popiak <[email protected]> * cargo +nightly fmt --all * Fix an obvious mistake :) * Re-work again. * Fix test. * cargo +nightly fmt --all * Make VirtualTip dependent on the transaction size. * cargo +nightly fmt --all * Update frame/transaction-payment/src/lib.rs Co-authored-by: Alexander Popiak <[email protected]> * Fix compilation. * Update bin/node/runtime/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Alexander Popiak <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
Koute authored
* Do not propagate host RUSTFLAGS when checking for WASM toolchain * Update utils/wasm-builder/src/prerequisites.rs * Update utils/wasm-builder/src/prerequisites.rs Co-authored-by: Bastian Köcher <[email protected]>
-
Jaco Greeff authored
Tiny quotes fix that snuck in lately (something I picked up elsewhere in document generation)
-
- Oct 03, 2021
-
-
Squirrel authored
* Focus on correctness lints. This relies on a compiler patch that landed 8th July 2021. If people are using an earlier version of the compiler everything will still work unless they try and run clippy. Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Denis Pisarev <[email protected]>
-
asynchronous rob authored
* Ensure BeforeBestBlockBy voting rule accounts for base * fmt Co-authored-by: Andronik Ordian <[email protected]>
-
- Oct 02, 2021
-
-
Dan Shields authored
* rm maintain lock * ignore template gen lockfile
-
Dan Shields authored
* downstream node template pull: README updated, add shell.nix * consistant cargo.toml style * Update bin/node-template/shell.nix Co-authored-by: Bastian Köcher <[email protected]>
-
Jay Pavlina authored
-
- Oct 01, 2021
-
-
Tomasz Drwięga authored
* Support skipping invalid transactions in the iterator. * Expose concrete iterator. * cargo +nightly fmt --all * More consistent placement. * Update Cargo.lock * Pass transaction to 'report_invalid'
-
RyuH1 authored
-
Liu-Cheng Xu authored
* Clean up sc-peerset * cargo +nightly fmt --all * Nit * Nit * . * Nit * . * Apply suggestions from code review * . * Update client/peerset/src/peersstate.rs Co-authored-by: Bastian Köcher <[email protected]>
-
ucover authored
* Generate one #[test] fn per bench case. * Update benchmark macro syntax in frame pallets. * Explain new benchmark macro syntax in example pallet. * support with and without a semicolon * update pallets to use individual tests * migrate staking too * migrate more pallets * fix up democracy and use individual tests * Fix comment * Put println message in panic * Remove `another_set_dummy` from doc `another_set_dummy` is not present in the benchmarking.rs (anymore). * Update doc for benchmarks macro * Update doc for impl_benchmark_test_suite macro Co-authored-by: Shawn Tabrizi <[email protected]>
-
Alexander Samusev authored
Co-authored-by: Shawn Tabrizi <[email protected]>
-
- Sep 30, 2021
-
-
Shawn Tabrizi authored
* simple trait to inspect metadata * import vec
-
Vincent Geddes authored
* Pallet Assets: Allow creating asset classes from genesis config * Add accounts and metadata to genesis config * whitespace fixes * Update more chainspecs * Run rustfmt over code * More formatting fixes * Update frame/assets/src/lib.rs Improve error message Co-authored-by: Shawn Tabrizi <[email protected]> * Update frame/assets/src/lib.rs Improve error message Co-authored-by: Shawn Tabrizi <[email protected]> Co-authored-by: Shawn Tabrizi <[email protected]>
-
Denis_P authored
* CI: md styling * CI: add container usage
-
Robert Klotzner authored
* Silence alert about large-statement-fetcher That task is not continuous and behaving exactly as desired. * Get rid of rule completely - Pierre thinks it does not add any value - Basti rightly complains that Polkadot specific exceptions make little sense in the Substrate repo.
-
zjb0807 authored
* fix democracy on-initialize weight * fix tests * add base weight on LaunchPeriod * fix fmt check * trigger GitHub actions * trigger GitHub actions * update weights
-
Bastian Köcher authored
The test is flaky because sometimes we hit the 9 seconds deadline when the CI was probably on high load. To "solve" this we just use an huge deadline that should never be triggered. The deadline isn't required anyway.
-
Andrew Jones authored
* Add struct variant fields to contract Event * Update comments and usages * Fmt
-
Dan Shields authored
Instructions are more detailed on devhub, ported to the README.
-
- Sep 29, 2021
-
-
Éloïs authored
* add feature wasmtime-jitdump * remove unwrap * always enable wasmtime/jitdump feature * env WASMTIME_PROFILING_STRATEGY: retun an error for unknown value * Add doc for env var WASMTIME_PROFILING_STRATEGY * Update client/executor/wasmtime/Cargo.toml Co-authored-by: Sergei Shulepov <[email protected]> * warning instead of error * Update client/executor/wasmtime/src/runtime.rs Co-authored-by: Bastian Köcher <[email protected]> * update doc: unknown value cause warning instead of error * log warning only once * static right next to the usage Co-authored-by: Sergei Shulepov <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
Liu-Cheng Xu authored
* . cargo +nightly fmt --all * Fix test * Simplify test * They are already imported * Needless clone()
-
Bastian Köcher authored
* Start * Move to ctx * Make it compile for now * More work * Get rid off state-holder * Use less Refcells *
🤦 * Don't use RefCell * Use names for parameters * Fixes after merge * Fixes after merge * Review feedback * FMT -
Squirrel authored
* Less sleeps * No need to use tokio-test crate * Less sleep * Avoid leaving zombie substrates around (when panicing in tests) * Remove unused imports * Incorporating feedback * rename method * Use rpc_api * Update bin/node/cli/tests/temp_base_path_works.rs Co-authored-by: Bastian Köcher <[email protected]> * Update bin/node/cli/tests/temp_base_path_works.rs Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
thiolliere authored
-