Skip to content
  1. May 17, 2019
  2. May 16, 2019
    • Denis_P's avatar
      Dockerfile optimization (#2598) · 9ad96e50
      Denis_P authored
      * metadata for docker image
      
      * metadata for docker image
      9ad96e50
    • Pierre Krieger's avatar
      Libp2p 0.7.1 (#2600) · 8afbe0df
      Pierre Krieger authored
      8afbe0df
    • Andrew Jones's avatar
      Replace compile_fail doc tests with trybuild (#2588) · b2ea94d7
      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
      b2ea94d7
  3. May 15, 2019
  4. May 14, 2019
  5. May 13, 2019
    • Michael Müller's avatar
      Add possibility to sign calls via cli (#2549) · 7f3d71d3
      Michael Müller authored
      
      
      * Add possibility to sign calls via cli
      
      * Update subkey/README.adoc
      
      Co-Authored-By: default avatarRobert Habermeier <[email protected]>
      7f3d71d3
    • Pierre Krieger's avatar
      e5b0a98f
    • Gavin Wood's avatar
      20e80966
    • Sergei Pepyakin's avatar
      Light client friendly events (#2491) · 21773b3a
      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.
      21773b3a
    • Pierre Krieger's avatar
      Make the behaviour in libp2p generic (#2525) · d974189e
      Pierre Krieger authored
      * Make the behaviour in libp2p generic
      
      * Fix indentation
      
      * Fix bad merge
      d974189e
    • Pierre Krieger's avatar
    • gabriel klawitter's avatar
      check line-width of only newly added lines (#2522) · 7fb3dc5f
      gabriel klawitter authored
      * strictly require <= 120 characters
      7fb3dc5f
    • Denis_P's avatar
      Tag for wasm check job (#2538) · 3b0eca99
      Denis_P authored
      * tag for wasm tst
      3b0eca99
    • thiolliere's avatar
      contruct_runtime doc (#2552) · 2b694b58
      thiolliere authored
      2b694b58
    • Joshy Orndorff's avatar
    • Svyatoslav Nikolsky's avatar
      Light GRANDPA import handler (#1669) · 22586113
      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
      22586113