Giter Site home page Giter Site logo

rizon's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rizon's Issues

Put release tag

hi,

when a new release is ready, please put a release tag so that I or all watching people can be notified.

thanks

Add Slack app to repo

Hello.

We would like to get notifications of upcoming releases.

It would be a massive help if we could do it through Github's Slack integration.

Could you kindly install it?

Thank you

denom-metadata is not available

Please add support of "bank denom-metadata", like it already done for example on Sentinel, it's needed to smoothly run of "cosmos-exporter" (to get node metrics for prometheus)
https://github.com/solarlabsteam/cosmos-exporter
-- current state on Rizon:

$ rizond q bank denom-metadata
metadatas: []
pagination:
  next_key: null
  total: "0"

--- example of Sentinel node:

metadatas:
- base: udvpn
  denom_units:
  - aliases: []
    denom: dvpn
    exponent: 6
  - aliases:
    - millidvpn
    denom: mdvpn
    exponent: 3
  - aliases:
    - microdvpn
    denom: udvpn
    exponent: 0
  description: The native staking token of the Sentinel Hub.
  display: dvpn
pagination:
  next_key: null
  total: "1"

rizond can not enable grpc-web interface

app.toml is as blew:

###############################################################################
###                           gRPC Configuration                            ###
###############################################################################

[grpc]

# Enable defines if the gRPC server should be enabled.
enable = true

# Address defines the gRPC server address to bind to.
address = "0.0.0.0:9090"

###############################################################################
###                        gRPC Web Configuration                           ###
###############################################################################

[grpc-web]

# GRPCWebEnable defines if the gRPC-web should be enabled.
# NOTE: gRPC must also be enabled, otherwise, this configuration is a no-op.
enable = true

# Address defines the gRPC-web server address to bind to.
address = "0.0.0.0:9091"

# EnableUnsafeCORS defines if CORS should be enabled (unsafe - use it at your own risk).
enable-unsafe-cors = false

start command:

./rizond start --home xxx

network port listening:

netstat -anpl | grep rizond | grep LISTEN
tcp 0 0 127.0.0.1:26657 0.0.0.0:* LISTEN 109/rizond
tcp 0 0 127.0.0.1:6060 0.0.0.0:* LISTEN 109/rizond
tcp6 0 0 :::26656 :::* LISTEN 109/rizond
tcp6 0 0 :::9090 :::* LISTEN 109/rizond
tcp6 0 0 :::1317 :::* LISTEN 109/rizond

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.