- Jan 17, 2019
-
-
Pierre Krieger authored
-
Svyatoslav Nikolsky authored
-
- Jan 16, 2019
-
-
* Update libp2p-kad and libp2p-secio * Fix concern
-
Gav Wood authored
* Indices module * Remove indices stuff from balances * Rejob node, move Lookup into system. * Fix up some modules. * Fix democracy tests * Fix staking tests * Fix more tests * Final test fixes * Bump runtime versions * Assets uses compact dispatchers * Contracts module uses indexed addressing * Democracy has more compact encoding * Example now demonstrates compact eencoding * Sudo uses indexed address * Upgrade key also uses indexed lookups * Assets more compact types. * Fix test * Rebuild runtime, whitespace * Remove TOODs * Remove TODOs * Add a couple of tests back to balances. * Update lib.rs * Update lib.rs
-
Marcio Diaz authored
* fix: set edition to 2018 in Cargo.toml. * fix: refactor function to make use of NLL. * fix: result of applying 'cargo fix --edition' command. * fix: removes extern crate * fix: remove module uses from lib.rs * fix: tests imports
-
- Jan 15, 2019
-
-
asynchronous rob authored
-
Xiliang Chen authored
-
- Jan 14, 2019
-
-
Sergei Pepyakin authored
-
Pierre Krieger authored
* Update to latest libp2p * Fix indentations * Add basic test * Apply suggestions from code review Co-Authored-By: tomaka <[email protected]> * Remove Mutex from topology * Remove unused method * Fix concerns
-
- Jan 11, 2019
-
-
Svyatoslav Nikolsky authored
* grandpa finality proof * prove GrandpaApi::grandpa_authorities using parent block + some docs * create justification when consensus data is changed * generate justifications periodically * test for ConsensusChanges
-
Tomasz Drwięga authored
-
-
Benjamin Kampmann authored
* Properly log sealing and the newly created proposal hash from aura * Update lib.rs
-
Xiliang Chen authored
-
Tomasz Drwięga authored
-
Gav Wood authored
* Ensure opaque extr serialise is same as transparent Fixes #889 * Fix wasm compile
-
- Jan 10, 2019
-
-
asynchronous rob authored
-
Gav Wood authored
-
Gav Wood authored
-
Pierre Krieger authored
-
Gav Wood authored
* Updates for CC's recent upgrade - Version bump to 0.9.2 - Runtime version bump to v14 - Avoid misuse of error return type for system_health RPC * Fix tests
-
- Jan 09, 2019
-
-
Gav Wood authored
- Introduce compact extrinsics into Cherry - Remove UpgradeKey from Cherry (Sudo is enough) - Remove networkId from Cherry properties
-
Xiliang Chen authored
* expose peer information via rpc * fixes tests * cleanup Co-Authored-By: xlc <[email protected]> * Update docs Co-Authored-By: xlc <[email protected]> * Add missing docs * keep original type for PeerInfo best_hash/best_number * cleanup * Update mod.rs
-
kyegupov authored
* Test compiled wasm code in test-runtime * Drop lazy_static * Move substrate-executor to dev-dependencies
-
Alexander Krupenkin authored
-
kyegupov authored
* Some documentation for ext_ functions in Substrate Runtime API This would be useful for using non-Rust language to write Substrate-compatible modules and debugging modules at the WebAssembly level. * Update without_std.rs Update comment styles
-
- Jan 08, 2019
-
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
* Test RPC fix. * Fix meta in unsubscribe. * Fix meta in unsubscribe.
-
Arkadiy Paronyan authored
* State caching * Better code caching * Execution optimizaton * More optimizations * Updated wasmi * Caching test * Style * Style * Reverted some minor changes * Style and typos * Style and typos * Removed panics on missing memory
-
-
-
* BlockAuthorityId convenience type * Rename AuthorityId -> Ed25519AuthorityId to make it more precise * Generalize AuthorityId up to substrate-client * Fix in client-db * rename: BlockAuthorityId -> AuthorityIdFor * typo: should be digest item * Fix test-runtime authorityId mismatch One states that AuthorityId is u64 while the other states that it's Ed25519AuthorityId. * Fix more u64 - Ed25519AuthorityId mismatch * Fix compile of most of the srml modules * Continue to pin aura and grandpa with ed25519 and fix compile * Add MaybeHash trait * Fix node-runtime compile * Fix network tests
-
- Jan 07, 2019
-
-
Gav Wood authored
* Invulnerabiity from slashing * Update srml/staking/src/lib.rs Co-Authored-By: gavofyork <[email protected]>
-
Wei Tang authored
* Unify primitive types with parity-ethereum * Update primtive-types patch version * Fix merge issue * Add necessary fixed-hash features * Fix node-primitives compile * Reexport impl_serde::serialize as bytes to avoid path changes
-
asynchronous rob authored
-
Aton authored
* must pass sub_matches to function, so that could get `<num>` in revert * revert should del current best index block, not prev block
-
- Jan 06, 2019
-
-
Arkadiy Paronyan authored
* Fixed ancestry search - block queue interaction * Style
-
André Silva authored
* core: fix bug on ondemand dispatch after a request was dispatched to the last peer the dispatch would loop forever on subsequent requests that aren't able to be fulfilled by any of the peers, since the last peer wasn't updated. * core: try to dispatch all pending ondemand requests
-
- Jan 04, 2019
-
-
* Support custom fork choice rule * Remove unneeded reexport * Fix network compile
-
- Dec 31, 2018
-
-