Skip to content

Commit

Permalink
Merge branch 'main' into feat/rosetta-cli-test-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk authored Sep 22, 2023
2 parents e91c6a4 + 634a81a commit 2e7f4c4
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/rosetta-cli-test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
export PATH=${PATH}:`go env GOPATH`/bin
go install github.com/coinbase/[email protected]
rosetta-cli check:data --in-memory-mode --configuration-file ./tests/config/rosetta-cli.json
39 changes: 39 additions & 0 deletions tests/config/rosetta-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"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
}

0 comments on commit 2e7f4c4

Please sign in to comment.