Draft
Conversation
84001a2 to
b3ad1e5
Compare
Adds full BitGoJS SDK module for Kaspa (KAS), a UTXO/BlockDAG chain using secp256k1 Schnorr signatures and the Kaspa cashaddr bech32 encoding. - New module modules/sdk-coin-kas with coin class, TransactionBuilder, Transaction, KeyPair, utils, constants, interfaces, and register entry points - Statics: KAS CoinFamily/BaseUnit enums, KaspaNetwork classes (mainnet + testnet-10), kas/tkas coin entries, KASCoin statics class - BitGoJS wiring: coinFactory registration, coins/index export, package.json dependency, tsconfig project reference, environments node URLs - 123 unit tests passing: keyPair, utils, transaction, transactionBuilder, transactionFlow (build -> serialize -> deserialize -> explain -> round-trip) Closes CECHO-388 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
b3ad1e5 to
acaa713
Compare
…tion - Remove duplicate CoinFamily.KAS and BaseUnit.KAS enum entries in base.ts - Remove duplicate KaspaNetwork interface declaration in networks.ts - Remove duplicate non-exported Kaspa/KaspaTestnet class definitions - Add missing txFee field to exported Kaspa/KaspaTestnet classes - Remove duplicate kas import in allCoinsAndTokens.ts - Fix signature validation to require 65 bytes (64 Schnorr + 1 sighash type) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…config references
…expectedColdFeatures
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.
No description provided.