mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-07-30 22:53:18 +00:00
Updates the chat-side gifter caller in waku_client.nim to the new MembershipAllocationRequest / MembershipAllocationSuccess types: * identity commitment is sent as bytes (not hex string) * authentication_type='eth-allowlist' is set explicitly when signing * rate limit is passed as proto3 optional * configAccountId is read off success.configAccountId (the LEZ extension) Bumps vendor/nwaku and vendor/logos-lez-rln to pull in the spec-aligned wire format on both the gifter server and the auto-registering mix-node client paths.