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

Add transactions multi-signing. #76

Merged
merged 3 commits into from
Sep 6, 2023

Commits on Sep 5, 2023

  1. Add transaction multi-signing.

    * Add `MultiSign` and `SetSigners` methods for transactions to be signed from multi-signing.
    * Add additional `MultiSignable` interface for the `BaseTx` and implement it.
    *  Fix structure used by `SIGNER_LIST_SET`  and `multi-signing`
    *  Update memo struct to use the additional structure as memo item instead of embedded structure
    *  Add missing `temBAD_WEIGHT` error code
    *  Add `Exception` to `CommandError` for the better error message
    dzmitryhil committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c6551b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    7768cf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e4b5dc View commit details
    Browse the repository at this point in the history