-
Notifications
You must be signed in to change notification settings - Fork 300
WP-6380: resolve back-merge conflicts #7257
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
pengyuc-bitgo
merged 65 commits into
rel/latest
from
rel/latest-resolve-conflict-WP-6380
Oct 15, 2025
Merged
WP-6380: resolve back-merge conflicts #7257
pengyuc-bitgo
merged 65 commits into
rel/latest
from
rel/latest-resolve-conflict-WP-6380
Oct 15, 2025
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
- Add validation functions for transaction structure, amount, account ID, token name, and transaction type - Integrate token enablement validation into verifyTransaction method - Add test coverage for all validation scenarios TICKET: WP-5746
Export ECPairFactory and BIP32Factory to support reuse of factories with different ecc implementations. Issue: BTC-2668 Co-authored-by: llm-git <llm-git@ttll.de>
Replace uses of `utxo-lib` bip32 functionality with direct imports from `@bitgo/secp256k1`. This change maintains compatibility while using the preferred library for BIP32 operations. Issue: BTC-2668 Co-authored-by: llm-git <llm-git@ttll.de>
Replace internal noble_ecc wrapper with direct imports from @bitgo/secp256k1. This removes redundant code while maintaining the same functionality. Deprecated exports are preserved for backward compatibility. Issue: BTC-2668 Co-authored-by: llm-git <llm-git@ttll.de>
…CK_OUT noticed that some utxo will be of type 22 with locktim 0 those are eligible to be used for transactions TICKET: SC-3257
Refactor tests to run for both standard PSBT and PSBT-lite formats, ensuring our implementation works with both input formats. The changes allow testing with both witnessUtxo and nonWitnessUtxo depending on the format. Issue: BTC-000 Co-authored-by: llm-git <llm-git@ttll.de>
test(utxo-lib): add tests for both PSBT and PSBT-lite formats
feat(sdk-coin-ada): fix ada build signature handling
feat(sdk-coin-canton): added pre-approval builder
chore: wrw support for megaeth
chore: add tpolyx token without token name
…workflow-to-mock-and-verify-express-routes feat(express): add supertest for createAddress
feat: added canton to account-lib
Ticket: [COIN-6043]
feat: ofc tokens for ton
Ticket: [COIN-6043]
fix(sdk-coin-canton): removed the non-required export
chore: change the 0G network ID
feat: ofc tokens for ton
feat(sdk-coin-canton): removed non-required fields from builders
feat: add WRW support for multiple EVM coins
…-utxolib feat(utxo-lib): standardize secp256k1 cryptography implementation
feat(sdk-coin-canton): export the wallet init transaction
…ning-arb feat(sdk-coin-arbeth): support message signing for walletconnect
…-per-open-api-generator refactor(express): changed route path as per openapi
BREAKING CHANGE: * Removed modules/sdk-coin-celo/src/lib/types.ts - entire file deleted * Removed deserialize() function from modules/sdk-coin-celo/src/lib/utils.ts These components were unused and removing them reduces bundle size and dependency overhead. If you were importing these directly, you'll need to use alternative implementations. BG-0000
…es-for-versioned-tx feat(sdk-coin-sol): inject durable nonce for versioned transactions
feat!(sdk-coin-celo): remove unused files and functions
…vbyte non compulsory sats per vbyte, numblocks for lightning withdraw
fix(core): skip STX stake related tx
feat: disallow EVM_COMPATIBLE_WP feature for OFC coin
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.
Created this branch from
rel/latestMerged master -> this branch.
This PR will merge this branch ->
rel/latestand then continue withrel/latest->masterback-merge.Ticket: WP-6380