- Mar 05, 2019
-
-
Hero Bird authored
* Make use of parity-codec "derive" crate feature * Bump impl_version * Update wasm files and Cargo.lock files * Transferred to parity_codec derive feature for the rest of the crates * Update wasm binaries and lock files * Update core and node wasm binaries
-
- Mar 04, 2019
-
-
Gav Wood authored
* Clean up session key rotation * Fix build * Bump version
-
thiolliere authored
-
Michael Müller authored
* Get rid of wildcard imports * Update core/service/src/lib.rs Co-Authored-By: cmichi <[email protected]> * Update core/client/src/client.rs Co-Authored-By: cmichi <[email protected]> * Import by namespace
-
thiolliere authored
* force build closure in decl_storage! to return explicit type * fix when type was different Note: it breaks API but it is easy to upgrade: just do the conversion from encode type to the final type yourself in the build closure: ```rust Encode::using_encoded(&value, |mut value| Decode::decode(&mut v)).unwrap(); ```
-
- Mar 02, 2019
-
-
Gregory Terzian authored
* refactor sync provider * relative use of interval * typo * set propagate timeout to 2500ms * address comments * fix instant calc * update intervals
-
Gav Wood authored
* First steps to stash/controller separation * More drafting * More drafting * Finish draft. * Optimisation * Remove accidental commit * Make it build. * Fix linked map for traits. * Fix Option<_> variant. * Improve naming a tad * Rebuild runtime * Builds! * First test. * Bump RT version * Minor fix * Update Mock * adds the correct reward testcase (+staking eras which was already ok) * fixes the basic staking testcase to work properly (along with a small fix in the module) * New logic to avoid controller transferring stash. * Fix some build issues. * adding some comments to tests * Fix impls. * adds a few more lines to explain the test case * More fixes. * gets the basic test up and running again * Fix rest of build * Rebuild wasm * Fix docs. * fix staking test with new chnages * updating some tests, pending questions * More working tests * adds double staking test * Docs * remove invalid slashing test * Payee stuff. * Fix build * Docs * Fix test * Fix a couple of tests * Layout plan for finishing tests before Pragmen * Add some working tests * re-build staking and reward tests * Add more tests * fix offline grace test * Nominator should have payee checked for cleanup * adds more nomination tets * adds validator prefs tests * Fix and clean up some TODOs * Fix a couple of issues * Fix tests * noting warnings from tests * final fix of local tests * Fix slot_stake bug * Half baked test * Add logic to limit `unstake_threshold` set in storage * Make sure to check before writing! Almost forgot this one * Move a couple of comments * fix last broken slot_stake test * Ignore broken test
-
- Mar 01, 2019
-
-
Pierre Krieger authored
* Bump libp2p to 0.4.2 * Update yamux
-
thiolliere authored
-
Pierre Krieger authored
-
Bastian Köcher authored
* Update parity-codec/-derive to 3.1 * Update wasm stuff
-
- Feb 28, 2019
-
-
asynchronous rob authored
* queue messages in future * use new gossip API in GRANDPA * implement message_expired for grandpa * fix indent
-
Pierre Krieger authored
* Add an RPC request for the state of the network * Fix concerns * Fix tests * Replace comment with TODO * Rename the RPC
-
Svyatoslav Nikolsky authored
-
Michael Müller authored
* Fix typo * Support multiple telemetry endpoints and verbosity levels * Bump substrate-telemetry version * Telemetrify Aura consensus * Telemetrify Grandpa * Fix CI version conflicts * Implement style remarks * Fix fixture * Implement style remarks * Clone only when necessary * Get rid of Arc for URL * Handle connection issues better
-
Gregory Terzian authored
* remove blocking sync -> import-queue operations add specialization to testnet remove add peer default impl on TestNetFactory * remove empty brackets from dummy specialization * nits * make mut_peers take an fn once * add SpecializationFactory trait in test * remove add_peer imple in grandpa, fix typo * use cmp::max for best importing number comparison * remove import of non-existent create_peer * add sender to start message
-
thiolliere authored
* fix macro error when no event * update impl version
-
gabriel klawitter authored
-
- Feb 27, 2019
-
-
Gregory Terzian authored
* add connected peers to protocol, use in sync provider * use PeerId::random * address comments` * docs * fix import of PeerId * rewrite rpc tests using PeerId::random * whitespace * nits * remove option around peer id and remove field * further removal of the option around peer id * fix rpc tests
-
gabriel klawitter authored
-
gabriel klawitter authored
* ci: add kubernetes helm chart and gcp deployment * use official or parity's docker images only
-
Gregory Terzian authored
* use bounded channels for network -> sync -> import * bound at 4 * indent * use return value of handle_network_msg
-
- Feb 26, 2019
-
-
asynchronous rob authored
* support multiple leaves at same height in leaves set * prune leaves on finalization * test leaves behavior in client-db * fix no-std compilation
-
thiolliere authored
* replace some encode by using_encoded * update runtime * improve readibility
-
- Feb 25, 2019
-
-
-
Gregory Terzian authored
* remove blocking operations in SyncOracle implementation * docs * docs
-
Pierre Krieger authored
* Split Substrate messages into multiple substreams * Add back Clogged event
-
thiolliere authored
* fix construct runtime module position * Update srml/support/src/runtime.rs Co-Authored-By: thiolliere <[email protected]> * Update srml/support/src/runtime.rs Co-Authored-By: thiolliere <[email protected]> * Update srml/support/src/runtime.rs Co-Authored-By: thiolliere <[email protected]> * Update srml/support/src/runtime.rs Co-Authored-By: thiolliere <[email protected]> * Update srml/support/src/runtime.rs Co-Authored-By: thiolliere <[email protected]>
-
Marcio Diaz authored
* feat: add children function to backend * feat: add test for children hashes * feat: add uncles function to client * fix: improve uncles function adds few more tests * fix: remove children when reverting * fix: typo and spec version
-
- Feb 22, 2019
-
-
Tomasz Drwięga authored
* Refactor state-machine stuff. * Fix tests. * Fix core/client tests.
-
Pierre Krieger authored
* Add back logging when we ban a peer * Make it less verbose
-
- Feb 21, 2019
-
-
Jordan Beauchamp authored
* Let StorageDoubleMap use borrowed key types * Bump impl version
-
Toralf Wittner authored
* Limit the set of known extrinsics and blocks. * Update Cargo.lock * Always insert and pop oldest entry if needed. Always inserting first ensures that the element's LRU position is updated.
-
Andrew Jones authored
* Delete existing * Use bandwidth from libp2p
-
Arkadiy Paronyan authored
* Fixed finalizing multiple blocks at once * Added a test * Added a comment
-
Stanislav Tkach authored
-
Pierre Krieger authored
-
thiolliere authored
if system wasn't the first module then it crashed
-
Pierre Krieger authored
* Report the network PeerId to the telemetry * Fix accidental paste
-
Pierre Krieger authored
* Fix #1825 * Add comment
-