status-react/modules/react-native-status/nodejs
Siddarth Kumar cb9a620f40
fix: hack fix for contract tests on MacOS (#19965)
fixes #19802

Contract Tests are failing with missing symbols runtime error on `MacOS` after `golang` version was upgraded to 1.20
A simple hack fix such a case is to use `go 1.19` only to build the status-go library that is used specifically for these integration tests.
Its ugly but it works and unblocks devs from running tests locally.

- execute `make test-contract` on MacOS and it should not fail.

not needed since this impacts only the integration tests.

- macOS

status: ready
2024-05-10 17:58:49 +05:30
..
bindings.js Update prettier config for the project. (#16303) 2023-06-19 19:09:12 +05:30
status.cpp fix: hack fix for contract tests on MacOS (#19965) 2024-05-10 17:58:49 +05:30