Skip to content

inline partner chains#1267

Open
gilescope wants to merge 889 commits intomainfrom
giles-inline-partner-chains
Open

inline partner chains#1267
gilescope wants to merge 889 commits intomainfrom
giles-inline-partner-chains

Conversation

@gilescope
Copy link
Copy Markdown
Contributor

@gilescope gilescope commented Apr 8, 2026

Reduce complexity / friction by inlining partner-chains codebase (with full history).

Note: We'll want to not squash merge this so we'll have to disable merge queue for a second and then non-squash merge commit to main.

#1267

kpinter-iohk and others added 30 commits May 8, 2025 10:31
added:
- GovernedMap smart-contracts e2e-tests

Refs: ETCM-8633
Add system design overview to intro.md
* GovernedMap tests

* Review changes

* Benchmarks
docs: Add section on running pc dependencies to intro.md
Refs: ETCM-9840
The nightly rust toolchain and the gen-docs wrapper aren't used anymore
* Dependencies update

* Next chunk of updates

* Update derive_more

* Update testcontainers

* Update secp256k1

* Update colored

* Update sqlx

* Changelog update

* Update testcontainers_modules

* Fix tests

* Upgrade poladot-sdk to polkadot-stable2503-2

* Temporary fix tests

* Revert "Update testcontainers_modules"

This reverts commit 20a48b507e8cf8004263466e6e61a2ef7678cf06.

* Revert "Update testcontainers"

This reverts commit d7372e96a0a82b7285dd88d83f7846d3dbfcbea8.

* Review changes
Docs: add configuration section
Klapeyron and others added 13 commits March 24, 2026 14:59
…sh_from_db_logging

feat: get_stable_block_by_hash_from_db logging
Signed-off-by: Giles Cope <gilescope@gmail.com>
* chore: Added caching of rust builds and system dependencies

* chore: enabled cargo clippy

* chore: Separated build and test jobs
* c2m bridge with tx metadata

* Protect against double inherent call execution

---------

Co-authored-by: Lech Głowiak <lech.glowiak@iohk.io>
Signed-off-by: Giles Cope <gilescope@gmail.com>
…054106'

git-subtree-dir: partner-chains
git-subtree-mainline: 6ad340d
git-subtree-split: ea4f8bd
Signed-off-by: Giles Cope <gilescope@gmail.com>
@gilescope gilescope requested review from a team as code owners April 8, 2026 16:07
Copy link
Copy Markdown

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

Opengrep OSS found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 8, 2026

CLA assistant check
All committers have signed the CLA.

Signed-off-by: Giles Cope <gilescope@gmail.com>
Signed-off-by: Giles Cope <gilescope@gmail.com>

COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
full_cmd,
timeout=timeout,
capture_output=True,
shell=True,
from substrateinterface import SubstrateInterface
import json

alice = 'ws://10.0.11.120:30021'
import json

alice = 'ws://10.0.11.120:30021'
bob = 'ws://10.0.11.120:30022'

alice = 'ws://10.0.11.120:30021'
bob = 'ws://10.0.11.120:30022'
charlie = 'ws://10.0.11.120:30023'
charlie = 'ws://10.0.11.120:30023'
dave = 'ws://10.0.11.120:30024'
eve = 'ws://10.0.11.120:30025'
ferdie = 'ws://10.0.11.120:30026'
return balance.value


# NODE = 'ws://10.0.10.13:30023' # charlie devnet


# NODE = 'ws://10.0.10.13:30023' # charlie devnet
NODE = 'ws://10.0.10.55:9933' # validator 1 staging
unique: substrate-node-sha-{{SHA}}
spec:
containers:
- name: substrate-node
labels:
app: substrate-node
unique: substrate-node-sha-{{SHA}}
spec:
@gilescope
Copy link
Copy Markdown
Contributor Author

/bot rebuild-metadata

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 8, 2026

✅ Metadata rebuild complete! Changes have been committed.

@gilescope gilescope closed this Apr 8, 2026
@gilescope gilescope reopened this Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.