Commit fe23ca8
Development to main (#1561)
* Enhance error handling in GatewayProxyController for block retrieval by hash (#1545)
* use EsdtType instead of hardcoded values (#1544)
* token service improvements (#1543)
* processes 50 tokens concurrently using ConcurrencyUtils
* run all three batch operations in parallel with increased concurrency
* add more logs
* apply mex prices
* add logs ( to be removed )
* increse cron time expression
* set cron to 2 minutes
* Websocket subscriptions (#1528)
* add websockets for blocks and txs
* add support for subscribe to stats
* use websockets rooms
* remove logs
* add lock on crons
* check stats room exists
Signed-off-by: GuticaStefan <stefan.gutica@gmail.com>
* fix indent spaces
* add validation pipes + filters
* add try catch + class validator fixes
* fix linter
* add pool subscription + reduce filters combinations for subscriptions
* lint
* add support for events subscription
* lint
* separate subscription websocket into separate app
* add config
* add path
* fix
* add path for events + config default settings
* temp logs
* temp logs 2
* added missing configs + remove temp logs
* enable andromeda in config
* add metrics on subscription
* remove async + reschedule
* refresh metrics every second
* set max listeners to 12
* add EOL
* add count on update + parallel broadcast to rooms
* lower ttl for blocks count cache
* remove comments
* remove comments
* renaming
---------
Signed-off-by: GuticaStefan <stefan.gutica@gmail.com>
Co-authored-by: bogdan-rosianu <bogdan.rosianu@yahoo.com>
Co-authored-by: cfaur09 <catalinfaurpaul@gmail.com>
* log instead of error for invalid legacy delegation contract (#1542)
* implement event logAddress filter (#1548)
* implement event logAddress filter
* implement topics filter
* Token market cap updates (#1550)
* token mcap update
* add logs
* extend logs
* add support for timestampMs for account
* fix unit tests
* improve token fetch price (#1549)
* improve token fetch price
* remove logger
* update spec
* fix lint error
* add logs for error
* add price
* Enhance NFT type support in cache warmer and collection services (#1552)
* Refactor function filter application in ElasticIndexerHelper to enhance query conditions with AND operator and existence checks (#1554)
* apply supply info for all tokens (#1558)
* Refactor token market cap calculation to ensure price and circulating supply are checked before computation
* add specs
* fix lint
* added reserved field to blocks (#1560)
* add support for custom url custom headers (#1557)
* Add custom URL headers support and enhance token data fetching
* Enhance custom URL headers handling by adding JSON parsing and validation checks
* add logs
* fixes
* remove app.hatom.com value
* add EOL
* fix indentation
---------
Signed-off-by: GuticaStefan <stefan.gutica@gmail.com>
Co-authored-by: Catalin Faur <52102171+cfaur09@users.noreply.github.com>
Co-authored-by: Gutica Stefan <123564494+stefangutica@users.noreply.github.com>
Co-authored-by: cfaur09 <catalinfaurpaul@gmail.com>
Co-authored-by: GuticaStefan <stefan.gutica@gmail.com>1 parent 40dad9a commit fe23ca8
File tree
16 files changed
+220
-56
lines changed- config
- src
- common
- api-config
- indexer
- elastic
- entities
- crons/cache.warmer
- endpoints
- accounts
- entities
- blocks/entities
- collections
- events
- entities
- tokens
- test/unit/services
16 files changed
+220
-56
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
972 | 974 | | |
973 | 975 | | |
974 | 976 | | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
975 | 1036 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
780 | | - | |
781 | | - | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
782 | 786 | | |
783 | 787 | | |
784 | 788 | | |
| |||
814 | 818 | | |
815 | 819 | | |
816 | 820 | | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
817 | 831 | | |
818 | 832 | | |
819 | 833 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| 327 | + | |
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
| 331 | + | |
330 | 332 | | |
331 | 333 | | |
332 | 334 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
0 commit comments