- Apr 16, 2018
-
-
* Disable CORS validation, improve logging. * Fix build from nightly API change. * Rebuilt binaries * More logs, keep validators after 50 blocks.
-
- Apr 15, 2018
-
-
asynchronous rob authored
-
- Apr 14, 2018
-
-
asynchronous rob authored
This reverts commit b023d89f.
-
asynchronous rob authored
-
- Apr 13, 2018
-
-
Gav Wood authored
* Add chain RPCs and getHeader. Also: - finish renaming transaction -> extrinsic; - rejig development chain spec to be more useful. * Fix. * Remove invalid comments. * Fix.
-
- Apr 12, 2018
-
-
asynchronous rob authored
* kill post_finalise * update wasm runtimes
-
Gav Wood authored
* Add --chain option. * Reinstate bail on unknown runtime.
-
* extrinsics root is calculated as part of block-building. * Fix build. * Fix xt root. * Couple of fixes. * Logging and more useful APIs. * Fix test. * Update log version. * Switch back to correct version of log.
-
- Apr 11, 2018
-
-
Arkadiy Paronyan authored
* Fixed block proagation after import and import notifications * Removed cargo check
-
- Apr 06, 2018
-
-
Arkadiy Paronyan authored
* CLI options and keystore integration * Replace multiqueue with future::mpsc * BFT gossip * Revert to app_dirs * generate_from_seed commented * Refactor event loop * Start consensus by timer * Message buffering * Minor fixes * Work around duty-roster issue. * some more minor fixes * fix compilation * more consistent formatting * make bft input stream never conclude * Minor fixes * add timestamp module to executive * more cleanups and logging * Fixed message propagation
-
- Apr 05, 2018
-
-
* Initial stuff. * Various fixes. * Fix tests. * Fix another test * Fix another test. * Docs in polkadot runtime. * Fix up ser/de tests. * Update god keys * Syntax * Fix * Merge remote-tracking branch 'origin/master' into gav-merge-runtime * Permissions on init.sh * Port-over the whitespace from @rphmeier * Rename * Merge branch 'master' into gav-merge-runtime * Fix typo. * Fix grumbles. * Make more idiomatic. * Move `Ed25519Signature` out of traits.
-
Arkadiy Paronyan authored
-
- Apr 03, 2018
-
-
* CLI options and keystore integration * Replace multiqueue with future::mpsc * BFT gossip * Revert to app_dirs * generate_from_seed commented
-
- Mar 30, 2018
-
-
* Block import notifications * Build fix * Consensus messages supported in the networking * Started consensus service * BFT service * Transaction propagation * Polkadot service * CLI integration * Build fix * Added signatures validation * Removed executor argument * Refactored steam loops; Queue size increased * Limit queue size * Fixed doc comment * Fixed wasm build * Fixed wasm build * Check id properly
-