João Paulo Silva de Souza
73a53d99b7
Add link to the weight comparison tool for weights PRs ( #1788 )
...
* add link to the weight comparison tool for weights PRs
* Update scripts/create-benchmark-pr.sh
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* add backport checklist item
* move to scripts/ci
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
2022-10-21 08:01:09 +00:00
Alexander Samusev
43bec3623b
[ci] Fix broken ci, move zombienet job ( #1785 )
2022-10-20 11:58:46 +02:00
Alexander Samusev
a53703ee3e
[ci] Split .gitlab-ci.yml ( #1701 )
...
* [WIP][ci] Split .gitlab-ci.yml
* comment unused includes
* fix typo
* fix needs
* add all stages
* exclude zombienet from check
2022-10-19 16:31:42 +02:00
Squirrel
e23d581b76
set xcm weights template ( #1643 ) ( #1691 )
...
* xcm benchmarks use a custom template
2022-09-28 09:02:16 +00:00
Muharem Ismailov
c4c7fa0929
fix release report generation script ( #1599 )
2022-09-06 11:40:16 +00:00
Muharem Ismailov
c2d9753b25
fix release report generation script ( #1597 )
2022-09-06 08:53:17 +01:00
Roman Useinov
99430a508d
[Feature] Add XCM benchmark weights to Statemint and Statemine ( #1454 )
...
* [Feature] Add XCM benchmarark weights to Statemint and Statemine
* add xcm-bench-template
* add polkadot xcm bench pallet to statemint
* Sample benchmarking that compiles
* add benches to the module
* Remove batches assertion and whitelist ActiveConfig
* ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::generic
* ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::generic
* fix benchmarks
* fix get_multi_asset
* fmt and more bench fixes
* reformat
* move Xcm type definitions
* define types twice
* remove commented out lines
* define Xcm bench types globally
* test use
* fix semi
* make sure the type definittion is properly documented
* tweak TrustedTeleporter/Reserve
* use dots as asset
* copy benchmarks over, fix the ci script
* remove extra asset
* ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::generic
* benchmarks setup for statemint/e and westmint
* ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::fungible
* ".git/.scripts/bench-bot.sh" xcm statemine assets pallet_xcm_benchmarks::generic
* ".git/.scripts/bench-bot.sh" xcm statemine assets pallet_xcm_benchmarks::fungible
* remove a check
* ".git/.scripts/bench-bot.sh" xcm westmint assets pallet_xcm_benchmarks::fungible
* ".git/.scripts/bench-bot.sh" xcm westmint assets pallet_xcm_benchmarks::generic
* implement WeightInfoBounds for all the asset runtimes
* update Cargo.lock
* fix Muharem's comments
* ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::generic
* Update parachains/runtimes/assets/statemint/src/lib.rs
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* fix some review comments
* fix file headers
* more fixes to licenses and such
* fix another inconsistency
* Extend weights template
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* remove a placeholder
* remove redundant overrides
* ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::fungible
* Update benchmarking.rs
* remove redundant bench
* fix
* ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::generic
* Update pallets/xcm-benchmarks/src/fungible/mock.rs
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com >
* remove TODO's
* remove local xcm-benchmark-pallet impl
* disable CheckedAccount in benches
* update template
* fix up imports
* fix xcm
* fix the template
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
Co-authored-by: command-bot <>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com >
2022-09-01 11:39:01 +02:00
Squirrel
15d4f8b3be
Removes duplication and unneeded sections. ( #1547 )
...
Co-authored-by: parity-processbot <>
2022-08-18 12:07:18 +00:00
Alexander Samusev
58f6fc1477
[ci] change labels ( #1533 )
...
* [ci] change labels
* fix c1-low label
* fix C-labels
* revert audit labels
* add x-labels check
Co-authored-by: parity-processbot <>
2022-08-16 17:10:58 +02:00
Wilfried Kopp
2cb13a1a4f
B7 and C9 fixes
2022-08-16 15:06:00 +02:00
Wilfried Kopp
3e262ad159
WIP
2022-08-16 15:06:00 +02:00
joe petrowski
0e83ad23aa
Add Collectives Parachain ( #1346 )
...
* 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: Squirrel <gilescope@gmail.com >
* 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: alvicsam <alvicsam@gmail.com >
Co-authored-by: paritytech-ci <paritytech-ci@parity.io >
* 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: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
* 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: Chevdor <chevdor@users.noreply.github.com >
Co-authored-by: Wilfried Kopp <wilfried@parity.io >
* reorder barrier
* Update parachains/runtimes/collectives/collectives-polkadot/src/xcm_config.rs
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com >
* address review
* clean construct runtime
* fmt
* looks pretty but brings in too much
Co-authored-by: Squirrel <gilescope@gmail.com >
Co-authored-by: Muharem Ismailov <ismailov.m.h@gmail.com >
Co-authored-by: alvicsam <alvicsam@gmail.com >
Co-authored-by: paritytech-ci <paritytech-ci@parity.io >
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
Co-authored-by: Wilfried Kopp <wilfried@parity.io >
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com >
2022-08-11 11:11:10 +00:00
Chevdor
b824f0266b
CI fixes ( #1510 )
...
* Fix templates
* Same than https://github.com/paritytech/polkadot/pull/5751
Co-authored-by: parity-processbot <>
2022-08-10 21:00:19 +00:00
Wilfried Kopp
18387fca13
Move script
2022-08-10 22:59:35 +02:00
Giles Cope
e94395dbd2
adapt to subwasm version output format change
2022-08-04 12:26:07 +02:00
Ignacio Palacios
dcf71da93d
Add script to run integration tests ( #1431 )
...
* script run integration tests
* Update scripts/parachains_integration_tests.sh
Co-authored-by: Squirrel <gilescope@gmail.com >
* Update scripts/parachains_integration_tests.sh
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* Update scripts/parachains_integration_tests.sh
Co-authored-by: Squirrel <gilescope@gmail.com >
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
2022-08-02 16:33:34 +02:00
Alexander Samusev
cc8c8347e4
[ci] Send bench results to S3 ( #1417 )
...
* [ci] Send bench results to S3
* move publish stage
2022-07-01 11:42:35 +02:00
Chevdor
32a9df4bb5
Remove left over runtime sections for client builds ( #1401 )
...
fix #1124
2022-06-27 10:00:21 +00:00
Chevdor
7f2e6a157b
Run the release branch check on the cumulus code releases as well ( #1326 )
2022-06-02 13:53:38 +02:00
Chevdor
1ee585ce58
Fix problematic char ( #1323 )
2022-06-01 22:49:12 +02:00
Chevdor
faf3563c61
Add release branch checks ( #1319 )
2022-06-01 14:23:00 +02:00
Squirrel
e403b268d4
Fixup benches after dir re-org ( #1300 )
...
* Fixup after dir re-org
* Update scripts/benchmarks-ci.sh
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* Update scripts/benchmarks-ci.sh
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* Update scripts/benchmarks-ci.sh
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* fix typo
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
2022-06-01 07:40:03 +00:00
Squirrel
9405a969f0
dir restructure to support more CGP ( #1266 )
...
* rerame res to chain-specs
* split polkadot-parachains dir
* rename dir parachains-common to common
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
Co-authored-by: Wilfried Kopp <wilfried@parity.io >
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
2022-05-20 13:43:04 +01:00
Michael Müller
d0e13bc311
Rename canvas to contracts ( #1265 )
...
* Update SVG
* Rename `canvas-kusama` folder `contracts-rococo`
* Search-Replace `canvas-kusama` with `contracts-rococo`
* Search-Replace `canvas_kusama` with `contracts_rococo`
* Search-Replace `canvas_rococo` with `contracts_rococo`
* Rename `canvas-rococo.json` to `contracts-rococo.json`
* Rename `CanvasKusamaChainSpec` to `ContractsRococoChainSpec`
* Migrate chain specs and configurations to `contracts-rococo`
* Adapt readme
* Improve directory structure
* Remove last occurrences of `canvas`
* Apply `cargo fmt`
* Update README.md
Co-authored-by: Alexander Theißen <alex.theissen@me.com >
* Fix funny indentation
* Fix wasm path renaming
Co-authored-by: Alexander Theißen <alex.theissen@me.com >
Co-authored-by: Wilfried Kopp <wilfried@parity.io >
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
2022-05-18 09:56:34 +00:00
Squirrel
8d44f9bcae
rename polkadot-collator to polkadot-parachain ( #1241 )
...
* rename polkadot-collator to polkadot-parachain
Not every node has to be a collator.
* Update README.md
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* rename docker file
* Update .github/workflows/extrinsic-ordering-check-from-bin.yml
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* Versioning scheme that tracks polkadot relay chain
but allows for patch releases by having a 0 at the end.
(`-patch1` patch naming schemes were discussed but they
were judged to cause downstream packagers pain.)
* update name
* update lock file
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
2022-05-13 13:02:52 +00:00
Squirrel
4f160f9ccd
benchmark now takes a command. ( #1191 )
2022-04-23 20:44:19 +00:00
Chevdor
de296554fb
Fix priority thresholds ( #1203 )
2022-04-22 15:52:24 +02:00
Alexander Samusev
058469bb93
Add benchmarks to pipeline ( #1074 )
...
* [Do not merge] add benchmarks to pipeline
* disable jobs for test
* Revert "[Do not merge] add benchmarks to pipeline"
This reverts commit af3cca09f2bbec7ab75e1e905314356ce4405a6f.
* add weights tag
* add stage
* empty before_script for benches
* run benchmarks on ci6
* disable cargo target dir
* disable pre-cache
* add CARGO_TARGET_DIR var to bench script
* debug
* debug
* fix script path
* divide build and benchmark into 2 jobs
* fix bench build
* small fix
* reduce benchmark output log
* add push github
* add push gh
* add after_script
* typo fix
* typo fix
* fix curl
* fix git config
* add title and body to pr
* final check that everything works
* final check that everything works
* return jobs back
* fix rules
* cancel changes benchmarks.sh
* Apply suggestions from code review
Co-authored-by: Denis Pisarev <denis.pisarev@parity.io >
* rename job
* change benches jobs to run on release-parachains-v*
* remove master refs
Co-authored-by: Denis Pisarev <denis.pisarev@parity.io >
2022-04-12 13:53:02 +02:00
Bastian Köcher
61772f5ad7
Remove old caching stuff from CI ( #1154 )
2022-04-07 21:15:43 +02:00
Chevdor
71d7743869
Hide unwanted hashes for parachain runtimes ( #1122 )
2022-03-31 08:47:12 +00:00
Chevdor
bf8b24071c
Skip runtime migrations for the client release ( #1116 )
...
Also removes a bunch of empty lines for a nice output
2022-03-29 18:17:56 +02:00
Chevdor
b468d0c33e
Fix #851 ( #1110 )
...
* Fix doc
* Formatting fixes and bump prio if host functions are detected
* Add canvas
* Bump canvas-kusama's runtime version to 800
* Add db migrations
* Prepare for client releases
* Split the upload of the context artifact
* Rename of the srtool digests to match script default expectations
* Fix runtime name for canvas
* Fix jobs dependencies when skipping jobs/steps for client builds
* Fix CI for the client builds
* Fix issue when building in client mode
* Bump checkout action to v3 and gate some tests
* Fix notification
ref #851
2022-03-28 10:00:07 +02:00
Sergejs Kostjucenko
dc10d1520d
Move scripts used in CI to the new location ( #1109 )
...
* Move CI scripts to new location
* Update references
* Update CODEOWNERS file
* Update docker/polkadot-collator_builder.Containerfile
Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com >
Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com >
2022-03-25 01:25:06 +02:00
Squirrel
e535a504ed
--json switched to --json-file param in benchmarking script ( #1084 )
2022-03-14 21:32:11 +00:00
Doordashcon
c543f9d980
Add benchmarks for Xcmp QueueConfigData setters ( #982 )
...
* add benchmarks for xcmp queue config data setters
* add new benchmarks
* cargo fmt
* added newline
* Additional weights for dmp queue for westmint
* include new weights
* Adding WeightInfo trait and friends
* WeightInfo should be on xcmp rather than dmp pallet
* cargo fmt
* update scripts
* mock weightinfo
* cargo fmt
* canvas kusama is substrate weight
* weights from bm2
* expanding to other similar config functions
* updated weights from bm2
* Revert "updated weights from bm2"
This reverts commit b1702780982c278b44f572c2089b1d7ddc564d76.
* Consolidation to one benchmark
* reran weights
* Update pallets/xcmp-queue/src/lib.rs
Co-authored-by: Ignacio Palacios <ignacio.palacios.santos@gmail.com >
* integrating review feedback
* rerun weights
* Add DispatchClass::Operational
Co-authored-by: Squirrel <gilescope@gmail.com >
Co-authored-by: Ignacio Palacios <ignacio.palacios.santos@gmail.com >
2022-03-07 11:47:24 +00:00
Squirrel
8cf65b2e3c
updating benchmarking script ( #1012 )
...
we should be using production profile for benchmarks.
--raw does not exist: https://github.com/paritytech/substrate/pull/10771
2022-02-21 15:18:56 +00:00
dependabot[bot]
079a2834ec
Bump node-fetch from 2.6.5 to 2.6.7 in /scripts/scale_encode_genesis ( #946 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.5 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-02 11:00:53 +01:00
dependabot[bot]
a52e8703ae
Bump node-fetch from 2.6.1 to 2.6.7 in /scripts/generate_genesis_values ( #945 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-01 23:38:57 +01:00
Squirrel
ec751f8fca
merge of: Add system weights to Statemint ( #762 ) ( #918 )
...
* Add system weights to Statemint (#762 )
* waiting for weights from bm
* frame_system weights added
* cargo toml fix + fmt
* removed non-existent set_changes_trie_config
Co-authored-by: Ignacio Palacios <ignacio.palacios.santos@gmail.com >
2022-01-21 08:11:01 +00:00
Squirrel
7ce3fe4e0d
Add Statemint Genesis Values ( #817 ) ( #905 )
...
* Add Statemint Genesis Values (#817 )
* add some docs to genesis scripts
* move statemint test chainspec
* add initial (draft) version of statemint chain spec
* adjust genesis value script
* add Statemint genesis Aura keys
* add bootnodes to statemint-genesis spec
* Add checks, debug and doc (#790 )
* Add checks, debug and doc
* Update scripts/generate_genesis_value.sh
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io >
* Update scripts/generate_genesis_value.sh
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io >
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io >
* default to official shell rpc endpoint for genesis values
* remove statemint test chain spec
* add Statemint chain spec and genesis values
* sort statemint genesis values
* some script docs adjustments
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* cargo fmt
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io >
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
2022-01-19 10:43:46 +00:00
Ignacio Palacios
60c3ccfd62
Add set custom header to Seedling Runtime ( #846 )
...
* 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
* solo-to-para pallet added & before testing
* fix runtime upgrade method
* soloToPara pallet + set header
* clean up
* clean up 2
* signed extension check sudo added
* fmt + cleanup
* Refac code and fixes
* fmt
* Update pallets/solo-to-para/src/lib.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* Update pallets/solo-to-para/src/lib.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* Update pallets/solo-to-para/src/lib.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* small fixes
* OnValidationData used
* small changes
* Update pallets/solo-to-para/src/lib.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* Update pallets/solo-to-para/src/lib.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* Update pallets/solo-to-para/src/lib.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* OnValidationData replaced by OnSystemEvent
* fmt + cargo fix
* disable-default-bootnodes for seedling script
Co-authored-by: Ricardo Rius <ricardo@parity.io >
Co-authored-by: Ricardo Rius <9488369+riusricardo@users.noreply.github.com >
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2022-01-14 14:21:10 +01:00
Chevdor
e543545f03
Release notes fixes ( #839 )
...
* 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
2021-12-08 13:54:50 +01:00
Ignacio Palacios
db2449b690
Seedling Runtime + Node ( #824 )
...
* 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
2021-12-08 12:54:59 +01:00
Chevdor
4aafbe3766
Add check_labels script and workflow ( #782 )
2021-12-06 15:30:42 +01:00
Chevdor
8b5a1e483e
Fix rococo naming ( #785 ) ( #786 )
2021-11-22 17:52:47 +01:00
Chevdor
ce2403808b
Add changelog generation ( #761 )
...
* 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: Alexander Popiak <alexander.popiak@parity.io >
* Change XCM emoji marker for a ✉️
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io >
2021-11-19 17:30:05 +01:00
Alexander Popiak
e304662f04
Upstream Statemine Release v5 Changes to Master ( #720 )
...
* Update references
* update deps
* set substrate deps for pallet-asset-tx-payment
* add DisabledValidatorsThreshold to parachain template
* add DisabledValidatorsThreshold to statemint runtimes
* adjust imports
* update Cargo-lock
* add DisabledValidatorsThreshold to mock config
* cargo +nightly fmt
* adjust on_disabled type
* remove on_chain_votes function in ParachainHost impl
* remove ScrapedOnChainVotes
* bump polkadot-collator version
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* update Cargo.lock
* set spec_versions to 500
* Statemine cannot execute.
* disallow XCM execute on statemint
* cargo fmt
* remove unnecessary dep on node-primitives
* select parachains-common/std feature when building rococo-runtime with std
* adjust Statemint to the three digit spec_version format
* Add script to generate simple changelogs (#668 )
* Update weights from v4 for v5 comparison (#673 )
* updates weights
* pallet_unique benchmarks added + weights upstream from v4
* Fix benchmarks after Parachain Template (#677 )
* updates weights
* pallet_unique benchmarks added + weights upstream from v4
* benchmarks fix for parachain template
* Weights updates for Statemine v5 (#682 )
* updates weights
* pallet_unique benchmarks added + weights upstream from v4
* weights updates for statemine v5
* mention Storage in construct_runtime macro for pallet-xcm (#680 )
* Use pallet-xcm for version wrapping (#689 )
* use PolkadotXcm for XcmRouter WrapVersion
* use PolkadotXcm for version wrapping
Co-authored-by: Bryan Chen <xlchen1291@gmail.com >
* patch weight for batch_all from rerun
* Runtime version bump to v503 (#694 )
* adjust genesis value generation scripts to output entries array + add script to derive encoded call
* add script to generate shell spec from runtime wasm
* Ensure a bad datastream cannot cause problems (#701 )
* Ensure a bad datastream cannot cause problems
* Formatting
* Formatting
* update Polkadot (to 0.9.11 169bab55d)
* bump spec versions
* Allow Queries and Subscriptions
Fixes
Formatting
* fix build
* make fmt happy
* statemint imports
* slight naming changes in script
* add shell genesis data + wasm + chainspec
* adjust generated shell spec with production config values
* update Substrate and Polkadot to master
* fix deps
* swap out bootnodes for statemint shell
* add a script for verifying the shell chain spec
* add sha checksum for head data
* remove verification script
* remove hex wasm file
* update Substrate and Polkadot again and fix compilation
* update and fix lock file
* formatting
* remove redundant dispatch_as weight
Co-authored-by: Bastian Köcher <info@kchr.de >
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
Co-authored-by: Gav Wood <gavin@parity.io >
Co-authored-by: Ignacio Palacios <ignacio.palacios.santos@gmail.com >
Co-authored-by: Bryan Chen <xlchen1291@gmail.com >
Co-authored-by: joepetrowski <joe@parity.io >
2021-11-08 15:52:47 +01:00
Alexander Popiak
eff56f60f3
Upstream Statemine v4 Changes ( #649 )
...
* bump runtime spec version
* remove applied runtime migrations
* bump transaction_version
necessary because of extrinsic API changes to pallet-xcm
https://github.com/paritytech/polkadot/pull/3693
* Fix Benchmarks for Statemine-V4 release (#639 )
* register validators
* register_as_candidate & leave_intent fixed
* new_session benchmark fixed
* intent_leave_modified
* clean up
* clean up
* benchmark script updated
* update cargo.lock
* done
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io >
* Version bump (#648 )
* Version bump
fix #646
* Revert "Version bump"
This reverts commit 07517e0e76a37a1dd67176fec0524d0211666635.
* Bump polkadot-collator version
* Update polkadot-parachains/Cargo.toml
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* Update deps
* Bump version to 4.0.0
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* cargo toml fix
* update deps and remove DisabledValidatorThreshold
* cargo +nightly fmt
* fix compile error
* fix client tests after Polkadot update
Co-authored-by: Ignacio Palacios <ignacio.palacios.santos@gmail.com >
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2021-10-11 10:27:49 +02:00
Chevdor
1a6491bfc7
Add extrincic ordering check to CI ( #629 )
...
* Add extrincic ordering check to CI
* Add missing script
* Fix default chain
* Ignore issues with pkill
* Continue on error while trying to stop the node
* Set embedded relay chain node
* Fix formatting
2021-09-30 10:26:19 +02:00
Denis Pisarev
3883f73391
CI: build a test artifact ( #527 )
...
* CI: build a test artifact
* CI: try building before testing
* CI: try proper bin name
* CI: preempty cache to benchmark properly
* CI: run build after test
* CI: change target source
* CI: try build before test once again
* CI: chore
* CI: prepopulate target cache
* CI: conditional build; aws sync
* CI: mock building to test publishing
* CI: lacks permissions in the other job
* CI: undebug
2021-07-23 17:06:57 +02:00