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 gnoNativeService, support using the remote Gnokey Mobile service #163

Merged

Commits on Aug 8, 2024

  1. chore: In BridgeConfig and service.Config, add UseGnokeyMobile

    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6c56351 View commit details
    Browse the repository at this point in the history
  2. chore: In initService, if UseGnokeyMobile then set up gnokeyMobileCli…

    …ent. Add getClient() and use it in QueryAccount, etc. See the PR.
    
    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    cd1decb View commit details
    Browse the repository at this point in the history
  3. chore: In GetRemote and ListKeyInfo, if useGnokeyMobile then use the …

    …remote service.
    
    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ca96e9c View commit details
    Browse the repository at this point in the history
  4. chore: In gnoNativeService.Call, if useGnokeyMobile then use the Gnok…

    …ey Mobile service to sign the tx. See the PR.
    
    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c2c7283 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. chore: In the bridge Config, add start_gnokey_mobile_service. Check i…

    …t in GnoNativeApi initClient to call startGnokeyMobileService().
    
    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3c6c31d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. chore: go.mod: Use the latest gnokey-mobile

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