Skip to content

Commit

Permalink
chore_: bump status-go
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Dec 3, 2024
1 parent 6cb7a55 commit e08e086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/status-go
Submodule status-go updated 40 files
+4 −0 .gitignore
+2 −12 api/geth_backend.go
+2 −20 cmd/ping-community/main.go
+2 −20 cmd/populate-db/main.go
+2 −20 cmd/statusd/main.go
+23 −0 cmd/utils/utils.go
+7 −2 internal/sentry/params.go
+4 −4 internal/sentry/sentry.go
+1 −1 internal/sentry/stacktrace.go
+4 −4 internal/sentry/stacktrace_test.go
+34 −29 mobile/status.go
+11 −0 params/config.go
+49 −49 protocol/activity_center_persistence.go
+19 −15 protocol/common/message.go
+23 −16 protocol/common/message_test.go
+18 −0 protocol/communities/community_changes.go
+41 −0 protocol/communities/community_test.go
+35 −11 protocol/communities/manager.go
+12 −4 protocol/communities/manager_test.go
+21 −1 protocol/message_persistence.go
+38 −9 protocol/messenger_contact_requests_test.go
+84 −3 protocol/messenger_edit_message_test.go
+23 −4 protocol/messenger_handler.go
+1 −1 protocol/messenger_messages.go
+1 −0 protocol/migrations/sqlite/1731902422_payment_requests.up.sql
+42 −0 protocol/persistence_test.go
+9 −0 protocol/protobuf/chat_message.proto
+4 −6 protocol/requests/edit_message.go
+20 −6 server/server_media.go
+1 −0 server/server_media_interface.go
+1 −1 services/wallet/token/tokenstore.go
+6 −2 tests-functional/clients/rpc.py
+50 −5 tests-functional/clients/signals.py
+31 −3 tests-functional/clients/status_backend.py
+6 −0 tests-functional/constants.py
+2 −0 tests-functional/requirements.txt
+65 −4 tests-functional/tests/test_cases.py
+9 −9 tests-functional/tests/test_init_status_app.py
+75 −0 tests-functional/tests/test_one_to_one_messages.py
+9 −9 tests-functional/tests/test_router.py

0 comments on commit e08e086

Please sign in to comment.