Page MenuHomePhabricator

[Cashtab] Update utxo-lib to latest version
ClosedPublic

Authored by bytesofman on Apr 14 2023, 17:41.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC5f0f3582a599: [Cashtab] Update utxo-lib to latest version
Summary

Bitgo has published an updated version of utxo-lib with ecash tx support. This diff implements it.

Unfortunately there is still some more work to be done to make the hashType inclusion part of the library.

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cashtab/package.json
166 ↗(On Diff #39751)

This is a resolution to a known issue with jest and importing modules on subpaths

https://github.com/facebook/jest/issues/11100

This revision is now accepted and ready to land.Apr 14 2023, 21:34