- Aug 14, 2018
-
-
asynchronous rob authored
-
asynchronous rob authored
* fix session slashing test * fix staking slashing tests
-
Pierre Krieger authored
-
Tomasz Drwięga authored
* Fix is_valid condition when removing transactions from the pool. * Less verbosity. * Reject too large transctions from the pool. * Bring back the warning level. * Fix link.
-
Guanqun Lu authored
-
Tomasz Drwięga authored
* Query storage changes from-to block. * Rewrite to use hashes instead of numbers. Add tests.
-
- Aug 13, 2018
-
-
- Aug 12, 2018
-
-
Svyatoslav Nikolsky authored
* storage proofs * fixed grumbles * Update lib.rs
-
ddorgan authored
-
- Aug 11, 2018
-
-
asynchronous rob authored
* notify when an authority appears to have missed their block * Runtime API * offline tracker * Move to consensus * generating reports of offline indices * stubbed-out evaluation logic * Slashing data pathwat * usize -> u32 * Slash bad validators. * update to rhododendron 0.3 * fix compilation of polkadot-consensus * Support offline noting in checked_block * include offline reports in block authorship voting * do not vote validators offline after some time * add test for offline-tracker * fix test build * bump spec version * update wasm * Only allow validators that are possible to slash * Fix grumble * More idiomatic * New Wasm. * update rhododendron * improve logging and reduce round time exponent * format offline validators in ss58
-
- Aug 10, 2018
-
-
asynchronous rob authored
-
Arkadiy Paronyan authored
-
-
asynchronous rob authored
-
Pierre Krieger authored
* Update libp2p and some log and yamux * Replace trace! with info! * Only have one log message on disconnect
-
* Expose node public key to telemetry * unwrap to expect * Make sure all the zeros are there * Cleanup
-
* Add blocks per second to informant. * Add some colours.
-
- Aug 09, 2018
-
-
Arkadiy Paronyan authored
-
Gav Wood authored
-
-
Tomasz Drwięga authored
-
Chevdor authored
* Add new flag to allow listening to all interfaces Fix #439 Fix #494 * Fix capitalisation
-
- Aug 08, 2018
-
-
Sergey Pepyakin authored
-
Pierre Krieger authored
* Some networking cleanups * Fix tests * Fix wrong port in new_local
-
Tomasz Drwięga authored
* Derive macro for simple structs. * Derive Encode/Decode wherever we can. * Derive for enums. * Support discriminant. * Get rid of some repetition. * Support custom indices. * Derive codec for enums wherever possible. * Fix no_std * WASM rebuilt * Avoid excessive import. * Fix compilation. * Address review grumbles.
-
André Silva authored
* substrate: return Option in all storage related RPC methods * substrate: remove unused imports * substrate: remove unused NoValueForKey error variant * substrate: don't return Option on code_at since code is always defined
-
Pierre Krieger authored
-
- Aug 07, 2018
-
-
Sergey Pepyakin authored
-
- Aug 06, 2018
-
-
asynchronous rob authored
-
-
-
-
- Aug 05, 2018
-
-
Chevdor authored
-
- Aug 04, 2018
-
-
Simon Littlejohns authored
* Update lib.rs * Update lib.rs * Update config.rs * Update lib.rs * Update lib.rs * tab correction
-
- Aug 03, 2018
-
-
Tomasz Drwięga authored
* Send initial value for heads. * Send initial values for subscriptions.
-
Chevdor authored
* Improve docker image size with a 2 stages image * Minor doc updates * Fix and reduce size of the docker image * Fix paths in scripts
-
Benjamin Kampmann authored
-
* Fix the --key generation * Add unit tests Ref #474
-
Simon Littlejohns authored
* Update config.rs * Update lib.rs
-
icodezjb authored
io::Write::write is not guaranteed to process the entire buffer. it return how many bytes were processed, which might be smaller than a given buffer’s length. use write_all instead.
-