mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-07-05 07:59:32 +00:00
Integrate logos-chat with the LEZ-backed mix network: - Update vendor/nwaku to logos-delivery fork (feat/mix-rln-gifter-sim) with mix protocol, OnchainLEZGroupManager, RLN gifter client, and mix-rln-spam-protection-plugin - Add vendor/logos-lez-rln submodule for reproducible LEZ module builds - Add RLN FFI surface to liblogoschat: chat_set_rln_fetcher, chat_set_rln_config, chat_push_roots, chat_push_proof, etc. - Wire gifter client for RLN membership registration via mix network - Switch to filter-based message reception (relay: false, filter: true) - Send via lightpushPublish(mixify=true) for Sphinx onion routing - Add mix-librln separate build + duplicate symbol resolution - Exclude vendor/logos-lez-rln from nimble link creation - Update nix build for mix-librln and cross-platform support
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
[submodule "vendor/nimbus-build-system"]
|
|
path = vendor/nimbus-build-system
|
|
url = https://github.com/status-im/nimbus-build-system.git
|
|
[submodule "vendor/nwaku"]
|
|
path = vendor/nwaku
|
|
url = https://github.com/adklempner/logos-delivery.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-protobuf-serialization"]
|
|
path = vendor/nim-protobuf-serialization
|
|
url = https://github.com/status-im/nim-protobuf-serialization.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/npeg"]
|
|
path = vendor/npeg
|
|
url = https://github.com/zevv/npeg.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/blake2"]
|
|
path = vendor/blake2
|
|
url = https://github.com/narimiran/blake2.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/libchat"]
|
|
path = vendor/libchat
|
|
url = https://github.com/logos-messaging/libchat.git
|
|
[submodule "vendor/nim-ffi"]
|
|
path = vendor/nim-ffi
|
|
url = https://github.com/logos-messaging/nim-ffi.git
|
|
branch = master
|
|
[submodule "vendor/logos-lez-rln"]
|
|
path = vendor/logos-lez-rln
|
|
url = https://github.com/logos-co/logos-lez-rln.git
|
|
branch = feat/mix-rln-gifter-sim
|