-
Notifications
You must be signed in to change notification settings - Fork 122
release to master #2336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
release to master #2336
Conversation
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
* feat: add replacing_tx_id * fix: schema * fix: tweak name * style: lint * style: nit * fix: tests * test: last * fix: revert launch * fix: rbf on insert * fix: rbf upon confirmation * test: sponsored tx * fix: tx counts * style: nit * style: lint * fix: limits * fix: tests * fix: tests 2 * fix: tests 3 * fix: rosetta tests
* chore: upgrade to nodejs LTS (from v20 to v22) * feat: snp integration tests * chore: lint fix * ci: run snp ci step separate * ci: attempt fix on linux with ExtraHosts config * chore: use onceWhen from api-toolkit lib
fix: SNP start
fix: only ingest snp chain events to avoid db bloat
…nse sizes (#2312) * feat: implement exclude_function_args parameter for transaction endpoints - Add ExcludeFunctionArgsParamSchema to params.ts - Update parseContractCallMetadata to conditionally exclude function_args - Thread excludeFunctionArgs parameter through all parsing functions - Add parameter to transaction list, single tx, multiple tx, and mempool endpoints - Add parameter to address transaction endpoints - Add comprehensive unit tests following the testing strategy - Maintain 100% backward compatibility (defaults to false) - All lint and build checks pass Implements FEAT-FunctionArgsExclusion.md specification. * fix: parseContractCallMetadata function argument processing * feat: complete exclude_function_args implementation with all tests passing * feat: add exclude_function_args param to reduce response size * test: add parseContractCallMetadata missing function test * test: cover missing ABI function branch in parseContractCallMetadata * test: add focused test for missing ABI function coverage * chore: remove stray documentation files * chore: remove workplan file from PR * docs: update changelog for exclude_function_args feature * fix: conform test builders to DB constraints Default token_transfer_memo builders now default to '0x' (valid bytea hex). Set smartContract.clarity_version to null when undefined. Fixes bytea and UNDEFINED_VALUE errors in exclude_function_args tests. * feat: require excludeFunctionArgs param & drop 8.11.0 changelog - Param now mandatory; all call sites pass false - Restore CHANGELOG, remove 8.11.0 block only - Shorten schema description - Delete obsolete parse-contract-call-metadata test * chore: remove CHANGELOG.md from repository * feat: make excludeFunctionArgs required and update call sites - Restore CHANGELOG.md (auto-generated by semantic-release) - Make excludeFunctionArgs required in GetTxArgs and GetTxsArgs interfaces - Shorten description text in ExcludeFunctionArgsParamSchema - Pass excludeFunctionArgs: false at existing internal call sites and tests (per review guidance) * chore: fix prettier line length in tx tests (CI lint) --------- Co-authored-by: Alexander Huth <[email protected]> Co-authored-by: Developer <[email protected]> Co-authored-by: alexthuth <[email protected]>
merge master into develop
* fix: index * fix: batch rbf transactions query * fix: use batching
* fix: drop redundant db indexes * fix: explicitly add down
Vercel deployment URL: https://stacks-blockchain-o6subpokl-hirosystems.vercel.app 🚀 |
CharlieC3
approved these changes
Aug 6, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
🎉 This PR is included in version 8.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
No description provided.