rwadurian/backend/mpc-system/services/service-party-app/tss-party
hailin 625f9373a7 feat(service-party-app): add KAVA transfer functionality with multi-party MPC signing
- Add Transfer page with multi-step flow (form → confirm → signing → broadcasting → success)
- Implement EVM transaction building with RLP encoding (no external dependencies)
- Add Keccak-256 hashing for transaction hash computation
- Support EIP-155 transaction signing for Kava Testnet (Chain ID 2221)
- Add transfer button to Home page wallet cards
- Integrate with Account Service for creating sign sessions
- Support broadcasting signed transactions to Kava EVM RPC

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 05:35:22 -08:00
..
build.sh feat(co-managed-wallet): 添加分布式多方共管钱包创建功能 2025-12-27 21:39:07 -08:00
debug_partyid.go feat(service-party-app): add KAVA transfer functionality with multi-party MPC signing 2025-12-30 05:35:22 -08:00
go.mod feat(service-party-app): implement TSS signing protocol 2025-12-30 04:21:16 -08:00
go.sum feat(service-party-app): implement TSS signing protocol 2025-12-30 04:21:16 -08:00
main.go feat(service-party-app): implement TSS signing protocol 2025-12-30 04:21:16 -08:00
test_keygen.go feat(service-party-app): add KAVA transfer functionality with multi-party MPC signing 2025-12-30 05:35:22 -08:00
tss_party_e2e_test.go feat(service-party-app): implement TSS signing protocol 2025-12-30 04:21:16 -08:00