Skip to content
  1. Jun 29, 2021
  2. Jun 24, 2021
  3. Jun 23, 2021
  4. Jun 22, 2021
  5. Jun 21, 2021
  6. Jun 20, 2021
  7. Jun 19, 2021
  8. Jun 18, 2021
    • André Silva's avatar
      grandpa: restrict grandpa gossip (#9131) · 90d47870
      André Silva authored
      * grandpa: make gossip more conservative (and fair)
      
      * grandpa: make round commit timer dependent on gossip_duration
      
      * grandpa: add gossip tests
      
      * grandpa: reduce variance in tests
      90d47870
  9. Jun 17, 2021
  10. Jun 16, 2021
  11. Jun 15, 2021
  12. Jun 14, 2021
    • Sergey Pepyakin's avatar
      Decommit instance memory after a runtime call on Linux (#8998) · 3df32a54
      Sergey Pepyakin authored
      * Decommit instance memory after a runtime call on Linux
      
      * Update documentation for the test
      
      * Remove unfinished comment
      
      * Use saturating_sub.
      
      Also update the doc comment.
      
      * Precise RSS tracking in the test
      
      Instead of tracking RSS for the whole process we just look at the particular mapping that is associated with the linear memory of the runtime instance
      
      * Remove unused import
      
      * Fix unused imports
      
      * Fix the unused imports error for good
      
      * Rollback an accidental change to benches
      
      * Fix the test
      
      * Remove now unneeded code
      3df32a54
  13. Jun 13, 2021
  14. Jun 11, 2021
  15. Jun 10, 2021
  16. Jun 09, 2021
  17. Jun 08, 2021
  18. Jun 07, 2021
    • Pierre Krieger's avatar
      Periodically call `Peerset::alloc_slots` on all sets (#9025) · 5c14dd3f
      Pierre Krieger authored
      * Periodically call alloc_slots on all slots
      
      * Add test
      5c14dd3f
    • cheme's avatar
      Compact proof utilities in sp_trie. (#8574) · f01c3966
      cheme authored
      * validation extension in sp_io
      
      * need paths
      
      * arc impl
      
      * missing host function in executor
      
      * io to pkdot
      
      * decode function.
      
      * encode primitive.
      
      * trailing tab
      
      * multiple patch
      
      * fix child trie logic
      
      * restore master versionning
      
      * bench compact proof size
      
      * trie-db 22.3 is needed
      
      * line width
      
      * split line
      
      * fixes for bench (additional root may not be needed as original issue was
      with empty proof).
      
      * revert compact from block size calculation.
      
      * New error type for compression.
      
      * Adding test (incomplete (failing)).
      Also lacking real proof checking (no good primitives in sp-trie crate).
      
      * There is currently no proof recording utility in sp_trie, removing
      test.
      
      * small test of child root in proof without a child proof.
      
      * remove empty test.
      
      * remove non compact proof size
      
      * Missing revert.
      
      * proof method to encode decode.
      f01c3966
  19. Jun 04, 2021
  20. Jun 03, 2021
    • Bastian Köcher's avatar
      Transaction pool: Ensure that we prune transactions properly (#8963) · 258c1a86
      Bastian Köcher authored
      * Transaction pool: Ensure that we prune transactions properly
      
      There was a bug in the transaction pool that we didn't pruned
      transactions properly because we called `prune_known`, instead of `prune`.
      
      This bug was introduced by:
      https://github.com/paritytech/substrate/pull/4629
      
      This is required to have stale extrinsics being removed properly, so
      that they don't fill up the tx pool.
      
      * Fix compilation
      
      * Fix benches
      
      * ...
      258c1a86
  21. Jun 02, 2021
  22. Jun 01, 2021