Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Parity Ethereum does not show version on Ethstats #9685

Closed
5chdn opened this issue Oct 1, 2018 · 7 comments
Closed

Parity Ethereum does not show version on Ethstats #9685

5chdn opened this issue Oct 1, 2018 · 7 comments
Labels
F2-bug 🐞 The client fails to follow expected behavior. M6-rpcapi 📣 RPC API. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible.
Milestone

Comments

@5chdn
Copy link
Contributor

5chdn commented Oct 1, 2018

  • Parity Ethereum version: 2.0.4 ... 2.2.0
  • Operating system: Linux
  • Installation: built from source
  • Fully synchronized: yes
  • Network: ethereum, ropsten, and kovan
  • Restarted: yes

Something changed around version 2.0.4; all versions after are not displayed on stats.parity.io anymore.

Someone please debug this and compare with a 1.11.11 node ideally which still displays the version.

@5chdn 5chdn added F2-bug 🐞 The client fails to follow expected behavior. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible. M6-rpcapi 📣 RPC API. labels Oct 1, 2018
@5chdn 5chdn added this to the 2.2 milestone Oct 1, 2018
@veox
Copy link

veox commented Oct 3, 2018

There are nodes on https://ethstats.net/ that show:

Parity-Ethereum//v2.0.6-stable-549e202-20180919/x86_64-linux-gnu/rustc1.29.0

I have built the same commit locally, with version reported as

Parity-Ethereum/v2.0.6-unstable-549e202fc-20180919/x86_64-linux-gnu/rustc1.28.0

and its version is not displayed (server name veox-parity on ethstats).

@5chdn
Copy link
Contributor Author

5chdn commented Oct 4, 2018

question is, is this a parity issue or ethstats?

@veox
Copy link

veox commented Oct 15, 2018

@5chdn A bit of both.

e-n-i-a is notoriously clumsy on handling unexpected responses.

The relevant code is in getInfo():

https://github.com/cubedro/eth-net-intelligence-api/blob/bdc192ebb76fc9964ef0da83ee88bc86ba69c052/lib/node.js#L338-L349

e-n-i-a gets stuck forever trying to get coinbase when it doesn't exist (e.g. node has no keys local to it).

Possibly related: PR #9383.

@veox
Copy link

veox commented Oct 15, 2018

Short-circuiting line 339 (in node.js, link above) with an account address works around the issue.

Creating an account using parity --chain=ropsten account new so eth.coinbase returns something - that works, too.

@5chdn
Copy link
Contributor Author

5chdn commented Oct 15, 2018

Aaaaaah, that makes sense. Too bad e-n-i-a does not have an owner. Would be easy to fix this on dashboard server side.

@5chdn 5chdn modified the milestones: 2.2, 2.3 Oct 29, 2018
@ghost
Copy link

ghost commented Nov 7, 2018

@5chdn Kannst du mir auch helfen?

Parity-Ethereum v2.2.0-20181102 beta
Parity UI Version 0.3.4 (0.3.4)

Mit dem smart contract von uns würde ich gerne über den Ledger (mintdelegate) eine Funktion (bulkmint) ausführen. Nach Eingabe der ERC-20 Wallets und der dazugehörigen Anzahl an Token/Wallet kommt das Feld pending. Allerdings wird nicht nach meinem Ledger Nano S um allowence gefragt oder um Bestätigung der Trx. Ich weiß allerdings nicht, wo ich den Local Key finde und wie das ganze genau zusammenhängt.

@5chdn
Copy link
Contributor Author

5chdn commented Nov 30, 2018

@5chdn 5chdn closed this as completed Nov 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior. M6-rpcapi 📣 RPC API. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible.
Projects
None yet
Development

No branches or pull requests

2 participants