Skip to content
  1. Jan 06, 2020
    • Gav Wood's avatar
      Bump Substrate · f1be138f
      Gav Wood authored
      f1be138f
    • Gav Wood's avatar
      Better logging · 7c5a5d2b
      Gav Wood authored
      7c5a5d2b
    • Gav Wood's avatar
      Comments · 3e9f35e8
      Gav Wood authored
      3e9f35e8
    • Gav Wood's avatar
      Fix can_author by defaulting correctly. · 854aeb35
      Gav Wood authored
      854aeb35
    • s3krit's avatar
      allow release alerts to fail (#725) · 9655ba41
      s3krit authored and ddorgan's avatar ddorgan committed
      v0.7.11
      9655ba41
    • Gavin Wood's avatar
      Hotfix for Kusama (#724) · f1d06780
      Gavin Wood authored
      
      
      * cli: revert borked kusama chain on startup
      
      * Docs.
      
      * cli: fix reversal of bork kusama fork
      
      * cli: force always can author
      
      * Version bump
      
      * service: support setting fork blocks in config
      
      * service: add support for bad blocks extension
      
      * service: add badBlocks to kusama chainspec
      
      * Bump Substrate to hotfix version.
      
      * service: add bad block to kusama chain spec
      
      * cleanup kusama hotfix
      
      * add kusama grandpa hotfix
      
      * Bump substrate
      
      * Bump spec_version
      
      * Rebump
      
      * cli: remove unnecessary dependencies
      
      * service: revert can_author_with fix
      
      * service: remove unnecessary method
      
      * Don't try to track polkadot runtime verion yet
      
      * Versions
      
      * service: better grandpa fix detection
      
      Co-authored-by: default avatarAndré Silva <[email protected]>
      f1d06780
    • Max Inden's avatar
      service/src/lib.rs: Register network event stream for authority disc (#678) · eac2ae7b
      Max Inden authored
      * service/src/lib.rs: Register network event stream for authority disc
      
      Previously one would create a sender and receiver channel pair, pass the
      sender to the build_network_future through the service builder and
      funnel network events returned from polling the network service into the
      sender to be consumed by the authority discovery module owning the
      receiver.
      
      With recent changes it is now possible to register an event_stream
      with the network service directly, thus one does not need to make the
      detour through the build_network_future.
      
      This commit is an adjusted clone of one targeting the Substrate
      repository.
      
      * service/src/lib.rs: Fix futures::stream imports
      
      * [TMP] *: Replace polkadot-upstream with feature branch
      
      * Revert "[TMP] *: Replace polkadot-upstream with feature branch"
      
      This reverts commit 0c947b04.
      eac2ae7b
    • gabriel klawitter's avatar
    • André Silva's avatar
      7acd1bd9
  2. Jan 05, 2020
  3. Jan 03, 2020
  4. Jan 01, 2020
  5. Dec 27, 2019
  6. Dec 24, 2019
  7. Dec 20, 2019
  8. Dec 19, 2019
  9. Dec 18, 2019
  10. Dec 17, 2019
  11. Dec 13, 2019
  12. Dec 12, 2019
  13. Dec 11, 2019
  14. Dec 10, 2019
    • Pierre Krieger's avatar
      a036b4c4
    • Leo Arias's avatar
      Fix typo in comment (#672) · 188e419d
      Leo Arias authored
      188e419d
    • Ashley's avatar
      Update futures and tokio for browser light client (#673) · 5b4ffee3
      Ashley authored
      * Make availability-store compile for WASM
      
      * Use --manifest-path instead
      
      * Make validation work on wasm!
      
      * Switch to Spawn trait
      
      * Migrate validation to std futures
      
      * Migrate network to std futures
      
      * Final changes to validation
      
      * Tidy up network
      
      * Tidy up validation
      
      * Switch branch
      
      * Migrate service
      
      * Get polkadot to compile via wasm!
      
      * Add browser-demo
      
      * Add initial browser file
      
      * Add browser-demo
      
      * Tidy
      
      * Temp switch back to substrate/master
      
      * tidy
      
      * Fix wasm build
      
      * Re-add release flag
      
      * Switch to polkadot-master
      
      * Revert cli tokio version to avoid libp2p panic
      
      * Update tokio version
      
      * Fix availability store tests
      
      * Fix validation tests
      
      * Remove futures01 from availability-store
      
      * Fix network tests
      
      * Small changes
      
      * Fix collator
      
      * Fix typo
      
      * Revert removal of tokio_executor that causes tokio version mismatch panic
      
      * Fix adder test parachain
      
      * Revert "Revert removal of tokio_executor that causes tokio version mismatch panic"
      
      This reverts commit cfeb50c0
      
      .
      
      * Update availability-store/src/worker.rs
      
      Co-Authored-By: default avatarPierre Krieger <[email protected]>
      
      * Update network/src/lib.rs
      
      Co-Authored-By: default avatarPierre Krieger <[email protected]>
      
      * Update network/src/lib.rs
      
      Co-Authored-By: default avatarPierre Krieger <[email protected]>
      
      * Box pin changes
      
      * Asyncify network functions
      
      * Clean up browser validation worker error
      
      * Fix av store test
      
      * Nits
      
      * Fix validation test
      
      * Switch favicon
      
      * Fix validation test again
      
      * Revert "Asyncify network functions"
      
      This reverts commit f20ae654.
      
      * Add async blocks back in
      5b4ffee3
  15. Dec 09, 2019
  16. Dec 05, 2019
  17. Dec 04, 2019