Details
Details
- Reviewers
emack - Group Reviewers
Restricted Project
npm start
Sign a message
Verify the message
Confirm 'eCash signed message' appears in the dev log when you verify
Sign a message with cashtab.com or electrumabc as bitcoin signed
Confirm your npm start instance verifies this as well, but eCash signed message does not appear in the dev log
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 21082 Build 41818: Build Diff Build 41817: arc lint + arc unit
Event Timeline
Comment Actions
I'm not getting the 'eCash signed message' message regardless of whether it's ecash or bitcoin signed. Perhaps see if JSON.stringifying the signature buffer makes a difference?
Comment Actions
nvm, figured out the test plan needed a 'npm i' at the start otherwise it doesn't pick up the changes to the xecjs-message module. All good now.