- May 15, 2019
-
-
André Silva authored
-
Bastian Köcher authored
* Forward the result in a sudo call * Print the error of the wrapped call in `sudo`
-
joe petrowski authored
-
郭光华 authored
* Add tty password input * Move password from core/service to core/cli * Fix test build error * Password should be entered only once if it's for decoding * Update Cargo.lock from rebuild
-
Pierre Krieger authored
* Keep node information about disconnection * Fix line widths
-
thiolliere authored
-
Marcio Diaz authored
* init store for slots * fix: add check_equivocation to Aura/Babe * fix tests * fix: add pruning bound Co-Authored-By: André Silva <[email protected]> * use saturating_sub
-
Bastian Köcher authored
* Generate correct serde bound for GenesisConfig * Handle double map as well * Adapt double map test
-
- May 14, 2019
-
-
Denis_P authored
-
thiolliere authored
-
Fixes warning: the item `HashSet` is imported redundantly
-
Pierre Krieger authored
* Randomly fuzz the PSM * Fix test * Run it moar
-
Pierre Krieger authored
-
Pierre Krieger authored
* Move ProtocolMsg to service.rs * Fix line width * Fix line width again * Correct whitespace * Another whitespace correction
-
Svyatoslav Nikolsky authored
* do not try to sync from light node * use Roles' utility methods
-
Pierre Krieger authored
-
Svyatoslav Nikolsky authored
* fix light client strtup (build_select_chain -> Option) * fixed node template compilation * Update core/service/src/lib.rs Co-Authored-By: Benjamin Kampmann <[email protected]>
-
André Silva authored
* node: replace emberic elm with flaming fir testnet * update readme
-
Sergei Pepyakin authored
* Introduce an IndexedEvent * Plumb topics through the Ext interface. * Add topics to ext_deposit_event * Charging for events. * Check the number of topics. * Check for duplicate topics. * Bump API version. * Move derive(*Eq) under test. * Use sorting for finding duplicates.
-
Pierre Krieger authored
-
joe petrowski authored
* fix over/under flow risk in OnDilution * bump impl
-
Andrew Jones authored
-
- May 13, 2019
-
-
Michael Müller authored
* Add possibility to sign calls via cli * Update subkey/README.adoc Co-Authored-By: Robert Habermeier <[email protected]>
-
Pierre Krieger authored
-
Gavin Wood authored
-
Sergei Pepyakin authored
* Sketch of indexed events. * Get EventIndex by holding another variable. * Add some docs. * Use DoubleMap to store reverse topic index * Implement StorageDoubleMap::append * Use append for EventTopics. * Refactor. * Avoid `mutate` * Docs. * Add topics to EventRecord * Update tests. * Rebuild. * Bump version. * Event topics test. * Mix in BlockNumber to distinguish updates * Fix srml-system test. * Post merge fixes. * Comments/TODO.
-
Pierre Krieger authored
* Make the behaviour in libp2p generic * Fix indentation * Fix bad merge
-
Pierre Krieger authored
-
gabriel klawitter authored
* strictly require <= 120 characters
-
Denis_P authored
* tag for wasm tst
-
thiolliere authored
-
Joshy Orndorff authored
-
Svyatoslav Nikolsky authored
* GrandpaLightBlockImport * extract authorities in AuraVerifier * post-merge fix * restore authorities cache * license * new finality proof draft * generalized PendingJustifications * finality proof messages * fixed compilation * pass verifier to import_finality_proof * do not fetch remote proof from light import directly * FinalityProofProvider * fixed authorities cache test * restored finality proof tests * finality_proof docs * use DB backend in test client * justification_is_fetched_by_light_client_when_consensus_data_changes * restore justification_is_fetched_by_light_client_when_consensus_data_changes * some more tests * added authorities-related TODO * removed unneeded clear_finality_proof_requests field * truncated some long lines * more granular light import tests * only provide finality proof if it is generated by the requested set * post-merge fix * finality_proof_is_none_if_first_justification_is_generated_by_unknown_set * make light+grandpa test rely on finality proofs (instead of simple justifications) * empty_finality_proof_is_returned_to_light_client_when_authority_set_is_different * missing trait method impl * fixed proof-of-finality docs * one more doc fix * fix docs * initialize authorities cache (post-merge fix) * fixed cache initialization (post-merge fix) * post-fix merge: fix light + GRANDPA tests (bad way) * proper fix of empty_finality_proof_is_returned_to_light_client_when_authority_set_is_different * fixed easy grumbles * import finality proofs in BlockImportWorker thread * allow import of finality proofs for non-requested blocks * limit number of fragments in finality proof * GRANDPA post-merge fix * BABE: pos-merge fix
-
-
Svyatoslav Nikolsky authored
-
- May 12, 2019
-
-
* Move the is_offline and is_major_syncing logic to service.rs * Move the ImportQueue to service.rs * Remove stop() and abort() * Add some more documentation to sync.rs
-
- May 11, 2019
-
-
Pierre Krieger authored
-
- May 10, 2019
-
-
André Silva authored
* bump crates to v2.0.0 * fix crate authors * bump node runtime spec_version * remove unused import for no-std
-
Chevdor authored
* Revert from alpine to phusion and include wasm build * Update Dockerfile
-
cheme authored
* proof on child trie * higher level api for child storage proof * boilerplate for proof from light fetch * actually check proof on light fetch * Do not break former encoding * tabify * tabify2 * Add child trie root tx to full_storage_root transaction. * Shorten long lines. * Temp rename for audit * Make full_storage a trait method * Name back and replace some code with full_storage where it looks fine. * fix indentations, remove unused import * flush child root to top when calculated * impl +1
-