Skip to content
Snippets Groups Projects
  1. Mar 28, 2021
  2. Mar 27, 2021
  3. Mar 26, 2021
  4. Mar 25, 2021
  5. Mar 24, 2021
    • André Silva's avatar
      collator-protocol: add message authentication (#2635) · bfbb0785
      André Silva authored
      * collator: authenticate collator protocol messages
      
      * fix tests compilation
      
      * node: verify collator protocol signatures in tests
      
      * collator: fix tests
      
      * implementers-guide: update CollatorProtocol messages
      
      * collator: add test for verification of collator protocol signatures
      
      * node: remove fixmes
      
      * node: remove signature from advertisecollation message
      
      * node: add magic constant to Declare message signature payload
      bfbb0785
    • Pierre Krieger's avatar
      Polkadot companion for Substrate#8420 (#2672) · 358fa9f2
      Pierre Krieger authored
      * Polkadot companion for Substrate#8420
      
      * "Update Substrate"
      
      Co-authored-by: parity-processbot <>
      358fa9f2
    • Arkadiy Paronyan's avatar
      Tweaked logging (#2695) · de85c051
      Arkadiy Paronyan authored
      * Tweaked logging
      
      * Debug for Statement
      de85c051
    • asynchronous rob's avatar
      Improve approval tracing (#2697) · e49b3e5c
      asynchronous rob authored
      * improve tracing for approval voting
      
      * assignment criteria tracing
      
      * new syntax
      e49b3e5c
    • Kian Paimani's avatar
      Companion for substrate/pull/8445 (#2686) · e16479e1
      Kian Paimani authored
      
      * Companion for substrate/pull/8445
      
      * cargo update -p sp-io
      
      Co-authored-by: default avatarShawn Tabrizi <shawntabrizi@gmail.com>
      e16479e1
    • ordian's avatar
      CI: initial fuzzer jobs (#2616) · 9862c817
      ordian authored
      * ci: initial fuzzer job
      
      * erasure-coding: update fuzzer Cargo.lock
      
      * syntax fix
      
      * try this first
      
      * install honggfuzz deps
      
      * try not
      
      * try if else
      
      * try SIGINT
      
      * ignore hfuzz dirs
      
      * ???
      
      * bash is growing on me
      
      * decouple builds from running
      
      * fix a typo
      
      * try copying dirs
      
      * fix indentation
      
      * try using absolute paths
      
      * another try
      
      * caching is not worth it
      
      * remove outdated needs
      
      * cleanup and add futher TODOs
      
      * Update .github/workflows/honggfuzz.yml
      
      * more diagnostic logs for approval-voting (#2618)
      
      * Backing and collator protocol traces including para-id (#2620)
      
      * improve backing/provisioner spans
      
      * span for collation requests
      
      * add para_id to unbacked candidate spans
      
      * differentiate validation-construction and find-assignment in selection
      
      * better find-assignment spans
      
      * organize unbacked-candidate spans directly under job root
      
      * Update node/core/provisioner/src/lib.rs
      
      Co-authored-by...
      9862c817
    • Arkadiy Paronyan's avatar
      Additional logging (#2693) · d78e2fbf
      Arkadiy Paronyan authored
      d78e2fbf
    • Robert Klotzner's avatar
      Unify maximum supported PoV size a bit. (#2691) · fa11c6d7
      Robert Klotzner authored
      * Unify maximum supported PoV size a bit.
      
      * Use MAX_POV_SIZE also in `HostConfiguration`.
      
      * Fix types.
      fa11c6d7
    • Shawn Tabrizi's avatar
      Remove Parachains Stuff from Westend (#2689) · a000a335
      Shawn Tabrizi authored
      * Remove Parachains Stuff from Westend
      
      * remove unused weights
      
      * clean up genesis
      a000a335
    • asynchronous rob's avatar
      Evict inactive peers from the collator protocol peer-set (#2680) · b8867d71
      asynchronous rob authored
      * malicious reputation cost is fatal
      
      * make ReportBad a malicious cost
      
      * futures control-flow for cleaning up inactive collator peers
      
      * guide: network bridge updates
      
      * add `PeerDisconnected` message
      
      * guide: update
      
      * reverse order
      
      * remember to match
      
      * implement disconnect peer in network bridge
      
      * implement disconnect_inactive_peers
      
      * test
      
      * remove println
      
      * don't hardcore policy
      
      * add fuse outside of loop
      
      * use default eviction policy
      b8867d71
    • Robert Klotzner's avatar
      Bigger is better. (#2687) · 0f8b6f2f
      Robert Klotzner authored
      * Bigger is better.
      
      Made all request response sizes 10 times bigger.
      
      * The smaller the better.
      
      * Update comment.
      
      * Ah, bigger is still better.
      
      Max PoV size for rococo is around 50Meg, compression ratio is about 3.4.
      With 30 Meg we should be fine, even with crypto kitties in the PoV.
      0f8b6f2f