Skip to content

Commit

Permalink
Merge branch 'main' into pass_instant_latency
Browse files Browse the repository at this point in the history
  • Loading branch information
areshand authored Jan 17, 2025
2 parents 072b5ff + 8c11da3 commit 4f6258c
Show file tree
Hide file tree
Showing 660 changed files with 33,005 additions and 50,560 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/indexer-processor-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
sed -i "s/MAINNET_API_KEY/${{ steps.api_key_tokens.outputs.mainnet_api_key }}/g" ./imported_transactions/imported_transactions.yaml
cat ./imported_transactions/imported_transactions.yaml # Print the updated file for verification
cargo run -- --testing-folder ./imported_transactions --output-folder ../indexer-test-transactions/new_json_transactions
cargo run -- --testing-folder ./imported_transactions --output-folder ../indexer-test-transactions/src/new_json_transactions
- name: Install jq
run: sudo apt-get install jq # Ensure jq is installed for JSON processing
Expand All @@ -72,10 +72,10 @@ jobs:
# Prepare Original and New JSON Files
- name: Prepare and Clean JSON Files
run: |
cd ecosystem/indexer-grpc/indexer-test-transactions
ls -al ./new_json_transactions/scripted_transactions
cd ecosystem/indexer-grpc/indexer-test-transactions/src
ls -al ./new_json_transactions
for folder in json_transactions/scripted_transactions new_json_transactions/scripted_transactions; do
for folder in json_transactions/scripted_transactions new_json_transactions/json_transactions/scripted_transactions; do
for file in $folder/*.json; do
echo "Processing $file..."
base_file=$(basename "$file")
Expand Down
Loading

0 comments on commit 4f6258c

Please sign in to comment.