Branislav Kontur
|
3bb82e5126
|
Typo + some clippy stuff (unnecessary clone/to_string/refs) + fmt (#1437)
|
2022-07-11 11:05:40 +00:00 |
|
Squirrel
|
880496c7cc
|
rename now shared node creation function (#1402)
|
2022-06-23 11:41:44 +00:00 |
|
dependabot[bot]
|
f7e9daee20
|
Bump clap from 3.2.5 to 3.2.6 (#1400)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.5...v3.2.6)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-22 17:32:01 +00:00 |
|
Squirrel
|
8347d2f85c
|
rename build_import_queue to not be statemint specific (#1389)
* rename to aura
* Update polkadot-parachain/src/service.rs
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
|
2022-06-21 14:58:27 +00:00 |
|
Qinxuan Chen
|
094dbe1521
|
Remove futures compat feature (#1386)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
|
2022-06-18 23:30:07 +02:00 |
|
Qinxuan Chen
|
7d0ae5ea3a
|
Move ExportGenesisStateCommand and ExportGenesisWasmCommand to cumulus-client-cli (#1325)
* Move ExportGenesisStateCommand and ExportGenesisWasmCommand to cumulus-client-cli
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
* Remove useless
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
* Use shared_params.chain
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
|
2022-06-18 15:33:52 +02:00 |
|
Alexander Theißen
|
e5810bb5fd
|
Remove redundant binary specification (#1303)
* Remove redundant binary specification
* Update polkadot-launch config
Co-authored-by: joepetrowski <joe@parity.io>
|
2022-06-17 19:32:39 +00:00 |
|
dependabot[bot]
|
2e52ce29e9
|
Bump clap from 3.1.18 to 3.2.2 (#1370)
* Bump clap from 3.1.18 to 3.2.2
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.18 to 3.2.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.18...v3.2.2)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump clap to 3.2.5 and fix warnings
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
|
2022-06-17 15:05:44 +00:00 |
|
Squirrel
|
ebfa19af31
|
Split chain_spec to individual chain families (#1347)
* Split chain_spec to individual chain families.
* cargo fmt
* Replace ifs with match
* Runtime::Generic variant avoiding Option
|
2022-06-17 14:47:21 +00:00 |
|
Niklas Adolfsson
|
26717de64d
|
companion #11661 (#1364)
* bump jsonrpsee v0.14.0
* update Cargo.lock
|
2022-06-14 22:33:42 +00:00 |
|
dependabot[bot]
|
c9639a61a8
|
Bump async-trait from 0.1.54 to 0.1.56 (#1338)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.54 to 0.1.56.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.54...0.1.56)
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-08 10:52:34 +02:00 |
|
dependabot[bot]
|
dba5a11f01
|
Bump async-trait from 0.1.53 to 0.1.54 (#1328)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.53 to 0.1.54.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.53...0.1.54)
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-05 13:00:38 +02:00 |
|
Bastian Köcher
|
6f416eece2
|
Ensure we send the correct polkadot node version to telemetry (#1307)
This is basically a hack, but with the current way we initialize the node this is the easiest
solution to ensure we send the correct version etc.
|
2022-05-30 19:50:00 +02:00 |
|
Alexander Theißen
|
93a01eda22
|
contracts: Update bootnodes (#1294)
|
2022-05-26 10:57:40 +00:00 |
|
Chevdor
|
8aadf6a025
|
Node bump to v0.9.220 (#1284)
* Node bump to v0.9.220
* Runtime version bump to 922 (#1283)
* Runtime version bump to 922
* Switch to 9220
* Update cargo.lock
|
2022-05-23 14:03:39 +00:00 |
|
Qinxuan Chen
|
eb643b89b8
|
Companion for polkadot#5569 (#1281)
* Companion for polkadot#5569
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
* update lockfile for {"polkadot"}
Co-authored-by: parity-processbot <>
|
2022-05-21 09:14:02 +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 |
|