Skip to content
  1. Aug 14, 2020
  2. Aug 13, 2020
  3. Aug 12, 2020
  4. Aug 08, 2020
  5. Jul 30, 2020
  6. Jul 28, 2020
  7. Jul 27, 2020
  8. Jul 23, 2020
  9. Jul 21, 2020
  10. Jul 20, 2020
  11. Jul 17, 2020
  12. Jul 14, 2020
  13. Jul 12, 2020
  14. Jul 09, 2020
  15. 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
  16. Jul 07, 2020
  17. Jul 04, 2020
  18. Jul 01, 2020
  19. Jun 25, 2020
  20. Jun 19, 2020
  21. Jun 15, 2020
  22. Jun 12, 2020
  23. Jun 08, 2020
  24. Jun 02, 2020
  25. May 26, 2020
  26. May 25, 2020
  27. May 20, 2020
  28. May 18, 2020
  29. May 16, 2020
  30. May 15, 2020
  31. May 05, 2020
  32. 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
  33. Apr 24, 2020
  34. Apr 22, 2020
  35. Apr 16, 2020
  36. Apr 15, 2020
  37. Apr 14, 2020