• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KarpelesLab / outscript / 28282283481

Builds Branch Commit Type Ran Committer Via Coverage
28282283481 master reward: fix incorrect monacoin reward comment (50 MONA, not 12.5) The comment claimed 12.5 MONA while initialReward is 50_0000_0000 (50 MONA), which is the value the halving math actually uses. Comment-only change. Co-Authored-By: Claude Opus 4.... push 27 Jun 2026 07:17AM UTC MagicalTux github
79.47
28282224060 master cardano: detect uint64 overflow when aggregating duplicate assets Fix LOW-severity silent overflow: cardanoAssetMap summed amounts for duplicate (PolicyID, AssetName) entries with += on a uint64, which could silently wrap. Detect the wrap (sum < ... push 27 Jun 2026 07:15AM UTC MagicalTux github
79.47
28281572139 master add Cardano extended-key signing and BIP32-Ed25519 derivation Add CardanoSigner interface and CardanoExtendedKey, which signs with a BIP32-Ed25519 extended Ed25519 key (the 64-byte expanded secret used by Cardano HD wallets, which crypto/ed25519 ... push 27 Jun 2026 06:45AM UTC MagicalTux github
79.16
28277266322 master add Cardano address and transaction support Shelley-era addresses (enterprise/base/reward, mainnet+testnet) using blake2b-224 credentials and a self-contained Bech32 codec (the shared bech32m package enforces BIP-173's 90-char limit, which Cardan... push 27 Jun 2026 03:29AM UTC MagicalTux github
78.92
25922704306 master add ResolveMultisigPubKey to match a multisig signature to its pubkey Walks sig.Pubkeys and tries ECDSA verify with each one against the given digest. Sets and returns the matched pubkey, or nil if none verifies. Lets callers identify the actual ... push 15 May 2026 02:16PM UTC MagicalTux github
79.67
25922048506 master support P2TR key-path and script-path in ExtractBtcInputSig Key-path: detect 1-element witness with a 64- or 65-byte Schnorr sig. Script-path: detect witness ending in a BIP-341 control block; decode the canonical single-sig leaf shape `<push32 x... push 15 May 2026 02:02PM UTC MagicalTux github
79.82
25921135995 master support P2SH-multisig in ExtractBtcInputSig and InputSighash ExtractBtcInputSig now returns []*BtcInputSig (breaking change) so it can surface every signature in a multisig spend. Detects the standard OP_0 <sigs...> <redeemScript> scriptSig patte... push 15 May 2026 01:44PM UTC MagicalTux github
80.05
25920295802 master add ExtractBtcInputSig and InputSighash for P2PKH/P2WPKH Inverse of the existing signing path: parses scriptSig + witness for P2PKH and P2WPKH inputs, returns r/s/sighash-flag/pubkey, and recomputes the SIGHASH_ALL digest given the prev_out scrip... push 15 May 2026 01:26PM UTC MagicalTux github
80.43
24376241604 master add TaprootSigner interface and expose P2TR helpers BtcTxSign.Key now accepts any signer implementing TaprootSigner (SignTaproot(sighash) -> 64-byte sig) in addition to *secp256k1.PrivateKey, unblocking TSS / MuSig2 / FROST / HSM / mock signers t... push 14 Apr 2026 01:38AM UTC MagicalTux github
80.76
24375850229 master document P2TR signing in README Note the required PrevScript field, the secp256k1 Key constraint, and the current SIGHASH_DEFAULT / key-path-only scope so callers don't hit the error paths blind. Co-Authored-By: Claude Opus 4.6 (1M context) <nor... push 14 Apr 2026 01:25AM UTC MagicalTux github
80.8
24375816635 master add P2TR key-path generation and signing (BIP-340/341) Register the "p2tr" format so Script.Generate/Out/Address produce the BIP-341 key-path-only tweaked output (OP_1 <x-only>). Add BIP-340 Schnorr signing over SHA-256 tagged hashes (the bundled... push 14 Apr 2026 01:24AM UTC MagicalTux github
80.8
23982686266 master replace ModChain imports with KarpelesLab, update all dependencies Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 04 Apr 2026 04:16PM UTC MagicalTux github
80.94
23687887311 master add P2TR support to GuessPubKeyAndHashByOutScript, fix GuessOut P2TR length check GuessPubKeyAndHashByOutScript now recognizes P2TR output scripts (OP_1 PUSH32 <32-byte x-only pubkey>) and returns the 32-byte witness program as the pubkey hash, e... push 28 Mar 2026 03:04PM UTC MagicalTux github
80.99
23687145067 master add comprehensive Solana support: v0 transactions, PDA, SPL tokens, priority fees, verification - Fix NewSolanaTx to return error, validate account count (max 256) - Add bounds checks in UnmarshalBinary for signature/account counts - Add PDA comp... push 28 Mar 2026 02:22PM UTC MagicalTux github
81.07
22151967084 master improve test coverage from 69% to 82% Add tests for address parsing/encoding across all networks, BtcTx marshal/unmarshal/AddOutput/Prefill, EVM ABI encoding, Dash block rewards, Solana key utilities, and Massa address validation. Co-Authored-By... push 18 Feb 2026 06:15PM UTC MagicalTux github
80.52
  • ← Previous
  • 1
  • 2
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc