Skip to content

feat: make bridge subminimal transactions and initial data checkpoint configurable#1333

Merged
LGLO merged 6 commits into
mainfrom
c-to-m-bridge-configuration-1290
Apr 22, 2026
Merged

feat: make bridge subminimal transactions and initial data checkpoint configurable#1333
LGLO merged 6 commits into
mainfrom
c-to-m-bridge-configuration-1290

Conversation

@LGLO

@LGLO LGLO commented Apr 14, 2026

Copy link
Copy Markdown
Contributor

Overview

This add configuration for bridge:

  • initial data checkpoint
  • subminimal transfers flush threshold

Also machinery for building genesis (not all networks will have a new one!) and local-environment setup.

This enables bridge in local-environment.

🗹 TODO before merging

  • Ready

📌 Submission Checklist

  • Changes are backward-compatible (or flagged if breaking)
  • Pull request description explains why the change is needed
  • Self-reviewed the diff
  • I have included a change file, or skipped for this reason:
  • If the changes introduce a new feature, I have bumped the node minor version
  • Update documentation (if relevant)
  • Updated AGENTS.md if build commands, architecture, or workflows changed
  • No new todos introduced

🧪 Testing Evidence

Please describe any additional testing aside from CI:

  • Additional tests are provided (if possible)

🔱 Fork Strategy

  • Node Runtime Update
  • Node Client Update
  • Other:
  • N/A

Links

@LGLO LGLO requested a review from a team as a code owner April 14, 2026 17:47
@LGLO LGLO force-pushed the c-to-m-bridge-configuration-1290 branch from 87a46fc to c7188b8 Compare April 15, 2026 06:10
Comment thread node/src/chain_spec/mod.rs
@LGLO LGLO force-pushed the c-to-m-bridge-configuration-1290 branch from c7188b8 to 7b4a501 Compare April 15, 2026 06:23
@LGLO

LGLO commented Apr 15, 2026

Copy link
Copy Markdown
Contributor Author

/bot rebuild-metadata

@github-actions

Copy link
Copy Markdown
Contributor

✅ Metadata rebuild complete! Changes have been committed.

@LGLO LGLO force-pushed the c-to-m-bridge-configuration-1290 branch from bd52135 to e4162f7 Compare April 15, 2026 07:09
@LGLO

LGLO commented Apr 15, 2026

Copy link
Copy Markdown
Contributor Author

/bot rebuild-metadata

@github-actions

Copy link
Copy Markdown
Contributor

✅ Metadata rebuild complete! Changes have been committed.

@LGLO LGLO force-pushed the c-to-m-bridge-configuration-1290 branch 3 times, most recently from 211dd66 to cbc338a Compare April 16, 2026 13:52
@LGLO

LGLO commented Apr 16, 2026

Copy link
Copy Markdown
Contributor Author

/bot rebuild-metadata

@github-actions

Copy link
Copy Markdown
Contributor

✅ Metadata rebuild complete! Changes have been committed.

@LGLO LGLO enabled auto-merge April 17, 2026 09:55
@LGLO

LGLO commented Apr 20, 2026

Copy link
Copy Markdown
Contributor Author

/bot rebuild-metadata

@github-actions

Copy link
Copy Markdown
Contributor

✅ Metadata rebuild complete! Changes have been committed.

@LGLO LGLO force-pushed the c-to-m-bridge-configuration-1290 branch from c3fba75 to b8820cb Compare April 20, 2026 08:17
… configurable

Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>
@LGLO LGLO force-pushed the c-to-m-bridge-configuration-1290 branch from b8820cb to 5eedf0a Compare April 20, 2026 08:21
Comment thread partner-chains/toolkit/bridge/pallet/src/lib.rs
LGLO added 4 commits April 21, 2026 12:46
Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>
Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>
Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>
Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>
@LGLO LGLO force-pushed the c-to-m-bridge-configuration-1290 branch from e0537c1 to 6802203 Compare April 22, 2026 06:17
…nnection pools size.

Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>
@LGLO LGLO added this pull request to the merge queue Apr 22, 2026
Merged via the queue into main with commit b54bb1e Apr 22, 2026
33 checks passed
@LGLO LGLO deleted the c-to-m-bridge-configuration-1290 branch April 22, 2026 08:44
@LGLO LGLO linked an issue Apr 22, 2026 that may be closed by this pull request
m2ux added a commit that referenced this pull request Apr 23, 2026
… configurable (#1333)

* feat: make bridge subminimal transactions and initial data checkpoint configurable

Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>

* Fix missing genesis config setter

Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>

* fix: missing test, errors after 'main' merge

Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>

* fix: increase max postgres connections in local-env. Reduce bridge connection pools size.

Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>

---------

Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>
Signed-off-by: Mike Clay <mike.clay@shielded.io>
m2ux added a commit that referenced this pull request Apr 23, 2026
… configurable (#1333)

* feat: make bridge subminimal transactions and initial data checkpoint configurable

Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>

* Fix missing genesis config setter

Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>

* fix: missing test, errors after 'main' merge

Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>

* fix: increase max postgres connections in local-env. Reduce bridge connection pools size.

Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>

---------

Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>
Signed-off-by: Mike Clay <mike.clay@shielded.io>
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.

[C-to-M Bridge] Configuration and genesis build

2 participants