From dab6910f08dfa54c0ed49e6a9258d9a4df0ddd16 Mon Sep 17 00:00:00 2001 From: Jim Toth Date: Sat, 10 Aug 2024 14:17:09 -0400 Subject: [PATCH] v0.3.0 (#114) --- operations/cancel-distribution-dev.hcl | 2 +- operations/cancel-distribution-live.hcl | 2 +- operations/cancel-distribution-stage.hcl | 2 +- operations/deploy-distribution-dev.hcl | 2 +- operations/deploy-distribution-live.hcl | 2 +- operations/deploy-distribution-stage.hcl | 2 +- operations/deploy-relay-registry-dev.hcl | 2 +- operations/deploy-relay-registry-live.hcl | 2 +- operations/deploy-relay-registry-stage.hcl | 2 +- operations/dev-tests/add-relays-dev.hcl | 2 +- operations/dev-tests/add-relays-stage.hcl | 2 +- operations/dev-tests/add-scores-dev.hcl | 2 +- operations/dev-tests/add-scores-stage.hcl | 2 +- operations/evolve-distribution-dev.hcl | 2 +- operations/evolve-distribution-live.hcl | 2 +- operations/evolve-distribution-stage.hcl | 2 +- operations/evolve-relay-registry-dev.hcl | 2 +- operations/evolve-relay-registry-live.hcl | 2 +- operations/evolve-relay-registry-stage.hcl | 2 +- operations/set-distribution-bonus-dev.hcl | 2 +- operations/set-distribution-bonus-live.hcl | 2 +- operations/set-distribution-bonus-stage.hcl | 2 +- operations/set-distribution-multipliers-dev.hcl | 2 +- operations/set-distribution-multipliers-live.hcl | 2 +- operations/set-distribution-multipliers-stage.hcl | 2 +- operations/set-distribution-previous-tracking-limit-dev.hcl | 2 +- .../set-distribution-previous-tracking-limit-live.hcl | 2 +- .../set-distribution-previous-tracking-limit-stage.hcl | 2 +- operations/set-token-distribution-rate-dev.hcl | 2 +- operations/set-token-distribution-rate-live.hcl | 2 +- operations/set-token-distribution-rate-stage.hcl | 2 +- smartweave/package-lock.json | 6 +++--- smartweave/package.json | 4 ++-- 33 files changed, 36 insertions(+), 36 deletions(-) diff --git a/operations/cancel-distribution-dev.hcl b/operations/cancel-distribution-dev.hcl index 6c1911e..4c28540 100644 --- a/operations/cancel-distribution-dev.hcl +++ b/operations/cancel-distribution-dev.hcl @@ -11,7 +11,7 @@ job "cancel-distribution-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/cancel-distribution.ts"] diff --git a/operations/cancel-distribution-live.hcl b/operations/cancel-distribution-live.hcl index 10ce118..7dfe7f6 100644 --- a/operations/cancel-distribution-live.hcl +++ b/operations/cancel-distribution-live.hcl @@ -11,7 +11,7 @@ job "cancel-distribution-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/cancel-distribution.ts"] diff --git a/operations/cancel-distribution-stage.hcl b/operations/cancel-distribution-stage.hcl index faea9cc..cb6daa2 100644 --- a/operations/cancel-distribution-stage.hcl +++ b/operations/cancel-distribution-stage.hcl @@ -11,7 +11,7 @@ job "cancel-distribution-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/cancel-distribution.ts"] diff --git a/operations/deploy-distribution-dev.hcl b/operations/deploy-distribution-dev.hcl index 5922f94..6947b39 100644 --- a/operations/deploy-distribution-dev.hcl +++ b/operations/deploy-distribution-dev.hcl @@ -11,7 +11,7 @@ job "deploy-distribution-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npm"] command = "run" args = ["deploy"] diff --git a/operations/deploy-distribution-live.hcl b/operations/deploy-distribution-live.hcl index b0c9b8e..374d6c7 100644 --- a/operations/deploy-distribution-live.hcl +++ b/operations/deploy-distribution-live.hcl @@ -11,7 +11,7 @@ job "deploy-distribution-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npm"] command = "run" args = ["deploy"] diff --git a/operations/deploy-distribution-stage.hcl b/operations/deploy-distribution-stage.hcl index 7d43762..56ea4cc 100644 --- a/operations/deploy-distribution-stage.hcl +++ b/operations/deploy-distribution-stage.hcl @@ -11,7 +11,7 @@ job "deploy-distribution-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npm"] command = "run" args = ["deploy"] diff --git a/operations/deploy-relay-registry-dev.hcl b/operations/deploy-relay-registry-dev.hcl index 63c4389..46f8bbb 100644 --- a/operations/deploy-relay-registry-dev.hcl +++ b/operations/deploy-relay-registry-dev.hcl @@ -11,7 +11,7 @@ job "deploy-relay-registry-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npm"] command = "run" args = ["deploy"] diff --git a/operations/deploy-relay-registry-live.hcl b/operations/deploy-relay-registry-live.hcl index 67a16e8..6ba82ff 100644 --- a/operations/deploy-relay-registry-live.hcl +++ b/operations/deploy-relay-registry-live.hcl @@ -11,7 +11,7 @@ job "deploy-relay-registry-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npm"] command = "run" args = ["deploy"] diff --git a/operations/deploy-relay-registry-stage.hcl b/operations/deploy-relay-registry-stage.hcl index 7d15db7..7eeecfd 100644 --- a/operations/deploy-relay-registry-stage.hcl +++ b/operations/deploy-relay-registry-stage.hcl @@ -11,7 +11,7 @@ job "deploy-relay-registry-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npm"] command = "run" args = ["deploy"] diff --git a/operations/dev-tests/add-relays-dev.hcl b/operations/dev-tests/add-relays-dev.hcl index fe05414..de547f7 100644 --- a/operations/dev-tests/add-relays-dev.hcl +++ b/operations/dev-tests/add-relays-dev.hcl @@ -11,7 +11,7 @@ job "add-relays-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/relay-registry/add-relays.ts"] diff --git a/operations/dev-tests/add-relays-stage.hcl b/operations/dev-tests/add-relays-stage.hcl index 382df57..f0d96c9 100644 --- a/operations/dev-tests/add-relays-stage.hcl +++ b/operations/dev-tests/add-relays-stage.hcl @@ -11,7 +11,7 @@ job "add-relays-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/relay-registry/add-relays.ts"] diff --git a/operations/dev-tests/add-scores-dev.hcl b/operations/dev-tests/add-scores-dev.hcl index 802e7ca..5c69b5c 100644 --- a/operations/dev-tests/add-scores-dev.hcl +++ b/operations/dev-tests/add-scores-dev.hcl @@ -12,7 +12,7 @@ job "add-scores-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/add-scores.ts"] diff --git a/operations/dev-tests/add-scores-stage.hcl b/operations/dev-tests/add-scores-stage.hcl index 645a4b2..0b1ba71 100644 --- a/operations/dev-tests/add-scores-stage.hcl +++ b/operations/dev-tests/add-scores-stage.hcl @@ -12,7 +12,7 @@ job "add-scores-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/add-scores.ts"] diff --git a/operations/evolve-distribution-dev.hcl b/operations/evolve-distribution-dev.hcl index edf0ed9..b4f0e08 100644 --- a/operations/evolve-distribution-dev.hcl +++ b/operations/evolve-distribution-dev.hcl @@ -11,7 +11,7 @@ job "deploy-distribution-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npm"] command = "run" args = ["evolve"] diff --git a/operations/evolve-distribution-live.hcl b/operations/evolve-distribution-live.hcl index a3af8ad..f2d121d 100644 --- a/operations/evolve-distribution-live.hcl +++ b/operations/evolve-distribution-live.hcl @@ -11,7 +11,7 @@ job "deploy-distribution-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npm"] command = "run" args = ["evolve"] diff --git a/operations/evolve-distribution-stage.hcl b/operations/evolve-distribution-stage.hcl index d8b59e6..dc37055 100644 --- a/operations/evolve-distribution-stage.hcl +++ b/operations/evolve-distribution-stage.hcl @@ -11,7 +11,7 @@ job "deploy-distribution-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npm"] command = "run" args = ["evolve"] diff --git a/operations/evolve-relay-registry-dev.hcl b/operations/evolve-relay-registry-dev.hcl index feeb8d2..a5d050e 100644 --- a/operations/evolve-relay-registry-dev.hcl +++ b/operations/evolve-relay-registry-dev.hcl @@ -11,7 +11,7 @@ job "evolve-relay-registry-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npm"] command = "run" args = ["evolve"] diff --git a/operations/evolve-relay-registry-live.hcl b/operations/evolve-relay-registry-live.hcl index b279899..93f6f95 100644 --- a/operations/evolve-relay-registry-live.hcl +++ b/operations/evolve-relay-registry-live.hcl @@ -11,7 +11,7 @@ job "evolve-relay-registry-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npm"] command = "run" args = ["evolve"] diff --git a/operations/evolve-relay-registry-stage.hcl b/operations/evolve-relay-registry-stage.hcl index 6dfdb3d..4e073bf 100644 --- a/operations/evolve-relay-registry-stage.hcl +++ b/operations/evolve-relay-registry-stage.hcl @@ -11,7 +11,7 @@ job "evolve-relay-registry-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npm"] command = "run" args = ["evolve"] diff --git a/operations/set-distribution-bonus-dev.hcl b/operations/set-distribution-bonus-dev.hcl index 336e526..6babad1 100644 --- a/operations/set-distribution-bonus-dev.hcl +++ b/operations/set-distribution-bonus-dev.hcl @@ -11,7 +11,7 @@ job "set-distribution-bonus-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-distribution-bonus.ts"] diff --git a/operations/set-distribution-bonus-live.hcl b/operations/set-distribution-bonus-live.hcl index e8dd044..87b81b4 100644 --- a/operations/set-distribution-bonus-live.hcl +++ b/operations/set-distribution-bonus-live.hcl @@ -11,7 +11,7 @@ job "set-distribution-bonus-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-distribution-bonus.ts"] diff --git a/operations/set-distribution-bonus-stage.hcl b/operations/set-distribution-bonus-stage.hcl index 8247f19..7abd420 100644 --- a/operations/set-distribution-bonus-stage.hcl +++ b/operations/set-distribution-bonus-stage.hcl @@ -11,7 +11,7 @@ job "set-distribution-bonus-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-distribution-bonus.ts"] diff --git a/operations/set-distribution-multipliers-dev.hcl b/operations/set-distribution-multipliers-dev.hcl index cd645b3..66452f3 100644 --- a/operations/set-distribution-multipliers-dev.hcl +++ b/operations/set-distribution-multipliers-dev.hcl @@ -11,7 +11,7 @@ job "set-distribution-multipliers-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-multipliers.ts"] diff --git a/operations/set-distribution-multipliers-live.hcl b/operations/set-distribution-multipliers-live.hcl index 6cd1d57..5d1e578 100644 --- a/operations/set-distribution-multipliers-live.hcl +++ b/operations/set-distribution-multipliers-live.hcl @@ -11,7 +11,7 @@ job "set-distribution-multipliers-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-multipliers.ts"] diff --git a/operations/set-distribution-multipliers-stage.hcl b/operations/set-distribution-multipliers-stage.hcl index 2abf9f1..47a2752 100644 --- a/operations/set-distribution-multipliers-stage.hcl +++ b/operations/set-distribution-multipliers-stage.hcl @@ -11,7 +11,7 @@ job "set-distribution-multipliers-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-multipliers.ts"] diff --git a/operations/set-distribution-previous-tracking-limit-dev.hcl b/operations/set-distribution-previous-tracking-limit-dev.hcl index 5b6b497..3e867ed 100644 --- a/operations/set-distribution-previous-tracking-limit-dev.hcl +++ b/operations/set-distribution-previous-tracking-limit-dev.hcl @@ -11,7 +11,7 @@ job "set-previous-distribution-tracking-limit-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-token-distribution-rate.ts"] diff --git a/operations/set-distribution-previous-tracking-limit-live.hcl b/operations/set-distribution-previous-tracking-limit-live.hcl index c841ce0..a154d60 100644 --- a/operations/set-distribution-previous-tracking-limit-live.hcl +++ b/operations/set-distribution-previous-tracking-limit-live.hcl @@ -11,7 +11,7 @@ job "set-previous-distribution-tracking-limit-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-token-distribution-rate.ts"] diff --git a/operations/set-distribution-previous-tracking-limit-stage.hcl b/operations/set-distribution-previous-tracking-limit-stage.hcl index 2325bc4..559c933 100644 --- a/operations/set-distribution-previous-tracking-limit-stage.hcl +++ b/operations/set-distribution-previous-tracking-limit-stage.hcl @@ -11,7 +11,7 @@ job "set-previous-distribution-tracking-limit-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-token-distribution-rate.ts"] diff --git a/operations/set-token-distribution-rate-dev.hcl b/operations/set-token-distribution-rate-dev.hcl index 2c8fc9b..1a36999 100644 --- a/operations/set-token-distribution-rate-dev.hcl +++ b/operations/set-token-distribution-rate-dev.hcl @@ -11,7 +11,7 @@ job "set-token-distribution-rate-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-token-distribution-rate.ts"] diff --git a/operations/set-token-distribution-rate-live.hcl b/operations/set-token-distribution-rate-live.hcl index 2e6609b..2cbaa25 100644 --- a/operations/set-token-distribution-rate-live.hcl +++ b/operations/set-token-distribution-rate-live.hcl @@ -11,7 +11,7 @@ job "set-token-distribution-rate-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-token-distribution-rate.ts"] diff --git a/operations/set-token-distribution-rate-stage.hcl b/operations/set-token-distribution-rate-stage.hcl index ad2bd63..bbbf3c4 100644 --- a/operations/set-token-distribution-rate-stage.hcl +++ b/operations/set-token-distribution-rate-stage.hcl @@ -11,7 +11,7 @@ job "set-token-distribution-rate-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.14" + image = "ghcr.io/ator-development/smart-contracts:0.3.0" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-token-distribution-rate.ts"] diff --git a/smartweave/package-lock.json b/smartweave/package-lock.json index 071cf97..fc69807 100644 --- a/smartweave/package-lock.json +++ b/smartweave/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ator/smart-contracts-smartweave", - "version": "0.2.14", - "lockfileVersion": 7, + "version": "0.3.0", + "lockfileVersion": 8, "requires": true, "packages": { "": { "name": "@ator/smart-contracts-smartweave", - "version": "0.2.14", + "version": "0.3.0", "license": "AGPL-3.0-only", "dependencies": { "arweave": "1.14.4", diff --git a/smartweave/package.json b/smartweave/package.json index ebbe152..1f183b8 100644 --- a/smartweave/package.json +++ b/smartweave/package.json @@ -1,12 +1,12 @@ { "name": "@ator/smart-contracts-smartweave", - "version": "0.2.14", + "version": "0.3.0", "contributors": [ "ATOR Labs", "Jim Toth " ], "license": "AGPL-3.0-only", - "description": "ATOR Protocol SmartWeave Smart Contracts", + "description": "ANyONe Protocol SmartWeave Smart Contracts", "keywords": [], "repository": { "type": "git",