Skip to content

Commit

Permalink
chore: bump status-go
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjba committed Sep 20, 2024
1 parent c7a936b commit 6c48375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/status-go
Submodule status-go updated 46 files
+46 −15 .github/workflows/commit-check.yml
+5 −0 Makefile
+1 −1 _assets/scripts/parse_commits.sh
+7 −8 _assets/scripts/tag_version.sh
+18 −0 cmd/statusd/main.go
+117 −0 cmd/statusd/server/signals_server.go
+75 −0 cmd/statusd/server/signals_server_test.go
+1 −1 go.mod
+6 −1 integration-tests/conftest.py
+8 −7 integration-tests/docker-compose.test.status-go.yml
+3 −0 integration-tests/pytest.ini
+2 −1 integration-tests/requirements.txt
+150 −0 integration-tests/schemas/accounts_getKeypairs
+20 −0 integration-tests/schemas/accounts_hasPairedDevices
+20 −0 integration-tests/schemas/accounts_remainingAccountCapacity
+3,664 −0 integration-tests/schemas/wallet_fetchAllCurrencyFormats
+3,624 −0 integration-tests/schemas/wallet_getCachedCurrencyFormats
+28 −0 integration-tests/tests/test_accounts.py
+44 −3 integration-tests/tests/test_cases.py
+9 −9 integration-tests/tests/test_wallet_rpc.py
+7 −7 logutils/override.go
+59 −0 logutils/requestlog/request_log.go
+47 −0 mobile/init_logging_test.go
+435 −114 mobile/status.go
+88 −0 mobile/status_request_log.go
+155 −0 mobile/status_request_log_test.go
+3 −0 protocol/activity_center.go
+28 −8 protocol/activity_center_persistence.go
+51 −0 protocol/messenger.go
+28 −5 protocol/messenger_mention.go
+38 −22 protocol/messenger_mention_test.go
+40 −5 protocol/messenger_pairing_and_syncing.go
+2 −1 protocol/messenger_pairing_and_syncing_test.go
+172 −149 protocol/migrations/migrations.go
+1 −0 protocol/migrations/sqlite/1721919311_add_installation_id_activity_center.up.sql
+4 −4 protocol/requests/enable_and_sync_installation.go
+1 −11 server/pairing/connection.go
+0 −1 server/pairing/connection_test.go
+9 −4 services/ext/api.go
+103 −4 telemetry/client.go
+76 −1 telemetry/client_test.go
+6 −2 transactions/transactor.go
+6 −0 waku/simulation_test.go
+1 −0 wakuv2/config.go
+1 −0 wakuv2/message_publishing.go
+83 −9 wakuv2/waku.go

0 comments on commit 6c48375

Please sign in to comment.