File tree
4 files changed
+13
-62
lines changed- mobile
- scripts
- vendor
4 files changed
+13
-62
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
475 | 475 |
| |
476 | 476 |
| |
477 | 477 |
| |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
478 | 486 |
| |
479 | 487 |
| |
480 | 488 |
| |
481 | 489 |
| |
| 490 | + | |
482 | 491 |
| |
483 | 492 |
| |
484 | 493 |
| |
| |||
906 | 915 |
| |
907 | 916 |
| |
908 | 917 |
| |
909 |
| - | |
| 918 | + | |
910 | 919 |
| |
911 | 920 |
| |
912 | 921 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 19 | + | |
31 | 20 |
| |
32 | 21 |
| |
33 | 22 |
| |
| |||
73 | 62 |
| |
74 | 63 |
| |
75 | 64 |
| |
76 |
| - | |
| 65 | + | |
77 | 66 |
| |
78 | 67 |
| |
79 | 68 |
| |
| |||
82 | 71 |
| |
83 | 72 |
| |
84 | 73 |
| |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 | 74 |
| |
91 | 75 |
| |
92 | 76 |
| |
|
This file was deleted.
- Makefile+33-1
- centralizedmetrics/metrics.go+8
- centralizedmetrics/metrics_test.go+4
- centralizedmetrics/sqlite_persistence.go+20
- centralizedmetrics/sqlite_persistence_test.go+53
- contracts/contracts.go+6-6
- contracts/cryptokitties/cryptokitties.go+2.5k
- contracts/cryptokitties/doc.go+10
- contracts/cryptopunks/cryptopunks.go+2.2k
- contracts/cryptopunks/doc.go+10
- go.mod+1-1
- images/identity.go-7
- images/identity_test.go+1-1
- multiaccounts/database_test.go+3-7
- services/wallet/collectibles/commands.go-379
- services/wallet/collectibles/controller.go-442
- services/wallet/collectibles/filter_test.go+2-1
- services/wallet/collectibles/manager.go+5-4
- services/wallet/collectibles/manager_test.go+2-1
- services/wallet/collectibles/ownership/controller.go+481
- services/wallet/collectibles/ownership/controller_test.go+730
- services/wallet/collectibles/ownership/events.go+34
- services/wallet/collectibles/ownership/loader.go+248
- services/wallet/collectibles/ownership/ownership_db.go+2-2
- services/wallet/collectibles/ownership/ownership_db_test.go+1-1
- services/wallet/collectibles/ownership/periodical_loader.go+201
- services/wallet/collectibles/service.go+204-64
- services/wallet/router/pathprocessor/nft_handler.go+209
- services/wallet/router/pathprocessor/nft_handler_cryptokitties.go+94
- services/wallet/router/pathprocessor/nft_handler_cryptokitties_test.go+134
- services/wallet/router/pathprocessor/nft_handler_cryptopunks.go+94
- services/wallet/router/pathprocessor/nft_handler_cryptopunks_test.go+122
- services/wallet/router/pathprocessor/nft_handler_erc721.go+183
- services/wallet/router/pathprocessor/nft_handler_erc721_test.go+187
- services/wallet/router/pathprocessor/nft_handler_test.go+194
- services/wallet/router/pathprocessor/processor_erc721.go-233
- services/wallet/router/pathprocessor/processor_nft.go+198
- services/wallet/router/pathprocessor/processor_nft_test.go+158
- services/wallet/router/router_test.go+1-1
- services/wallet/router/sendtype/send_type_test.go+198
- services/wallet/service.go+1-1
- services/wallet/thirdparty/collectible_types_test.go+69
- vendor/go.uber.org/zap/internal/ztest/clock.go+153
- vendor/go.uber.org/zap/internal/ztest/doc.go+24
- vendor/go.uber.org/zap/internal/ztest/timeout.go+59
- vendor/go.uber.org/zap/internal/ztest/writer.go+96
- vendor/go.uber.org/zap/zaptest/doc.go+22
- vendor/go.uber.org/zap/zaptest/logger.go+157
- vendor/go.uber.org/zap/zaptest/testingt.go+47
- vendor/go.uber.org/zap/zaptest/timeout.go+45
- vendor/go.uber.org/zap/zaptest/writer.go+44
- vendor/modules.txt+2
0 commit comments