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

General enhancements and fix #1 #16

Closed
wants to merge 2 commits into from
Closed

Commits on Sep 3, 2024

  1. General enhancements and fix #1

    *. Introduced several new .proto files in 'poktroll/application', 'poktroll/proof', 'poktroll/gateway', and 'poktroll/session' directories
    *. Updated already existent .proto files of cosmos to the files on cosmos-sdk at v0.50.7
    *. Added a new environment variable to add extra params to subquery node
    *. Fixed an issue with pgadmin that caused default servers do not be loaded
    *. Added lodash and json-bigint dependencies
    *. Updated few dependencies to the latest version
    jorgecuesta committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    519266c View commit details
    Browse the repository at this point in the history
  2. Add missing semicolons and adjust import quotes

    Reformatted imports to use consistent double quotes and added missing semicolons across various files for better code consistency and readability. Also updated `.prettierrc` configuration to enforce these styles.
    jorgecuesta committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e4338dc View commit details
    Browse the repository at this point in the history