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

use Vector of old task id hash for new task id #412

Merged
merged 2 commits into from
Aug 9, 2023

Commits on Aug 8, 2023

  1. use Vector of old task id hash for new task id

    instead of converting the hash to its hex format and use the ascii
    string of the hex as Vec<u8> for new task id, we use the original [u8,
    32] of the Hash and convert it to a Vec<u8>
    
    This will keep our task id show up in the same way before and after
    update.
    v9n committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f07c1d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. code format

    v9n committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0d9af30 View commit details
    Browse the repository at this point in the history