Skip to content

Conversation

@pengyuc-bitgo
Copy link
Contributor

Created this branch from rel/latest
Merged master -> this branch.
This PR will merge this branch -> rel/latest and then continue with rel/latest -> master back-merge.

Ticket: WP-6380

SimonVutovB and others added 30 commits October 7, 2025 09:01
- 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-canton): added pre-approval builder
chore: wrw support for megaeth
chore: add tpolyx token without token name
feat: added canton to account-lib
fix(sdk-coin-canton): removed the non-required export
feat(sdk-coin-canton): removed non-required fields from builders
nayandas190 and others added 17 commits October 15, 2025 14:16
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
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
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
@pengyuc-bitgo pengyuc-bitgo requested review from a team as code owners October 15, 2025 19:31
@pengyuc-bitgo pengyuc-bitgo requested review from kaustubhbitgo and rahulhegde-bitgo and removed request for a team October 15, 2025 19:31
@pengyuc-bitgo pengyuc-bitgo merged commit 988f57b into rel/latest Oct 15, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.