- Dec 05, 2018
-
-
gabriel klawitter authored
* .gitlab-ci.yml: update to include docker builds and publishing * add Dockerfile for the ci
-
- Oct 26, 2018
-
-
gabriel klawitter authored
-
- Oct 19, 2018
-
-
Svyatoslav Nikolsky authored
* moved DigestItem impl to impl_outer_log * Enable backtrace collecting on the CI * internal module is not required in impl_outer_log * Revert "internal module is not required in impl_outer_log" This reverts commit 54304469. * Revert "moved DigestItem impl to impl_outer_log" This reverts commit 8872bbee. * Revert "Revert "moved DigestItem impl to impl_outer_log"" This reverts commit 47afd596. * Revert "Revert "internal module is not required in impl_outer_log"" This reverts commit 9ae64001. * More diagnostics * check if only 1 test fails * test is back + some "traces" * removed some traces * removed "traces"
-
- Sep 15, 2018
-
-
Sergey Pepyakin authored
* Add --locked to the cargo build * Remove trailing spaces * Update Cargo.lock
-
- Sep 12, 2018
-
-
* Remove unneeded script * Rename Substrate Demo -> Substrate * Rename demo -> node * Build wasm from last rename. * Merge ed25519 into substrate-primitives * Minor tweak * Rename substrate -> core * Move substrate-runtime-support to core/runtime/support * Rename/move substrate-runtime-version * Move codec up a level * Rename substrate-codec -> parity-codec * Move environmental up a level * Move pwasm-* up to top, ready for removal * Remove requirement of s-r-support from s-r-primitives * Move core/runtime/primitives into core/runtime-primitives * Remove s-r-support dep from s-r-version * Remove dep of s-r-support from bft * Remove dep of s-r-support from node/consensus * Sever all other core deps from s-r-support * Forgot the no_std directive * Rename non-SRML modules to sr-* to avoid match clashes * Move runtime/* to srml/* * Rename substrate-runtime-* -> srml-* * Move srml to top-level
-
- Sep 11, 2018
-
-
Sergey Pepyakin authored
-
- Sep 07, 2018
-
-
ddorgan authored
-
- Aug 30, 2018
-
-
Denis S. Soldatov aka General-Beck authored
it is necessary to test. You will probably have to create a cron-job for the nightly assembly of the master branch
-
- Aug 27, 2018
-
-
Gav Wood authored
* New slashing mechanism (#554) * Slashing improvements - unstake when balance too low - unstake after N slashes according to val prefs - don't early-terminate session/era unless unstaked - offline grace period before punishment * Fix warning * Cleanups and ensure slash_count decays * Bump authoring version and introduce needed authoring stub * Rename * Fix offline tracker * Fix offline tracker * Renames * Add test * Tests * Tests. * Remove accidental merge files. * Version bump, fixes (#572) * Bump version, don't propose invalid blocks * Fix build. * Fixes. * More fixes. * Fix tests. * Fix more tests * More tests fixed * Fix merge * Fix accidental merge bug * Fixes. * Staking failsafes - Don't slash/unstake/change session when too few staking participants - Introduce set_balance PrivCall * Make minimum validator count dynamic. * test fixes * Fix tests. * Fix tests * Fix tests, update readme. * Test with release. * Use safe math when dealing with total stake * Fix test again. * Fix grumbles.
-
- Aug 12, 2018
-
-
ddorgan authored
-