Commit b9e9309
Development to main (#984)
* SERVICES1086 rebuild marketplace data/state endpoint, service and functions (part 1)
* SERVICES-1085 extract confusing logic in a separete function; renaming; remove comment
* SERVICES-1085 code splitting, renamings & improvements
* SERVICES-1085 rename param
* SERVICES-1085 add marketplace reindex process event logic
* SERVICES-1085 fix batch slice function; code improvements for get event category function
* SERVICES-1085 remove console log
* SERVICES-1085 extract total bought tokens in a separate function
* SERVICES-1085 split reindex marketplace data code
* SERVICES-1085 use handlers and summary classes for rebuilding marketplace state
* SERVICES-1085 fix marketplace elastic query time range filter
* SERVICES-1085 create MarketplaceReindexState class with common methods and remove common handlers
* SERVICES-1085 add handlers for XOXNO specfic events
* set default paymentNonce if not already set
* SERVICES-1085 ignore not used marketplace events for better performance\
* undo default paymentNonce
* SERVICES-1085 marketplace events summaries
* SERVICES-1085 update marketplace event summaries and add DeadRare updatePrice topics
* SERVICES-1085 marketplace events summary service
* SERVICES-1085 fix marketplace reindex summaries and handle krogan acceptOffer
* SERVICES-1085 marketplace reindex state handlers
* SERVICES-1085 remove confusing method
* SERVICES-1085 remove confusing method
* SERVICES-1085 extract create new order from event summary logic into a separate method
* SERVICES-1085 improve createOrder from summary function
* SERVICES-1085 renamings
* SERVICES-1085 renamings
* SERVICES-1085 update marketplace reindex state service
* SERVICES-1085 process event even if no payment token found
* SERVICES-1085 xoxno user deposit
* SERVICES-1085 fix elrondnftswap offerId type
* SERVICES-1085 reindex marketplace state before & after time range
* SERVICES-1085 reindex marketplace state logs & fixes
* SERVICES-1085 renaming
* SERVICES-1085 fix duplicate bid for internal marketplace
* SERVICES-1085 try-catch and better logging
* SERVICES-1085 fix xoxno no startTime
* SERVICES-1085 fix xoxno no startTime
* SERVICES-1085 fix endAuction with no winning order
* SERVICES-1085 fix case when undefined beforeTimestamp
* SERVICES-1085 save auction tags
* SERVICES-1085 admin endpoints fire and forget
* SERVICES-1085 fix internal auction timestamp topic
* SERVICES-1085 marketplace reindex events locker & logs
* SERVICES-1085 handle multiple internal marketplaces with same address case
* fix admin resolver catch
* SERVICES-1085 exclude collection filtering when unique marketplace address
* SERVICES-1085 fix case when timestamp not spported by DB
* Add plugins module
* Update scam cronjob
* Update scam service
* Add none scam info
* Update workflow
* Update cronjob time
* Remode delete by pattern where not needed
* Fix scam report
* Remove unused code
* trigger cache invalidation
* Change delete to update
* Remove delete by pattern for asset history
* Remove delete by pattern from cache invalidation
* Clear to none nft scam info
* Update scam update cache invalidation
* Add null check
* Add collections with no volum
* Fix trending order by
* Fix trending return
* Fix order trending
* Move blacklist filter before order
* Update filter collection
* Remove clear by pattern in auctions
* Add Scam Collection setting
* Add cache invalidation
* Remove scam info from api
* clean up code
* Upgrade testing packages
* Remove data api calls
* Update mapping
* Refactor Token model
* Add historical price retrieve
* Add elrond tools back
* Add create nft with multiple files
* Extract duplicated code
* Fix typo
* Decrease caching time
* Decrease caching time
* Add ici handling
* Update key
* Update key
* Fix Scam Mapping
* Fix bug for event processing
* Add tickets type on collections
* Add page consts and remove extra pagination
* Remove extra line
* Add isTicket field on asset
* Update redis handler for is ticket
* Add debuging logging
* Fix tickets assets return
* Remove logging
* Update length check
* Update collection length checking
* Fix undefined error
* Allow nullable for role address
---------
Co-authored-by: johnykes <[email protected]>
Co-authored-by: johnykes <[email protected]>1 parent 1a1d9a1 commit b9e9309
File tree
127 files changed
+4506
-1448
lines changed- .github/workflows
- src
- common
- persistence
- pluggins
- services
- caching/entities
- mx-communication
- models
- config
- db
- auctions
- featuredNfts
- marketplaces
- offers
- orders
- document-db
- repositories
- modules
- admins
- asset-history
- assets
- loaders
- models
- requests
- auctions
- caching
- common
- api-config
- filters
- featured
- marketplaces
- marketplaces-reindex-handlers
- models
- marketplaces-reindex-events-summaries
- nftCollections
- models
- rabbitmq
- blockchain-events
- handlers
- cache-invalidation
- cache-invalidation-module
- events
- elastic-updates
- entities
- auction
- elrondnftswap
- scam
- models
- usdPrice
- plugins.template
- utils
- constants
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
127 files changed
+4506
-1448
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
31 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| 403 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | | - | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | | - | |
97 | | - | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | | - | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| 124 | + | |
122 | 125 | | |
123 | 126 | | |
| 127 | + | |
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
| |||
181 | 185 | | |
182 | 186 | | |
183 | 187 | | |
| 188 | + | |
184 | 189 | | |
185 | 190 | | |
186 | 191 | | |
| |||
508 | 513 | | |
509 | 514 | | |
510 | 515 | | |
511 | | - | |
| 516 | + | |
512 | 517 | | |
513 | 518 | | |
514 | 519 | | |
| |||
623 | 628 | | |
624 | 629 | | |
625 | 630 | | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
626 | 635 | | |
627 | 636 | | |
628 | 637 | | |
| |||
645 | 654 | | |
646 | 655 | | |
647 | 656 | | |
| 657 | + | |
648 | 658 | | |
649 | 659 | | |
650 | 660 | | |
| |||
768 | 778 | | |
769 | 779 | | |
770 | 780 | | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
771 | 787 | | |
772 | 788 | | |
773 | 789 | | |
| |||
838 | 854 | | |
839 | 855 | | |
840 | 856 | | |
| 857 | + | |
841 | 858 | | |
842 | 859 | | |
843 | 860 | | |
844 | 861 | | |
845 | 862 | | |
846 | 863 | | |
847 | 864 | | |
| 865 | + | |
848 | 866 | | |
849 | 867 | | |
850 | 868 | | |
| |||
1201 | 1219 | | |
1202 | 1220 | | |
1203 | 1221 | | |
| 1222 | + | |
1204 | 1223 | | |
1205 | 1224 | | |
1206 | 1225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
341 | 348 | | |
342 | 349 | | |
343 | 350 | | |
| |||
729 | 736 | | |
730 | 737 | | |
731 | 738 | | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
732 | 746 | | |
733 | 747 | | |
734 | 748 | | |
| |||
878 | 892 | | |
879 | 893 | | |
880 | 894 | | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
881 | 907 | | |
882 | 908 | | |
883 | 909 | | |
| |||
918 | 944 | | |
919 | 945 | | |
920 | 946 | | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
921 | 960 | | |
922 | 961 | | |
923 | 962 | | |
| |||
978 | 1017 | | |
979 | 1018 | | |
980 | 1019 | | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
981 | 1027 | | |
982 | 1028 | | |
983 | 1029 | | |
| |||
1078 | 1124 | | |
1079 | 1125 | | |
1080 | 1126 | | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
1081 | 1134 | | |
1082 | 1135 | | |
1083 | 1136 | | |
| |||
1092 | 1145 | | |
1093 | 1146 | | |
1094 | 1147 | | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
1095 | 1161 | | |
1096 | 1162 | | |
1097 | 1163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
132 | 142 | | |
133 | 143 | | |
134 | 144 | | |
| |||
156 | 166 | | |
157 | 167 | | |
158 | 168 | | |
159 | | - | |
| 169 | + | |
160 | 170 | | |
161 | 171 | | |
162 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments