1. 24 Mar, 2020 2 commits
  2. 23 Mar, 2020 5 commits
  3. 22 Mar, 2020 2 commits
  4. 21 Mar, 2020 7 commits
  5. 20 Mar, 2020 1 commit
  6. 19 Mar, 2020 2 commits
  7. 18 Mar, 2020 1 commit
  8. 17 Mar, 2020 4 commits
  9. 16 Mar, 2020 2 commits
    • asynchronous rob's avatar
      Tests for new network code (#897) · 97582fb1
      asynchronous rob authored
      * move protocol.rs into subfolder
      
      * add trait for mocking network behavior
      
      * add a mock version of network ops
      
      * remove some redundant parameters from service messages
      
      * ensure fetching erasure chunks automatically cancels
      
      * introduce dummy ProvideRuntimeApi
      
      * abstract over gossip somewhat
      
      * add mock gossip handler
      
      * skeleton test
      
      * remove dependence of shared table on router
      
      * remove worker dependence on its own sender
      
      * test shutdown
      
      * add tests
      
      * test that gossip streams are cleaned up correctly
      
      * refactor worker out into its own struct and reduce bound on executor
      
      * remove reliance of tests on global thread pool
      97582fb1
    • Gavin Wood's avatar
      Bump versions & Substrate. (#902) · 5356c4de
      Gavin Wood authored
      v0.7.25
      5356c4de
  10. 15 Mar, 2020 1 commit
  11. 14 Mar, 2020 1 commit
  12. 13 Mar, 2020 4 commits
  13. 10 Mar, 2020 2 commits
  14. 09 Mar, 2020 1 commit
  15. 07 Mar, 2020 1 commit
  16. 06 Mar, 2020 2 commits
  17. 05 Mar, 2020 2 commits
    • Gavin Wood's avatar
      v0.7.21
      27fc65f5
    • Gavin Wood's avatar
      Merged companions and update Subtrate (#882) · f5535faf
      Gavin Wood authored
      
      
      * expunge legacy code from polkadot-network
      
      * mostly rip out old legacy protocol from service
      
      * ensure validation work is spawned by incoming messages
      
      * decouple availabliity store from network logic; clean up data flow
      
      * av_store: test helpers and use futures-abort
      
      * update polkadot-validation to pass n_validators when submitting chunks
      
      * fallible erasure-chunk fetching
      
      * implement `ErasureNetworking` for new network prot
      
      * API for registering availability store in network
      
      * fully integrate new network service into service
      
      * fix validation tests
      
      * scaffolding for porting collator over to new network
      
      * track connected validators' peer IDs and distribute collators' collations
      
      * helper in network for fetching all checked statements
      
      * fix adder-collator
      
      * actually register notifications protocol
      
      * Update service/src/lib.rs
      
      * Make needed changes to service
      
      * Merge two companion PRs.
      
      - #880
      - #881
      
      * Some effort towards compilation
      
      * Fix
      
      * remove `NetworkSpecialization` references from network
      
      * fix compilation errors in service and collator
      
      * ensure protocol name is valid
      
      * Fixes
      
      * Fix
      
      Co-authored-by: asynchronous rob's avatarRobert Habermeier <rphmeier@gmail.com>
      Co-authored-by: default avatarAshley <ashley.ruglys@gmail.com>
      f5535faf