Commit 6bf7dc5
Merge development into main (#1511)
* Enhance MexTokenService to calculate and store token volumes for base and quote tokens in getAllMexTokensRaw method
* extend aws s3 config
* update configs
* update s3 configs
* fix transfers count with relayed txs (#1496)
* add support for new NFT events
* add maximum process retries
* add unit tests
* ferch token price from highest liquidity pool
* emit also deleteCacheKeys
* undo process reries
* fix tests
* Proposer fix (#1498)
* proposer fix
* proposer fix
* proposer fix
* fix getBlock
* fixes after review
Co-authored-by: bogdan-rosianu <bogdan.rosianu@yahoo.com>
* add execution order sorting using miniBlocksDetails from Elasticsearch (#1504)
* add execution order sorting using miniBlocksDetails from Elasticsearch
* fixes after review
* fixes after review
* fix userUndelegatedList field (#1507)
* fix userUndelegatedList field
* use ?? instead of [] to handle undefined case
* collections count subType required false fix (#1509)
* tokens supply format from plugin (#1505)
* fix collection set fields (#1510)
* fix collection set fields
* fixes after review
* add configurable response compression with gzip deflate support + update package json (#1512)
* add configurable response compresion
* set true compression for testnet env
* refactor processNFtCollections method
* update package
* update version of node
* update unit test yaml
* getNfts parallel execution
* compression flag false by default
* improve getSingleNFt
* getNftsCollection increase performance
* undo last commit
* Integrate last sdk nestjs (#1516)
* update to latest sdk version
* fixes for latest sdk version
* add package-lock
* fix unit tests
* Packages security issues 2 (#1517)
* fix packages
* add package-lock
* add missing packages
* remove unneeded package
* fix mongo connection
* Api 672 add timestampMs field into transaction response (#1518)
* Add timestampMs field to Transaction interface and class
* update specs
* update accounts spec
* Add normalizeTimestampMs method for timestamp conversion (#1519)
* Enhance account filtering by adding 'withBalance' query option to account endpoints and update ElasticIndexerHelper to support balance filtering. This allows users to filter accounts based on their balance status. (#1521)
* add events filtered by order (#1523)
* Refactor content type validation in NftMediaService to handle media types correctly by stripping parameters from the content type string. (#1527)
* use events index instead of logs (#1514)
* use events index instead of logs
* configurable migrated indices
* added protection for empty fields
* fix log address
* add transaction get unit tests (#1525)
---------
Co-authored-by: cfaur09 <catalinfaurpaul@gmail.com>
Co-authored-by: Catalin Faur <52102171+cfaur09@users.noreply.github.com>
* fix ESDTTransfer duplicated events (#1526)
* use events index instead of logs
* configurable migrated indices
* added protection for empty fields
* fix log address
* add transaction get unit tests (#1525)
* fix duplicated events
---------
Co-authored-by: bogdan-rosianu <bogdan.rosianu@yahoo.com>
* update MetaESDT tokens (#1520)
* update MetaESDT tokens
* update imports
* nft collections es improvements (#1530)
* ES collections improvements
* getNfts improvements
* improve bulkProcessTransactions
* fixes
* fixes
* fixes
* refactor getSmartContractResultsRaw()
* improve nftCollection processing
* eslint fix
---------
Co-authored-by: cfaur09 <catalinfaurpaul@gmail.com>
Co-authored-by: Gabriel Matei <gabrielvmatei@gmail.com>
Co-authored-by: bogdan-rosianu <51945539+bogdan-rosianu@users.noreply.github.com>
Co-authored-by: bogdan-rosianu <bogdan.rosianu@yahoo.com>
Co-authored-by: Catalin Faur <52102171+cfaur09@users.noreply.github.com>
Co-authored-by: Gutica Stefan <123564494+GuticaStefan@users.noreply.github.com>1 parent 51c26df commit 6bf7dc5
File tree
64 files changed
+6502
-3678
lines changed- .github/workflows
- config
- src
- common
- api-config
- assets/entities
- indexer
- elastic
- entities
- persistence
- plugins
- pubsub
- rabbitmq
- entities
- crons/cache.warmer
- endpoints
- accounts
- entities
- blocks
- caching
- collections
- delegation
- esdt
- events
- entities
- mex
- nfts
- transactions
- entities
- transaction-action/recognizers/staking
- transfers
- queue.worker/nft.worker
- queue/job-services
- media
- metadata
- thumbnails
- test/unit/services
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+6502
-3678
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
| |||
176 | 179 | | |
177 | 180 | | |
178 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
180 | 183 | | |
181 | 184 | | |
182 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| |||
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
0 commit comments