Open
Conversation
added: - GovernedMap smart-contracts e2e-tests Refs: ETCM-8633
Add system design overview to intro.md
Refs: ETCM-8633
* GovernedMap tests * Review changes * Benchmarks
…t have previously saved value
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
…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>
There was a problem hiding this comment.
Opengrep OSS found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
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: |
Contributor
Author
|
/bot rebuild-metadata |
Contributor
|
✅ Metadata rebuild complete! Changes have been committed. |
justinfrevert
approved these changes
Apr 8, 2026
LGLO
approved these changes
Apr 8, 2026
scottbuckel
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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