Network
EVM
Aztec
Sequencer
Update

Here, I will inform you guys how to update your nodes accordingly

1.6

To share your metrics according to this announcement https://discord.com/channels/1144692727120937080/1366898974623006834/1387353173106233354 (opens in a new tab), you can update your systemd service file with the following command

sudo systemctl edit --full aztec-sequencer

and add these to the service tag

Environment=OTEL_RESOURCE_ATTRIBUTES="aztec.node_role=sequencer,aztec.registry_address=0x4d2cc1d5fb6be65240e0bfc8154243e69c0fb19e"
Environment=OTEL_EXPORTER_OTLP_METRICS_ENDPOINT="https://telemetry.alpha-testnet.aztec.network/v1/metrics"

it will be shown like this

[Service]
Environment=ETH_SEPOLIA_RPC=xxx
Environment=ETH_BEACON=xxx
Environment=PRIVATE_KEY=xxx
Environment=IP_ADDRESS=xxx
Environment=WALLET_ADDRESS=xxx
Environment=OTEL_RESOURCE_ATTRIBUTES="aztec.node_role=sequencer,aztec.registry_address=0x4d2cc1d5fb6be65240e0bfc8154243e69c0fb19e" << this line
Environment=OTEL_EXPORTER_OTLP_METRICS_ENDPOINT="https://telemetry.alpha-testnet.aztec.network/v1/metrics" << this line

NOTE: Don't remove other configurations I wrote on Installation page

Type CTRL + X and enter && Afterwards you can restart the systemd and check how the logs go

sudo systemctl restart aztec-sequencer && sudo journalctl -f -u aztec-sequencer
1.5

To Update your binary version to 0.87.7 This is what you have to do

sudo systemctl stop aztec-sequencer
source ~/.bash_profile
aztec-up 0.87.8
sudo systemctl start aztec-sequencer
1.4

To Update your binary version to 0.87.6 ( https://discord.com/channels/1144692727120937080/1366898974623006834/1379172988133314703 (opens in a new tab) ) This is what you have to do

sudo systemctl stop aztec-sequencer
source ~/.bash_profile
aztec-up 0.87.6
sudo systemctl start aztec-sequencer
1.3

To Update your binary version to 0.87.4 This is what you have to do

sudo systemctl stop aztec-sequencer
source ~/.bash_profile
aztec-up 0.87.4
sudo systemctl start aztec-sequencer
1.2

Acording to this announcement https://discord.com/channels/1144692727120937080/1366898974623006834/1375214213072551967 (opens in a new tab) This is what you have to do

sudo systemctl stop aztec-sequencer
source ~/.bash_profile
aztec-up alpha-testnet
sudo systemctl start aztec-sequencer
1.1

Acording to this announcement https://discord.com/channels/1144692727120937080/1366898974623006834/1374845646351368273 (opens in a new tab) What you have to do is executing this commands

curl http://localhost:8880 -XPOST -d'{"method":"nodeAdmin_setConfig", "params":[{"governanceProposerPayload": "0x54F7fe24E349993b363A5Fa1bccdAe2589D5E5Ef"}]}'

You will see something like this from the logs ( Which means you're ready to go )

May 21 20:44:33 dashnode aztec[416667]: [20:44:33.642] INFO: sequencer Sequencer config set {"governanceProposerPayload":"0x54f7fe24e349993b363a5fa1bccdae2589d5e5ef"}
1.0

Acording to this announcement https://discord.com/channels/1144692727120937080/1366896687800389734/1369271737878970448 (opens in a new tab) what you have to do is copy and paste all of these commands

source ~/.bash_profile
aztec-up alpha-testnet
sudo systemctl stop aztec-sequencer
sudo rm -rf ~/.aztec/alpha-testnet/data/
sudo systemctl start aztec-sequencer