Skip to content

Development#1511

Merged
bogdan-rosianu merged 35 commits intomainfrom
development
Sep 5, 2025
Merged

Development#1511
bogdan-rosianu merged 35 commits intomainfrom
development

Conversation

@dragos-rebegea
Copy link
Copy Markdown
Contributor

No description provided.

cfaur09 and others added 23 commits May 7, 2025 21:52
… and quote tokens in getAllMexTokensRaw method
…us-24-h-volume-values

fix mex token previous24hVolume values
…om-highest-liquidity-pool

ferch token price from highest liquidity pool
* proposer fix

* proposer fix

* proposer fix

* fix getBlock

* fixes after review

Co-authored-by: bogdan-rosianu <bogdan.rosianu@yahoo.com>
#1504)

* add execution order sorting using miniBlocksDetails from Elasticsearch

* fixes after review

* fixes after review
* fix userUndelegatedList field

* use ?? instead of [] to handle undefined case
* fix collection set fields

* fixes after review
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 6, 2025

k6 load testing comparison.
Base Commit Hash: 51c26df
Target Commit Hash: 3909b76

Metric Base Target Diff
AvgMax9095AvgMax9095AvgMax9095
Accounts47.25142.1951.1852.6457.11761.6360.6163.01+20.86% 🔴+435.65% 🔴+18.42% 🔴+19.70% 🔴
Nodes48.381009.9250.9852.5056.67393.9060.6063.14+17.15% 🔴-61.00% ✅+18.87% 🔴+20.28% 🔴
Transactions58.871412.5651.5053.4370.79924.3161.6268.04+20.25% 🔴-34.56% ✅+19.65% 🔴+27.33% 🔴
Mex47.24158.0651.1852.6857.301070.1260.5363.00+21.29% 🔴+577.05% 🔴+18.28% 🔴+19.60% 🔴
Tokens47.97703.6651.1652.6256.94776.9260.6363.10+18.71% 🔴+10.41% 🔴+18.50% 🔴+19.92% 🔴
Pool48.04878.3251.1352.7256.41301.3160.6763.15+17.41% 🔴-65.70% ✅+18.66% 🔴+19.79% 🔴
Blocks53.251186.3751.7254.0664.771372.6660.9765.07+21.63% 🔴+15.70% 🔴+17.89% 🔴+20.37% 🔴
Test Run Duration60003.7660001.67

Legend: Avg - Average Response Time, Max - Maximum Response Time, 90 - 90th Percentile, 95 - 95th Percentile
All times are in milliseconds.

stefangutica
stefangutica previously approved these changes Jun 6, 2025
cfaur09
cfaur09 previously approved these changes Jun 6, 2025
bogdan-rosianu
bogdan-rosianu previously approved these changes Jun 6, 2025
…date 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
@dragos-rebegea dragos-rebegea dismissed stale reviews from bogdan-rosianu and cfaur09 via d3776fc June 18, 2025 15:00
* update to latest sdk version

* fixes for latest sdk version

* add package-lock

* fix unit tests
* fix packages

* add package-lock

* add missing packages

* remove unneeded package

* fix mongo connection
cfaur09
cfaur09 previously approved these changes Jul 7, 2025
stefangutica
stefangutica previously approved these changes Jul 7, 2025
* Add timestampMs field to Transaction interface and class

* update specs

* update accounts spec
@cfaur09 cfaur09 dismissed stale reviews from stefangutica and themself via b12917e July 11, 2025 11:51
cfaur09 and others added 5 commits July 14, 2025 11:32
…ount endpoints and update ElasticIndexerHelper to support balance filtering. This allows users to filter accounts based on their balance status. (#1521)
…ypes correctly by stripping parameters from the content type string. (#1527)
* 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>
cfaur09
cfaur09 previously approved these changes Aug 13, 2025
stefangutica
stefangutica previously approved these changes Aug 13, 2025
* 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>
@bogdan-rosianu bogdan-rosianu dismissed stale reviews from stefangutica and cfaur09 via 9c82c3f September 4, 2025 07:48
* update MetaESDT tokens

* update imports
* ES collections improvements

* getNfts improvements

* improve bulkProcessTransactions

* fixes

* fixes

* fixes

* refactor getSmartContractResultsRaw()

* improve nftCollection processing

* eslint fix
@bogdan-rosianu bogdan-rosianu merged commit 6bf7dc5 into main Sep 5, 2025
9 checks passed
bogdan-rosianu added a commit that referenced this pull request Sep 23, 2025
* update andromeda config template enable epoch (#1502)

* 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>

* merge main to development - fixes after merge

* fix lint

---------

Co-authored-by: Rebegea Dragos-Alexandru <42241923+dragos-rebegea@users.noreply.github.com>
Co-authored-by: cfaur09 <catalinfaurpaul@gmail.com>
Co-authored-by: Gabriel Matei <gabrielvmatei@gmail.com>
Co-authored-by: Catalin Faur <52102171+cfaur09@users.noreply.github.com>
Co-authored-by: Gutica Stefan <123564494+GuticaStefan@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants