mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-07-15 04:49:29 +00:00
chore: bump logos-cpp-sdk to 1468180b in sim runner + lez-rln submodule
Cascades the chain-wide SDK pin bump (a4bd66c → 1468180b) into:
- simulations/mix_lez_chat/run_simulation.sh: logoscore nix-build
override-input
- vendor/logos-lez-rln submodule pointer
All override-inputs in the build chain now agree on rev 1468180b, which
provides invokeRemoteMethodAsync. Avoids the mixed-rev ABI hazard where
a plugin compiled against one SDK rev would silently segfault against
a libsdk compiled against a different rev.
This commit is contained in:
parent
d566f55d9d
commit
5c3a85a063
@ -286,7 +286,7 @@ echo " Gifter allowlist: $GIFTER_ALLOWLIST"
|
||||
|
||||
# ---------- Phase 3: Prerequisites ----------
|
||||
echo "[3/6] Verifying prerequisites..."
|
||||
LOGOSCORE="${LOGOSCORE:-$(nix build github:logos-co/logos-liblogos/7df6195 --override-input logos-cpp-sdk github:logos-co/logos-cpp-sdk/a4bd66c --no-link --print-out-paths)/bin/logoscore}"
|
||||
LOGOSCORE="${LOGOSCORE:-$(nix build github:logos-co/logos-liblogos/7df6195 --override-input logos-cpp-sdk github:logos-co/logos-cpp-sdk/1468180b2567f4c59346bb94f74951e76341f5c5 --no-link --print-out-paths)/bin/logoscore}"
|
||||
RLN_MODULE="$LEZ_RLN_DIR/logos-rln-module/result-rln/lib"
|
||||
WALLET_MODULE="$LEZ_RLN_DIR/logos-rln-module/result-wallet/lib"
|
||||
|
||||
|
||||
2
vendor/logos-lez-rln
vendored
2
vendor/logos-lez-rln
vendored
@ -1 +1 @@
|
||||
Subproject commit f5b1b472dada6b84fa2dc413c2818e7d103580e2
|
||||
Subproject commit 8dd327ddd6215721e93138698a948cf4382c9062
|
||||
Loading…
x
Reference in New Issue
Block a user