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

chore: In gnoclient, separate out SignTx and BroadcastTxCommit #2641

Commits on Jul 31, 2024

  1. chore: In gnoclient, refactor signAndBroadcastTxCommit into SignTx an…

    …d BroadcastTxCommit
    
    Also add MakeCallTx, MakeRunTx, MakeSendTx and MakeAddPackageTx to support signing separately.
    
    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    10550df View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    f1b9700 View commit details
    Browse the repository at this point in the history
  2. chore: gnoclient client_test: Add helpers callSigningSeparately and r…

    …unSigningSeparately
    
    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bccd9d0 View commit details
    Browse the repository at this point in the history
  3. chore: In callSigningSeparately, add t.Helper()

    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c9f457d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    945ea7a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    67b6977 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    1ceed8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b60c669 View commit details
    Browse the repository at this point in the history
  3. chore: gnoclient: Use vm.MsgCall, etc. where Caller is already set

    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    90153d3 View commit details
    Browse the repository at this point in the history
  4. chore: gnoclient: Change methods MakeCallTx, etc. to functions NewCal…

    …lTx, etc.
    
    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    de79a2b View commit details
    Browse the repository at this point in the history
  5. chore: gnoclient integration_test: Use callSigningSeparately, etc.

    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1c57ffa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7631b1 View commit details
    Browse the repository at this point in the history