Skip to content
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

chore: remove unused batching contract #279

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
options:
- ampd
- agggregate-verifier
- batching
- connection-router
- gateway
- multisig
Expand Down Expand Up @@ -41,7 +40,6 @@ jobs:
declare -A binaries_data=(
["ampd"]="ampd,major-ampd,minor-ampd,"
["aggregate-verifier"]="aggregate-verifier,/(major-aggregate-verifier)|(major-contracts)/,/(minor-aggregate-verifier)|(minor-contracts)/,contracts/aggregate-verifier packages"
["batching"]="batching,/(major-batching)|(major-contracts)/,/(minor-batching)|(minor-contracts)/,contracts/batching packages"
["connection-router"]="connection-router,/(major-connection-router)|(major-contracts)/,/(minor-connection-router)|(minor-contracts)/,contracts/connection-router packages"
["gateway"]="gateway,/(major-gateway)|(major-contracts)/,/(minor-gateway)|(minor-contracts)/,contracts/gateway packages"
["multisig"]="multisig,/(major-multisig)|(major-contracts)/,/(minor-multisig)|(minor-contracts)/,contracts/multisig packages"
Expand Down
13 changes: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ When developing contracts to integrate with amplifier, the `cw-multi-test` crate
The semver for new releases is calculated automatically based on the commit messages and the folders where changes were made. The configuration for each piece of software released (e.g ampd, gateway...) can be seen in the release.yaml file. You can perform a dry-run using the release action to be sure that the next version is what you intend it to be. The basic rules are as follows:
- a commit with a message that does not include any associated tag (e.g major-contracts) for release will be considered a patch release
- a commit with a message with minor tag e.g `feat(minor-ampd):...` will be considered a minor release, and the same logic applies to major releases
- if no changes are detected in the watched directories, the release will not bump the version. e.g if since last release for the batching contract, no changes were made in the `contracts/major-batching` or `packages/` directory. A new release will not bump the version.
- if no changes are detected in the watched directories, the release will not bump the version. For example, if since last release for the gateway contract no changes were made in the `contracts/gateway` or `packages/` directory. A new release will not bump the version.
19 changes: 0 additions & 19 deletions contracts/batching/Cargo.toml

This file was deleted.

11 changes: 0 additions & 11 deletions contracts/batching/src/bin/schema.rs

This file was deleted.

52 changes: 0 additions & 52 deletions contracts/batching/src/contract.rs

This file was deleted.

8 changes: 0 additions & 8 deletions contracts/batching/src/error.rs

This file was deleted.

3 changes: 0 additions & 3 deletions contracts/batching/src/lib.rs

This file was deleted.

20 changes: 0 additions & 20 deletions contracts/batching/src/msg.rs

This file was deleted.

Loading