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

feat(gnokey): Print out the transaction hash when maketx executes successfully #2309

Merged
merged 59 commits into from
Jul 22, 2024

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    ed91236 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56e7654 View commit details
    Browse the repository at this point in the history
  3. wrong changes

    linhpn99 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    284f3d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bae8ed1 View commit details
    Browse the repository at this point in the history
  5. redundant lines

    linhpn99 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    2f592e1 View commit details
    Browse the repository at this point in the history
  6. new line

    linhpn99 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    8f9383e View commit details
    Browse the repository at this point in the history
  7. update txtar files

    linhpn99 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    7f73b2e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    e7a33f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03ebe9b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    889cd13 View commit details
    Browse the repository at this point in the history
  2. use base64 instead of hex

    linhpn99 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c1eb1fe View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    10ced29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e174e54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b01832 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    539e678 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da8cf9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    5e7b5fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c24d863 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef9873d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jun 22, 2024

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

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

  1. tmp

    linhpn99 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    46b2a08 View commit details
    Browse the repository at this point in the history
  2. tmp

    linhpn99 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2dae425 View commit details
    Browse the repository at this point in the history
  3. Update event.txtar

    linhpn99 authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    169ae83 View commit details
    Browse the repository at this point in the history
  4. Update event.txtar

    linhpn99 authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    18c3768 View commit details
    Browse the repository at this point in the history
  5. Update event_callback.txtar

    linhpn99 authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2fcfd98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4b1b25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79b4992 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    3cd575e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e4c70b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

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

Commits on Jul 3, 2024

  1. merge master

    linhpn99 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a67f3da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae93513 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    cd5fd9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fb3d98 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    52b06ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8c8d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e89ad3 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    df11597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a61afa3 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    69059fb View commit details
    Browse the repository at this point in the history
  2. another one

    linhpn99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    5cd0e24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c9b181 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    1b6d51a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa1daa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f2956f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    b870a07 View commit details
    Browse the repository at this point in the history
  2. use URLEncoding instead

    linhpn99 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b3455fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81b0e6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f55af5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

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

Commits on Jul 15, 2024

  1. Update broadcast.go

    linhpn99 authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6c01a8d View commit details
    Browse the repository at this point in the history
  2. Update maketx.go

    linhpn99 authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f1ca06a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

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

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    9c3a0f6 View commit details
    Browse the repository at this point in the history
  2. fixup

    linhpn99 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    79d5f22 View commit details
    Browse the repository at this point in the history