Fix CAPTCHA bypass, cursor pagination, explorer links, and blockchain queue (#874, #873, #872, #871) - #979
Merged
nanaf6203-bit merged 3 commits intoJul 28, 2026
Conversation
…lockchain queue issues - Fix CAPTCHA verification bypass in non-production mode (MettaChain#874): Require CAPTCHA by default in all environments, add CAPTCHA_BYPASS env var for dev-only bypass - Implement cursor-based pagination for large datasets (MettaChain#873): Add cursor support to search, admin, and transactions services with backward compatibility - Fix blockchain explorer link generation (MettaChain#872): Use blockchainHash instead of truncated UUID for from address - Fix blockchain recording processor queue name mismatch (MettaChain#871): Align processor queue name with service, remove non-existent submitTransaction call
|
@khaadish 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! 🚀 |
…x TS build errors - Resolve merge conflicts in .env.example, search.service.ts, transactions.service.ts - Add isBlocked property to AdminUpdateUserDto - Fix 'error is of type unknown' by casting to Error in catch blocks - Replace Prisma.User with User from prisma.types - Add CAPTCHA_BYPASS env var alongside Redis config
khaadish
force-pushed
the
fix/captcha-pagination-explorer-queue
branch
from
July 28, 2026 18:09
3cc3c1b to
9915d98
Compare
- Fix issueTokenPair parameter type to accept Prisma User type - Add optional chaining for apiKeyAnalyticsService - Fix error type in catch handler for API key usage - Cast getSuggestions return type to string[]
khaadish
force-pushed
the
fix/captcha-pagination-explorer-queue
branch
2 times, most recently
from
July 28, 2026 18:33
7fd2e40 to
f9427a4
Compare
nanaf6203-bit
approved these changes
Jul 28, 2026
nanaf6203-bit
left a comment
Contributor
There was a problem hiding this comment.
@khaadish Good Job
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
Fix CAPTCHA verification bypass in non-production mode (Closes #874)
Implement cursor-based pagination for large datasets (Closes #873)
Fix blockchain explorer link generation (Closes #872)
Fix blockchain recording processor queue name mismatch (Closes #871)