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

feat: sender and receiver protocols use bytes (not hex string) in wallet database #5950

Merged

Commits on Nov 13, 2023

  1. Change protocols to bytes

    Changed the sender and receiver protocol sin the wallet database to use bytes instead of a hex string, as the underlying data type is encrypted bytes. This issue was highlighted due to the to_hex function in tari_utilities not being able to convert large transactions into hex strings (returned **String to large**) for saving in the wallet database.
    hansieodendaal committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    361f0ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b6c0b7 View commit details
    Browse the repository at this point in the history