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(gnodev): add balances & keybase support #1938

Merged
merged 25 commits into from
Apr 25, 2024

Commits on Apr 16, 2024

  1. feat(gnodev): add balances handler

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8ace17c View commit details
    Browse the repository at this point in the history
  2. fix: cleanup

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9bb5de6 View commit details
    Browse the repository at this point in the history
  3. fix: cleanup and move gnodev into /cmd

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ca194ef View commit details
    Browse the repository at this point in the history
  4. fix: update docs

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5bd0b6f View commit details
    Browse the repository at this point in the history
  5. fix: balances errors

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    446fd2f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. fix: lint and remove unused

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    80e4f99 View commit details
    Browse the repository at this point in the history
  2. chore: lint comment

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    93e4adc View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fix: lint

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ecc305f View commit details
    Browse the repository at this point in the history
  2. chore: update genesis-creator to deploy-key

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    690be02 View commit details
    Browse the repository at this point in the history
  3. chore: update creator to deployer

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fb98ef5 View commit details
    Browse the repository at this point in the history
  4. chore: lint

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1012bec View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. chore: fix typo

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b2ae172 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. fix: add balance file flag

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9cfd3d7 View commit details
    Browse the repository at this point in the history
  2. chore: rename varAccounts into varPremineAccounts

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    230738f View commit details
    Browse the repository at this point in the history
  3. feat: add addressBook in gnodev to replace keybase

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    87ec0b3 View commit details
    Browse the repository at this point in the history
  4. fix: lint error

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f2593b0 View commit details
    Browse the repository at this point in the history
  5. chore: move balance types in its own file

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0abe926 View commit details
    Browse the repository at this point in the history
  6. chore: add parallel to some tests

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e4ac3c1 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'master' into feat/gnodev-keybase

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    63442ff View commit details
    Browse the repository at this point in the history
  8. chore: update doc

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5e248a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5acc0a2 View commit details
    Browse the repository at this point in the history
  10. chore: remove testify jaekwon deps from bad merge

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2442f1e View commit details
    Browse the repository at this point in the history
  11. fix: balances tests

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    766585c View commit details
    Browse the repository at this point in the history
  12. chore: rename unlimitedFund -> premineBalance

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1f52b90 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. chore: improve book readability

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    55b863f View commit details
    Browse the repository at this point in the history