Skip to content
Snippets Groups Projects
  1. Jun 01, 2020
    • Gavin Wood's avatar
      Identity pallet (#1178) · 3c98185e
      Gavin Wood authored
      
      * Identity
      
      * Bump spec
      
      * Update runtime/polkadot/src/lib.rs
      
      Co-authored-by: default avatarkaichao <kaichaosuna@gmail.com>
      
      * Fix runtime
      
      * Bump runtimes
      
      Co-authored-by: default avatarkaichao <kaichaosuna@gmail.com>
      3c98185e
    • Bastian Köcher's avatar
      Keep the table router for the lifetime of the validation instance alive (#1175) · c04c88d7
      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).
      c04c88d7
  2. May 30, 2020
  3. May 29, 2020
  4. May 28, 2020
  5. May 27, 2020
  6. May 26, 2020
  7. May 25, 2020
  8. May 22, 2020
  9. May 21, 2020
  10. May 20, 2020
  11. May 19, 2020
  12. May 18, 2020
  13. May 17, 2020
  14. May 16, 2020
    • Jon Häggblad's avatar
      Enable Babe RPC for getting epoch authorship (#1065) · afb9af4c
      Jon Häggblad authored
      Enable babe_epochAuthorship that was added in substrate#4729 for
      querying information about slots that can be claimed in the current
      epoch.
      afb9af4c
    • Arkadiy Paronyan's avatar
      Companion PR to #6039 (#1100) · a6f35ee9
      Arkadiy Paronyan authored
      
      * remove on_block_imported
      
      * remove on_block_imported
      
      Co-authored-by: default avatarGav Wood <gavin@parity.io>
      a6f35ee9
    • Gavin Wood's avatar
      Extra requirements for claimants (#1091) · 8cb7cdbc
      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 <shawntabrizi@gmail.com>
      8cb7cdbc