Compare commits

...

4 Commits

Author SHA1 Message Date
f06f0ce284 Bump
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m24s
2024-08-05 23:39:58 -05:00
a412f3a194 Bump
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m18s
2024-08-05 23:03:22 -05:00
80b21daa6b Bump
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m18s
2024-08-05 22:36:04 -05:00
8bb3dcfcf2 Bump
Some checks failed
Publish ApplicationRecord to Registry / cns_publish (release) Failing after 1m1s
2024-08-05 22:25:16 -05:00
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/test-progressive-web-app",
"version": "0.1.49",
"version": "0.1.53",
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
"scripts": {
"dev": "next dev",

View File

@ -23,8 +23,8 @@ services:
restEndpoint: '${CERC_REGISTRY_REST_ENDPOINT:-http://console.laconic.com:1317}'
gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}'
chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1}
gas: 1950000
fees: 200000aphoton
gas: 2950000
fees: 400000aphoton
EOF
next_ver=$(laconic -c $CONFIG_FILE cns record list --type ApplicationRecord --all --name "$rcd_name" 2>/dev/null | jq -r -s ".[] | sort_by(.createTime) | reverse | [ .[] | select(.bondId == \"$CERC_REGISTRY_BOND_ID\") ] | .[0].attributes.version" | awk -F. -v OFS=. '{$NF += 1 ; print}')

View File

@ -14,8 +14,8 @@ services:
restEndpoint: '${CERC_REGISTRY_REST_ENDPOINT:-http://console.laconic.com:1317}'
gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}'
chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1}
gas: 1950000
fees: 200000aphoton
gas: 2950000
fees: 400000aphoton
EOF
if [ -z "$CERC_REGISTRY_APP_CRN" ]; then