1. May 28, 2020
  2. May 27, 2020
    • Bastian Köcher's avatar
      Make sure that vested claims are not transferable (#1160) · ec93ae37
      Bastian Köcher authored
      * Make sure that vested claims are not transferable
      
      We need to deposit the claimed balance to the destination account before
      setting the locks through the vesting module. Otherwise we loose the
      locks and the vested claim is directly transferable.
      
      * Add comment
      
      * Enable missing feature for webbrowser check
      
      * Remove unneeded error variant
      
      * Increment `spec_version`'s
      
      * Fix tests
      ec93ae37
    • Kian Paimani's avatar
      companion for substrate/pull/6132 (#1159) · 2dd52cc8
      Kian Paimani authored
      * companion for https://github.com/paritytech/substrate/pull/6132
      
      
      
      * Fix more tests
      
      * upsub
      
      * Bump
      
      * Update runtime/common/src/lib.rs
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * remove cleanup
      
      * Update runtime/westend/src/lib.rs
      
      * Apply suggestions from code review
      
      * Fix build
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      2dd52cc8
    • Hernando Castano's avatar
      Add tests for Polkadot runtime weights and fees (#1090) · fc839a0b
      Hernando Castano authored
      
      
      * Add tests for Balance module weights
      
      * Add tests for some of the Staking functions
      
      * Add tests for system Pallet weights
      
      * Add weight tests for Session pallet
      
      * Add tests for Democracy Pallet weights
      
      * Add tests for Phragment weights
      
      * Add tests for Treasury weights
      
      * Use consistent naming for tests
      
      * Split tests into separate weight and fee suites
      
      * Move weight constant checks into one test
      
      * Use formulas instead of hardcoded weights
      
      * Slim down number of tests
      
      Mainly removing ones that are either root calls that aren't "important",
      or others which will likely change if another test (which we kept) also
      changes.
      
      * Update timestamp set() weight
      
      * Update Staking Pallet weights
      
      * Update Democracy Pallet weights
      
      * Update copyright year
      
      Co-authored-by: default avatarKian Paimani <[email protected]>
      
      Co-authored-by: default avatarKian Paimani <[email protected]>
      fc839a0b
  3. May 26, 2020
  4. May 25, 2020
  5. May 22, 2020
  6. May 21, 2020
  7. May 20, 2020
  8. May 19, 2020
  9. May 18, 2020
  10. May 17, 2020
  11. May 16, 2020
    • Jon Häggblad's avatar
      Enable Babe RPC for getting epoch authorship (#1065) · 9b0465c0
      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.
      9b0465c0
    • 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
  12. May 15, 2020
  13. May 14, 2020