KiraCore / testnet

public testnet coordination
Other
31 stars 28 forks source link

api partially broke #56

Closed Yurbason closed 3 years ago

Yurbason commented 3 years ago

after the upgrade to testnet-4, the interaction with the api partially broke for example:

  1. API request for some validator
    "mischance_confidence": "0",
    "start_height": "0",
    "inactive_until": "",
    "last_present_block": "0",
    "missed_blocks_counter": "0",
    "produced_blocks_counter": "0"
  2. sekaid request
    mischance: "0"
    mischance_confidence: "0"
    missed_blocks_counter: "8"
    produced_blocks_counter: "604"
    start_height: "14622"
asmodat commented 3 years ago

should be resolved with v0.4.0.7