Siddarth Kumar
8fc6f4776b
fix store nodes not being found on iOS ( #19798 )
...
90b18d4f...b124e2b4
fixes #19736
Corresponding go PR https://github.com/status-im/status-go/pull/5093
This commit fixes DNS resolution inside status-go by forcing pure go resolver at build time.
Reference -> https://pkg.go.dev/net#hdr-Name_Resolution
Store nodes must be available on Android & iOS app.
- Android
- iOS
status: ready
2024-04-26 14:34:04 +02:00
Vitaliy Vlasov
fbe30d7b18
Update status-go to v0.167.6
...
b3213172...e1354016
Signed-off-by: Vitaliy Vlasov <siphiuel@protonmail.com>
2023-10-04 01:16:25 +03:00
Richard Ramos
0f6022a731
chore: set gowaku build tags for status-go
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-11-09 18:47:15 +01:00
Jakub Sokołowski
5d9a29b3c8
nix: cleanup of unused variables
...
Mostly achieved by running via `nix-linter`.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-05-31 12:03:20 +02:00
Jakub Sokołowski
bcf3e3205a
nix: lock Go builders at 1.17.x
...
If we keep using specific `buildGo117Package` we can easily forge to
upgrade when we bump the Go compiler itself. By locking those explicitly
in `overlay.nix` we make sure they all get bumped together.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-05-31 12:03:19 +02:00
Andrea Maria Piana
e4cba0f663
Add status-go tests
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2022-05-25 17:59:02 +01:00