Skip to content
  1. Sep 21, 2020
  2. Sep 16, 2020
    • Shawn Tabrizi's avatar
      WeightInfo for Vesting Pallet (#7103) · 12d0b7ea
      Shawn Tabrizi authored
      * WeightInfo for Vesting Pallet
      
      * clean up weight docs
      
      * Update lib.rs
      
      * try to pipe max locks
      
      * Update for new type
      
      * add warning when locks > MaxLocks
      
      * Update lib.rs
      
      * fix compile
      
      * remove aliasing, fix trait def
      
      * Update
      12d0b7ea
  3. Sep 11, 2020
  4. Sep 08, 2020
  5. Sep 01, 2020
  6. Aug 20, 2020
  7. Aug 14, 2020
  8. Aug 13, 2020
  9. Aug 12, 2020
  10. Aug 08, 2020
  11. Jul 30, 2020
  12. Jul 28, 2020
  13. Jul 27, 2020
  14. Jul 23, 2020
  15. Jul 21, 2020
  16. Jul 20, 2020
  17. Jul 17, 2020
  18. Jul 14, 2020
  19. Jul 12, 2020
  20. Jul 09, 2020
  21. Jul 08, 2020
    • Shawn Tabrizi's avatar
      Add `WeightInfo` to all pallets with benchmarks. (#6575) · e824e8ab
      Shawn Tabrizi authored
      * Start adding weight info
      
      * More weightinfo
      
      * finish weight info
      
      * more fixes
      
      * inital update of node runtime
      
      * fix the rest of the compilation
      
      * update balances
      
      * add docs
      
      * fix balances tests
      
      * Fix more tests
      
      * Fix compile
      
      * Fix pallet-evm tests
      e824e8ab
  22. Jul 07, 2020
  23. Jul 04, 2020
  24. Jul 01, 2020
  25. Jun 25, 2020
  26. Jun 19, 2020
  27. Jun 15, 2020
  28. Jun 12, 2020
  29. Jun 08, 2020
  30. Jun 02, 2020
  31. May 26, 2020
  32. May 25, 2020
  33. May 20, 2020
  34. May 18, 2020
  35. May 16, 2020
  36. May 15, 2020
  37. May 05, 2020
  38. Apr 25, 2020
    • Shawn Tabrizi's avatar
      Introduce `BlockExecutionWeight` and `ExtrinsicBaseWeight` (#5722) · 32ae0fd2
      Shawn Tabrizi authored
      
      
      * Introduce `BlockExectionWeight` and `ExtrinsicBaseWeight`
      
      * Add new traits everywhere
      
      * Missed one update
      
      * fix tests
      
      * Update `check_weight` logic
      
      * introduce `max_extrinsic_weight` function
      
      * fix + add tests
      
      * format nits
      
      * remove println
      
      * make test a bit more clear
      
      * Remove minimum weight
      
      * newlines left over from find/replace
      
      * Fix test, improve clarity
      
      * Fix executor tests
      
      * Extrinsic base weight same as old `MINIMUM_WEIGHT`
      
      * fix example test
      
      * Expose constants
      
      * Add test for full block with operational and normal
      
      * Initiate test environment with `BlockExecutionWeight` weight
      
      * format nit
      
      * Update frame/system/src/lib.rs
      
      Co-Authored-By: default avatarKian Paimani <[email protected]>
      
      * Replace `TransactionBaseFee` with `ExtrinsicBaseWeight` (#5761)
      
      * Replace `TransactionBaseFee` with `ExtrinsicBaseFee`
      
      * Fix stuff
      
      * Fix and make tests better
      
      * Forgot to update this test
      
      * Fix priority number in test
      
      * Remove minimum weight from merge
      
      * Fix weight in contracts
      
      * remove `TransactionBaseFee` from contract tests
      
      * Let `register_extra_weight_unchecked` go past `MaximumBlockWeight`
      
      * address feedback
      
      Co-authored-by: default avatarKian Paimani <[email protected]>
      32ae0fd2