Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps submodules/encointer from 9e71cd7 to 32ac70c.

Upgrade guide

Sourced from submodules/encointer's upgrade guide.

upgrade rococo collator

in this repo:

git fetch upstream
git rebase upstream/rococo-v1

In case of conflicting Cargo.lock, make sure to use:

git checkout upstream/rococo-v1 Cargo.lock && git add Cargo.lock

then

cargo update

In case this fails: find out the latest commits for polkadot substrate and cumulus rococo-v1 branches

cumulus: paritytech/cumulus@24b1ee6 polkadot: paritytech/polkadot@2f7b975

substrate: here you MUST use the last master commet, not the one on the rococo-v1 branch paritytech/substrate@a94749c

after successful rebase, fix dependencies:

cargo update -p sp-std --precise a94749cb5321cbc43403ead66a1c915236720f8d
cargo update -p xcm --precise 2f7b975015d5c3f50199cda82b9b84e38726d001

cargo update -p xcm --precise c257eaffe1bfd9f79d0fc78d8309cc072c12fd76

upgrade validators

  1. stop current validators
  2. purge chain

rotate session keys

curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "author_rotateKeys", "params":[]}' http://localhost:9933
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [submodules/encointer](https://github.com/encointer/encointer-parachain) from `9e71cd7` to `32ac70c`.
- [Release notes](https://github.com/encointer/encointer-parachain/releases)
- [Upgrade guide](https://github.com/encointer/encointer-parachain/blob/master/UPGRADE.md)
- [Commits](encointer/encointer-parachain@9e71cd7...32ac70c)

---
updated-dependencies:
- dependency-name: submodules/encointer
  dependency-version: 32ac70c302ea67d55799728434c9d3ed25d37d18
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update submodules code labels Sep 29, 2025
@github-actions github-actions bot enabled auto-merge (squash) September 29, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file submodules Pull requests that update submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants