Skip to content
Snippets Groups Projects
  1. Oct 22, 2022
    • Mara Broda's avatar
      sync versions with current release (0.9.31) (#6176) · f8cc39a7
      Mara Broda authored
      * Bump spec_version to 9310
      
      * bump transaction_version (0.9.31) (#6171)
      
      * Bump transaction_version for polkadot
      
      * Bump transaction_version for kusama
      
      * Bump transaction_version for rococo
      
      * Bump transaction_version for westend
      
      * Bump transaction_version for polkadot
      
      * Bump transaction_version for kusama
      
      * Bump transaction_version for rococo
      
      * Bump transaction_version for westend
      
      * Bump crate versions (0.9.31)
      f8cc39a7
  2. Oct 20, 2022
  3. Oct 19, 2022
  4. Oct 18, 2022
  5. Oct 17, 2022
  6. Oct 16, 2022
  7. Oct 14, 2022
  8. Oct 13, 2022
  9. Oct 12, 2022
  10. Oct 11, 2022
  11. Oct 10, 2022
  12. Oct 09, 2022
  13. Oct 07, 2022
    • Bastian Köcher's avatar
      Companion for upgrading pin-project (#6118) · 60735044
      Bastian Köcher authored
      * Companion for upgrading pin-project
      
      This will remove some warnings with the latest rustc nightly/stable.
      
      https://github.com/paritytech/substrate/pull/12426
      
      * update lockfile for {"substrate"}
      
      Co-authored-by: parity-processbot <>
      60735044
  14. Oct 06, 2022
  15. Oct 05, 2022
  16. Oct 04, 2022
    • Robert Klotzner's avatar
      Add unknown words (#6105) · e0e83667
      Robert Klotzner authored
      e0e83667
    • Robert Klotzner's avatar
      Batch vote import in dispute-distribution (#5894) · 938bc96a
      Robert Klotzner authored
      
      * Start work on batching in dispute-distribution.
      
      * Guide work.
      
      * More guide changes. Still very much WIP.
      
      * Finish guide changes.
      
      * Clarification
      
      * Adjust argument about slashing.
      
      * WIP: Add constants to receiver.
      
      * Maintain order of disputes.
      
      * dispute-distribuion sender Rate limit.
      
      * Cleanup
      
      * WIP: dispute-distribution receiver.
      
      - [ ] Rate limiting
      - [ ] Batching
      
      * WIP: Batching.
      
      * fmt
      
      * Update `PeerQueues` to maintain more invariants.
      
      * WIP: Batching.
      
      * Small cleanup
      
      * Batching logic.
      
      * Some integration work.
      
      * Finish.
      
      Missing: Tests
      
      * Typo.
      
      * Docs.
      
      * Report missing metric.
      
      * Doc pass.
      
      * Tests for waiting_queue.
      
      * Speed up some crypto by 10x.
      
      * Fix redundant import.
      
      * Add some tracing.
      
      * Better sender rate limit
      
      * Some tests.
      
      * Tests
      
      * Add logging to rate limiter
      
      * Update roadmap/implementers-guide/src/node/disputes/dispute-distribution.md
      
      Co-authored-by: default avatarTsvetomir Dimitrov <tsvetomir@parity.io>
      
      * Update roadmap/implementers-guide/src/node/disputes/dispute-distribution.md
      
      Co-authored-by: default avatarTsvetomir Dimitrov <tsvetomir@parity.io>
      
      * Update node/network/dispute-distribution/src/receiver/mod.rs
      
      Co-authored-by: default avatarTsvetomir Dimitrov <tsvetomir@parity.io>
      
      * Review feedback.
      
      * Also log peer in log messages.
      
      * Fix indentation.
      
      * waker -> timer
      
      * Guide improvement.
      
      * Remove obsolete comment.
      
      * waker -> timer
      
      * Fix spell complaints.
      
      * Fix Cargo.lock
      
      Co-authored-by: default avatarTsvetomir Dimitrov <tsvetomir@parity.io>
      938bc96a
    • dependabot[bot]'s avatar
      Bump lru from 0.7.8 to 0.8.0 (#6060) · a64cc4a8
      dependabot[bot] authored
      
      * Bump lru from 0.7.8 to 0.8.0
      
      Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.7.8 to 0.8.0.
      - [Release notes](https://github.com/jeromefroe/lru-rs/releases)
      - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.7.8...0.8.0)
      
      ---
      updated-dependencies:
      - dependency-name: lru
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <support@github.com>
      
      * Change `LruCache` paramerter to `NonZeroUsize`
      
      * Change type of `session_cache_lru_size` to `NonZeroUsize`
      
      * Add expects instead of unwrap
      
      Co-authored-by: default avatarBastian Köcher <info@kchr.de>
      
      * Use match to get rid of expects
      
      Signed-off-by: default avatardependabot[bot] <support@github.com>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      Co-authored-by: default avatarSebastian Kunert <skunert49@gmail.com>
      Co-authored-by: default avatarBastian Köcher <info@kchr.de>
      a64cc4a8