- May 19, 2019
-
-
Tomasz Drwięga authored
* Access child storage over RPC. * Address review grumbles. * Test happy case in child_storage rpc. * Remove stray printlns * Fix line widths. * Bump runtime again. * Fix genesis storage root calculation for light clients. * Don't pass values to full_storage_root child_delta.
-
- May 18, 2019
-
-
ddorgan authored
* Initial commit of flaming fir deployment scripts * Debug * Fix formatting * Correct wget syntax * Use 8 char commit id * 9 chars * Use the longer CI_BUILD_REF ref to slice from * Fix backtick error with flaming fir deploy script * Use the correct commit id length * Split out validator deploments * Fix syntax, missing : * Pass hostname as TARGET_HOST per validator * Correct syntax * Uncomment wget * Switch deploy -> kubernetes * Use full group name * Check awx log * Fix if syntax and ignore failed * Use correct JOB_ID and fix if syntax * Use correct variable * Print ansible awx log and status * Make awx status clearer * make variable names consistent * Do 15 second checkups on the job * Remove extra echo * Use artifacts/VERSION instead of gitlab variables * Use all of the VERSION info
-
Niklas Adolfsson authored
* feat(on_demand): block body request * fix(light block req): no justific + one block * fix(bad rebase) * feat(protocol): add messages for `remote_body` * fix(on demand body): remove needless `take()` * fix(network): remove messages for `on_demand_body` * fix(grumbles): use `hash` in `remote_body_requests` As long as we can't compute `ordered_trie_root(body)` just compare that request.header.hash() == response.header.hash() * fix(grumbles): `hdr.ext_root == trie_root(body)` * fix(grumbles): propogate `Err` in `fn body()` * fix(grumbles): Vec<Block::Extrinsic> * fix(grumbles): util_fn for `not_impl` in tests * fix(on remote body): tests `fetch` and `on_demand` * docs(resolve todos)
-
- May 17, 2019
-
-
Xiliang Chen authored
-
* Remove rests for metadata v0 * bump impl_version
-
-
- May 16, 2019
-
-
Denis_P authored
* metadata for docker image * metadata for docker image
-
Pierre Krieger authored
-
Andrew Jones authored
* WIP: use trybuild for compile tests * declaring_old_block * declaring_own_block_with_different_name * adding_self_parameter * adding_at_parameter * invalid_api_version * invalid_api_version2 & invalid_api_version3 * missing_block_generic_parameter * Restore main functions * missing_path_for_trait * empty_impl_runtime_apis_call * empty_impl_runtime_apis_call * type_reference_in_impl_runtime_apis_call * impl_incorrect_method_signature * impl_two_traits_with_same_name * changed_at_unknown_version * changed_at > changed_in * fix test
-
- May 15, 2019
-
-
thiolliere authored
* perthings operate in type operator * implementation with rem * fmt * doc * better fmt * bump version * Tests for pet-things * demonstrate output as type of operation * Remove redundant assertions. * rename test * update lock * bump impl version
-
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
-