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: improve gnodev logging #1790

Merged
merged 24 commits into from
Apr 14, 2024
Merged

Commits on Mar 18, 2024

  1. feat: add node genesis deliver handler

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ecd1109 View commit details
    Browse the repository at this point in the history
  2. feat(gnodev): improve gnodev logger

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c92c15a View commit details
    Browse the repository at this point in the history
  3. wip: gnodev to cmd

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

Commits on Mar 19, 2024

  1. feat: add column logger

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7e95f3f View commit details
    Browse the repository at this point in the history
  2. fix: logger

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

Commits on Mar 29, 2024

  1. Merge remote-tracking branch 'master' into feat/gnodev-logger

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    fe64402 View commit details
    Browse the repository at this point in the history
  2. fix: add server mode

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    ea20053 View commit details
    Browse the repository at this point in the history
  3. fix: integration test

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f04b97f 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 Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b5aec97 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. fix: cleanup colors

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    4d9483e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'milos/master' into feat/gnodev-logger

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

Commits on Apr 2, 2024

  1. chore lefhover

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

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

Commits on Apr 4, 2024

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

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    909add4 View commit details
    Browse the repository at this point in the history
  2. chore: cleanup leftover

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

Commits on Apr 9, 2024

  1. Merge remote-tracking branch 'master' into feat/gnodev-logger

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

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e5cfab0 View commit details
    Browse the repository at this point in the history
  3. fix(gnodev): top level panic

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    98a4e57 View commit details
    Browse the repository at this point in the history
  4. fix: do not use NoopJSONLogger as it panic on go 1.21

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

Commits on Apr 10, 2024

  1. fix: use tm2 noop logger

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

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

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