Skip to content

chore(cli)!: remove unmaintained rollup subcommand#1235

Merged
SuperFluffy merged 1 commit intomainfrom
superfluffy/remove-deployment-from-cli
Jul 3, 2024
Merged

chore(cli)!: remove unmaintained rollup subcommand#1235
SuperFluffy merged 1 commit intomainfrom
superfluffy/remove-deployment-from-cli

Conversation

@SuperFluffy
Copy link
Contributor

Summary

Removes the rollup subcommand from astria-cli.

Background

Deployment related logic has been moved from the monorepo's astria-cli to https://github.com/astriaorg/astria-cli-go. The current functionality is unmtained and likely broken.

Changes

  • Remove the rollup subcommand from astria-cli and all related modules.

Breaking Changelist

Marked as a breaking change because functionality was removed. In practice this should not matter because nobody should be actively using the tool (no promise of maintenance, likely broken on HEAD).

@SuperFluffy SuperFluffy requested review from a team as code owners July 3, 2024 13:54
@SuperFluffy SuperFluffy requested a review from Fraser999 July 3, 2024 13:54
@SuperFluffy SuperFluffy force-pushed the superfluffy/remove-deployment-from-cli branch from 07c74c0 to d00d38f Compare July 3, 2024 13:55
Copy link
Member

@joroshiba joroshiba left a comment

Choose a reason for hiding this comment

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

should we as follow up make the sequencer commands work at the top level/consider merging this and sequencer utils?

@SuperFluffy
Copy link
Contributor Author

should we as follow up make the sequencer commands work at the top level/consider merging this and sequencer utils?

merging with sequencer utils: yes

top level: no; I want to add a bridge subcommand.

@SuperFluffy SuperFluffy added this pull request to the merge queue Jul 3, 2024
Merged via the queue into main with commit 9c969a3 Jul 3, 2024
@SuperFluffy SuperFluffy deleted the superfluffy/remove-deployment-from-cli branch July 3, 2024 17:02
steezeburger added a commit that referenced this pull request Jul 11, 2024
* main: (27 commits)
  refactor(sequencer): fix prepare proposal metrics (#1211)
  refactor(bridge-withdrawer): move generated contract bindings to crate (#1237)
  fix(sequencer) fix wrong metric and remove unused metric (#1240)
  feat(sequencer): implement transaction fee query (#1196)
  chore(cli)!: remove unmaintained rollup subcommand (#1235)
  release(sequencer): 0.14.1 patch release (#1233)
  feat(sequencer-utils): generate example genesis state (#1224)
  feat(sequencer): implement abci query for bridge account info (#1189)
  feat(charts): bridge-withdrawer, smoke test, various chart improvements (#1141)
  chore(charts): update for new geth update (#1226)
  chore(chart)!: dusk-8 chart version updates (#1223)
  release(conductor): fix conductor release version (#1222)
  release: dusk-8 versions (#1219)
  fix(core): revert `From` ed25519_consensus types for crypto mod (#1220)
  Refactor(chart, sequencer): restructure sequencer chart, adjust configs (#1193)
  refactor(withdrawer): read from block subscription stream and get events on each block (#1207)
  feat(core): implement with verification key for address builder and crypto improvements (#1218)
  feat(proto, sequencer)!: use full IBC ICS20 denoms instead of IDs (#1209)
  chore(chart): update evm chart for new prefix field (#1214)
  chore: bump penumbra deps (#1216)
  ...
github-merge-queue bot pushed a commit that referenced this pull request Jul 17, 2024
## Summary
This PR removes leftover unneeded code in the cli for managing rollup
deployments.

## Background
Just cleaning up the repo!

## Changes
- Removes `crates/astria-cli/src/cli/rollup.rs`

## Testing
- Locally built and ran the cli
- Ran tests

## Related Issues
Some previous work done here
#1235, but this PR removes the
last of the unneeded bits.
bharath-123 pushed a commit that referenced this pull request Jul 25, 2024
## Summary
Removes the `rollup` subcommand from `astria-cli`.

## Background
Deployment related logic has been moved from the monorepo's `astria-cli`
to https://github.com/astriaorg/astria-cli-go. The current functionality
is unmtained and likely broken.

## Changes
- Remove the `rollup` subcommand from `astria-cli` and all related
modules.

## Breaking Changelist
Marked as a breaking change because functionality was removed. In
practice this should not matter because nobody should be actively using
the tool (no promise of maintenance, likely broken on HEAD).
bharath-123 pushed a commit that referenced this pull request Jul 25, 2024
## Summary
This PR removes leftover unneeded code in the cli for managing rollup
deployments.

## Background
Just cleaning up the repo!

## Changes
- Removes `crates/astria-cli/src/cli/rollup.rs`

## Testing
- Locally built and ran the cli
- Ran tests

## Related Issues
Some previous work done here
#1235, but this PR removes the
last of the unneeded bits.
sgranfield4403-3 added a commit to sgranfield4403-3/astria that referenced this pull request Oct 2, 2025
## Summary
This PR removes leftover unneeded code in the cli for managing rollup
deployments.

## Background
Just cleaning up the repo!

## Changes
- Removes `crates/astria-cli/src/cli/rollup.rs`

## Testing
- Locally built and ran the cli
- Ran tests

## Related Issues
Some previous work done here
astriaorg/astria#1235, but this PR removes the
last of the unneeded bits.
AngieD101 added a commit to AngieD101/astria that referenced this pull request Oct 10, 2025
## Summary
This PR removes leftover unneeded code in the cli for managing rollup
deployments.

## Background
Just cleaning up the repo!

## Changes
- Removes `crates/astria-cli/src/cli/rollup.rs`

## Testing
- Locally built and ran the cli
- Ran tests

## Related Issues
Some previous work done here
astriaorg/astria#1235, but this PR removes the
last of the unneeded bits.
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.

2 participants