1. Jul 09, 2020
  2. Jul 08, 2020
  3. Jul 04, 2020
    • Bastian Köcher's avatar
      Make a collator send a collation as backup as well (#1353) · 21f31f78
      Bastian Köcher authored
      Currently a collator will only send a collation to validators it is a
      primary for. While testing this could lead to the situation that the
      same collator was registered as prime for all Parachain validators but
      failed for other reasons to generate a PoVBlock. However no other
      collator was sending a collation, which stopped the Parachain until the
      faulty collator was stopped.
      
      This pr solves this problem by making sure that every collator sends a
      collation to one of his validators he is connected to, but registered as backup.
      21f31f78
  4. Jul 03, 2020
  5. Jul 01, 2020
  6. Jun 30, 2020
  7. Jun 26, 2020
  8. Jun 23, 2020
  9. Jun 19, 2020
  10. Jun 17, 2020
  11. Jun 16, 2020
  12. Jun 12, 2020
  13. Jun 10, 2020
    • Gavin Wood's avatar
      v0.8.7 (#1222) · 32a791ee
      Gavin Wood authored
      
      
      * Bump Substrate again.
      
      * update kusama runtmie for ensure origin
      
      * update polkadot runtime for ensure origin
      
      * fix imports
      
      * root only available for runtime benchmarks
      
      * Fix lock file
      
      * Bump Substrate
      
      * Update lock
      
      * Remove questionable feature-gating.
      
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      32a791ee
  14. Jun 09, 2020
  15. Jun 08, 2020
  16. Jun 04, 2020
  17. Jun 01, 2020
    • Gavin Wood's avatar
      Identity pallet (#1178) · 12afa03c
      Gavin Wood authored
      
      
      * Identity
      
      * Bump spec
      
      * Update runtime/polkadot/src/lib.rs
      
      Co-authored-by: default avatarkaichao <[email protected]>
      
      * Fix runtime
      
      * Bump runtimes
      
      Co-authored-by: default avatarkaichao <[email protected]>
      12afa03c
    • Bastian Köcher's avatar
      Keep the table router for the lifetime of the validation instance alive (#1175) · 42f391c3
      Bastian Köcher authored
      This pr ensures that the table router stays alive for the lifetime of
      the validation instance. This is required to ensure that the node
      responds onto gossip messages for the particular relay chain round.
      Before, the table router was only kept alive for relay chain nodes that
      were assigned to a Parachain, however the lifetime was also relative
      short. This lead to bugs where a relay chain node did not include
      PoVBlock's, because it did not receive them (rejected them on receive,
      because it was not listening on the particular round).
      42f391c3
  18. May 28, 2020
  19. May 26, 2020
    • Gavin Wood's avatar
      Chain Candidate One: Final changes (#1155) · 57b3d36b
      Gavin Wood authored
      * Test CC1 spec
      
      * Adaptive default chainspec
      
      * Strip -pre
      
      * Update to next CC1 iteration
      
      * Raw chainspec
      57b3d36b
    • Gavin Wood's avatar
      Prepare for final genesis (#1131) · 848e1a89
      Gavin Wood authored
      
      
      * Update claim statements
      
      * Update URLs
      
      * Minor tweak to make enum agree with URL
      
      * final html multihashes
      
      * New hashes
      
      * Version
      
      * updated SAFT statement hash
      
      * Update runtimes; this relies on substrate #6131
      
      * Bump
      
      * Share transaction filterer and fix Kusama
      
      * Warning
      
      * Gah!
      
      * Tidy
      
      * Westend fixes
      
      * Westend fix
      
      * Tweak constants
      
      * Implement TCF stuff
      
      * Fix
      
      * Warning
      
      * 15 minute lookahead
      
      * 15 minute lookahead in Polkadot
      
      * update max transactions
      
      * Enable utility, disable vested_transfer
      
      * Update runtime/common/src/lib.rs
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      
      * Filter calls for validate unsigned also
      
      * Deduplicate
      
      * Fix
      
      * Introduce Polkadot (mainnet) chainspec
      
      * Fix naming.
      
      * Enable indices and fix comment.
      
      * Fix compilation
      
      * Enable indices and fix comment.
      
      * polkadot: babe: enable secondary VRF slots
      
      * Test JSON
      
      * Allow set_heads
      
      * Fix
      
      * Raw chain spec added
      
      Co-authored-by: default avatarkeorn <[email protected]>
      Co-authored-by: default avatarNikVolf <[email protected]>
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      Co-authored-by: default avatarAndré Silva <[email protected]>
      848e1a89
  20. May 16, 2020
    • Arkadiy Paronyan's avatar
      Companion PR to #6039 (#1100) · 0f84f89c
      Arkadiy Paronyan authored
      
      
      * remove on_block_imported
      
      * remove on_block_imported
      
      Co-authored-by: default avatarGav Wood <[email protected]>
      0f84f89c
    • Gavin Wood's avatar
      Extra requirements for claimants (#1091) · d8328043
      Gavin Wood authored
      
      
      * Introduce mandatory statement signing into claims
      
      * Introduce SignedExtension
      
      * Tests passing
      
      * Bump runtime version
      
      * Bump version, fix test
      
      * Test for validate
      
      * Another couple of tests
      
      * Enable PrevalidateAttests on Polkadot
      
      * Enable PrevalidateAttests on Polkadot
      
      * Fix build
      
      * Fixes
      
      * More fixes
      
      * Fix bench tests
      
      * Fix & test Preclaim clobbering.
      
      * Fix for errant claim logic
      
      * Add test
      
      * Update tests, always use Vec as input
      
      * mint_claim can add signature, some_benchmarks
      
      * Add claim with statement test
      
      * finish benchmarks
      
      * put the correct number of claims with benchmarks
      
      * fix compiler warning
      
      * Update weights
      
      * Weight comments for validation
      
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      d8328043
  21. May 15, 2020
  22. May 11, 2020
  23. May 06, 2020
  24. May 05, 2020
  25. May 04, 2020
  26. Apr 29, 2020
  27. Apr 28, 2020
  28. Apr 27, 2020
  29. Apr 21, 2020
  30. Apr 20, 2020
  31. Apr 17, 2020