From 53b004d1b39a60e5a1a12eb5b8f8244d94285099 Mon Sep 17 00:00:00 2001 From: batphonghan Date: Wed, 21 Feb 2024 21:22:19 +0700 Subject: [PATCH 1/4] Bump to 1.4.9 --- build-builder.sh | 2 +- build-ec-migrate.sh | 2 +- build-release.sh | 2 +- daemon-build.sh | 2 +- docker/stader-dockerfile | 2 +- docker/stader-ec-migrator | 2 +- docker/stader-node-builder | 2 +- docker/stader-prune-provision | 2 +- install.sh | 2 +- install/grafana-prometheus-datasource.yml | 2 +- install/override/addons/gww/addon_gww.yml | 2 +- install/override/api.yml | 2 +- install/override/eth1.yml | 2 +- install/override/eth2.yml | 2 +- install/override/exporter.yml | 2 +- install/override/grafana.yml | 2 +- install/override/guardian.yml | 2 +- install/override/mev-boost.yml | 2 +- install/override/node.yml | 2 +- install/override/prometheus.yml | 2 +- install/override/validator.yml | 2 +- install/prometheus.tmpl | 2 +- install/scripts/restart-vc.sh | 2 +- install/scripts/start-bn.sh | 2 +- install/scripts/start-ec.sh | 2 +- install/scripts/start-mev-boost.sh | 2 +- install/scripts/start-vc.sh | 2 +- install/scripts/stop-validator.sh | 2 +- install/templates/addons/gww/addon_gww.tmpl | 2 +- install/templates/api.tmpl | 2 +- install/templates/eth1.tmpl | 2 +- install/templates/eth2.tmpl | 2 +- install/templates/exporter.tmpl | 2 +- install/templates/grafana-prometheus-datasource.tmpl | 2 +- install/templates/grafana.tmpl | 2 +- install/templates/guardian.tmpl | 2 +- install/templates/mev-boost.tmpl | 2 +- install/templates/node.tmpl | 2 +- install/templates/prometheus.tmpl | 2 +- install/templates/validator.tmpl | 2 +- license-short.txt | 2 +- shared/services/bc-manager.go | 2 +- shared/services/beacon/client.go | 2 +- shared/services/beacon/client/std-http-client.go | 2 +- shared/services/beacon/client/types.go | 2 +- shared/services/config/besu-params.go | 2 +- shared/services/config/bitfly-beaconchain-config.go | 2 +- shared/services/config/config-legacy.go | 2 +- shared/services/config/consensus-common-config.go | 2 +- shared/services/config/execution-common-config.go | 2 +- shared/services/config/exporter-config.go | 2 +- shared/services/config/external-configs.go | 2 +- shared/services/config/fallback-configs.go | 2 +- shared/services/config/geth-params.go | 2 +- shared/services/config/grafana-config.go | 2 +- shared/services/config/lighthouse-config.go | 2 +- shared/services/config/mev-boost-config.go | 2 +- shared/services/config/native-config.go | 2 +- shared/services/config/nethermind-params.go | 2 +- shared/services/config/nimbus-config.go | 2 +- shared/services/config/prometheus-config.go | 2 +- shared/services/config/prysm-config.go | 2 +- shared/services/config/stader-config.go | 2 +- shared/services/config/stadernode-config.go | 2 +- shared/services/config/teku-config.go | 2 +- shared/services/contracts/beacon-deposit.go | 2 +- shared/services/ec-manager.go | 2 +- shared/services/eth1.go | 2 +- shared/services/gas/etherchain/etherchain.go | 2 +- shared/services/gas/etherscan/etherscan.go | 2 +- shared/services/gas/gas.go | 2 +- shared/services/passwords/manager.go | 2 +- shared/services/requirements.go | 2 +- shared/services/services.go | 2 +- shared/services/stader/api.go | 2 +- shared/services/stader/client.go | 2 +- shared/services/stader/command.go | 2 +- shared/services/stader/fee-recipient.go | 2 +- shared/services/stader/gas.go | 2 +- shared/services/stader/legacy-client.go | 2 +- shared/services/stader/node.go | 2 +- shared/services/stader/service.go | 2 +- shared/services/stader/wallet.go | 2 +- shared/services/state/manager.go | 2 +- shared/services/wallet/keystore/keystore.go | 2 +- shared/services/wallet/keystore/lighthouse/keystore.go | 2 +- shared/services/wallet/keystore/nimbus/keystore.go | 2 +- shared/services/wallet/keystore/prysm/keystore.go | 2 +- shared/services/wallet/keystore/teku/keystore.go | 2 +- shared/services/wallet/node.go | 2 +- shared/services/wallet/validator.go | 2 +- shared/services/wallet/wallet.go | 2 +- shared/types/api/api.go | 2 +- shared/types/api/service.go | 2 +- shared/types/api/wallet.go | 2 +- shared/types/config/parameter.go | 2 +- shared/types/config/types.go | 2 +- shared/types/eth2/types.go | 2 +- shared/types/eth2/types_encoding.go | 2 +- shared/utils/api/response.go | 2 +- shared/utils/api/utils.go | 2 +- shared/utils/cli/check_client_status.go | 2 +- shared/utils/cli/prompt.go | 2 +- shared/utils/cli/prompt_unix.go | 2 +- shared/utils/cli/prompt_windows.go | 2 +- shared/utils/cli/utils.go | 2 +- shared/utils/cli/validation.go | 2 +- shared/utils/eth1/eth1.go | 2 +- shared/utils/eth2/eth2.go | 2 +- shared/utils/hex/hex.go | 2 +- shared/utils/log/colors.go | 2 +- shared/utils/log/logger.go | 2 +- shared/utils/math/math.go | 2 +- shared/utils/net/net.go | 2 +- shared/utils/stdr/config.go | 2 +- shared/utils/sys/cpu-flags.go | 2 +- shared/utils/term/term_unix.go | 2 +- shared/utils/term/term_windows.go | 2 +- shared/utils/validator/bls.go | 2 +- shared/utils/validator/deposit-data.go | 2 +- shared/utils/validator/fee-recipient.go | 2 +- shared/utils/validator/voluntary-exit.go | 2 +- shared/version.go | 4 ++-- sszgen.sh | 2 +- stader-cli/build.sh | 2 +- stader-cli/node/commands.go | 2 +- stader-cli/node/send.go | 2 +- stader-cli/node/sign-message.go | 2 +- stader-cli/node/sync.go | 2 +- stader-cli/service/commands.go | 2 +- stader-cli/service/config.go | 2 +- stader-cli/service/configConsensus.go | 2 +- stader-cli/service/configExecution.go | 2 +- stader-cli/service/configFallback.go | 2 +- stader-cli/service/configMEVBoost.go | 2 +- stader-cli/service/configMonitoring.go | 2 +- stader-cli/service/guardian.tmpl | 2 +- stader-cli/service/service.go | 2 +- stader-cli/stader-cli.go | 6 +++--- stader-cli/validator/commands.go | 2 +- stader-cli/wallet/bip39/mnemonic-validator.go | 2 +- stader-cli/wallet/commands.go | 2 +- stader-cli/wallet/export.go | 2 +- stader-cli/wallet/init.go | 2 +- stader-cli/wallet/purge.go | 2 +- stader-cli/wallet/recover.go | 2 +- stader-cli/wallet/status.go | 2 +- stader-cli/wallet/utils.go | 2 +- stader-lib/stader/abi.go | 2 +- stader-lib/stader/contract.go | 2 +- stader-lib/stader/ec-interface.go | 2 +- stader-lib/types/beacon.go | 2 +- stader-lib/utils/eth/transactions.go | 2 +- stader-lib/utils/eth/units.go | 2 +- stader-lib/utils/json/json.go | 2 +- stader-lib/utils/wait.go | 2 +- stader/api/api.go | 2 +- stader/api/node/commands.go | 2 +- stader/api/node/send.go | 2 +- stader/api/node/sign-message.go | 2 +- stader/api/node/sign.go | 2 +- stader/api/node/sync.go | 2 +- stader/api/service/commands.go | 2 +- stader/api/service/status.go | 2 +- stader/api/service/terminate.go | 2 +- stader/api/validator/commands.go | 2 +- stader/api/wallet/commands.go | 2 +- stader/api/wallet/export.go | 2 +- stader/api/wallet/init.go | 2 +- stader/api/wallet/purge.go | 2 +- stader/api/wallet/recover.go | 2 +- stader/api/wallet/set-password.go | 2 +- stader/api/wallet/status.go | 2 +- stader/build.sh | 2 +- stader/ec_migrate multi.sh | 2 +- stader/ec_migrate.sh | 2 +- stader/guardian/collector/beacon-chain-collector.go | 2 +- stader/guardian/guardian.go | 2 +- stader/node/manage-fee-recipient.go | 2 +- stader/node/node.go | 2 +- stader/prune_provision.sh | 2 +- stader/stader.go | 6 +++--- update_package.sh | 2 +- 183 files changed, 188 insertions(+), 188 deletions(-) diff --git a/build-builder.sh b/build-builder.sh index c3782f22..19eb233f 100755 --- a/build-builder.sh +++ b/build-builder.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/build-ec-migrate.sh b/build-ec-migrate.sh index d31192f6..f8ea51f8 100755 --- a/build-ec-migrate.sh +++ b/build-ec-migrate.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/build-release.sh b/build-release.sh index 00ba8e91..c24cf1eb 100755 --- a/build-release.sh +++ b/build-release.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/daemon-build.sh b/daemon-build.sh index cd11f325..1310f248 100755 --- a/daemon-build.sh +++ b/daemon-build.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/docker/stader-dockerfile b/docker/stader-dockerfile index 1109cc84..88fc95c0 100644 --- a/docker/stader-dockerfile +++ b/docker/stader-dockerfile @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/docker/stader-ec-migrator b/docker/stader-ec-migrator index e025c9d7..9c0d30ec 100644 --- a/docker/stader-ec-migrator +++ b/docker/stader-ec-migrator @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/docker/stader-node-builder b/docker/stader-node-builder index d2c11378..98de4dce 100644 --- a/docker/stader-node-builder +++ b/docker/stader-node-builder @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/docker/stader-prune-provision b/docker/stader-prune-provision index 5c33b77c..8fa6c552 100644 --- a/docker/stader-prune-provision +++ b/docker/stader-prune-provision @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install.sh b/install.sh index 97a7d460..796a2dab 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/grafana-prometheus-datasource.yml b/install/grafana-prometheus-datasource.yml index 984d06e6..bb35c25a 100644 --- a/install/grafana-prometheus-datasource.yml +++ b/install/grafana-prometheus-datasource.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/addons/gww/addon_gww.yml b/install/override/addons/gww/addon_gww.yml index 1e7ed877..08142cea 100644 --- a/install/override/addons/gww/addon_gww.yml +++ b/install/override/addons/gww/addon_gww.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/api.yml b/install/override/api.yml index 99014862..90fe7620 100644 --- a/install/override/api.yml +++ b/install/override/api.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/eth1.yml b/install/override/eth1.yml index 061273c6..693965a5 100644 --- a/install/override/eth1.yml +++ b/install/override/eth1.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/eth2.yml b/install/override/eth2.yml index 46280c94..03f860bd 100644 --- a/install/override/eth2.yml +++ b/install/override/eth2.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/exporter.yml b/install/override/exporter.yml index 782b0231..50d01f1e 100644 --- a/install/override/exporter.yml +++ b/install/override/exporter.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/grafana.yml b/install/override/grafana.yml index a230dad1..7c59d90e 100644 --- a/install/override/grafana.yml +++ b/install/override/grafana.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/guardian.yml b/install/override/guardian.yml index 5379534a..f83cd50d 100644 --- a/install/override/guardian.yml +++ b/install/override/guardian.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/mev-boost.yml b/install/override/mev-boost.yml index 4578a663..71b2ca4d 100644 --- a/install/override/mev-boost.yml +++ b/install/override/mev-boost.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/node.yml b/install/override/node.yml index a61632e3..96b87235 100644 --- a/install/override/node.yml +++ b/install/override/node.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/prometheus.yml b/install/override/prometheus.yml index b40af5d3..04f2ddd2 100644 --- a/install/override/prometheus.yml +++ b/install/override/prometheus.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/validator.yml b/install/override/validator.yml index 60e323f8..c85587e6 100644 --- a/install/override/validator.yml +++ b/install/override/validator.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/prometheus.tmpl b/install/prometheus.tmpl index a841ca93..8ee2b2bc 100644 --- a/install/prometheus.tmpl +++ b/install/prometheus.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/scripts/restart-vc.sh b/install/scripts/restart-vc.sh index b5132503..8f45f5c6 100755 --- a/install/scripts/restart-vc.sh +++ b/install/scripts/restart-vc.sh @@ -2,7 +2,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/scripts/start-bn.sh b/install/scripts/start-bn.sh index 39192294..ff443bcf 100755 --- a/install/scripts/start-bn.sh +++ b/install/scripts/start-bn.sh @@ -2,7 +2,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/scripts/start-ec.sh b/install/scripts/start-ec.sh index 3e5753b7..7025b771 100755 --- a/install/scripts/start-ec.sh +++ b/install/scripts/start-ec.sh @@ -2,7 +2,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/scripts/start-mev-boost.sh b/install/scripts/start-mev-boost.sh index 651d68b5..a48a0f7b 100755 --- a/install/scripts/start-mev-boost.sh +++ b/install/scripts/start-mev-boost.sh @@ -2,7 +2,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/scripts/start-vc.sh b/install/scripts/start-vc.sh index ca424a44..af5106c2 100755 --- a/install/scripts/start-vc.sh +++ b/install/scripts/start-vc.sh @@ -2,7 +2,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/scripts/stop-validator.sh b/install/scripts/stop-validator.sh index 265773b4..889bb217 100755 --- a/install/scripts/stop-validator.sh +++ b/install/scripts/stop-validator.sh @@ -2,7 +2,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/addons/gww/addon_gww.tmpl b/install/templates/addons/gww/addon_gww.tmpl index 87017be8..3857c411 100644 --- a/install/templates/addons/gww/addon_gww.tmpl +++ b/install/templates/addons/gww/addon_gww.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/api.tmpl b/install/templates/api.tmpl index b66f5d38..a1615780 100644 --- a/install/templates/api.tmpl +++ b/install/templates/api.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/eth1.tmpl b/install/templates/eth1.tmpl index dbdad62a..cd0e9009 100644 --- a/install/templates/eth1.tmpl +++ b/install/templates/eth1.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/eth2.tmpl b/install/templates/eth2.tmpl index c458e984..e67a96b9 100644 --- a/install/templates/eth2.tmpl +++ b/install/templates/eth2.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/exporter.tmpl b/install/templates/exporter.tmpl index edfa216c..73ff9f2c 100644 --- a/install/templates/exporter.tmpl +++ b/install/templates/exporter.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/grafana-prometheus-datasource.tmpl b/install/templates/grafana-prometheus-datasource.tmpl index 984d06e6..bb35c25a 100644 --- a/install/templates/grafana-prometheus-datasource.tmpl +++ b/install/templates/grafana-prometheus-datasource.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/grafana.tmpl b/install/templates/grafana.tmpl index 3027e64a..122d3e3a 100644 --- a/install/templates/grafana.tmpl +++ b/install/templates/grafana.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/guardian.tmpl b/install/templates/guardian.tmpl index f8d394f0..58e905f2 100644 --- a/install/templates/guardian.tmpl +++ b/install/templates/guardian.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/mev-boost.tmpl b/install/templates/mev-boost.tmpl index 86f5143a..00926d70 100644 --- a/install/templates/mev-boost.tmpl +++ b/install/templates/mev-boost.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/node.tmpl b/install/templates/node.tmpl index 3baa9de4..1ea551ce 100644 --- a/install/templates/node.tmpl +++ b/install/templates/node.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/prometheus.tmpl b/install/templates/prometheus.tmpl index 84477b3e..88a8748e 100644 --- a/install/templates/prometheus.tmpl +++ b/install/templates/prometheus.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/validator.tmpl b/install/templates/validator.tmpl index db5b9045..392e97f3 100644 --- a/install/templates/validator.tmpl +++ b/install/templates/validator.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/license-short.txt b/license-short.txt index cc7b23ed..b58774d1 100644 --- a/license-short.txt +++ b/license-short.txt @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/bc-manager.go b/shared/services/bc-manager.go index 5ddc44ff..6ff1b114 100644 --- a/shared/services/bc-manager.go +++ b/shared/services/bc-manager.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/beacon/client.go b/shared/services/beacon/client.go index f11276d2..9a54864b 100644 --- a/shared/services/beacon/client.go +++ b/shared/services/beacon/client.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/beacon/client/std-http-client.go b/shared/services/beacon/client/std-http-client.go index a1abda1d..34ed242d 100644 --- a/shared/services/beacon/client/std-http-client.go +++ b/shared/services/beacon/client/std-http-client.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/beacon/client/types.go b/shared/services/beacon/client/types.go index 1af74f28..6851299c 100644 --- a/shared/services/beacon/client/types.go +++ b/shared/services/beacon/client/types.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/besu-params.go b/shared/services/config/besu-params.go index 6462c0cb..5ac4575c 100644 --- a/shared/services/config/besu-params.go +++ b/shared/services/config/besu-params.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/bitfly-beaconchain-config.go b/shared/services/config/bitfly-beaconchain-config.go index 783322ef..fb761d52 100644 --- a/shared/services/config/bitfly-beaconchain-config.go +++ b/shared/services/config/bitfly-beaconchain-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/config-legacy.go b/shared/services/config/config-legacy.go index 34f60cff..df8a10d4 100644 --- a/shared/services/config/config-legacy.go +++ b/shared/services/config/config-legacy.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/consensus-common-config.go b/shared/services/config/consensus-common-config.go index 1ecc5e47..4c3fef55 100644 --- a/shared/services/config/consensus-common-config.go +++ b/shared/services/config/consensus-common-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/execution-common-config.go b/shared/services/config/execution-common-config.go index 5840f2cb..7948cb3f 100644 --- a/shared/services/config/execution-common-config.go +++ b/shared/services/config/execution-common-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/exporter-config.go b/shared/services/config/exporter-config.go index e7745093..a5de0fb7 100644 --- a/shared/services/config/exporter-config.go +++ b/shared/services/config/exporter-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/external-configs.go b/shared/services/config/external-configs.go index 8f6a7058..fd397fea 100644 --- a/shared/services/config/external-configs.go +++ b/shared/services/config/external-configs.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/fallback-configs.go b/shared/services/config/fallback-configs.go index 10d5b6b9..36da76e8 100644 --- a/shared/services/config/fallback-configs.go +++ b/shared/services/config/fallback-configs.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/geth-params.go b/shared/services/config/geth-params.go index be241e5c..4593d11c 100644 --- a/shared/services/config/geth-params.go +++ b/shared/services/config/geth-params.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/grafana-config.go b/shared/services/config/grafana-config.go index 1062faec..24ca41ff 100644 --- a/shared/services/config/grafana-config.go +++ b/shared/services/config/grafana-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/lighthouse-config.go b/shared/services/config/lighthouse-config.go index 0a67dc4a..df784085 100644 --- a/shared/services/config/lighthouse-config.go +++ b/shared/services/config/lighthouse-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/mev-boost-config.go b/shared/services/config/mev-boost-config.go index 2d9847d0..6c23a12a 100644 --- a/shared/services/config/mev-boost-config.go +++ b/shared/services/config/mev-boost-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/native-config.go b/shared/services/config/native-config.go index 4e09b2ee..97c34093 100644 --- a/shared/services/config/native-config.go +++ b/shared/services/config/native-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/nethermind-params.go b/shared/services/config/nethermind-params.go index 4046094a..f9bd271f 100644 --- a/shared/services/config/nethermind-params.go +++ b/shared/services/config/nethermind-params.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/nimbus-config.go b/shared/services/config/nimbus-config.go index c2eff852..d871dd9c 100644 --- a/shared/services/config/nimbus-config.go +++ b/shared/services/config/nimbus-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/prometheus-config.go b/shared/services/config/prometheus-config.go index be88bb78..58f401ed 100644 --- a/shared/services/config/prometheus-config.go +++ b/shared/services/config/prometheus-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/prysm-config.go b/shared/services/config/prysm-config.go index 49ef61f0..5462a4d0 100644 --- a/shared/services/config/prysm-config.go +++ b/shared/services/config/prysm-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/stader-config.go b/shared/services/config/stader-config.go index 38f44497..0fce3fd3 100644 --- a/shared/services/config/stader-config.go +++ b/shared/services/config/stader-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/stadernode-config.go b/shared/services/config/stadernode-config.go index 0b89421b..c92cc792 100644 --- a/shared/services/config/stadernode-config.go +++ b/shared/services/config/stadernode-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/teku-config.go b/shared/services/config/teku-config.go index 159dbe8f..28b6b0e6 100644 --- a/shared/services/config/teku-config.go +++ b/shared/services/config/teku-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/contracts/beacon-deposit.go b/shared/services/contracts/beacon-deposit.go index e1236c73..9e005fbf 100644 --- a/shared/services/contracts/beacon-deposit.go +++ b/shared/services/contracts/beacon-deposit.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/ec-manager.go b/shared/services/ec-manager.go index 2f282bea..b3216279 100644 --- a/shared/services/ec-manager.go +++ b/shared/services/ec-manager.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/eth1.go b/shared/services/eth1.go index f74e9fdb..72214965 100644 --- a/shared/services/eth1.go +++ b/shared/services/eth1.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/gas/etherchain/etherchain.go b/shared/services/gas/etherchain/etherchain.go index fa751998..2e652459 100644 --- a/shared/services/gas/etherchain/etherchain.go +++ b/shared/services/gas/etherchain/etherchain.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/gas/etherscan/etherscan.go b/shared/services/gas/etherscan/etherscan.go index 51c5b68c..18336184 100644 --- a/shared/services/gas/etherscan/etherscan.go +++ b/shared/services/gas/etherscan/etherscan.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/gas/gas.go b/shared/services/gas/gas.go index 53c5fc22..ff069ec5 100644 --- a/shared/services/gas/gas.go +++ b/shared/services/gas/gas.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/passwords/manager.go b/shared/services/passwords/manager.go index 934e1806..672ebb22 100644 --- a/shared/services/passwords/manager.go +++ b/shared/services/passwords/manager.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/requirements.go b/shared/services/requirements.go index 7dfe8dda..5493db39 100644 --- a/shared/services/requirements.go +++ b/shared/services/requirements.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/services.go b/shared/services/services.go index 86641c16..2eabbedd 100644 --- a/shared/services/services.go +++ b/shared/services/services.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/api.go b/shared/services/stader/api.go index 938d0dbb..83530d72 100644 --- a/shared/services/stader/api.go +++ b/shared/services/stader/api.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/client.go b/shared/services/stader/client.go index b287e6e3..60b3a16e 100644 --- a/shared/services/stader/client.go +++ b/shared/services/stader/client.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/command.go b/shared/services/stader/command.go index 1124a689..3969dad1 100644 --- a/shared/services/stader/command.go +++ b/shared/services/stader/command.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/fee-recipient.go b/shared/services/stader/fee-recipient.go index 67299245..799f41b7 100644 --- a/shared/services/stader/fee-recipient.go +++ b/shared/services/stader/fee-recipient.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/gas.go b/shared/services/stader/gas.go index 7f72d056..8aaf3a4d 100644 --- a/shared/services/stader/gas.go +++ b/shared/services/stader/gas.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/legacy-client.go b/shared/services/stader/legacy-client.go index 3b9fb525..570cecc8 100644 --- a/shared/services/stader/legacy-client.go +++ b/shared/services/stader/legacy-client.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/node.go b/shared/services/stader/node.go index 0091e572..38e71199 100644 --- a/shared/services/stader/node.go +++ b/shared/services/stader/node.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/service.go b/shared/services/stader/service.go index f3202502..c8944d21 100644 --- a/shared/services/stader/service.go +++ b/shared/services/stader/service.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/wallet.go b/shared/services/stader/wallet.go index 72aca345..ea379844 100644 --- a/shared/services/stader/wallet.go +++ b/shared/services/stader/wallet.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/state/manager.go b/shared/services/state/manager.go index cb044943..47443185 100644 --- a/shared/services/state/manager.go +++ b/shared/services/state/manager.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/keystore/keystore.go b/shared/services/wallet/keystore/keystore.go index 9a5f40d5..12809c2b 100644 --- a/shared/services/wallet/keystore/keystore.go +++ b/shared/services/wallet/keystore/keystore.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/keystore/lighthouse/keystore.go b/shared/services/wallet/keystore/lighthouse/keystore.go index 6ee8f1c0..dde6efa4 100644 --- a/shared/services/wallet/keystore/lighthouse/keystore.go +++ b/shared/services/wallet/keystore/lighthouse/keystore.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/keystore/nimbus/keystore.go b/shared/services/wallet/keystore/nimbus/keystore.go index ed9e4a82..b2215b47 100644 --- a/shared/services/wallet/keystore/nimbus/keystore.go +++ b/shared/services/wallet/keystore/nimbus/keystore.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/keystore/prysm/keystore.go b/shared/services/wallet/keystore/prysm/keystore.go index 5cc9f6fb..bff92456 100644 --- a/shared/services/wallet/keystore/prysm/keystore.go +++ b/shared/services/wallet/keystore/prysm/keystore.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/keystore/teku/keystore.go b/shared/services/wallet/keystore/teku/keystore.go index af9a8bc8..5acee753 100644 --- a/shared/services/wallet/keystore/teku/keystore.go +++ b/shared/services/wallet/keystore/teku/keystore.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/node.go b/shared/services/wallet/node.go index c4caf2c2..69528217 100644 --- a/shared/services/wallet/node.go +++ b/shared/services/wallet/node.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/validator.go b/shared/services/wallet/validator.go index e66be0d0..65cd6e3d 100644 --- a/shared/services/wallet/validator.go +++ b/shared/services/wallet/validator.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/wallet.go b/shared/services/wallet/wallet.go index 2b056ea9..37e375e6 100644 --- a/shared/services/wallet/wallet.go +++ b/shared/services/wallet/wallet.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/types/api/api.go b/shared/types/api/api.go index 96017d4f..b1c8d511 100644 --- a/shared/types/api/api.go +++ b/shared/types/api/api.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/types/api/service.go b/shared/types/api/service.go index 0832af82..90b84948 100644 --- a/shared/types/api/service.go +++ b/shared/types/api/service.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/types/api/wallet.go b/shared/types/api/wallet.go index d0233c40..85f6c64f 100644 --- a/shared/types/api/wallet.go +++ b/shared/types/api/wallet.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/types/config/parameter.go b/shared/types/config/parameter.go index c371ac42..89de9045 100644 --- a/shared/types/config/parameter.go +++ b/shared/types/config/parameter.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/types/config/types.go b/shared/types/config/types.go index 9a2b5ee4..e2e051bc 100644 --- a/shared/types/config/types.go +++ b/shared/types/config/types.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/types/eth2/types.go b/shared/types/eth2/types.go index e8fb5dd2..69312ee9 100644 --- a/shared/types/eth2/types.go +++ b/shared/types/eth2/types.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/types/eth2/types_encoding.go b/shared/types/eth2/types_encoding.go index 38c91b43..8e8f4fbc 100644 --- a/shared/types/eth2/types_encoding.go +++ b/shared/types/eth2/types_encoding.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/api/response.go b/shared/utils/api/response.go index 418d4e40..7c22dd30 100644 --- a/shared/utils/api/response.go +++ b/shared/utils/api/response.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/api/utils.go b/shared/utils/api/utils.go index 28e2237f..84bf4588 100644 --- a/shared/utils/api/utils.go +++ b/shared/utils/api/utils.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/cli/check_client_status.go b/shared/utils/cli/check_client_status.go index aaa85cdd..37a90969 100644 --- a/shared/utils/cli/check_client_status.go +++ b/shared/utils/cli/check_client_status.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/cli/prompt.go b/shared/utils/cli/prompt.go index 5711dc7b..ee669203 100644 --- a/shared/utils/cli/prompt.go +++ b/shared/utils/cli/prompt.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/cli/prompt_unix.go b/shared/utils/cli/prompt_unix.go index fa6e7267..8322bf62 100644 --- a/shared/utils/cli/prompt_unix.go +++ b/shared/utils/cli/prompt_unix.go @@ -5,7 +5,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/cli/prompt_windows.go b/shared/utils/cli/prompt_windows.go index 17d27939..da4d4427 100644 --- a/shared/utils/cli/prompt_windows.go +++ b/shared/utils/cli/prompt_windows.go @@ -5,7 +5,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/cli/utils.go b/shared/utils/cli/utils.go index a3cddff2..24b9ca13 100644 --- a/shared/utils/cli/utils.go +++ b/shared/utils/cli/utils.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/cli/validation.go b/shared/utils/cli/validation.go index 7c0196c8..58139a1f 100644 --- a/shared/utils/cli/validation.go +++ b/shared/utils/cli/validation.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/eth1/eth1.go b/shared/utils/eth1/eth1.go index 957b23ba..cbe925ae 100644 --- a/shared/utils/eth1/eth1.go +++ b/shared/utils/eth1/eth1.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/eth2/eth2.go b/shared/utils/eth2/eth2.go index 0406c407..a045a836 100644 --- a/shared/utils/eth2/eth2.go +++ b/shared/utils/eth2/eth2.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/hex/hex.go b/shared/utils/hex/hex.go index a6339790..35a1bf7b 100644 --- a/shared/utils/hex/hex.go +++ b/shared/utils/hex/hex.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/log/colors.go b/shared/utils/log/colors.go index 895501ae..ea7d8331 100644 --- a/shared/utils/log/colors.go +++ b/shared/utils/log/colors.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/log/logger.go b/shared/utils/log/logger.go index e7a677fe..0039c3bc 100644 --- a/shared/utils/log/logger.go +++ b/shared/utils/log/logger.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/math/math.go b/shared/utils/math/math.go index f8352a8b..567b217a 100644 --- a/shared/utils/math/math.go +++ b/shared/utils/math/math.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/net/net.go b/shared/utils/net/net.go index e1948e9a..a8395636 100644 --- a/shared/utils/net/net.go +++ b/shared/utils/net/net.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/stdr/config.go b/shared/utils/stdr/config.go index 80abaac9..c07c74d7 100644 --- a/shared/utils/stdr/config.go +++ b/shared/utils/stdr/config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/sys/cpu-flags.go b/shared/utils/sys/cpu-flags.go index a2973f2b..d87f2a63 100644 --- a/shared/utils/sys/cpu-flags.go +++ b/shared/utils/sys/cpu-flags.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/term/term_unix.go b/shared/utils/term/term_unix.go index 0447fa8b..7262f096 100644 --- a/shared/utils/term/term_unix.go +++ b/shared/utils/term/term_unix.go @@ -5,7 +5,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/term/term_windows.go b/shared/utils/term/term_windows.go index a47a10ac..621e6b29 100644 --- a/shared/utils/term/term_windows.go +++ b/shared/utils/term/term_windows.go @@ -5,7 +5,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/validator/bls.go b/shared/utils/validator/bls.go index 58ca7a67..0403e73c 100644 --- a/shared/utils/validator/bls.go +++ b/shared/utils/validator/bls.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/validator/deposit-data.go b/shared/utils/validator/deposit-data.go index 72da4ace..f193c2b2 100644 --- a/shared/utils/validator/deposit-data.go +++ b/shared/utils/validator/deposit-data.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/validator/fee-recipient.go b/shared/utils/validator/fee-recipient.go index ab28b08c..a58c0435 100644 --- a/shared/utils/validator/fee-recipient.go +++ b/shared/utils/validator/fee-recipient.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/validator/voluntary-exit.go b/shared/utils/validator/voluntary-exit.go index eb3bb1f9..53a2a570 100644 --- a/shared/utils/validator/voluntary-exit.go +++ b/shared/utils/validator/voluntary-exit.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/version.go b/shared/version.go index bf7bf39a..cd78269f 100644 --- a/shared/version.go +++ b/shared/version.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ package shared const BinaryBucket string = "/stader-node-build/permissionless" const DockerAccount string = "staderlabs" -const StaderVersion string = "1.4.8" +const StaderVersion string = "1.4.9" const Logo string = ` _____ _ _ _ _ 𝅺 diff --git a/sszgen.sh b/sszgen.sh index 64b49546..81bbfadc 100755 --- a/sszgen.sh +++ b/sszgen.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stader-cli/build.sh b/stader-cli/build.sh index 8f9d12bb..b38bdeb5 100755 --- a/stader-cli/build.sh +++ b/stader-cli/build.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stader-cli/node/commands.go b/stader-cli/node/commands.go index 036f8df7..2f66bf09 100644 --- a/stader-cli/node/commands.go +++ b/stader-cli/node/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/node/send.go b/stader-cli/node/send.go index 713bf9d2..f105fbd4 100644 --- a/stader-cli/node/send.go +++ b/stader-cli/node/send.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/node/sign-message.go b/stader-cli/node/sign-message.go index 0cc87148..6611672b 100644 --- a/stader-cli/node/sign-message.go +++ b/stader-cli/node/sign-message.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/node/sync.go b/stader-cli/node/sync.go index b6f7a9cb..9ccb815c 100644 --- a/stader-cli/node/sync.go +++ b/stader-cli/node/sync.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/commands.go b/stader-cli/service/commands.go index 8c9f8f93..b90787ab 100644 --- a/stader-cli/service/commands.go +++ b/stader-cli/service/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/config.go b/stader-cli/service/config.go index e8d52778..0b5a9a93 100644 --- a/stader-cli/service/config.go +++ b/stader-cli/service/config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/configConsensus.go b/stader-cli/service/configConsensus.go index 5fec82c1..2386abf9 100644 --- a/stader-cli/service/configConsensus.go +++ b/stader-cli/service/configConsensus.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/configExecution.go b/stader-cli/service/configExecution.go index c995e196..eb888e6d 100644 --- a/stader-cli/service/configExecution.go +++ b/stader-cli/service/configExecution.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/configFallback.go b/stader-cli/service/configFallback.go index 47b7b41a..45b28ff9 100644 --- a/stader-cli/service/configFallback.go +++ b/stader-cli/service/configFallback.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/configMEVBoost.go b/stader-cli/service/configMEVBoost.go index 0dd9e890..ec78474a 100644 --- a/stader-cli/service/configMEVBoost.go +++ b/stader-cli/service/configMEVBoost.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/configMonitoring.go b/stader-cli/service/configMonitoring.go index 650f6428..2d2add50 100644 --- a/stader-cli/service/configMonitoring.go +++ b/stader-cli/service/configMonitoring.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/guardian.tmpl b/stader-cli/service/guardian.tmpl index f8d394f0..58e905f2 100644 --- a/stader-cli/service/guardian.tmpl +++ b/stader-cli/service/guardian.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/service.go b/stader-cli/service/service.go index 867a5678..a2460eba 100644 --- a/stader-cli/service/service.go +++ b/stader-cli/service/service.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/stader-cli.go b/stader-cli/stader-cli.go index ff4be4bd..f5732678 100644 --- a/stader-cli/stader-cli.go +++ b/stader-cli/stader-cli.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -56,7 +56,7 @@ func main() { app.Version = shared.StaderVersion app.Description = `` - app.Copyright = "(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7].\n (c) 2023 Stakeinfra Technologies Inc." + app.Copyright = "(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9].\n (c) 2023 Stakeinfra Technologies Inc." const GPLv3 = ` GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 @@ -829,7 +829,7 @@ Public License instead of this License. But first, please read Aliases: []string{"c"}, Usage: "Show the copyright", Action: func(c *cli.Context) error { - fmt.Println("(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7].\n(c) 2023 Stakeinfra Technologies Inc.") + fmt.Println("(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9].\n(c) 2023 Stakeinfra Technologies Inc.") return nil }, }) diff --git a/stader-cli/validator/commands.go b/stader-cli/validator/commands.go index e898b23f..c07df372 100644 --- a/stader-cli/validator/commands.go +++ b/stader-cli/validator/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/bip39/mnemonic-validator.go b/stader-cli/wallet/bip39/mnemonic-validator.go index 3ccd7ac3..bc379461 100644 --- a/stader-cli/wallet/bip39/mnemonic-validator.go +++ b/stader-cli/wallet/bip39/mnemonic-validator.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/commands.go b/stader-cli/wallet/commands.go index d86fb9c1..6f260ba0 100644 --- a/stader-cli/wallet/commands.go +++ b/stader-cli/wallet/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/export.go b/stader-cli/wallet/export.go index d846d5e7..f2cba675 100644 --- a/stader-cli/wallet/export.go +++ b/stader-cli/wallet/export.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/init.go b/stader-cli/wallet/init.go index 709e4a04..47c48299 100644 --- a/stader-cli/wallet/init.go +++ b/stader-cli/wallet/init.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/purge.go b/stader-cli/wallet/purge.go index 1231d868..25e80264 100644 --- a/stader-cli/wallet/purge.go +++ b/stader-cli/wallet/purge.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/recover.go b/stader-cli/wallet/recover.go index 16310b75..4c4ed7c0 100644 --- a/stader-cli/wallet/recover.go +++ b/stader-cli/wallet/recover.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/status.go b/stader-cli/wallet/status.go index e8ee09b1..1e1ee56d 100644 --- a/stader-cli/wallet/status.go +++ b/stader-cli/wallet/status.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/utils.go b/stader-cli/wallet/utils.go index 581b63bb..445fbcf0 100644 --- a/stader-cli/wallet/utils.go +++ b/stader-cli/wallet/utils.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/stader/abi.go b/stader-lib/stader/abi.go index e2e70e4e..c511a4a8 100644 --- a/stader-lib/stader/abi.go +++ b/stader-lib/stader/abi.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/stader/contract.go b/stader-lib/stader/contract.go index 4c711652..dd97bbca 100644 --- a/stader-lib/stader/contract.go +++ b/stader-lib/stader/contract.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/stader/ec-interface.go b/stader-lib/stader/ec-interface.go index c935a8fa..ba44c55e 100644 --- a/stader-lib/stader/ec-interface.go +++ b/stader-lib/stader/ec-interface.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/types/beacon.go b/stader-lib/types/beacon.go index b556f0c5..4eebbfbf 100644 --- a/stader-lib/types/beacon.go +++ b/stader-lib/types/beacon.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/utils/eth/transactions.go b/stader-lib/utils/eth/transactions.go index d30dabc9..408ce7a5 100644 --- a/stader-lib/utils/eth/transactions.go +++ b/stader-lib/utils/eth/transactions.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/utils/eth/units.go b/stader-lib/utils/eth/units.go index a2f0164e..ea824370 100644 --- a/stader-lib/utils/eth/units.go +++ b/stader-lib/utils/eth/units.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/utils/json/json.go b/stader-lib/utils/json/json.go index 28edc1f4..ead59b49 100644 --- a/stader-lib/utils/json/json.go +++ b/stader-lib/utils/json/json.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/utils/wait.go b/stader-lib/utils/wait.go index ed8c426b..183590a5 100644 --- a/stader-lib/utils/wait.go +++ b/stader-lib/utils/wait.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/api.go b/stader/api/api.go index 5c498d79..36851ea8 100644 --- a/stader/api/api.go +++ b/stader/api/api.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/node/commands.go b/stader/api/node/commands.go index d333de61..cf6acb0b 100644 --- a/stader/api/node/commands.go +++ b/stader/api/node/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/node/send.go b/stader/api/node/send.go index 67962347..2965ad48 100644 --- a/stader/api/node/send.go +++ b/stader/api/node/send.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/node/sign-message.go b/stader/api/node/sign-message.go index 2b660270..b842d600 100644 --- a/stader/api/node/sign-message.go +++ b/stader/api/node/sign-message.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/node/sign.go b/stader/api/node/sign.go index 62fd8217..6a9096d5 100644 --- a/stader/api/node/sign.go +++ b/stader/api/node/sign.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/node/sync.go b/stader/api/node/sync.go index a8d995cd..bae77e8e 100644 --- a/stader/api/node/sync.go +++ b/stader/api/node/sync.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/service/commands.go b/stader/api/service/commands.go index 5db5e8b9..8f319671 100644 --- a/stader/api/service/commands.go +++ b/stader/api/service/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/service/status.go b/stader/api/service/status.go index 71d0e4e6..5e0eda99 100644 --- a/stader/api/service/status.go +++ b/stader/api/service/status.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/service/terminate.go b/stader/api/service/terminate.go index 935641ec..a78851b2 100644 --- a/stader/api/service/terminate.go +++ b/stader/api/service/terminate.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/validator/commands.go b/stader/api/validator/commands.go index 0b126615..12ad1067 100644 --- a/stader/api/validator/commands.go +++ b/stader/api/validator/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/wallet/commands.go b/stader/api/wallet/commands.go index 0f886f6a..91a8bf79 100644 --- a/stader/api/wallet/commands.go +++ b/stader/api/wallet/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/wallet/export.go b/stader/api/wallet/export.go index d530e8c7..c5c27368 100644 --- a/stader/api/wallet/export.go +++ b/stader/api/wallet/export.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/wallet/init.go b/stader/api/wallet/init.go index b395b4a8..08816a38 100644 --- a/stader/api/wallet/init.go +++ b/stader/api/wallet/init.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/wallet/purge.go b/stader/api/wallet/purge.go index 84c4a3ef..8eb1f897 100644 --- a/stader/api/wallet/purge.go +++ b/stader/api/wallet/purge.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/wallet/recover.go b/stader/api/wallet/recover.go index 5ab9e9c8..de69b29e 100644 --- a/stader/api/wallet/recover.go +++ b/stader/api/wallet/recover.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/wallet/set-password.go b/stader/api/wallet/set-password.go index 389051e3..4da27644 100644 --- a/stader/api/wallet/set-password.go +++ b/stader/api/wallet/set-password.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/wallet/status.go b/stader/api/wallet/status.go index 16f67e68..0eb1e1e2 100644 --- a/stader/api/wallet/status.go +++ b/stader/api/wallet/status.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/build.sh b/stader/build.sh index c8762102..21aca42d 100755 --- a/stader/build.sh +++ b/stader/build.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stader/ec_migrate multi.sh b/stader/ec_migrate multi.sh index b80fbee9..c9da8637 100755 --- a/stader/ec_migrate multi.sh +++ b/stader/ec_migrate multi.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stader/ec_migrate.sh b/stader/ec_migrate.sh index 3081b6ee..cfed4a55 100755 --- a/stader/ec_migrate.sh +++ b/stader/ec_migrate.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stader/guardian/collector/beacon-chain-collector.go b/stader/guardian/collector/beacon-chain-collector.go index 2b3358d8..76871420 100644 --- a/stader/guardian/collector/beacon-chain-collector.go +++ b/stader/guardian/collector/beacon-chain-collector.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/guardian/guardian.go b/stader/guardian/guardian.go index 61989ab1..c306b74f 100644 --- a/stader/guardian/guardian.go +++ b/stader/guardian/guardian.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/node/manage-fee-recipient.go b/stader/node/manage-fee-recipient.go index 91d6e09b..e1fe058e 100644 --- a/stader/node/manage-fee-recipient.go +++ b/stader/node/manage-fee-recipient.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/node/node.go b/stader/node/node.go index 2d2f72de..aeba383e 100644 --- a/stader/node/node.go +++ b/stader/node/node.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/prune_provision.sh b/stader/prune_provision.sh index 3f5328b4..1d8b1f99 100755 --- a/stader/prune_provision.sh +++ b/stader/prune_provision.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stader/stader.go b/stader/stader.go index a07e48f3..1131f95f 100644 --- a/stader/stader.go +++ b/stader/stader.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -61,7 +61,7 @@ func main() { } app.Description = `` - app.Copyright = "(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7].\n (c) 2023 Stakeinfra Technologies Inc." + app.Copyright = "(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9].\n (c) 2023 Stakeinfra Technologies Inc." const GPLv3 = ` GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 @@ -838,7 +838,7 @@ Public License instead of this License. But first, please read Aliases: []string{"c"}, Usage: "Show the copyright", Action: func(c *cli.Context) error { - fmt.Println("(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7].\n(c) 2023 Stakeinfra Technologies Inc.") + fmt.Println("(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9].\n(c) 2023 Stakeinfra Technologies Inc.") return nil }, }) diff --git a/update_package.sh b/update_package.sh index 82e985eb..f2219008 100644 --- a/update_package.sh +++ b/update_package.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by From 0e54f1a70a8fcfb76351cca04effd410bb0f6d6a Mon Sep 17 00:00:00 2001 From: batphonghan Date: Wed, 21 Feb 2024 21:59:32 +0700 Subject: [PATCH 2/4] Update client --- shared/services/config/besu-params.go | 4 ++-- shared/services/config/geth-params.go | 4 ++-- shared/services/config/lighthouse-config.go | 8 ++++---- shared/services/config/lodestar-config.go | 4 ++-- shared/services/config/nethermind-params.go | 4 ++-- shared/services/config/nimbus-config.go | 8 ++++---- shared/services/config/teku-config.go | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/shared/services/config/besu-params.go b/shared/services/config/besu-params.go index 6462c0cb..ec251b9a 100644 --- a/shared/services/config/besu-params.go +++ b/shared/services/config/besu-params.go @@ -25,8 +25,8 @@ import ( // Constants const ( - besuTagTest string = "hyperledger/besu:24.1.0" - besuTagProd string = "hyperledger/besu:24.1.0" + besuTagTest string = "hyperledger/besu:24.1.2" + besuTagProd string = "hyperledger/besu:24.1.2" besuEventLogInterval int = 1000 besuMaxPeers uint16 = 25 besuStopSignal string = "SIGTERM" diff --git a/shared/services/config/geth-params.go b/shared/services/config/geth-params.go index be241e5c..3e378c51 100644 --- a/shared/services/config/geth-params.go +++ b/shared/services/config/geth-params.go @@ -28,8 +28,8 @@ import ( // Constants const ( - gethTagProd string = "ethereum/client-go:v1.13.9" - gethTagTest string = "ethereum/client-go:v1.13.9" + gethTagProd string = "ethereum/client-go:v1.13.12" + gethTagTest string = "ethereum/client-go:v1.13.12" gethEventLogInterval int = 1000 gethStopSignal string = "SIGTERM" ) diff --git a/shared/services/config/lighthouse-config.go b/shared/services/config/lighthouse-config.go index 0a67dc4a..e7c83598 100644 --- a/shared/services/config/lighthouse-config.go +++ b/shared/services/config/lighthouse-config.go @@ -25,10 +25,10 @@ import ( ) const ( - lighthouseTagPortableTest string = "sigp/lighthouse:v4.6.0-rc.0" - lighthouseTagPortableProd string = "sigp/lighthouse:v4.5.0" - lighthouseTagModernTest string = "sigp/lighthouse:v4.6.0-rc.0" - lighthouseTagModernProd string = "sigp/lighthouse:v4.5.0-modern" + lighthouseTagPortableTest string = "sigp/lighthouse:v4.6.0" + lighthouseTagPortableProd string = "sigp/lighthouse:v4.6.0" + lighthouseTagModernTest string = "sigp/lighthouse:v4.6.0-modern" + lighthouseTagModernProd string = "sigp/lighthouse:v4.6.0-modern" defaultLhMaxPeers uint16 = 80 ) diff --git a/shared/services/config/lodestar-config.go b/shared/services/config/lodestar-config.go index bda6e573..48451e7f 100644 --- a/shared/services/config/lodestar-config.go +++ b/shared/services/config/lodestar-config.go @@ -24,8 +24,8 @@ import ( ) const ( - lodestarTagTest string = "chainsafe/lodestar:v1.14.1-rc.1" - lodestarTagProd string = "chainsafe/lodestar:v1.13.0" + lodestarTagTest string = "chainsafe/lodestar:v1.15.1" + lodestarTagProd string = "chainsafe/lodestar:v1.15.1" defaultLodestarMaxPeers uint16 = 50 ) diff --git a/shared/services/config/nethermind-params.go b/shared/services/config/nethermind-params.go index 4046094a..68bd301f 100644 --- a/shared/services/config/nethermind-params.go +++ b/shared/services/config/nethermind-params.go @@ -28,8 +28,8 @@ import ( // Constants const ( - nethermindTagProd string = "nethermind/nethermind:1.25.2" - nethermindTagTest string = "nethermind/nethermind:1.25.2" + nethermindTagProd string = "nethermind/nethermind:1.25.4" + nethermindTagTest string = "nethermind/nethermind:1.25.4" nethermindEventLogInterval int = 1000 nethermindStopSignal string = "SIGTERM" ) diff --git a/shared/services/config/nimbus-config.go b/shared/services/config/nimbus-config.go index c2eff852..c0ec94cf 100644 --- a/shared/services/config/nimbus-config.go +++ b/shared/services/config/nimbus-config.go @@ -27,12 +27,12 @@ import ( const ( // Testnet - nimbusBnTagTest string = "statusim/nimbus-eth2:multiarch-v24.1.1" - nimbusVcTagTest string = "statusim/nimbus-validator-client:multiarch-v24.1.1" + nimbusBnTagTest string = "statusim/nimbus-eth2:multiarch-v24.2.1" + nimbusVcTagTest string = "statusim/nimbus-validator-client:multiarch-v24.2.1" // Mainnet - nimbusBnTagProd string = "statusim/nimbus-eth2:multiarch-v24.1.1" - nimbusVcTagProd string = "statusim/nimbus-validator-client:multiarch-v24.1.1" + nimbusBnTagProd string = "statusim/nimbus-eth2:multiarch-v24.2.1" + nimbusVcTagProd string = "statusim/nimbus-validator-client:multiarch-v24.2.1" defaultNimbusMaxPeersArm uint16 = 100 defaultNimbusMaxPeersAmd uint16 = 160 diff --git a/shared/services/config/teku-config.go b/shared/services/config/teku-config.go index 159dbe8f..ba050bec 100644 --- a/shared/services/config/teku-config.go +++ b/shared/services/config/teku-config.go @@ -25,8 +25,8 @@ import ( ) const ( - tekuTagTest string = "consensys/teku:24.1.0" - tekuTagProd string = "consensys/teku:24.1.0" + tekuTagTest string = "consensys/teku:24.2.0" + tekuTagProd string = "consensys/teku:24.2.0" defaultTekuMaxPeers uint16 = 100 ) From 8f00a883eaedd1baec29fbfe6239f9ec1fc369be Mon Sep 17 00:00:00 2001 From: batphonghan Date: Wed, 21 Feb 2024 22:12:31 +0700 Subject: [PATCH 3/4] Update prysm --- shared/services/config/prysm-config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shared/services/config/prysm-config.go b/shared/services/config/prysm-config.go index 49ef61f0..76d39cad 100644 --- a/shared/services/config/prysm-config.go +++ b/shared/services/config/prysm-config.go @@ -27,11 +27,11 @@ import ( ) const ( - prysmBnTagTest string = "nethermindeth/prysm-beacon-chain:v4.2.0" - prysmVcTagTest string = "nethermindeth/prysm-validator:v4.2.0" + prysmBnTagTest string = "staderdev/prysm:v4.2.1" + prysmVcTagTest string = "staderdev/prysm:v4.2.1" - prysmBnTagProd string = "nethermindeth/prysm-beacon-chain:v4.2.0" - prysmVcTagProd string = "nethermindeth/prysm-validator:v4.2.0" + prysmBnTagProd string = "staderdev/prysm:v4.2.1" + prysmVcTagProd string = "staderdev/prysm:v4.2.1" defaultPrysmRpcPort uint16 = 5053 defaultPrysmOpenRpcPort bool = false From 4ab208ff79408e567f6c253ff07dd23255014f72 Mon Sep 17 00:00:00 2001 From: batphonghan Date: Thu, 22 Feb 2024 12:18:10 +0700 Subject: [PATCH 4/4] Update prysm tag --- shared/services/config/prysm-config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shared/services/config/prysm-config.go b/shared/services/config/prysm-config.go index 76d39cad..53176c0d 100644 --- a/shared/services/config/prysm-config.go +++ b/shared/services/config/prysm-config.go @@ -27,11 +27,11 @@ import ( ) const ( - prysmBnTagTest string = "staderdev/prysm:v4.2.1" - prysmVcTagTest string = "staderdev/prysm:v4.2.1" + prysmBnTagTest string = "staderlabs/prysm:v4.2.1" + prysmVcTagTest string = "staderlabs/prysm:v4.2.1" - prysmBnTagProd string = "staderdev/prysm:v4.2.1" - prysmVcTagProd string = "staderdev/prysm:v4.2.1" + prysmBnTagProd string = "staderlabs/prysm:v4.2.1" + prysmVcTagProd string = "staderlabs/prysm:v4.2.1" defaultPrysmRpcPort uint16 = 5053 defaultPrysmOpenRpcPort bool = false