Skip to content

Extend features flags config values#1492

Merged
bogdan-rosianu merged 7 commits intodevelopmentfrom
extend-about-features-configs
Dec 10, 2025
Merged

Extend features flags config values#1492
bogdan-rosianu merged 7 commits intodevelopmentfrom
extend-about-features-configs

Conversation

@bogdan-rosianu
Copy link
Copy Markdown
Contributor

Reasoning

  • not all the features activation flags were exposed via Rest API

Proposed Changes

  • add missing flags

How to test

  • check localhost:3001/about endpoint

@bogdan-rosianu bogdan-rosianu self-assigned this May 6, 2025
getAssetsCdnUrl(): string {
return this.configService.get<string>('features.assetsFetch.assetesUrl') ?? 'https://tools.multiversx.com/assets-cdn';
return this.configService.get<string>('features.assetsFetch.assetsUrl')
?? this.configService.get<string>('features.assetsFetch.assetesUrl')
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create a todo to remove this in the future

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2025

k6 load testing comparison.
Base Commit Hash: 7f6e3e4
Target Commit Hash: 4e92ce4

Metric Base Target Diff
AvgMax9095AvgMax9095AvgMax9095
Accounts60.66584.5264.7966.9563.811145.0089.7395.77+5.19% 🔴+95.89% 🔴+38.50% 🔴+43.04% 🔴
Mex60.52973.0264.6867.0251.26620.5980.9989.80-15.31% ✅-36.22% ✅+25.21% 🔴+34.00% 🔴
Pool61.01988.8064.7466.9252.041554.9480.4189.64-14.71% ✅+57.25% 🔴+24.21% 🔴+33.95% 🔴
Nodes60.65630.8064.7766.832587.7518887.2813313.1316379.51+4166.75% 🔴+2894.19% 🔴+20454.44% 🔴+24407.60% 🔴
Transactions80.382478.2465.9170.7787.701389.28114.19148.56+9.11% 🔴-43.94% ✅+73.26% 🔴+109.92% 🔴
Blocks71.14950.1165.3969.6386.83677.67116.28141.95+22.06% 🔴-28.67% ✅+77.82% 🔴+103.85% 🔴
Tokens61.261177.4964.7066.9661.462013.80110.18130.53+0.32% 🔴+71.02% 🔴+70.30% 🔴+94.92% 🔴
Test Run Duration60001.8860013.85

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

cfaur09
cfaur09 previously approved these changes May 6, 2025
@dragos-rebegea dragos-rebegea marked this pull request as draft June 3, 2025 14:30
# Conflicts:
#	config/config.devnet.yaml
#	config/config.mainnet.yaml
#	config/config.testnet.yaml
# Conflicts:
#	src/endpoints/network/entities/feature.configs.ts
#	src/endpoints/network/network.service.ts
#	src/test/unit/controllers/network.controller.spec.ts
@bogdan-rosianu bogdan-rosianu marked this pull request as ready for review December 10, 2025 11:41
cfaur09
cfaur09 previously approved these changes Dec 10, 2025
@bogdan-rosianu bogdan-rosianu merged commit f6d7af5 into development Dec 10, 2025
6 checks passed
@bogdan-rosianu bogdan-rosianu deleted the extend-about-features-configs branch December 10, 2025 12:42
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.

4 participants