Skip to content
  1. Aug 23, 2022
  2. Aug 22, 2022
  3. Aug 19, 2022
  4. Aug 18, 2022
    • Bastian Köcher's avatar
      Companion for new trie cache (#1361) · baa1c360
      Bastian Köcher authored
      * Update branch
      
      * Make it compile
      
      * Update Substrate
      
      * Revert "Update branch"
      
      This reverts commit 7b0278160a09312fc6501e0a31923c5a8d8f8c56.
      
      * FMT
      
      * update lockfile for {"polkadot", "substrate"}
      
      Co-authored-by: parity-processbot <>
      baa1c360
    • Javier Viola's avatar
      Zombienet add tests (#1321) · 807db6ff
      Javier Viola authored
      
      
      * changes to read json spec in test binary
      
      * add zombienet tests
      
      * fmt
      
      * use {{COL_IMAGE}} and clean config
      
      * add comment and use relay image from env
      
      * use test-parachain image from pr
      
      * fix warns
      
      * fix warns
      
      * fmt
      
      * typo
      
      * fix ci to use zombienet image
      
      * fix spawn nodes for test
      
      * reorg test
      
      * add within to test
      
      * remove check for full node collators is up
      
      * add tests for pov, mirate solo to para, sync blocks
      
      * bump zombienet image
      
      * add job dep with artifacts
      
      * add sleep for test
      
      * fix after merge
      
      * fmt
      
      * bump zombienet version
      
      * changes from clap
      
      * use base/shared params
      
      * fmt
      
      * debug ci
      
      * add upgrade test
      
      * update js test for debug
      
      * less debug in test
      
      * print assertion
      
      * fix upgrade test
      
      * Collator key only needed if we run as collator
      
      * [Fix] Benchmark build artifact folder creation (#1518)
      
      * Trivial networking changes for Substrate PR #11940 (#1486)
      
      * Trivial networking changes for Substrate PR https://github.com/paritytech/substrate/pull/11940
      
      * Apply formatting rules
      
      * update lockfile for {"polkadot", "substrate"}
      
      Co-authored-by: parity-processbot <>
      
      * bump zombienet version
      
      * update network def for test
      
      * typo
      
      Co-authored-by: default avatarSebastian Kunert <[email protected]>
      Co-authored-by: default avatarRoman Useinov <[email protected]>
      Co-authored-by: default avatarNazar Mokrynskyi <[email protected]>
      807db6ff
    • Squirrel's avatar
      Removes duplication and unneeded sections. (#1547) · ff4fd0b7
      Squirrel authored
      Co-authored-by: parity-processbot <>
      ff4fd0b7
    • Muharem Ismailov's avatar
  5. Aug 17, 2022
  6. Aug 16, 2022
  7. Aug 15, 2022
  8. Aug 12, 2022
  9. Aug 11, 2022
    • joe petrowski's avatar
      Add Collectives Parachain (#1346) · 7bd426f3
      joe petrowski authored
      
      
      * add new runtime and remove unnecessary pallets
      
      * make runtime build
      
      * add collectives to collator node
      
      * sketch alliance config in runtime
      
      * Slash handler was supposed to be commented out (for now)
      
      * correct signature
      
      * move to impls
      
      * add alliance to runtime
      
      * rustfmt
      
      * IsReserve, remove Ping, update fn deposit
      
      * add transaction_payment event
      
      * Update parachains/runtimes/collectives/collectives-polkadot/src/lib.rs
      
      Co-authored-by: default avatarSquirrel <[email protected]>
      
      * fmt
      
      * add genesis config to chain spec
      
      * fix merge
      
      * local and dev configs only (for now)
      
      * remove duplicate imports
      
      * Collectives polkadot runtime to cargo workspace members (#1397)
      
      * Collectives polkadot runtime: use unit type impl for identity verifier (#1398)
      
      * apply fn rename
      
      * fmt
      
      * one less todo
      
      * Less code in magic macros (#1407)
      
      * Less code in magic macros
      
      * cargo fmt
      
      * Bench alliance (#1427)
      
      * add benchmarks
      
      * call one script from the other
      
      * shebang changes so works on nixos too.
      
      * bench in parallel as separate jobs
      
      * hyphens can turn into underscores
      
      * remove workaround to trigger bench
      
      Co-authored-by: default avataralvicsam <[email protected]>
      Co-authored-by: default avatarparitytech-ci <[email protected]>
      
      * enable ci jobs
      
      * fix publish bench results jobs
      
      * chainspecs for collectives-westend (#1441)
      
      * initial chainspecs for collections relay chain
      
      * plumb in the collectives-westend chainspec
      
      * add Runtime::CollectivesWestend
      
      * lock
      
      * Collectives: teleport slashed assets  (#1433)
      
      * Collectives: teleport slashed assets
      
      * fmt
      
      * Cargo.lock > polkadot-parachain 0.9.25
      
      * create temp account for imbalance
      
      * treasury acc id from pallet id
      
      * move accounts into constants, use here junction for assets
      
      * assets location is relay chain, accounts as parameters
      
      * fix typos
      
      * fix typo
      
      * Update parachains/runtimes/collectives/collectives-polkadot/src/constants.rs
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      * Move alliance proposal provider to impls.rs (#1464)
      
      * Move to impls alliance proposal provider
      
      * rustfmt
      
      * Bumping spec version
      
      (so that we can redeploy with slashing change.)
      
      * cargo lock
      
      * slurp collectives digest to make appear in release notes (#1473)
      
      * add slurp
      
      * Slurp better :)
      
      * Bring some order
      
      Co-authored-by: default avatarChevdor <[email protected]>
      Co-authored-by: default avatarWilfried Kopp <[email protected]>
      
      * reorder barrier
      
      * Update parachains/runtimes/collectives/collectives-polkadot/src/xcm_config.rs
      
      Co-authored-by: default avatarKeith Yeung <[email protected]>
      
      * address review
      
      * clean construct runtime
      
      * fmt
      
      * looks pretty but brings in too much
      
      Co-authored-by: default avatarSquirrel <[email protected]>
      Co-authored-by: default avatarMuharem Ismailov <[email protected]>
      Co-authored-by: default avataralvicsam <[email protected]>
      Co-authored-by: default avatarparitytech-ci <[email protected]>
      Co-authored-by: default avatarChevdor <[email protected]>
      Co-authored-by: default avatarWilfried Kopp <[email protected]>
      Co-authored-by: default avatarKeith Yeung <[email protected]>
      7bd426f3
    • Alexander Samusev's avatar
      [ci] fix pipeline for polkadot-v branches (#1503) · 7ca35626
      Alexander Samusev authored
      Co-authored-by: parity-processbot <>
      7ca35626
    • Egor_P's avatar
      add tag creation for the runtimes release candidate (#1525) · 074818d5
      Egor_P authored
      * add tag creation for the runtimes release branch
      
      * change githab actions versions to hashes
      
      Co-authored-by: parity-processbot <>
      074818d5
    • Alexander Samusev's avatar
      [ci] improve cancel-pipeline job (#1532) · 346392e6
      Alexander Samusev authored
      * [ci] improve cancel-pipeline job
      
      * fix trigger
      
      * fix trigger
      
      * add file to trigger
      
      * test job fail
      
      * fix trigger
      
      * fix indent
      
      * fix before_script
      
      * add comment
      
      * remove debuag fail from test-linux-stable
      346392e6
  10. Aug 10, 2022