You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The status-go's feature/nwaku-in-status branch expects to have the following structure, which is so far being created/copied manually: .
Instead of doing that, we need to have a nwaku submodule, within status-go.
The libwaku.so should be compiled from within the status-go's Makefile. Notice that for libwaku.so to bring support to postgres, it should be compiled with make libwaku POSTGRES=1.
Implemented in status-im/status-go#5896.
I didn't add the POSTGRES=1 variable because it's likely that we wont need it as we're not starting a storenode within status-go. However in case it's necessary it can be added quickly to the Makefile
Description
nwaku should be a submodule of status-go.
The status-go's
feature/nwaku-in-status
branch expects to have the following structure, which is so far being created/copied manually:.
Instead of doing that, we need to have a
nwaku
submodule, withinstatus-go
.The
libwaku.so
should be compiled from within thestatus-go
's Makefile. Notice that forlibwaku.so
to bring support to postgres, it should be compiled withmake libwaku POSTGRES=1
.Once the new
libwaku.so
andlibwaku.h
location is defined, we will need to update the following paths to make it compile properly:https://github.com/status-im/status-go/blob/94dc345d8ef5fb95fd855a665b1d32f3b0e32008/wakuv2/nwaku.go#L4-L7
The text was updated successfully, but these errors were encountered: