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

fix: Add missing initialization for transaction version #124

Merged

Commits on Aug 7, 2019

  1. fix: Add missing initialization for transaction version

    * Added explicit default ctors/assign for copy/move to builder
    * Changed  builder sign function to return void and pass transaction in by reference to avoid copies.
    * Updated transaction tests to check for version.
    ciband committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    d158045 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    862930b View commit details
    Browse the repository at this point in the history
  3. fix: Increase the JSON document size

    Increased the JSON document size to allow for the addition
    of the version field.
    ciband committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    24c98e5 View commit details
    Browse the repository at this point in the history