joepetrowski
|
b8ed7e7c64
|
fmt
|
2022-11-18 21:20:53 +01:00 |
|
joepetrowski
|
362a9078df
|
fix deps to make compile
|
2022-11-18 20:35:00 +01:00 |
|
joepetrowski
|
35d1e577ae
|
cargo fmt to resolve duplicate imports on merge
|
2022-11-18 15:53:46 +01:00 |
|
joepetrowski
|
6de6313909
|
fix logical error
|
2022-11-18 15:51:22 +01:00 |
|
joepetrowski
|
1e0515e1ae
|
make it actually compile
|
2022-11-18 15:51:17 +01:00 |
|
joepetrowski
|
47d96e0192
|
make it almost compile
|
2022-11-18 15:50:37 +01:00 |
|
joepetrowski
|
94717a415b
|
fix AssetsToBlockAuthor
|
2022-11-18 15:49:33 +01:00 |
|
joepetrowski
|
df40d77e2f
|
leave some todos
|
2022-11-18 15:49:27 +01:00 |
|
joepetrowski
|
9ab1739304
|
add second instance
|
2022-11-18 15:48:22 +01:00 |
|
joepetrowski
|
aa67a43c97
|
rustc grumbles
|
2022-11-18 15:47:40 +01:00 |
|
Branislav Kontur
|
a6dd610d74
|
Fix for missing weight for fn unpaid_execution()
|
2022-11-08 14:57:49 +01:00 |
|
Branislav Kontur
|
6ece1b652f
|
Merge remote-tracking branch 'origin/master' into gav-xcm-v3
|
2022-11-07 11:38:53 +01:00 |
|
dependabot[bot]
|
4b869cac55
|
Bump scale-info from 2.2.0 to 2.3.0 (#1809)
Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/paritytech/scale-info/releases)
- [Changelog](https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md)
- [Commits](https://github.com/paritytech/scale-info/commits/v2.3.0)
---
updated-dependencies:
- dependency-name: scale-info
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-11-01 13:18:24 +01:00 |
|
Oliver Tale-Yazdi
|
53d8651f6b
|
Co #12558: Update pallet-multisig benches (#1805)
* Typo
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Add multisig weights
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* cargo update -p polkadot-runtime-common
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
|
2022-10-26 22:29:27 +00:00 |
|
Shawn Tabrizi
|
bdfd71088f
|
Companion for #12457 (Bounded Multisig) (#1793)
* u16 -> u32
* update lockfile for {"polkadot", "substrate"}
Co-authored-by: parity-processbot <>
|
2022-10-25 19:49:33 +00:00 |
|
Oliver Tale-Yazdi
|
1219981610
|
Co #12341: Use try-runtime feature (#1759)
* Add try-runtime feature
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* More feature gates
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Add dummy command
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* update lockfile for {"polkadot", "substrate"}
* Fix code
* Remove unused import
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Imports...
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* fmt
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* fmt
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: parity-processbot <>
|
2022-10-20 13:17:36 +00:00 |
|
Branislav Kontur
|
c446b6321b
|
Merge remote-tracking branch 'origin/master' into gav-xcm-v3
|
2022-10-04 12:11:59 +02:00 |
|
dependabot[bot]
|
5c962b385c
|
Bump smallvec from 1.9.0 to 1.10.0 (#1723)
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.9.0...v1.10.0)
---
updated-dependencies:
- dependency-name: smallvec
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-04 09:39:22 +02:00 |
|
Branislav Kontur
|
763d88bfb4
|
Merge remote-tracking branch 'origin/master' into gav-xcm-v3
|
2022-10-03 15:55:42 +02:00 |
|
Branislav Kontur
|
483b20c699
|
XCMv3 fixes (#1710)
* Fixes XCMv3 related
Fixes XCMv3 (removed query_holding)
Fixes XCMv3 - should use _depositable_count?
Fixes XCMv3 - removed TrustedReserve
Fixes - missing weights for statemine/statemint/westmint
[DO-NOT-CHERRY-PICK] tmp return query_holding to aviod conficts to master
Fixes - missing functions for pallet_xcm_benchmarks::generic::Config
Fixes for XCMv3 benchmarking
Fix xcm - removed query_holding
* ".git/.scripts/bench-bot.sh" xcm statemine assets pallet_xcm_benchmarks::generic
* ".git/.scripts/bench-bot.sh" xcm statemint assets pallet_xcm_benchmarks::generic
* ".git/.scripts/bench-bot.sh" xcm westmint assets pallet_xcm_benchmarks::generic
* Fix imports
|
2022-10-03 14:51:39 +02:00 |
|
Wilfried Kopp
|
1ec1e894ee
|
Bump spec_version to 9300
|
2022-09-29 16:38:38 +02:00 |
|
Branislav Kontur
|
9f09698a07
|
Removed unused deps with cargo machete (#1680)
* Removed unused deps with `cargo machete`
* Removed unused deps with `cargo machete` for parachain-template
|
2022-09-29 13:44:08 +02:00 |
|
Squirrel
|
facb0891db
|
[benchmarks] pr with weights (#1664) (#1694)
Co-authored-by: paritytech-ci <paritytech-ci@parity.io>
Co-authored-by: Paritytech CI <52199148+paritytech-ci@users.noreply.github.com>
Co-authored-by: paritytech-ci <paritytech-ci@parity.io>
|
2022-09-28 16:39:06 +00:00 |
|
dependabot[bot]
|
695ed8a594
|
Bump serde from 1.0.144 to 1.0.145 (#1677)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.144 to 1.0.145.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.144...v1.0.145)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-27 14:41:43 +00:00 |
|
Keith Yeung
|
5efee4c47e
|
Remove unused import
|
2022-09-27 16:56:01 +08:00 |
|
Keith Yeung
|
9e309844a8
|
Fixes
|
2022-09-27 14:52:04 +08:00 |
|
Keith Yeung
|
4f88026e83
|
Merge remote-tracking branch 'origin/master' into gav-xcm-v3
|
2022-09-26 18:22:49 +08:00 |
|
Shawn Tabrizi
|
142cdfa193
|
Companion for #12283 (Anon -> Pure Proxy) (#1667)
* anon -> pure
* fn pure -> fn create_pure
* update lockfile for {"polkadot", "substrate"}
Co-authored-by: parity-processbot <>
|
2022-09-22 19:10:13 +00:00 |
|
Keith Yeung
|
7dc793d76c
|
Merge branch 'master' into gav-xcm-v3
|
2022-09-22 21:36:30 +08:00 |
|
Roman Useinov
|
3f11a7a6cf
|
[Fix] Deposit weight hardcoded to pre-bench value (#1651)
* [Fix] Deposit weight hardcoded to pre-bench value
* lint
|
2022-09-21 10:57:54 +00:00 |
|
Sergej Sakac
|
14186393b2
|
Rename Origin (#1628)
* Rename Origin
* more renaming
* fixes
* fix errors
* last fix?
* rename
* Update mock.rs
* update lockfile for {"polkadot", "substrate"}
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: parity-processbot <>
|
2022-09-20 23:17:31 +00:00 |
|
Muharem Ismailov
|
6f40bb9efe
|
Bump runtimes transaction version for v9290 (#1647)
|
2022-09-20 13:36:04 +00:00 |
|
Roman Useinov
|
05e561de89
|
[Fix] Hardcode teleport weight until XCM pallet is fixed (#1641)
* [Fix] Hardcode teleport weight until XCM pallet is fixed
* fix build
* solve dead code
* fix lint
* more eloquent weights
* quick fix
|
2022-09-20 10:17:54 +00:00 |
|
joe petrowski
|
822c4d7962
|
Revert "[Fix] Weight calculations for Wild -> affects teleports (#1639)" (#1640)
This reverts commit 14115c82de.
|
2022-09-19 20:18:14 +00:00 |
|
Roman Useinov
|
14115c82de
|
[Fix] Weight calculations for Wild -> affects teleports (#1639)
* [Fix] Weight calculations for Wild -> affects teleports
* introduce a separate asset limit for teleports
* fix deposit
* reshuffle abstractions
* fix imports
* little refactoring
* Update parachains/common/src/xcm_config.rs
Co-authored-by: Squirrel <gilescope@gmail.com>
* add comments
Co-authored-by: Squirrel <gilescope@gmail.com>
|
2022-09-19 18:29:31 +00:00 |
|
dependabot[bot]
|
1df48c70db
|
Bump scale-info from 2.1.2 to 2.2.0 (#1627)
Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/paritytech/scale-info/releases)
- [Changelog](https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md)
- [Commits](https://github.com/paritytech/scale-info/commits)
---
updated-dependencies:
- dependency-name: scale-info
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-16 22:52:51 +02:00 |
|
Squirrel
|
db70676ffa
|
Westmint don't panic. (#1631)
|
2022-09-16 12:38:54 +00:00 |
|
Squirrel
|
99c8f61c91
|
Don't panic. (#1629)
|
2022-09-16 10:28:15 +00:00 |
|
Oliver Tale-Yazdi
|
34e341c625
|
Co #11976: Enable rust features (#1607)
* Respect feature gated functions
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* update lockfile for {"polkadot", "substrate"}
* Fix features
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Feature gate test
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: parity-processbot <>
|
2022-09-14 19:05:34 +00:00 |
|
Keith Yeung
|
1f2b85c87b
|
Companion for paritytech/substrate#12219 (#1610)
* Remove CanAuthorWith trait
CanAuthotWith trait removed. Also all dependencies, parameters, type
paramers were removed. This is related to removal of native runtime.
* Companion for paritytech/substrate#12219
* Fixes
* polkadot-runtime-common updated
cargo update -p polkadot-runtime-common
* warning fixed
* Update cid
* update lockfile for {"polkadot", "substrate"}
* Update substrate
* update lockfile for {"polkadot", "substrate"}
* Update polkadot
* Fix tests
* 🤦
Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
Co-authored-by: parity-processbot <>
Co-authored-by: Bastian Köcher <info@kchr.de>
|
2022-09-14 07:59:03 +00:00 |
|
Sergej Sakac
|
b43bc58cb6
|
Companion for #11981 (#1563)
* Companion for #11981
* rename
* Event to RuntimeEvent in imports
* missed rename
* undo
* revert
* rename type Call & Event
* commit
* ...
* fix
* fix errors
* fixes
* fmt
* fix imports
* final fix?
* fmt
* fix?
* fixes after merge
* small fix
* cargo update -p polkadot-runtime-common
* cargo +nightly fmt
* update lockfile for {"polkadot", "substrate"}
* fix
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: parity-processbot <>
|
2022-09-12 23:55:33 +00:00 |
|
Muharem Ismailov
|
51eb647826
|
runtimes version to 9290 (#1612)
* runtimes version to 9290
* No need to bump shell
Co-authored-by: Giles Cope <gilescope@gmail.com>
|
2022-09-12 10:12:06 +00:00 |
|
Keith Yeung
|
6c27ce26f1
|
Companion for paritytech/substrate#12183 (#1601)
* Companion for paritytech/substrate#12183
* Fixes
* Update pallets/xcmp-queue/src/lib.rs
* Update pallets/xcmp-queue/src/lib.rs
* update lockfile for {"substrate", "polkadot"}
Co-authored-by: parity-processbot <>
|
2022-09-08 05:29:53 +00:00 |
|
Keith Yeung
|
4a7a2a85b2
|
Companion for paritytech/substrate#12157 (#1590)
* Remove RefTimeWeight
* [ci] Apply cargo-fmt
* update lockfile for {"substrate", "polkadot"}
Co-authored-by: paritytech-ci <paritytech-ci@parity.io>
Co-authored-by: parity-processbot <>
|
2022-09-02 19:36:55 +00:00 |
|
Shawn Tabrizi
|
9faf9b1e4f
|
Companion for Weight v1.5 Follow Up (#1584)
* fixes
* oopsie
* [ci] Apply cargo-fmt
* fixes
* [ci] Apply cargo-fmt
* fixes
* fix cumulus template
* fix merge
* update lockfile for {"polkadot", "substrate"}
Co-authored-by: paritytech-ci <paritytech-ci@parity.io>
Co-authored-by: parity-processbot <>
|
2022-09-01 19:25:05 +00:00 |
|
Muharem Ismailov
|
8679e42068
|
Update Cumulus to Latest Substrate and Polkadot Master (#1551)
* proposal provider impl for proposals func
* rustfmt
* impl proposals_count fn
* update lockfile for {"substrate", "polkadot"}
* cargo update pallet-alliance
* cargo update deps
* fix for https://github.com/paritytech/substrate/commit/324a18e3c5cbf333672c54f9367f530ea976928d
* update lockfile for {"substrate", "polkadot"}
* fix try runtime feature flags
* update log target
Co-authored-by: parity-processbot <>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
|
2022-09-01 17:20:08 +00: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 |
|
Shawn Tabrizi
|
3fb9c8a7be
|
Companion for Weight v1.5 (#1581)
* cargo test -p cumulus-primitives-utility
* cargo test -p cumulus-pallet-xcmp-queue
* cargo test -p cumulus-pallet-xcm
* cargo test -p cumulus-pallet-dmp-queue
* cargo test -p pallet-template
* cargo test -p cumulus-test-runtime
* fix weights
* fix more weights
* cargo test -p parachains-common
* cargo test -p parachain-template-runtime
* fix weights import
* cargo test -p collectives-polkadot-runtime
* cargo test -p contracts-rococo-runtime
* more
* unused
* fixes
* Update benchmarking.rs
* Update lib.rs
* Update lib.rs
* fix
* fix bug in conversion
* update lockfile for {"polkadot", "substrate"}
Co-authored-by: parity-processbot <>
|
2022-08-31 12:24:42 +00:00 |
|
Keith Yeung
|
3ba852b3bf
|
Fixes
|
2022-08-25 02:11:44 +08:00 |
|
Keith Yeung
|
d1230e3d77
|
Fixes
|
2022-08-25 01:39:43 +08:00 |
|