update to latest

This commit is contained in:
darshankabariya 2026-01-07 00:24:46 +05:30
parent c698592957
commit 673dd88708
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22
3 changed files with 4 additions and 9 deletions

View File

@ -98,11 +98,11 @@ update: | waku.nims
@echo -e $(INFO_MSG) "Update complete!"
clean:
@echo -e $(INFO_MSG) "Cleaning build artifacts..."
rm -rf build
@echo -e $(INFO_MSG) "Cleaning Nimble package cache..."
rm -rf ~/.nimble/pkgs2/*
rm -rf ~/.nimble/pkgcache/*
@echo -e $(INFO_MSG) "Cleaning build artifacts..."
rm -rf build
@echo -e $(INFO_MSG) "Clean complete!"
## Possible values: prod; debug

View File

@ -123,6 +123,7 @@ if defined(android):
switch("passL", "--sysroot=" & sysRoot)
switch("cincludes", sysRoot & "/usr/include/")
# begin Nimble config (version 2)
--noNimblePath
when withDir(thisDir(), system.fileExists("nimble.paths")):
include "nimble.paths"
# end Nimble config

View File

@ -42,16 +42,10 @@ requires "nimcrypto"
requires "db_connector"
requires "dnsclient"
requires "nph"
# FFI framework - from logos-messaging fork
requires "https://github.com/logos-messaging/nim-ffi.git#nim_ffi_identation"
# Packages with native dependencies
requires "ffi"
requires "eth"
requires "libp2p"
requires "web3"
# nim-libbacktrace removed - optional dependency with build issues in Nimble
# If needed, enable with USE_LIBBACKTRACE=1 and install manually
requires "bearssl"
requires "secp256k1"
requires "nat_traversal"