Skip to content
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: 1 addition & 1 deletion .github/workflows/DockerCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
uses: actions/checkout@v4
- name: Cache Cargo Target Directory
# Anything above 4min run
if: contains('["boost-manager", "ingest", "iot-config", "iot-packet-verifier", "iot-verifier", "mobile-packet-verifier", "mobile-verifier", "price", "solana"]', matrix.package)
if: contains('["ingest", "iot-config", "iot-packet-verifier", "iot-verifier", "mobile-packet-verifier", "mobile-verifier", "price", "solana"]', matrix.package)
uses: actions/cache@v4
with:
path: target
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ECRDelete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
default: 'all'
options:
- all
- boost-manager
- ingest
- iot-config
- iot-packet-verifier
Expand Down Expand Up @@ -45,7 +44,7 @@ jobs:
id: set-packages
run: |
if [ "${{ inputs.package }}" = "all" ]; then
echo 'packages=["boost-manager","ingest","mobile-config","mobile-packet-verifier","mobile-verifier","poc-entropy","price","reward-index"]' >> $GITHUB_OUTPUT
echo 'packages=["ingest","mobile-config","mobile-packet-verifier","mobile-verifier","poc-entropy","price","reward-index"]' >> $GITHUB_OUTPUT
else
echo "packages=[\"${{ inputs.package }}\"]" >> $GITHUB_OUTPUT
fi
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ECRPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
default: 'all'
options:
- all
- boost-manager
- ingest
- iot-config
- iot-packet-verifier
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
id: set-packages
run: |
if [ "${{ inputs.package }}" = "all" ]; then
echo 'packages=["boost-manager","ingest","mobile-config","mobile-packet-verifier","mobile-verifier","poc-entropy","price","reward-index"]' >> $GITHUB_OUTPUT
echo 'packages=["ingest","mobile-config","mobile-packet-verifier","mobile-verifier","poc-entropy","price","reward-index"]' >> $GITHUB_OUTPUT
else
echo "packages=[\"${{ inputs.package }}\"]" >> $GITHUB_OUTPUT
fi
Expand Down Expand Up @@ -78,7 +77,6 @@ jobs:
- name: Set ECR URL
run: |
case "${{ matrix.package }}" in
boost-manager) echo "ECR_URL=${{ vars.BOOST_MANAGER_ECR_URL }}" >> $GITHUB_ENV ;;
ingest) echo "ECR_URL=${{ vars.INGEST_ECR_URL }}" >> $GITHUB_ENV ;;
iot-config) echo "ECR_URL=${{ vars.IOT_CONFIG_ECR_URL }}" >> $GITHUB_ENV ;;
iot-packet-verifier) echo "ECR_URL=${{ vars.IOT_PACKET_VERIFIER_ECR_URL }}" >> $GITHUB_ENV ;;
Expand Down
45 changes: 0 additions & 45 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ debug = true

[workspace]
members = [
"boost_manager",
"coverage_map",
"coverage_point_calculator",
"custom_tracing",
Expand Down
51 changes: 0 additions & 51 deletions boost_manager/Cargo.toml

This file was deleted.

10 changes: 0 additions & 10 deletions boost_manager/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions boost_manager/migrations/1_setup.sql

This file was deleted.

4 changes: 0 additions & 4 deletions boost_manager/migrations/2_meta.sql

This file was deleted.

20 changes: 0 additions & 20 deletions boost_manager/migrations/3_activated_hexes.sql

This file was deleted.

7 changes: 0 additions & 7 deletions boost_manager/migrations/4_files_processed.sql

This file was deleted.

44 changes: 0 additions & 44 deletions boost_manager/pkg/settings-template.toml

This file was deleted.

Loading