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

Stakooler refactor #65

Merged
merged 13 commits into from
Oct 2, 2024
Merged

Stakooler refactor #65

merged 13 commits into from
Oct 2, 2024

Commits on Sep 27, 2024

  1. wip: update config handling;

    - refactor reading in files
    - update golang version to latest
    mircea-c committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0cf8509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b11f3b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. wip: refactor config;

    - fix address decoding
    - update auth and bank queries
    - update table display
    mircea-c committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e329859 View commit details
    Browse the repository at this point in the history
  2. wip: refactor;

    - fixed csv display
    - updated distribution queries
    - fixed double entry bug
    mircea-c committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    829b0da View commit details
    Browse the repository at this point in the history
  3. wip: big refactor

    mircea-c committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a7270ae View commit details
    Browse the repository at this point in the history
  4. wip: refactoring;

    - fixed staking details bug
    mircea-c committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    19d82fc View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. wip: refactoring continues;

    - cleaned up api response processing
    - fixed some initialization runtime errors
    mircea-c committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8716652 View commit details
    Browse the repository at this point in the history
  2. wip: refactoring;

    - fixed issue with chains that don't have prefix query
    - cleaned up table display column names
    - cleaned up chain registry queries
    mircea-c committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    0617f4b View commit details
    Browse the repository at this point in the history
  3. minor nit

    mircea-c committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4a1ee2c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. wip: refactoring;

    - fix injective denom query
    - log account not found errors, without skipping any other accounts
    - put in an exception for medibloc prefix query returning the wrong value
    mircea-c committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1e3c6a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. update github workflow

    mircea-c committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    292f141 View commit details
    Browse the repository at this point in the history
  2. wip: refactoring;

    - tidy up data structures
    - move api response structs into the api folder
    - standardize method usage for http query responses
    mircea-c committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    534fb32 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. remove zabbix related code

    mircea-c committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2d171ba View commit details
    Browse the repository at this point in the history