Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base58 fixes #53

Merged
merged 5 commits into from
Jul 8, 2022
Merged

Base58 fixes #53

merged 5 commits into from
Jul 8, 2022

Conversation

slowriot
Copy link
Contributor

@slowriot slowriot commented Aug 20, 2021

Description

The base58 implementation was broken, and an attempt had been made to bodge the test data to pass the test, despite a broken implementation. The test was nevertheless still failing.

This PR does the following:

  • Enables building of unit tests by default
  • Reinstates valid test data for base58, identical to that used by bitcoin core
  • Fixes the base58 implementation, so that the tests pass

Test with: src/test/test_BGL --log_level=all --run_test=base58_tests -- DEBUG_LOG_OUT

BTC/BGL PR reward address

ETH/USDT: 0x50b92AB67A3D3DE8c3506D9287893D9a52655486

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants