Skip to content

feat: remove bridge variants #41

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

Merged
merged 2 commits into from
Jun 13, 2025
Merged

Conversation

Alex6323
Copy link
Contributor

No description provided.

@thibault-martinez thibault-martinez merged commit 6bb6e45 into develop Jun 13, 2025
0 of 3 checks passed
@thibault-martinez thibault-martinez deleted the remove-bridge-variants branch June 13, 2025 12:09
miker83z added a commit to iotaledger/iota that referenced this pull request Jun 19, 2025
# Description of change

This PR completely removes a package from the iota-framework that was
never enabled/used: the `bridge`.

## Stack
- #6863 
- #7314 
- iotaledger/iota-rust-sdk#41
- #7379 

## Links to any relevant issues

fixes #6847 

## Type of change

- Breaking change (fix or feature that would cause existing
functionality to not work as expected)

## How the change has been tested

CI.

- [x] Basic tests (linting, compilation, formatting, unit/integration
tests)
- [ ] Patch-specific tests (correctness, functionality coverage)

### Infrastructure QA 
- [ ] Synchronization of the indexer from genesis for a network
including migration objects.
- [x] Restart of indexer synchronization locally without resetting the
database.
- [ ] Restart of indexer synchronization on a production-like database.
- [x] Deployment of services using Docker.
- [ ] Verification of API backward compatibility.

### Release Notes

<!--
Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.
-->

- [x] Protocol: Removed bridge flag (never enabled) and disabled
bridge_should_try_to_finalize_committee flag. Now the bridge
functionalities won't be present anymore. Removed the bridge framework
package.
- [x] Nodes (Validators and Full nodes): Removed
`bridge_obj_initial_shared_version` and `bridge_committee_initiated`
from `EpochStartConfiguration`
- [ ] Indexer: 
- [x] JSON-RPC: Removed `BridgeReadApi` including `getLatestBridge` and
`getBridgeObjectInitialSharedVersion`. Removed
`EndOfEpochTransactionKind::BridgeStateCreate` and
`EndOfEpochTransactionKind::BridgeCommitteeInit` variants.
- [x] GraphQL: Removed `EndOfEpochTransactionKind::BridgeStateCreate`
and `EndOfEpochTransactionKind::BridgeCommitteeInit` variants and
related types.
- [x] CLI: Removed `bridge-committee-init`, `validator
register-bridge-committee` and `update-bridge-committee-node-url`
commands.
- [x] Rust SDK: Removed `EndOfEpochTransactionKind::BridgeStateCreate`
and `EndOfEpochTransactionKind::BridgeCommitteeInit` variants.
- [x] REST API: Removed `EndOfEpochTransactionKind::BridgeStateCreate`
and `EndOfEpochTransactionKind::BridgeCommitteeInit` variants.
itsyaasir pushed a commit to iotaledger/iota that referenced this pull request Jun 30, 2025
# Description of change

This PR completely removes a package from the iota-framework that was
never enabled/used: the `bridge`.

## Stack
- #6863 
- #7314 
- iotaledger/iota-rust-sdk#41
- #7379 

## Links to any relevant issues

fixes #6847 

## Type of change

- Breaking change (fix or feature that would cause existing
functionality to not work as expected)

## How the change has been tested

CI.

- [x] Basic tests (linting, compilation, formatting, unit/integration
tests)
- [ ] Patch-specific tests (correctness, functionality coverage)

### Infrastructure QA 
- [ ] Synchronization of the indexer from genesis for a network
including migration objects.
- [x] Restart of indexer synchronization locally without resetting the
database.
- [ ] Restart of indexer synchronization on a production-like database.
- [x] Deployment of services using Docker.
- [ ] Verification of API backward compatibility.

### Release Notes

<!--
Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.
-->

- [x] Protocol: Removed bridge flag (never enabled) and disabled
bridge_should_try_to_finalize_committee flag. Now the bridge
functionalities won't be present anymore. Removed the bridge framework
package.
- [x] Nodes (Validators and Full nodes): Removed
`bridge_obj_initial_shared_version` and `bridge_committee_initiated`
from `EpochStartConfiguration`
- [ ] Indexer: 
- [x] JSON-RPC: Removed `BridgeReadApi` including `getLatestBridge` and
`getBridgeObjectInitialSharedVersion`. Removed
`EndOfEpochTransactionKind::BridgeStateCreate` and
`EndOfEpochTransactionKind::BridgeCommitteeInit` variants.
- [x] GraphQL: Removed `EndOfEpochTransactionKind::BridgeStateCreate`
and `EndOfEpochTransactionKind::BridgeCommitteeInit` variants and
related types.
- [x] CLI: Removed `bridge-committee-init`, `validator
register-bridge-committee` and `update-bridge-committee-node-url`
commands.
- [x] Rust SDK: Removed `EndOfEpochTransactionKind::BridgeStateCreate`
and `EndOfEpochTransactionKind::BridgeCommitteeInit` variants.
- [x] REST API: Removed `EndOfEpochTransactionKind::BridgeStateCreate`
and `EndOfEpochTransactionKind::BridgeCommitteeInit` variants.
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.

4 participants