Skip to content
  1. Dec 08, 2021
  2. Dec 07, 2021
    • Chevdor's avatar
      Add CI to build docker images on releases (#836) · f42092d2
      Chevdor authored
      * Fix the url of the fetched file
      
      * Fix binary in the GPG check
      
      * Add docker build
      
      * Import GPG pub keys
      
      * Copy missing binaries
      
      * Checkout first
      
      * Add missing mkdir
      
      * Set bin as executable
      
      * Fix exec flag earlier
      
      * Fix docker calls
      
      * Fix version parsing
      
      * Fix image names
      
      * Cleanup
      
      * Fix ENV issue
      
      * Only allow user keys on pre-releases
      
      * Add Docker Hub token and enable pushing
      
      * Make Docker owner configurable via secrets
      
      * Fix owner
      
      * Remove duplicate secret
      f42092d2
  3. Dec 06, 2021
  4. Dec 03, 2021
    • Bastian Köcher's avatar
      Adds support for returning a custom header from `validate_block` (#825) · 32a86d8e
      Bastian Köcher authored
      * Adds support for returning a custom header from `validate_block`
      
      This adds support for returning a custom header from `validate_block`. Before this, we always
      returned the header of the block that was validated (and still do it by default). However, after
      this pr it is possible to set a custom header or better custom head data that will be returned
      instead from `validate_block`. This can be for example when a chain wants to fork.
      
      * FMT
      32a86d8e
  5. Dec 02, 2021
  6. Dec 01, 2021
  7. Nov 30, 2021
  8. Nov 29, 2021
  9. Nov 28, 2021
  10. Nov 24, 2021
  11. Nov 22, 2021
  12. Nov 19, 2021
    • Bastian Köcher's avatar
      Update Substrate & Polkadot (#770) · 801c1bef
      Bastian Köcher authored
      * Update Substrate & Polkadot
      
      * Disable tests without debug assertions
      801c1bef
    • Robert Klotzner's avatar
      Remove dead dep. (#765) · 72a37341
      Robert Klotzner authored
      
      
      * Remove dead dep.
      
      * cargo update -p polkadot-primitives
      
      * Revert "cargo update -p polkadot-primitives"
      
      This reverts commit 4e48e1dabe44fc1fb99c0d074281998e82584ba8.
      
      * cargo update -p polkadot-primitives
      
      Co-authored-by: default avatarAndronik Ordian <[email protected]>
      72a37341
    • Chevdor's avatar
      Add changelog generation (#761) · e4e8d4fb
      Chevdor authored
      
      
      * WIP Release notes generation and templates
      
      * WIP Add new sections to the template
      
      * WIP renaming and wip
      
      * Fix runtime template
      
      * Add doc, NO_CACHE and tweaking of the templates
      
      * Renaming cl into cumulus to make room for the polkadot and substrate
      
      * Fetch data from Substrate and Polkadot
      
      * WIP convert bash script to ruby
      
      * Convert to Ruby
      
      * Fix host function delection
      
      * Extract priority to a macro
      
      * Fix misc changes
      
      * Draft release workflow
      
      * Fix runtime dir
      
      * Add ENV to ignore runtimes
      
      * Install tooling separately
      
      * WIP troubleshooting - remove sudo
      
      * Minor formatting fixes
      
      * Fix workflow
      
      * Add missing dep
      
      * Linting
      
      * Fix changelog script
      
      * Add missing tera install
      
      * Use absolute paths
      
      * Fix path + cleanup
      
      * Fix changelog generation
      
      * Add missing pre-release ENV
      
      * Fix rust version ENV
      
      * Fix release notes path
      
      * Fix output
      
      * Fix runtime_dir for cumulus
      
      * Fix ENV substitutions
      
      * Fix styling
      
      * Debugging
      
      * Styling
      
      * Fix call to fetch the runtime version
      
      * Cleanup and doc
      
      * Delete sample .env
      
      * Update scripts/changelog/templates/change.md.tera
      
      Co-authored-by: default avatarAlexander Popiak <[email protected]>
      
      * Change XCM emoji marker for a 
      
      ️
      
      Co-authored-by: default avatarAlexander Popiak <[email protected]>
      e4e8d4fb
    • Georges's avatar
      Moving `pallet-asset-tx-payment` from cumulus to substrate (#712) · 69f030f8
      Georges authored
      * Moving `pallet-asset-tx-payment` to substrate
      
      * Pointing `substrate` to my branch to fix the CI
      
      * Fixing cargo.lock
      
      Memmlock2 was in double
      
      * Duplicate Prost-build
      
      * cargo update
      
      * Fixing cargo.lock post merge
      
      * Changes to `Cargo.toml` after substrate merge
      69f030f8
  13. Nov 17, 2021
  14. Nov 16, 2021
  15. Nov 15, 2021
  16. Nov 12, 2021
  17. Nov 11, 2021