Allow users to send any amount of tokens to any amount of recipients
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABC75a62afad7c1: [ecash-wallet] Support ALP token txs to arbitrary number of recipients with…
npm test
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
version bumps, tests, confirm 3 different tokens is the most that can be sent in a single tx
Comment Actions
improve test, limit functionality to send only (validation against combined actions for chained txs). we could extend later for "just do it all" actions but that is more of a general thing, parsing an action into sub-actions and executing them all sequentially
| modules/ecash-wallet/src/wallet.ts | ||
|---|---|---|
| 730–734 ↗ | (On Diff #60066) | is there a need for this specific error message, vs just letting the next error happen? Is there test coverage for the two specific errors? |
| modules/ecash-wallet/src/wallet.ts | ||
|---|---|---|
| 730–734 ↗ | (On Diff #60066) | no, it's an artifact, good catch, will take it out |