- Nov 12, 2018
-
-
Gav Wood authored
* Remove superfluous serde requirements. * Try to ensure hash is serde * Fixups * Building again * Attempt to reenable Block (doesn't build) * Fixes compilation for node cli * Fixes test compilation * Fix wasm * Fix tests * Remove unneeded changes * Fix up comments * Reenable some code * Compile error when origin misused. * Remove unnecessary includes of `serde_derive` * Cleanups
-
Pierre Krieger authored
* Only reconnect if topology changed * Minor changes
-
Chevdor authored
Fix #1099
-
- Nov 09, 2018
-
-
David authored
* WIP * Use latest lip2p master
-
Sergey Pepyakin authored
-
Simon Warta authored
* Switch order of `subkey restore` output to macht the derivation chain: seed -> keypair -> pubkey -> address * Use terms public key and address explicitly `subkey restore`
-
- Nov 07, 2018
-
-
Luke Schoen authored
-
Tomasz Drwięga authored
* Finalised blocks PubSub * Finalised head RPC. * Unify spelling.
-
- Nov 06, 2018
-
-
Hero Bird authored
* [core/primitives] Update crunchy 0.1 => 0.2 * [core/primitives] Update fixed-hash 0.2 => 0.3.0-beta * [core/primitives] Update `uint` 0.4 => 0.5.0-beta * [core/state-machine] Fix errors emerged by fixed-hash update * [core/state-db] Fix errors that emerged from fixed-hash update * [core/sr-io] Fix errors that emerged from the fixed-hash update * [core/trie] Fix errors emerged from fixed-hash updates * [core/trie] Make use of new Hash::as_fixed_bytes_mut method in tests * [core/sr-primitives] Fix errors emerged from updating fixed-hash * [core/executor] Fix errors that emerged from fixed-hash update * [core/test-runtime] Fix errors that emerged from updating fixed-hash * [core/test-runtime] Fix an error that emerged from fixed-hash update * [core/transaction-pool] Fix errors that emerged from updating fixed-hash * Add From<u64> impl for hash types defined in core/primitives * [core/client/db] Fix errors that emerged from fixed-hash update * [core/{client/network/rpc}]: Fix errors emerged by fixed-hash update * [node/{cli/executor/runtime}]: Fix errors emerged by updating fixed-hash * [core/network]: Fix bug in parsing constant str * Update Cargo.lock - Add crunchy 0.2.1 - fixed-hash 0.2.2 => 0.3.0-beta.3 - Add static-assertions 0.2.5 - uint 0.4.1 => 0.5.0-beta.1 * [core/primitives]: Add fixed-hash/rustc-hex feature for FromStr impl * [core/primitives] No longer provide From<u64> impl for hash types if byteorder support is not enabled * [core/primitives] Revert to using From impl again in primitives tests * [core/..] Fix some bugs that emerged by recent fixed-hash updates * Update a bunch of Cargo.lock files * [core/state-db] Re-add whitespace between attr and extern crate/mod * [core/primitives] Fix bug in From<u64> impl for hash types using the wrong feature guard
-
- Nov 05, 2018
-
-
Sergey Pepyakin authored
* Sandbox mem IO according to COMPLEXITY.md * Fix tests. * Update root hash for deploying contract test.
-
Pierre Krieger authored
-
azban authored
-
- 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
-