Skip to content

Commit

Permalink
Remove old data
Browse files Browse the repository at this point in the history
Clean out old data.
  • Loading branch information
linuskendall authored Jun 24, 2024
1 parent e433d66 commit 232e5fd
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 184 deletions.
64 changes: 0 additions & 64 deletions tools/deprecated/replace-index-magic.go

This file was deleted.

4 changes: 2 additions & 2 deletions tools/download-indexes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ fi
CID_URL=https://files.old-faithful.net/${EPOCH}/epoch-${EPOCH}.cid
EPOCH_CID=$($READ_COMMAND $CID_URL)

INDEXES=(slot-to-cid sig-to-cid cid-to-offset)
INDEXES=(slot-to-cid sig-to-cid cid-to-offset sig-exists)
for INDEX in "${INDEXES[@]}"; do
INDEX_URL=https://files.old-faithful.net/${EPOCH}/epoch-${EPOCH}.car.${EPOCH_CID}.${INDEX}.index
set -x
$DOWNLOAD_COMMAND $INDEX_URL
set +x
done
done
35 changes: 0 additions & 35 deletions tools/run-rpc-server-local-indexes.sh

This file was deleted.

30 changes: 0 additions & 30 deletions tools/run-rpc-server-local.sh

This file was deleted.

53 changes: 0 additions & 53 deletions tools/run-rpc-server-remote.sh

This file was deleted.

0 comments on commit 232e5fd

Please sign in to comment.