1. Aug 03, 2020
  2. Jul 24, 2020
  3. Jul 23, 2020
    • asynchronous rob's avatar
      Include a reference to the validation data in the candidate descriptor (#1442) · 09f602f8
      asynchronous rob authored
      * rename GlobalValidationSchedule to GlobalValidationData
      
      * guide: update candidate descriptor to contain validation data hash
      
      * guide: add note in inclusion module about checking validation data hash
      
      * primitives: update CandidateDescriptor to contain new hash
      
      * fix payload computation
      
      * add helpers for computing validation data to runtime modules
      
      * guide: note routines
      
      * inclusion: check validation data hash and fix local_validation_data bug
      
      * add a case to candidate_checks and improve that test substantially
      
      * bump versions
      
      * address review comments
      
      * add a test for including code upgrade
      
      * bump kusama version
      
      * bump westend & polkadot versions
      09f602f8
  4. Jul 17, 2020
  5. Jul 10, 2020
    • asynchronous rob's avatar
      Refactor primitives (#1383) · 3b13cd9a
      asynchronous rob authored
      * create a v1 primitives module
      
      * Improve guide on availability types
      
      * punctuate
      
      * new parachains runtime uses new primitives
      
      * tests of new runtime now use new primitives
      
      * add ErasureChunk to guide
      
      * export erasure chunk from v1 primitives
      
      * subsystem crate uses v1 primitives
      
      * node-primitives uses new v1 primitives
      
      * port overseer to new primitives
      
      * new-proposer uses v1 primitives (no ParachainHost anymore)
      
      * fix no-std compilation for primitives
      
      * service-new uses v1 primitives
      
      * network-bridge uses new primitives
      
      * statement distribution uses v1 primitives
      
      * PoV distribution uses v1 primitives; add PoV::hash fn
      
      * move parachain to v0
      
      * remove inclusion_inherent module and place into v1
      
      * remove everything from primitives crate root
      
      * remove some unused old types from v0 primitives
      
      * point everything else at primitives::v0
      
      * squanch some warns up
      
      * add RuntimeDebug import to no-std as well
      
      * port over statement-table and validation
      
      * fix final errors in validation and node-primitives
      
      * add dummy Ord impl to committed candidate receipt
      
      * guide: update CandidateValidationMessage
      
      * add primitive for validationoutputs
      
      * expand CandidateValidationMessage further
      
      * bikeshed
      
      * add some impls to omitted-validation-data and available-data
      
      * expand CandidateValidationMessage
      
      * make erasure-coding generic over v1/v0
      
      * update usages of erasure-coding
      
      * implement commitments.hash()
      
      * use Arc<Pov> for CandidateValidation
      
      * improve new erasure-coding method names
      
      * fix up candidate backing
      
      * update docs a bit
      
      * fix most tests and add short-circuiting to make_pov_available
      
      * fix remainder of candidate backing tests
      
      * squanching warns
      
      * squanch it up
      
      * some fallout
      
      * overseer fallout
      
      * free from polkadot-test-service hell
      3b13cd9a
  6. Jul 09, 2020
  7. Jul 08, 2020
  8. Jul 06, 2020
  9. Jul 04, 2020
  10. Jul 01, 2020
  11. Jun 24, 2020
  12. Jun 18, 2020
  13. Jun 16, 2020
  14. Jun 09, 2020
  15. Jun 02, 2020
  16. May 27, 2020
  17. May 21, 2020
  18. May 20, 2020
  19. May 14, 2020
  20. May 06, 2020
    • André Silva's avatar
      grandpa: report equivocations on all runtimes (#1000) · 41699f5d
      André Silva authored
      * grandpa: report equivocations on all runtimes
      
      * runtime: fix test-runtime compilation
      
      * runtime: enable historical session manager on all runtimes
      
      * runtime: fix indentation
      
      * runtime: use strong key types in KeyOwnerProofSystem definitions
      
      * update substrate
      
      * bump spec_version of runtimes
      41699f5d
  21. May 05, 2020
  22. Apr 27, 2020
  23. Apr 25, 2020
  24. Apr 24, 2020
  25. Apr 21, 2020
    • Rakan Alhneiti's avatar
      Companion PR to #5182 - Substrate offchain signing (#985) · 2e521d30
      Rakan Alhneiti authored
      * Implement offchain::SendTransactionTypes
      
      * Fix test-runtime
      
      * Fix Kusama
      
      * Add SendTransactiontypes to Kusama
      
      * impl SendTransactiontypes for parachains and registrar
      
      * Fix typos
      
      * Provided extrinsic type
      
      * Implement AppCrypto for signing transactions
      
      * Add signing capabilities to runtime
      
      * Fix test runtimes
      
      * Implement CreateSignedtransaction for Test
      
      * Implement signing types for test runtimes
      
      * Fix test runtime create transaction impl
      
      * Fix build
      
      * Bump kusama's spec version
      
      * Update substrate
      
      * Use all_accounts
      2e521d30
    • Ashley's avatar
      Remove usage of substrate-test-runtime. (#969) · 14766804
      Ashley authored
      
      
      * Switch from using the substrate_test_runtime Extrinsic to the polkadot_test_runtime one
      
      * Copy genesismap into test-runtime
      
      * Add UncheckedExtrinsics
      
      * Fix tests :^)
      
      * Remove unused functions from genesismap
      
      * DRY, clean up
      
      * Clean up
      
      * Update service/src/grandpa_support.rs
      
      Co-Authored-By: default avatarBastian Köcher <[email protected]>
      
      * Fix indentation
      
      * Update runtime/test-runtime/src/genesismap.rs
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      14766804
    • cheme's avatar
      Companion to child trie api change #4857 (#950) · 1a4db93c
      cheme authored
      1a4db93c
  26. Apr 17, 2020
  27. Apr 16, 2020
  28. Apr 13, 2020
  29. Apr 08, 2020
  30. Apr 06, 2020
    • Kian Paimani's avatar
      Enable validate unsigned (#974) · 01152827
      Kian Paimani authored
      01152827
    • asynchronous rob's avatar
      Upgradeable validation functions (#918) · 10cec3b5
      asynchronous rob authored
      * upgrade primitives to allow changing validation function
      
      * set up storage schema for old parachains code
      
      * fix compilation errors
      
      * fix test compilation
      
      * add some tests for past code meta
      
      * most of the runtime logic for code upgrades
      
      * implement old-code pruning
      
      * add a couple tests
      
      * clean up remaining TODOs
      
      * add a whole bunch of tests for runtime functionality
      
      * remove unused function
      
      * fix runtime compilation
      
      * extract some primitives to parachain crate
      
      * add validation-code upgrades to validation params and result
      
      * extend validation params with code upgrade fields
      
      * provide maximums to validation params
      
      * port test-parachains
      
      * add a code-upgrader test-parachain and tests
      
      * fix collator tests
      
      * move test-parachains to own folder to work around compilation errors
      
      * fix test compilation
      
      * update the Cargo.lock
      
      * fix parachains tests
      
      * remove dbg! invocation
      
      * use new pool in code-upgrader
      
      * bump lockfile
      
      * link TODO to issue
      10cec3b5
  31. Apr 03, 2020
    • Bastian Köcher's avatar
      Ensure that table router is always built (#952) · c021f854
      Bastian Köcher authored
      * Ensure that table router is always build
      
      This pr ensures that the table router is always build, aka the future is
      resolved. This is important, as the table router internally spawns tasks
      to handle gossip messages. Handling gossip messages is not only required
      on parachain validators, but also on relay chain validators to receive collations.
      
      Tests are added to ensure that the assumptions hold.
      
      * Fix compilation
      
      * Switch to closures
      
      * Remove empty line
      
      * Revert "Remove empty line"
      
      This reverts commit 0d4aaba1780aec1c8d61e1d5dcf7768918af02d9.
      
      * Revert "Switch to closures"
      
      This reverts commit d128c4ecc02c911552a3bfd2142b5a4f7b1338ba.
      
      * Hybrid approach
      
      * Rename test
      
      * Make trait crate local
      c021f854
  32. Mar 26, 2020
  33. Mar 25, 2020