Merged
Conversation
* feat: add Edge exchange provider API requirements - Add evmChainId to AssetInDto for EVM chain identification - Add EvmUtil.getBlockchain() reverse lookup (chainId → Blockchain) - Extend resolveAsset() to support evmChainId + chainId combination - Add RegionRestricted and AssetUnsupported to QuoteError enum - Add structured errors array to Buy/Sell/Swap quote DTOs - Add QuoteErrorUtil to map internal errors to Edge format - Add GET /transaction/status/:orderId with simplified status mapping - Update EDGE_REQUIREMENTS.md tracking * feat 2: removed unused endpoint * feat 6: added missing response fields and result limit * feat 8: monthly ref payout * feat 2: find transaction by order UID (if available) * feat: Spark channel retry * feat 10: currency name support, country param, quote error non-400 * feat 3: multiple quote errors, standardized structure * fix: tests * fix: PR comments * chore: more reactoring * chore: improved Swagger docu * chore: more refactoring * chore: more refactoring --------- Co-authored-by: David May <david.leo.may@gmail.com>
Unconfirmed fiat_output 79958 (52,939 EUR) blocks available liquidity on Olkypay, preventing new outputs like #79984 from being processed.
Author
ℹ️ New TODOs/FIXMEs (1)+ if (tx.id === 79958) return false; // TODO: excluded from pending balance calculation |
TaprootFreak
approved these changes
Mar 11, 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.
Automatic Release PR
This PR was automatically created after changes were pushed to develop.
Commits: 1 new commit(s)
Checklist