Skip to content

Commit

Permalink
v0.2.11 (#103)
Browse files Browse the repository at this point in the history
* Removes use of Set in relay registry state.  Handles cleanup of nicknames on renounce/remove

* Bump version 0.2.11

* Bump version 0.2.11
  • Loading branch information
jim-toth authored Jul 16, 2024
1 parent d90faa9 commit b1c3db5
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion operations/cancel-distribution-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "cancel-distribution-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/cancel-distribution.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/cancel-distribution-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "cancel-distribution-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/cancel-distribution.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/cancel-distribution-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "cancel-distribution-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/cancel-distribution.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-distribution-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-distribution-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npm"]
command = "run"
args = ["deploy"]
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-distribution-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-distribution-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npm"]
command = "run"
args = ["deploy"]
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-distribution-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-distribution-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npm"]
command = "run"
args = ["deploy"]
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-relay-registry-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-relay-registry-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npm"]
command = "run"
args = ["deploy"]
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-relay-registry-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-relay-registry-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npm"]
command = "run"
args = ["deploy"]
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-relay-registry-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-relay-registry-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npm"]
command = "run"
args = ["deploy"]
Expand Down
2 changes: 1 addition & 1 deletion operations/dev-tests/add-relays-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "add-relays-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/relay-registry/add-relays.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/dev-tests/add-relays-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "add-relays-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/relay-registry/add-relays.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/dev-tests/add-scores-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ job "add-scores-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/add-scores.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/dev-tests/add-scores-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ job "add-scores-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/add-scores.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/evolve-distribution-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-distribution-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npm"]
command = "run"
args = ["evolve"]
Expand Down
2 changes: 1 addition & 1 deletion operations/evolve-distribution-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-distribution-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npm"]
command = "run"
args = ["evolve"]
Expand Down
2 changes: 1 addition & 1 deletion operations/evolve-distribution-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-distribution-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npm"]
command = "run"
args = ["evolve"]
Expand Down
2 changes: 1 addition & 1 deletion operations/evolve-relay-registry-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "evolve-relay-registry-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npm"]
command = "run"
args = ["evolve"]
Expand Down
2 changes: 1 addition & 1 deletion operations/evolve-relay-registry-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "evolve-relay-registry-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npm"]
command = "run"
args = ["evolve"]
Expand Down
2 changes: 1 addition & 1 deletion operations/evolve-relay-registry-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "evolve-relay-registry-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npm"]
command = "run"
args = ["evolve"]
Expand Down
2 changes: 1 addition & 1 deletion operations/set-distribution-bonus-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "set-distribution-bonus-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-distribution-bonus.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/set-distribution-bonus-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "set-distribution-bonus-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-distribution-bonus.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/set-distribution-bonus-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "set-distribution-bonus-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-distribution-bonus.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/set-distribution-multipliers-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "set-distribution-multipliers-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-multipliers.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/set-distribution-multipliers-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "set-distribution-multipliers-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-multipliers.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/set-distribution-multipliers-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "set-distribution-multipliers-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-multipliers.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "set-previous-distribution-tracking-limit-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-token-distribution-rate.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "set-previous-distribution-tracking-limit-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-token-distribution-rate.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "set-previous-distribution-tracking-limit-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-token-distribution-rate.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/set-token-distribution-rate-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "set-token-distribution-rate-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-token-distribution-rate.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/set-token-distribution-rate-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "set-token-distribution-rate-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-token-distribution-rate.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/set-token-distribution-rate-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "set-token-distribution-rate-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.2.10"
image = "ghcr.io/ator-development/smart-contracts:0.2.11"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-token-distribution-rate.ts"]
Expand Down

0 comments on commit b1c3db5

Please sign in to comment.