diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index ee2dcd0..268611b 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -43,4 +43,6 @@ jobs: - name: Check rosetta status run: curl localhost:8081/block - name: Test rosetta through Rosetta-cli - run: make rosetta-cli \ No newline at end of file + run: + chmod -x ./tests/rosetta-cli/data.sh + make rosetta-cli \ No newline at end of file diff --git a/tests/config/rosetta-cli.json b/tests/config/rosetta-cli.json deleted file mode 100644 index a972e62..0000000 --- a/tests/config/rosetta-cli.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "network": { - "blockchain": "cosmos", - "network": "cosmos" - }, - "online_url":"http://localhost:8081", - "data_directory":"", - "http_timeout":10, - "max_retries":5, - "retry_elapsed_time":0, - "max_online_connections":120, - "max_sync_concurrency":64, - "tip_delay":300, - "max_reorg_depth":100, - "log_configuration":false, - "compression_disabled":false, - "data":{ - "active_reconciliation_concurrency":16, - "inactive_reconciliation_concurrency":4, - "inactive_reconciliation_frequency":250, - "log_blocks":true, - "log_transactions":false, - "log_balance_changes":false, - "log_reconciliations":false, - "ignore_reconciliation_error":false, - "reconciliation_disabled":true, - "reconciliation_drain_disabled":false, - "inactive_discrepancy_search_disabled":false, - "balance_tracking_disabled":false, - "coin_tracking_disabled":false, - "status_port":9090, - "results_output_file":"", - "initial_balance_fetch_disabled":false, - "end_conditions": { - "index": 2 - } - }, - "construction":null -} \ No newline at end of file