- Nov 02, 2018
-
-
Guanghua Guo authored
-
azban authored
-
Bastian Köcher authored
-
- Nov 01, 2018
- Oct 31, 2018
-
-
Sergey Pepyakin authored
-
- Oct 29, 2018
-
-
Gav Wood authored
-
- Oct 27, 2018
-
-
guanqun authored
-
Benjamin Kampmann authored
* Generalize BlockImport - move ImportBlock, BlockOrigin, ImportResult into shared sr-primitives - let Consensus provide and traits again - update consensus traits to latest development - implement traits on client::Client, test_client::TestClient - update RHD to use the new import_block API * Move ImportBlock into consensus-common * Send import notification in aura tests * Integrating aura into service * Make Signatures more generic * Aura Block Production with the given key * run aura on the thread pool * start at exact step start in aura * Add needed wasm blob, in leiu of better solutions. * Make API ids consistent with traits and bring upstream for sharing. * Add decrease_free_balance to Balances module * Encode `Metadata` once instead of two times * Bitops include xor * Upgrade key module. * Default pages to somewhat bigger. * Introduce upgrade key into node * Add `Created` event
-
guanqun authored
* use :vis in macro_rules! * use :vis in meta
-
- Oct 26, 2018
-
-
Tomasz Drwięga authored
* Compute next index for misbehaviour reporting correctly. * Merge branch 'master' into td-graph-improvements
-
Bastian Köcher authored
* General `decl_module` improvements * Make `deposit_event` implementable by `decl_module!` * Make `decl_module!` implement calls directly * Regenerate the wasm file after master rebase
-
gabriel klawitter authored
-
guanqun authored
* mutate returns a value * code comment fixes * fix the compile
-
Luke Schoen authored
-
Luke Schoen authored
* docs: Remove safe-mix since is no longer local dependency * docs: Fix existing packages link. Still only includes Substrate Core
-
- Oct 25, 2018
-
-
Luke Schoen authored
-
* docs: Fix link to LICENSE * fix: Remove surrounding text
-
* docs: Fix syntax for module comment. Rename to substrate Core * docs: Reorder package layers in order of level of abstraction * docs: Make text more concise * docs: Add SRML abbreviation
-
Luke Schoen authored
* doc: Relates to #578. Add rustdoc documentation guide to readme * fix: Fix testing of dot points. Show packages over multiple lines so all visible * fix: Fix indentation and change from authorting to contributing
-
Bastian Köcher authored
-
Bastian Köcher authored
-
- Oct 23, 2018
-
-
Bastian Köcher authored
-
Tomasz Drwięga authored
-
- Oct 21, 2018
- Oct 20, 2018
-
-
Gav authored
-
Gav authored
-
Gav Wood authored
-
Gav Wood authored
* Remove nonsense code and options, fix score and generally make subkey work. * Rename Demo -> Node
-
Luke Schoen authored
-
Gav Wood authored
* Add Assets module * Fixes * Fix * Update comments * Support `GenesisConfig` without any fields Fixes: #923 * Do not generate an empty `GenesisConfig`, instead generate no `GenesisConfig`
-
- Oct 19, 2018
-
-
Bastian Köcher authored
* Move `chain_spec` into `node-cli` * Fixes tests * Adds `construct_simple_service` and `construct_service_factory` macros * Remove the `node-service` crate * Add some documentation * Fixes compilation on stable
-
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"
-