feat: load testing, API playground, token snapshot & DEX trading comp…#358
Merged
LaGodxy merged 8 commits intoApr 24, 2026
Conversation
…etition - test(MettaChain#154): expand load testing framework for real testnet latency · E2E tests with high-latency network simulation for Westend/Polkadot · Configurable latency profiles mirroring real testnet environments · Stress test scenarios covering burst and sustained load conditions · CI-compatible test runner with pass/fail thresholds and timeouts - feat(MettaChain#164): implement interactive API playground · Web-based environment for calling contract methods against local node · Integrated directly into docs with live method execution support · Pre-configured endpoints for all major contract interactions · CI build step validates playground builds and loads without errors - feat(MettaChain#194): implement property token snapshot mechanism · Snapshot functionality for capturing token balances at a block height · Designed for governance voting weight calculation · Immutable snapshot records prevent retroactive balance manipulation · Unit tests covering snapshot creation, retrieval and edge cases - feat(MettaChain#315): add DEX trading competition system · Trading competition lifecycle — create, join, execute, settle · Reward distribution logic tied to competition leaderboard ranking · Competition state machine with clean start/end/claim transitions · Full unit and integration tests for reward edge cases Closes MettaChain#154, Closes MettaChain#164, Closes MettaChain#194, Closes MettaChain#315
|
@lynaDev2 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
LaGodxy
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
#154 — Load Testing: E2E Tests with Real Testnet Latency
#164 — API: Interactive API Playground
#194 — Property Token: Snapshot Mechanism
#315 — DEX: Trading Competition System
closes #315
closes #164
closes #194
closes #154