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

Made use of get_first_public_key to always return a public key even i… #280

Merged
4 commits merged into from
Apr 21, 2022

Commits on Apr 18, 2022

  1. Made use of get_first_public_key to always return a public key even i…

    …n case of non existent transactions and lower I/O operations which are not required if only want to get First_Public_Key for any given address
    prix-uniris committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    d4b33a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    d956389 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    201cae0 View commit details
    Browse the repository at this point in the history
  3. Removed case statement from %GetFirstPublicKey as a value is always e…

    …xpected from the function and changed decode function from `deserialize_address` to `deserialize_public_key`
    prix-uniris committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    99885e5 View commit details
    Browse the repository at this point in the history