Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • polkadot polkadot
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • parityparity
  • Mirrored projectsMirrored projects
  • polkadotpolkadot
  • Repository
Switch branch/tag
  • polkadot
  • Cargo.lock
Find file BlameHistoryPermalink
  • Fedor Sakharov's avatar
    Availability store pruning (#1820) · 8f882afd
    Fedor Sakharov authored Oct 24, 2020
    
    
    * Initial commit
    
    * Move tests to separate module
    
    * Move timestamps to the newtype
    
    * Change idx name
    
    * Use Duration for consts and update chunk records
    
    * Ordering::Equal
    
    * Update node/core/av-store/src/lib.rs
    
    Co-authored-by: default avatarPeter Goodspeed-Niklaus <coriolinus@users.noreply.github.com>
    
    * put_ methods do the array sorting
    
    * Fix get_block_number
    
    * Change StoreChunk message type and relay parent method
    
    * Add chunk tests
    
    * Fix block number computation for StoreChunk
    
    * Duration instead of u64 everywhere
    
    * Add a clarifying comment
    
    Co-authored-by: default avatarPeter Goodspeed-Niklaus <coriolinus@users.noreply.github.com>
    8f882afd