BTCGPU / bitcoinjs-lib

Bitcoin-related functions implemented in pure JavaScript
MIT License
1 stars 3 forks source link

Rebase bgoldjs lib-to bitcoinjs-lib #17

Closed R-Santev closed 3 years ago

R-Santev commented 3 years ago

Motivation

BitcoinGoldJS-lib was not recently updated and it's good to have the latest features and bug fixes from bitcoinjs-lib. That's why I have rebased the library to the latest master of bitcoinjs-lib.

Implementation

The rebase process included multiple conflict resolutions and after that there were 5 unit tests failing. I have investigated the reason for the failed tests and have fixed either the test or the function that is being tested. To verify the implementation I have used the library in multiple local projects and everything is working as supposed.

Conclusion

BitcoinGoldJS-lib has been updated to the latest master of bitcoinjs-lib, the library is working as expected and no unit/integration tests are failing.