Skip to content

[DRAFT] chore(framework): Remove the Bridge package and all its functionalities #6863

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

Draft
wants to merge 36 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
cb56af3
chore: remove iota-bridge crate
nonast May 14, 2025
d0198f7
chore: remove iota-bridge-cli crate
nonast May 14, 2025
ca20c92
chore: remove iota-bridge-indexer crate
nonast May 14, 2025
e121dbc
chore: remove iota-bridge usage
nonast May 14, 2025
cae2912
chore: remove bridge directory
nonast May 14, 2025
10b1363
chore: remove bridge from iota-framework
nonast May 14, 2025
4514cc6
chore: remove bridge from iota-types
nonast May 14, 2025
d49e0e7
chore: remove bridge usages from iota-framework
nonast May 14, 2025
47b7688
chore: remove bridge in iota-framework tests
nonast May 14, 2025
e379d8b
chore: remove bridge from iota-execution latest
nonast May 15, 2025
6a5ed37
chore: remove bridge from iota-protocol-config
nonast May 15, 2025
3c3ba8d
chore: remove bridge from iota-types
nonast May 15, 2025
feaf5c3
fix: revert removed const
nonast May 15, 2025
811ad03
chore: remove bridge const from iota-framework-snapshot
nonast May 15, 2025
ab09e76
chore: remove bridge from iota-json-rpc-* crates
nonast May 15, 2025
7dfc98d
chore: remove more bridge functionalities from iota-execution latest
nonast May 15, 2025
10e604f
chore: remove has_bridge_object function
nonast May 15, 2025
a3050b7
chore: remove various bridge const
nonast May 15, 2025
161fa52
chore: remove protocolconfigvalue::bool
nonast May 15, 2025
94918ac
chore: update snapshots
nonast May 15, 2025
23ba68f
chore: update snapshot manifest
nonast May 15, 2025
8347d9c
cargo fmt
Dkwcs May 19, 2025
4d7ed80
cargo fmt
Dkwcs May 19, 2025
8021d94
clippy fix
Dkwcs May 19, 2025
e1d307f
clippy fix
Dkwcs May 19, 2025
7aea307
clippy fix
Dkwcs May 19, 2025
1431077
clippy fixes
Dkwcs May 19, 2025
30bf4a2
Revert "chore: remove protocolconfigvalue::bool"
Dkwcs May 19, 2025
f356fb8
Merge remote-tracking branch 'origin/develop' into vm-lang/chore-issu…
Dkwcs May 20, 2025
7aeb95b
fix(protocol): revert bridge_should_try_to_finalize_committee removal
miker83z May 20, 2025
1b6c175
fix(framework-snapshot): revert v7 snapshot changes
miker83z May 20, 2025
e5774e8
feat(protocol): bump to v9
miker83z May 20, 2025
0303d9c
feat(protocol): update snapshots
miker83z May 20, 2025
7d13bb4
feat(framework-snapshot): create protocol v9 framework snapshots
miker83z May 20, 2025
625cefe
Merge branch 'develop' into vm-lang/chore-issue-6847-remove-bridge
miker83z May 20, 2025
5f95fe5
fix(genesis): revert some changes to make previous protocol versions …
miker83z May 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,3 @@ vercel.json @iotaledger/tooling
# Disable code ownership for these auto-generated files
/Cargo.lock
/pnpm-lock.yaml

# TODO
# Bridge related stuff will be skipped for now
# /crates/iota-bridge/
# /crates/iota-bridge-cli/
# /crates/iota-bridge-indexer/
# /bridge/
6 changes: 0 additions & 6 deletions .github/crates-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ iota-aws-orchestrator:
- "crates/iota-aws-orchestrator/**"
iota-benchmark:
- "crates/iota-benchmark/**"
iota-bridge:
- "crates/iota-bridge/**"
iota-bridge-cli:
- "crates/iota-bridge-cli/**"
iota-bridge-indexer:
- "crates/iota-bridge-indexer/**"
iota-cluster-test:
- "crates/iota-cluster-test/**"
iota-common:
Expand Down
Loading
Loading