Commit 07b46ea
committed
fix(ios): Compile nim-sds as a nim module
On IOS we're free to compile nim-sds as a nim module nim_status_client, nim-sds and status-go are all static libs.
With this approach we're fixing the duplicate symbols from both nim runtimes (nim_status_client and nim-sds). We're free to re-enable `lto` without crashing the app1 parent 926f390 commit 07b46ea
File tree
9 files changed
+19
-4
lines changed- mobile
- scripts
- wrapperApp
- src
- vendor
9 files changed
+19
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
Submodule nim-libp2p added at 8855bce
- Makefile+1-1
- _assets/ci/Jenkinsfile+1
- _assets/ci/Jenkinsfile.android+1
- _assets/ci/Jenkinsfile.desktop+5-4
- _assets/ci/Jenkinsfile.docker+1
- _assets/ci/Jenkinsfile.linux+1
- _assets/ci/Jenkinsfile.linux-nix+3-1
- _assets/ci/Jenkinsfile.mobile+1
- _assets/ci/Jenkinsfile.nix+3-1
- _assets/ci/Jenkinsfile.nwaku+1
- _assets/ci/Jenkinsfile.tests+2-1
- _assets/ci/Jenkinsfile.tests-benchmark+1
- _assets/ci/Jenkinsfile.tests-rpc+2-1
- flake.lock+20-34
- flake.nix+4-1
- go.mod+1-1
- go.sum+2-2
- internal/rpc/network/testutil/testutil.go+14
- nix/pkgs/status-go/library/default.nix+1-1
- nix/shell.nix+5-6
- pkg/backend/node/geth_status_node_test.go+7
- pkg/backend/test_helpers.go+5
- pkg/backend/test_utils_test.go+5
- protocol/messenger_builder_test.go+9-1
- scripts/check_flakiness.py+1-1
- scripts/run_unit_tests.sh+1-1
- services/wallet/api_impl_test.go+14-2
- services/wallet/router/pathprocessor/processor_swap_paraswap.go+19-9
- services/wallet/token/token.go+155-34
- services/wallet/token/token_test.go+114-3
- tests-functional/clients/status_backend.py+11-1
- tests-functional/tests/test_wallet_rpc.py+36-2
- tests-unit-network/cryptocompare/cryptocompare_test.go+6
0 commit comments