Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cp): polkadot v1.10.0 #5

Merged
merged 20 commits into from
Jun 11, 2024
Merged

chore(cp): polkadot v1.10.0 #5

merged 20 commits into from
Jun 11, 2024

Conversation

al3mart
Copy link

@al3mart al3mart commented May 23, 2024

sync with base-parachain @ polkadot-v1.10.0


Seeing some unexpected logs after

  • building with release profile
  • running parachain with pop up parachain -r v1.10.0 -f zombienet.toml
    being zombienet.toml
[settings]
timeout = 1000
node_spawn_timeout = 300

[relaychain]
chain = "rococo-local"
default_command = "~/.cache/pop/polkadot-1.10.0"

[[relaychain.nodes]]
name = "alice"
validator = true

[[relaychain.nodes]]
name = "bob"
validator = true

[[parachains]]
id = 1000
chain = "asset-hub-rococo-local"
default_command = "/home/alemart/.cache/pop/polkadot-parachain"

[[parachains.collators]]
name = "asset-hub"

[[parachains]]
id = 2000
default_command = "/home/alemart/.cache/pop/contracts-parachain" #note that I have renamed the binary here

[[parachains.collators]]
name = "contracts-parachain"

logs - https://gist.github.com/al3mart/e60bf22dac427658bcf9e2c7694a9cad
Even though, the parachain will produce the blocks as usual, include extrinsics, and emit events for regular transfers, for instance.

evilrobot-01 and others added 18 commits May 3, 2024 19:58
* chore: pin rust channel to version used for polkadot

* style: formatting using rust version

* refactor: address clippy warnings

* ci: add workflow

* ci: add missing packages

* ci: various fixes

* ci: use cache
* fix(base): delivery fees

* fix(base): declare WeightInfo for every pallet

* style(base): fmt

* style(base): undo fmt

* fix(base): remove example zombienet file

* fix(base): Add treasury clarification

* fix(base): weights & benchmarks

* fix: remove erroneous pallets

* docs: add benchmark comment for consistency

* fix(runtime): use unit type for weightinfo for consistency

* docs(runtime): add additional context

* fix(xcm): filter teleports to disable

---------

Co-authored-by: Frank Bell <[email protected]>
* docs: update readme

* docs: improve readme
@al3mart
Copy link
Author

al3mart commented Jun 7, 2024

Issue solved at r0gue-io#25

@al3mart al3mart marked this pull request as ready for review June 7, 2024 18:15
@al3mart al3mart requested a review from AlexD10S June 7, 2024 18:15
Copy link
Collaborator

@AlexD10S AlexD10S left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, No more log errors!

@al3mart al3mart merged commit 53d8218 into main Jun 11, 2024
6 checks passed
@Daanvdplas Daanvdplas deleted the al3mart/chore-polkadot-v1.10.0 branch June 11, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants