File tree
5 files changed
+39
-65
lines changed- ci
- mobile
- scripts
- vendor
5 files changed
+39
-65
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 |
| |
68 | 74 |
| |
69 | 75 |
| |
70 | 76 |
| |
71 | 77 |
| |
72 | 78 |
| |
73 | 79 |
| |
74 |
| - | |
| 80 | + | |
75 | 81 |
| |
76 | 82 |
| |
77 | 83 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
74 | 80 |
| |
75 | 81 |
| |
76 | 82 |
| |
| |||
113 | 119 |
| |
114 | 120 |
| |
115 | 121 |
| |
116 |
| - | |
| 122 | + | |
117 | 123 |
| |
118 | 124 |
| |
119 | 125 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 |
| |
4 | 7 |
| |
5 | 8 |
| |
| |||
9 | 12 |
| |
10 | 13 |
| |
11 | 14 |
| |
12 |
| - | |
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
29 | 37 |
| |
30 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
31 | 41 |
| |
32 | 42 |
| |
33 | 43 |
| |
| |||
73 | 83 |
| |
74 | 84 |
| |
75 | 85 |
| |
76 |
| - | |
| 86 | + | |
77 | 87 |
| |
78 | 88 |
| |
79 | 89 |
| |
| |||
82 | 92 |
| |
83 | 93 |
| |
84 | 94 |
| |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 | 95 |
| |
92 | 96 |
| |
93 | 97 |
| |
|
This file was deleted.
- Makefile+50-6
- _assets/ci/Jenkinsfile.android+1
- _assets/ci/Jenkinsfile.ios+1
- _assets/ci/Jenkinsfile.mobile+104
- api/geth_backend.go+4-2
- api/protocol_adaptors.go+75
- contracts/celer/bridge.abi-1
- contracts/celer/bridge.go-4.6k
- contracts/celer/doc.go-3
- flake.lock+4-4
- flake.nix+4-4
- messaging/waku/gowaku.go+9-26
- nix/overlay.nix+12-14
- nix/shell.nix+10-12
- params/config.go-3
- protocol/common/feature_flags.go-3
- protocol/communities/manager.go+38-60
- protocol/communities/manager_test.go+17-7
- protocol/communities/permission_checker.go+6-5
- protocol/communities/permissioned_balances.go+2-2
- protocol/communities_messenger_helpers_test.go+35-29
- protocol/messenger.go+10-5
- protocol/messenger_config.go+14-7
- services/ext/service.go+9-4
- services/wallet/README.md-49
- services/wallet/activity/activity_v2.go+6-9
- services/wallet/activity/common/types.go+21-23
- services/wallet/activity/service.go+5-10
- services/wallet/activity/session.go+2-4
- services/wallet/activity/session_service.go+4-20
- services/wallet/activity/session_test.go+22-17
- services/wallet/activity/types.go+2-22
- services/wallet/api.go-34
- services/wallet/common/const.go+1-4
- services/wallet/common/helpers.go+1-1
- services/wallet/routeexecution/manager.go+1-34
- services/wallet/router/pathprocessor/common/constants.go-1
- services/wallet/router/pathprocessor/errors.go+15-18
- services/wallet/router/pathprocessor/errors_test.go-1
- services/wallet/router/pathprocessor/multipath_processor.go-84
- services/wallet/router/pathprocessor/nft_handler.go-125
- services/wallet/router/pathprocessor/nft_handler_cryptokitties.go-16
- services/wallet/router/pathprocessor/nft_handler_cryptokitties_test.go-19
- services/wallet/router/pathprocessor/nft_handler_cryptopunks.go-16
- services/wallet/router/pathprocessor/nft_handler_cryptopunks_test.go-19
- services/wallet/router/pathprocessor/nft_handler_erc721.go-77
- services/wallet/router/pathprocessor/nft_handler_test.go-100
- services/wallet/router/pathprocessor/processor.go-6
- services/wallet/router/pathprocessor/processor_bridge_celar.go-464
- services/wallet/router/pathprocessor/processor_bridge_hop.go+1-88
- services/wallet/router/pathprocessor/processor_community_burn.go-10
- services/wallet/router/pathprocessor/processor_community_deploy_assets.go-10
- services/wallet/router/pathprocessor/processor_community_deploy_collectibles.go-10
- services/wallet/router/pathprocessor/processor_community_deploy_owner_token.go-9
- services/wallet/router/pathprocessor/processor_community_mint_tokens.go-10
- services/wallet/router/pathprocessor/processor_community_remote_burn.go-10
- services/wallet/router/pathprocessor/processor_community_set_signer_pub_key.go-10
- services/wallet/router/pathprocessor/processor_ens_public_key.go-10
- services/wallet/router/pathprocessor/processor_ens_register.go-10
- services/wallet/router/pathprocessor/processor_ens_release.go-10
- services/wallet/router/pathprocessor/processor_erc1155.go-60
- services/wallet/router/pathprocessor/processor_nft.go-50
- services/wallet/router/pathprocessor/processor_stickers_buy.go-10
- services/wallet/router/pathprocessor/processor_swap_paraswap.go-64
- services/wallet/router/pathprocessor/processor_transfer.go-10
- services/wallet/router/pathprocessor/proto_cbridge/cbridge.proto-34
- services/wallet/router/pathprocessor/proto_cbridge/gateway.proto-175
- services/wallet/router/pathprocessor/proto_cbridge/generate.go-3
- services/wallet/router/pathprocessor/proto_cbridge/query.proto-27
- services/wallet/router/sendtype/send_type_test.go+2-2
- services/wallet/service.go+1-10
- services/wallet/transfer/commands.go+4-30
- services/wallet/transfer/controller.go-5
- services/wallet/transfer/controller_test.go+2-76
- services/wallet/transfer/database.go+71-83
- services/wallet/transfer/database_test.go+7-10
- services/wallet/transfer/downloader.go+41-45
- services/wallet/transfer/helpers.go-215
- services/wallet/transfer/multi_transaction_db.go-183
- services/wallet/transfer/multi_transaction_db_test.go-133
- services/wallet/transfer/query.go+2-2
- services/wallet/transfer/testutils.go+32-190
- services/wallet/transfer/transaction_manager.go+1-92
- services/wallet/transfer/transaction_manager_internal.go-42
- services/wallet/transfer/transaction_manager_multitransaction.go-184
- services/wallet/transfer/transaction_manager_multitransaction_test.go-307
- services/wallet/transfer/transaction_manager_route.go+4-8
- services/wallet/transfer/transaction_manager_test.go-144
- services/wallet/wallettypes/types.go+1-3
- tests-functional/tests/test_wallet_activity_session.py+2-2
- transactions/pendingtxtracker.go+21-26
- transactions/transactor.go+21-24
- transactions/transactor_test.go+2-3
- walletdatabase/migrations/sql/1758116486_multi_transactions_removal.up.sql+1
0 commit comments