Code Monkey home page Code Monkey logo

Comments (19)

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @edd on May 31, 2018, 15:56

marked this issue as related to vega-stats#5

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @asktav on May 31, 2018, 16:20

marked this issue as related to #22

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @cdm on Jul 2, 2018, 12:03

changed title from {-Support VEGA stats dashboard by adding additional trading-core REST api-} endpoints to {+API: Support VEGA stats dashboard by adding additional trading-core REST+} endpoints

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @edd on Jul 5, 2018, 17:41

changed weight to 1

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @edd on Aug 13, 2018, 14:17

changed title from API: S{-upport VEGA stats dashboard by adding additional trading-core REST endpoints-} to API: S{+tats endpoint+}

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @edd on Aug 13, 2018, 14:17

changed the description

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @edd on Aug 13, 2018, 14:18

changed the description

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @edd on Aug 13, 2018, 14:21

changed the description

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @cdm on Aug 13, 2018, 14:24

changed the description

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @cdm on Aug 13, 2018, 14:27

return some sub-sections -> Blockchain, Trading ?

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @edd on Aug 13, 2018, 15:00

changed the description

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @cdm on Aug 14, 2018, 13:54

changed the description

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @cdm on Aug 14, 2018, 16:14

changed the description

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @cdm on Aug 14, 2018, 16:25


message Statistics {
    uint64 blockHeight = 1;
    uint64 backlogLength = 2;
    uint64 totalPeers = 3;
    string genesisTime = 4;
    string currentTime = 5;
    AppStatus status = 6;
    uint64 averageTxBytes = 7;
    uint64 averageOrdersPerBlock = 8;
    uint64 tradesPerSecond = 9;
    uint64 ordersPerSecond = 10;
    Trade  lastTrade = 11;
    Order  lastOrder = 12;
    Candle lastCandle = 13;
    uint64 totalMarkets = 14;
    uint64 totalParties = 15;
    string AppVersionHash = 16;
    string AppVersion = 17;
}

enum AppStatus {
    CHAIN_NOT_FOUND = 0;
    CHAIN_ERROR = 1;
    CHAIN_REPLAYING = 2;
    APP_CONNECTED = 3;
    APP_ERROR = 4;
    APP_DISCONNECTED = 5;
}


from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @cdm on Aug 14, 2018, 18:35

assigned to @cdm

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @cdm on Aug 14, 2018, 21:33

changed the description

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @cdm on Aug 14, 2018, 21:34

changed the description

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @cdm on Aug 15, 2018, 14:47

mentioned in merge request !48

from vega.

ashleyvega avatar ashleyvega commented on May 19, 2024

In GitLab by @cdm on Aug 15, 2018, 15:27

closed

from vega.

Related Issues (20)

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.