chainquery icon indicating copy to clipboard operation
chainquery copied to clipboard

process transactions with raw hex

Open tiger5226 opened this issue 6 years ago • 1 comments

There are some things that are made human readable via verbose output. Right now only the script hex is processed. For example the vout value is put in satoshi instead of the actual int value. These sort of conversions could present issues in the future and we should be storing the raw data not the human readable data.

Acceptance Criteria

Definition of Done

  • [ ] Tested against acceptance criteria
  • [ ] Tested against the assumptions of the user story
  • [ ] The project builds without errors
  • [ ] Unit tests are written and passing
  • [ ] Tests on devices/browsers listed in the issue have passed
  • [ ] QA performed & issues resolved
  • [ ] Refactoring completed
  • [ ] Any configuration or build changes documented
  • [ ] Documentation updated
  • [ ] Peer Code Review performed

tiger5226 avatar May 02 '18 03:05 tiger5226

this is a breaking change, so will be part of 2.0.

tiger5226 avatar Dec 27 '18 16:12 tiger5226