Commit Graph

8 Commits

Author SHA1 Message Date
8f328321db Update .github/workflows/push-dappbundle.yml
All checks were successful
Deploy to Dappbundle / Deploy (push) Successful in 18s
2026-03-05 19:27:10 +00:00
09b15babe9 Add .github/workflows/push-dappbundle.yml 2026-03-05 19:26:38 +00:00
c8a7b16ae0 Delete .github/workflows 2026-03-05 19:24:24 +00:00
0d7d145222 Add .github/workflows 2026-03-05 19:23:46 +00:00
a9337e8b7f Update README.md 2026-01-31 08:17:38 +00:00
SaketAnand
5fe7eb1a67 Test push via SSH 2026-01-31 13:06:46 +05:30
b9d76ea9f0 feat(bch-wallet): complete Bitcoin Cash wallet migration
Implemented full wallet functionality for Bitcoin Cash:
- Balance Checking: Real-time balance fetching via redundant APIs (Blockchain.com, Blockcypher, FullStack.cash).
- Address Compatibility: Full support for both CashAddr (Bech32) and Legacy formats with automatic bidirectional conversion.
- Transaction Signing: Implemented BIP-143 signature hashing with SIGHASH_FORKID (0x41) for replay protection.
- Transaction History: Robust fetching from multi-provider APIs with detailed transaction formatting.
- Sending Functionality: Secure BCH transfers with dynamic fee estimation and manual ECDSA signing.
- UI Integration: Updated currency selectors and address management modals for Bitcoin Cash specifics.
2026-01-31 03:46:07 +05:30
4e474003ae Initial commit 2026-01-30 15:40:20 +00:00