Ignacio Palacios
|
eccc2d036a
|
Fix benchmarks after Parachain Template (#677)
* updates weights
* pallet_unique benchmarks added + weights upstream from v4
* benchmarks fix for parachain template
|
2021-10-19 13:16:08 +02:00 |
|
Alexander Popiak
|
eebadf0bb6
|
adjust on_disabled type
|
2021-10-13 18:00:12 +02:00 |
|
Alexander Popiak
|
efd4079c9f
|
cargo +nightly fmt
|
2021-10-13 17:59:22 +02:00 |
|
Alexander Popiak
|
9a28018863
|
add DisabledValidatorsThreshold to mock config
|
2021-10-13 17:05:20 +02: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
|
1dd000a011
|
ci: add quick-check with rustfmt (#615)
* ci: add quick-check with clippy and rustfmt
* chore: rustfmt round
* chore: set the same rustfmt config than substrate
* chore: fix formatting
* cI: remove clippy
* ci: switch to nightly for the checks
* ci: fix toolchains and naming
* ci: Limit the check to formatting
* chore: fix formatting
* Update .rustfmt.toml
* Update .rustfmt.toml
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
|
2021-09-16 16:57:52 +02:00 |
|
Andrew Jones
|
035a576008
|
Metadata v14 (companion to #3336) (#564)
* Remove event pallet::metadata attributes
* Add scale-info deps, TypeInfo derives, update call variants
* Update metadata runtime APIs
* Add missing scale_info dependency, update rococo runtime API
* Add missing scale_info dependency
* Remove pushed diener patches
* Cargo.lock
* Add missing scale-info dependencies
* Fixes
* Statemint runtime fixes
* Call struct variant empty matches
* Add missing scale-info dependency
* Fixes
* scale-info 1.0
* cargo update -p xcm
* update lock
* Update Cargo.lock
* update to latest polkadot
* remove rpc_http_threads
https://github.com/paritytech/substrate/pull/9737
* replace task executor with tokio handler
https://github.com/paritytech/substrate/pull/9737
* fix test compilation?
* Update Cargo.lock
* cargo update
* remove unused
* Update substrate and polkadot
* Update test/client/src/lib.rs
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
|
2021-09-16 12:11:05 +02:00 |
|
Robert Habermeier
|
6c8f1f7b3c
|
bump deps, fix aura-ext pallet, and fill in stubs for XCM (#600)
* bump deps, fix aura-ext pallet, and fill in stubs for XCM
* response handler, asset trap, asset claims
* subscription_service
* update xcmp-queue mock
* fix tests
* Update polkadot deps
Co-authored-by: Andronik Ordian <write@reusable.software>
Co-authored-by: Bastian Köcher <info@kchr.de>
|
2021-09-04 14:57:48 -05:00 |
|
Gavin Wood
|
b3c38f0926
|
Companion to #9514 (Remove Filter and use Contains instead) (#566)
* Remove Filter and use Contains instead
* Fixes
* Remove patch
* Bump Polkadot
* bump
|
2021-08-09 18:07:37 +02:00 |
|
Bastian Köcher
|
4f936689ef
|
Update Substrate & Polkadot (#563)
|
2021-08-05 20:53:32 +02:00 |
|
Bastian Köcher
|
594f2f4347
|
Update Substrate & Polkadot (#540)
|
2021-07-20 16:11:56 +02:00 |
|
zjb0807
|
0aa7880ffe
|
Fix CandidateRemoved event (#503)
|
2021-06-22 18:59:54 +02:00 |
|
JesseAbram
|
6c688ce9c2
|
min collator check (#498)
* min collator check
* change statemint/mine min candidates
* Ci pass
* Update pallets/collator-selection/src/lib.rs
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
* Update pallets/collator-selection/src/lib.rs
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
* Apply suggestions from code review
* build fixes
* add error messages to errors
* added validator register check
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
|
2021-06-22 18:59:14 +02:00 |
|
Sergei Shulepov
|
fe21865d12
|
WIP: Update Substrate & Polkadot (#496)
* WIP: Update Substrate
* Update Substrate & Polkadot
* fixes
* more fixes
* few missing origins
* use spawn_essential_handle
* bump polkadot dep
* remove newlines
* fix test
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
|
2021-06-17 09:37:03 +02:00 |
|
Xiliang Chen
|
33908c1414
|
update substrate & polkadot (#472)
* update substrate
* try again
|
2021-06-04 16:43:29 +02:00 |
|
Gavin Wood
|
9d9ed1bc84
|
Add Statemint (#452)
* Add Statemint
* Versioning.
* Fixes
* Fixes
* Fixes
* Fixes
* Fixes
* Benchmarking
* kick patch (paritytech/statemin#88)
* Westmint Chain Spec (paritytech/statemint#90)
* Tidy the common .toml
* Update weights
* add westmint sudo key comment
* Port consensus stuff
* fix typo
* fix typo ... again
* Recognise Westmint
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
Co-authored-by: Bastian Köcher <info@kchr.de>
|
2021-06-01 21:31:03 +02:00 |
|