Also fixed `.dockerignore` file and removed unnecessary symlinking.
Related to: https://github.com/status-im/infra-go-waku
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit adds a public method that takes a url and returns a list of
multiaddr.
Once we better understand how to integrate it we can make it so that is
passed as a config when initializing waku, this commit only provides the
basic functionality.
This adds a simple `Jenkinsfile` that runs `make lint` and `make test`.
Had to also add a `deps` target that runs `lint-install` to install missing `golangci-lint`.
Jobs folder: https://ci.status.im/job/go-waku/
Resolves: https://github.com/status-im/go-waku/issues/11
Signed-off-by: Jakub Sokołowski <jakub@status.im>