chainquery
chainquery copied to clipboard
process transactions with raw hex
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
this is a breaking change, so will be part of 2.0.