breaking(tx-handler): drop custom solana patches and rpc proxy checks#132
Merged
breaking(tx-handler): drop custom solana patches and rpc proxy checks#132
Conversation
remove `sanitizeTransaction` proxy (`proxy_sanitize_check`, `skip_sanitize`) remove `proxy_preflight_check`, reject txns with `skip_preflight: false` simplify `TransactionHandler` by dropping `RpcClient` dependency reserve proto field 2 (`skip_sanitize`) in `TransactionConfig`
leafaar
commented
Feb 12, 2026
lvboudre
requested changes
Feb 12, 2026
Collaborator
lvboudre
left a comment
There was a problem hiding this comment.
LGMT: to prevent breaking you could replace the configuration field with Option insteand keep the deny_unknown_field and just ignore whatever people sets it to.
You can also easily detect if someone is trying to set those and print a warning log.
lvboudre
approved these changes
Feb 12, 2026
353c307 to
bd19327
Compare
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.
sanitizeTransactionproxy (proxy_sanitize_check,skip_sanitize)proxy_preflight_checkskip_preflight: falseTransactionHandlerby droppingRpcClientdependencyskip_sanitize) inTransactionConfig