From 05cee6fa9870e84f7ef5b41bf18eaaf2cec5f587 Mon Sep 17 00:00:00 2001 From: Martin Kysel Date: Mon, 13 Jan 2025 14:56:18 -0500 Subject: [PATCH] Bump XMTPD version (#1497) A bunch of goodies in the new version. Nonces are fixed and DB startup is fixed. --- dev/docker/docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev/docker/docker-compose.yml b/dev/docker/docker-compose.yml index 9574889bb..3fd3ee7e0 100644 --- a/dev/docker/docker-compose.yml +++ b/dev/docker/docker-compose.yml @@ -69,19 +69,19 @@ services: # note: the SHA here is tied to the XTMPD_CONTRACTS_*_ADDRESSes # if you bump the version of anvil-xmtpd you will have to change the contracts # you can find them inside the anvil-xmtpd image via `docker exec libxmtp-chain-1 cat contracts.env` - image: ghcr.io/xmtp/anvil-xmtpd:sha-10808fb + image: ghcr.io/xmtp/anvil-xmtpd:sha-9d0de26 command: ["--host", "0.0.0.0"] repnode: platform: linux/amd64 # note: avoid using :latest while xmtpd is under development to avoid breaking changes - image: ghcr.io/xmtp/xmtpd:sha-10808fb + image: ghcr.io/xmtp/xmtpd:sha-9d0de26 environment: XMTPD_DB_WRITER_CONNECTION_STRING: "postgres://postgres:xmtp@replicationdb:5432/postgres?sslmode=disable" XMTPD_CONTRACTS_RPC_URL: "http://chain:8545" - XMTPD_CONTRACTS_NODES_ADDRESS: 0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512 - XMTPD_CONTRACTS_MESSAGES_ADDRESS: 0x5FbDB2315678afecb367f032d93F642f64180aa3 - XMTPD_CONTRACTS_IDENTITY_UPDATES_ADDRESS: 0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0 + XMTPD_CONTRACTS_NODES_ADDRESS: 0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9 + XMTPD_CONTRACTS_MESSAGES_ADDRESS: 0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512 + XMTPD_CONTRACTS_IDENTITY_UPDATES_ADDRESS: 0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9 XMTPD_SIGNER_PRIVATE_KEY: 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d XMTPD_PAYER_PRIVATE_KEY: 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d XMTPD_MLS_VALIDATION_GRPC_ADDRESS: "http://validation:50051"