Skip to content

Commit

Permalink
Koios v1.3.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Nov 2, 2024
1 parent 8f6e002 commit 74cc10e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions files/configs/guild/db-sync-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"insert_options": {
"tx_out": {
"value": "consumed"
"value": "consumed",
"use_address_table": true
},
"ledger": "enable",
"shelley": {
Expand All @@ -36,7 +37,6 @@
"json_type": "text",
"offchain_pool_data": "enable",
"pool_stat": "enable",
"pool_stats": "enable",
"tx_cbor": "enable"
},
"minSeverity": "Info",
Expand Down
4 changes: 2 additions & 2 deletions files/configs/mainnet/db-sync-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"insert_options": {
"tx_out": {
"value": "consumed"
"value": "consumed",
"use_address_table": true
},
"ledger": "enable",
"shelley": {
Expand All @@ -36,7 +37,6 @@
"json_type": "text",
"offchain_pool_data": "enable",
"pool_stat": "enable",
"pool_stats": "enable",
"tx_cbor": "enable"
},
"minSeverity": "Info",
Expand Down
4 changes: 2 additions & 2 deletions files/configs/preprod/db-sync-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"insert_options": {
"tx_out": {
"value": "consumed"
"value": "consumed",
"use_address_table": true
},
"ledger": "enable",
"shelley": {
Expand All @@ -36,7 +37,6 @@
"json_type": "text",
"offchain_pool_data": "enable",
"pool_stat": "enable",
"pool_stats": "enable",
"tx_cbor": "enable"
},
"minSeverity": "Info",
Expand Down
4 changes: 2 additions & 2 deletions files/configs/preview/db-sync-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"insert_options": {
"tx_out": {
"value": "consumed"
"value": "consumed",
"use_address_table": true
},
"ledger": "enable",
"shelley": {
Expand All @@ -36,7 +37,6 @@
"json_type": "text",
"offchain_pool_data": "enable",
"pool_stat": "enable",
"pool_stats": "enable",
"tx_cbor": "enable"
},
"minSeverity": "Info",
Expand Down
4 changes: 2 additions & 2 deletions files/configs/sanchonet/db-sync-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"insert_options": {
"tx_out": {
"value": "consumed"
"value": "consumed",
"use_address_table": true
},
"ledger": "enable",
"shelley": {
Expand All @@ -36,7 +37,6 @@
"json_type": "text",
"offchain_pool_data": "enable",
"pool_stat": "enable",
"pool_stats": "enable",
"tx_cbor": "enable"
},
"minSeverity": "Info",
Expand Down
2 changes: 1 addition & 1 deletion scripts/grest-helper-scripts/setup-grest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Do NOT modify code below #
######################################

SGVERSION=v1.2.1
SGVERSION=v1.3.0

######## Functions ########
usage() {
Expand Down

0 comments on commit 74cc10e

Please sign in to comment.