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
  • Bastian Köcher's avatar
    Compress the PoV block before sending it over the network (#2288) · 11797c73
    Bastian Köcher authored Jan 21, 2021
    
    
    * Compress the PoV block before sending it over the network
    
    This pr changes the way we send PoV blocks over the network. We now
    compress the PoV block before it is send over the network. This should
    reduce the size significant for PoVs which contain the runtime WASM for
    example.
    
    * Preallocate 1KB
    
    * Try something..
    
    * Switch to zstd and some renamings
    
    * Make compression/decompression fail in browsers
    
    * Use some sane maximum value
    
    * Update roadmap/implementers-guide/src/types/network.md
    
    Co-authored-by: Andronik Ordian's avatarAndronik Ordian <write@reusable.software>
    
    * Fix and add test
    
    * add
    
    Co-authored-by: Andronik Ordian's avatarAndronik Ordian <write@reusable.software>
    Co-authored-by: asynchronous rob's avatarRobert Habermeier <rphmeier@gmail.com>
    11797c73