-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(seq)!: disable sequencer and disable validator as one env var, update p2p listen port names #9266
Conversation
echo "Wrote to state/l2-contracts.env to signal completion" | ||
|
||
# sleep 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, for me it was killing the wrong tmix pane, I've left it there and alerted Adam
@@ -174,12 +174,12 @@ export const p2pConfigMappings: ConfigMappingsType<P2PConfig> = { | |||
...numberConfigHelper(1_000), | |||
}, | |||
tcpListenAddress: { | |||
env: 'TCP_LISTEN_ADDR', | |||
env: 'P2P_TCP_LISTEN_ADDR', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wow. This probably explains why env vars weren't working as expected in the k8s tests- I needed to set both tcp and udp ports to 40400
for discv5 to work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, this might explain a number of issues, I'm doing a bit of investigating to see if this explains why everything died without the boot node
🤖 I have created a release *beep* *boop* --- <details><summary>aztec-package: 0.59.0</summary> ## [0.59.0](aztec-package-v0.58.0...aztec-package-v0.59.0) (2024-10-21) ### ⚠ BREAKING CHANGES * **seq:** disable sequencer and disable validator as one env var, update p2p listen port names ([#9266](#9266)) ### Miscellaneous * **seq:** Disable sequencer and disable validator as one env var, update p2p listen port names ([#9266](#9266)) ([367c38c](367c38c)) </details> <details><summary>barretenberg.js: 0.59.0</summary> ## [0.59.0](barretenberg.js-v0.58.0...barretenberg.js-v0.59.0) (2024-10-21) ### Bug Fixes * Publish readme on bb.js NPM package ([#9303](#9303)) ([1d860a8](1d860a8)) </details> <details><summary>aztec-packages: 0.59.0</summary> ## [0.59.0](aztec-packages-v0.58.0...aztec-packages-v0.59.0) (2024-10-21) ### ⚠ BREAKING CHANGES * **seq:** disable sequencer and disable validator as one env var, update p2p listen port names ([#9266](#9266)) ### Bug Fixes * **docs:** Dapp tutorial edits ([#8695](#8695)) ([f95bcff](f95bcff)) * **docs:** Update debugging docs ([#9200](#9200)) ([2a4188c](2a4188c)) * Publish readme on bb.js NPM package ([#9303](#9303)) ([1d860a8](1d860a8)) ### Miscellaneous * Re-enable test fixed by Native World State ([#9289](#9289)) ([3fd1802](3fd1802)), closes [#8306](#8306) * Replace relative paths to noir-protocol-circuits ([ceeab4e](ceeab4e)) * **seq:** Disable sequencer and disable validator as one env var, update p2p listen port names ([#9266](#9266)) ([367c38c](367c38c)) </details> <details><summary>barretenberg: 0.59.0</summary> ## [0.59.0](barretenberg-v0.58.0...barretenberg-v0.59.0) (2024-10-21) ### Miscellaneous * **barretenberg:** Synchronize aztec-packages versions </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- <details><summary>aztec-package: 0.59.0</summary> ## [0.59.0](AztecProtocol/aztec-packages@aztec-package-v0.58.0...aztec-package-v0.59.0) (2024-10-21) ### ⚠ BREAKING CHANGES * **seq:** disable sequencer and disable validator as one env var, update p2p listen port names ([#9266](AztecProtocol/aztec-packages#9266)) ### Miscellaneous * **seq:** Disable sequencer and disable validator as one env var, update p2p listen port names ([#9266](AztecProtocol/aztec-packages#9266)) ([367c38c](AztecProtocol/aztec-packages@367c38c)) </details> <details><summary>barretenberg.js: 0.59.0</summary> ## [0.59.0](AztecProtocol/aztec-packages@barretenberg.js-v0.58.0...barretenberg.js-v0.59.0) (2024-10-21) ### Bug Fixes * Publish readme on bb.js NPM package ([#9303](AztecProtocol/aztec-packages#9303)) ([1d860a8](AztecProtocol/aztec-packages@1d860a8)) </details> <details><summary>aztec-packages: 0.59.0</summary> ## [0.59.0](AztecProtocol/aztec-packages@aztec-packages-v0.58.0...aztec-packages-v0.59.0) (2024-10-21) ### ⚠ BREAKING CHANGES * **seq:** disable sequencer and disable validator as one env var, update p2p listen port names ([#9266](AztecProtocol/aztec-packages#9266)) ### Bug Fixes * **docs:** Dapp tutorial edits ([#8695](AztecProtocol/aztec-packages#8695)) ([f95bcff](AztecProtocol/aztec-packages@f95bcff)) * **docs:** Update debugging docs ([#9200](AztecProtocol/aztec-packages#9200)) ([2a4188c](AztecProtocol/aztec-packages@2a4188c)) * Publish readme on bb.js NPM package ([#9303](AztecProtocol/aztec-packages#9303)) ([1d860a8](AztecProtocol/aztec-packages@1d860a8)) ### Miscellaneous * Re-enable test fixed by Native World State ([#9289](AztecProtocol/aztec-packages#9289)) ([3fd1802](AztecProtocol/aztec-packages@3fd1802)), closes [#8306](AztecProtocol/aztec-packages#8306) * Replace relative paths to noir-protocol-circuits ([ceeab4e](AztecProtocol/aztec-packages@ceeab4e)) * **seq:** Disable sequencer and disable validator as one env var, update p2p listen port names ([#9266](AztecProtocol/aztec-packages#9266)) ([367c38c](AztecProtocol/aztec-packages@367c38c)) </details> <details><summary>barretenberg: 0.59.0</summary> ## [0.59.0](AztecProtocol/aztec-packages@barretenberg-v0.58.0...barretenberg-v0.59.0) (2024-10-21) ### Miscellaneous * **barretenberg:** Synchronize aztec-packages versions </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Overview
Breaking change as SEQ_DISABLE is removed
The validator and the sequencer are really the same thing in our current configuration, if we disable the validator, we should also disable the sequencer. The validator should always be a sequencer, so there is no need to have different options for each
fixes: #9262