1. May 07, 2020
  2. 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
  3. May 05, 2020
  4. Apr 29, 2020
    • Gavin Wood's avatar
      Prep v0.7.32 (#1056) · f6b9cd4e
      Gavin Wood authored
      * Bump Westend runtime version
      
      * Bump Substrate
      
      * Prep for release of 0.7.32
      
      * Update lock
      f6b9cd4e
  5. Apr 28, 2020
  6. Apr 27, 2020
  7. Apr 25, 2020
  8. Apr 24, 2020
  9. Apr 23, 2020
  10. Apr 22, 2020
  11. Apr 21, 2020
  12. Apr 17, 2020
  13. Apr 16, 2020
  14. Apr 14, 2020
    • Bastian Köcher's avatar
      Release 0.7.29 (#998) · c6134cf9
      Bastian Köcher authored
      * Release 0.7.29
      
      * Update `Cargo.lock`
      c6134cf9
    • ddorgan's avatar
      Westend Mark II (#983) · 4f9f1c87
      ddorgan authored
      
      
      * Initial draft
      
      * More work
      
      * Build
      
      * Docs
      
      * Insert westend keys
      
      * Add badBlock to fork from old chain
      
      * Updated spec to reset westend
      
      * Use raw spec
      
      * Fix spec format and use westend2 for both id's
      
      * Correct public key for bootnode 3
      
      * Build
      
      * Extra space
      
      * Fix build
      
      * Lock
      
      * Update lock
      
      * Fixes
      
      * Fix for he startup text
      
      * Bump
      
      Co-authored-by: default avatarGav Wood <[email protected]>
      4f9f1c87
  15. Apr 13, 2020
  16. Apr 08, 2020
  17. 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
  18. Apr 05, 2020