File tree
4 files changed
+22
-63
lines changed- mobile
- scripts
- vendor
4 files changed
+22
-63
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
73 | 78 |
| |
74 | 79 |
| |
75 | 80 |
| |
| |||
475 | 480 |
| |
476 | 481 |
| |
477 | 482 |
| |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
478 | 494 |
| |
479 | 495 |
| |
480 | 496 |
| |
481 | 497 |
| |
| 498 | + | |
482 | 499 |
| |
483 | 500 |
| |
484 | 501 |
| |
| |||
499 | 516 |
| |
500 | 517 |
| |
501 | 518 |
| |
502 |
| - | |
| 519 | + | |
503 | 520 |
| |
504 | 521 |
| |
505 | 522 |
| |
| |||
906 | 923 |
| |
907 | 924 |
| |
908 | 925 |
| |
909 |
| - | |
| 926 | + | |
910 | 927 |
| |
911 | 928 |
| |
912 | 929 |
| |
|
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