1. Dec 09, 2021
    • Keith Yeung's avatar
      Support overweight messages in XCMP queue (#799) · b5135277
      Keith Yeung authored
      * Support overweight messages in XCMP queue
      
      * Add storage migration logic to XCMP queue pallet
      
      * Check whether required weight is larger than max individual weight first
      
      * cargo fmt
      
      * Add some unit tests
      
      * Remove review question comment
      b5135277
  2. Dec 08, 2021
    • Chevdor's avatar
      Release notes fixes (#839) · fc1f3fd9
      Chevdor authored
      * Format runtime version
      
      ref #787
      
      * Remove the counter in the misc changes
      
      * Add pre-release information
      
      * Save context as artifact
      
      * Rococo naming and minor fixes
      
      * WIP
      
      * Show the list of high prio issues
      
      * Minor fixes
      
      * Fix workflow title
      
      * Attempt to fix Element rendering issue
      
      * Code block fix
      fc1f3fd9
    • Ignacio Palacios's avatar
      Seedling Runtime + Node (#824) · fff94ff2
      Ignacio Palacios authored
      * before adding seedling client side
      
      * seedling runtime compiles
      
      * create seedling spec script added
      
      * seedling node & BaseCallFilter fixes
      
      * update AllPalets
      
      * formatting
      
      * CallFilter + SignedExtra + AccountData fix
      
      * XCM removed
      
      * cleanup
      fff94ff2
    • Ricardo Rius's avatar
      Fix Statemine ss58 prefixes. (#829) · 58a42566
      Ricardo Rius authored
      * Fix Statemine prefix
      
      * Add prefix to chain spec
      58a42566
  3. 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
  4. Dec 06, 2021
  5. 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
  6. Dec 02, 2021
  7. Dec 01, 2021
  8. Nov 30, 2021
  9. Nov 29, 2021
  10. Nov 28, 2021
  11. Nov 24, 2021
  12. Nov 22, 2021
  13. 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
  14. Nov 17, 2021
  15. Nov 16, 2021
  16. Nov 15, 2021
  17. Nov 12, 2021
  18. Nov 11, 2021