These txs are currently listed like any other XEC tx. Pull them out of that list, where the info is not newsworthy, and instead include interesting info about these txs.
Details
Details
- Reviewers
emack Fabien - Group Reviewers
Restricted Project - Commits
- rABCbe3341096d86: [ecash-herald] Give Cashtab XEC rewards their own line
npm test
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- herald-track-xec-faucet
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 30480 Build 60478: Build Diff ecash-herald-tests Build 60477: arc lint + arc unit
Event Timeline
apps/ecash-herald/src/parse.js | ||
---|---|---|
1412 | aren't we to use BigInt for utxo value calculations going forward? |
apps/ecash-herald/src/parse.js | ||
---|---|---|
1412 | in this case -- we are only dealing with satoshis (i.e. integers that are never to exceed Number.MAX_SAFE_INTEGER) and addition. so there's no need for BigInt. |