You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for me as well, the stats tool was working till block 4783 (with 0 signatures). When pulling data for 4783 to 5783 blocks, the tool fails with the same error as above.
Thanks for the report, this has been fixed both in master & backported to the 20.5.x branch.
For running it on the questnet, please build the stats tool on the latest revision of the stable/20.5.x branch and run the stats tool again (no changes to the node itself are needed, so you don't need to update the node, just the stats tool).
SUMMARY
1、all signatures is 0
oasis-core/go/extra/stats/stats entity-signatures -a unix:/mnt/serverdir/node/internal.sock --start-block 0 --end-block 5
|1 |7hAEASOPAKuePwArPtGlcg3nnaipRdgqb0hESkA7Jso= | 1| 0| 3| 150|
|2 |FATFD8gST26YTWtJ4gJnWS1xoKPw7/nQm8bBtm2aedA= | 1| 0| 1| 50|
|3 |kNh+IWc1PwgOfN2tld2T+0iI8SweaGuhf6mxHRol5oQ= | 1| 0| 1| 50|
|4 |J8LlFtBQN63j5iRm3WNQKedY045yBkgTzEkR4eV6NyM= | 0| 0| 0| 0|
|5 |57ASGqcbEAyRoKS/hKI8rOiRUMI02oQHBIXnoG+hlEA= | 0| 0| 0| 0|
.....
2、some block number will show error
/oasis-core/go/extra/stats/stats entity-signatures -a unix:/mnt/serverdir/node/internal.sock --start-block 4785 --end-block 4786
ts=2020-04-17T15:54:57.317711465Z level=error module=cmd/stats caller=stats.go:315 msg="failure adding signature" err="missing node address map, address: B55C799B4E7F5ED9A6C6061BC7BD7851BE6C8598"
ISSUE TYPE
COMPONENT NAME
go/extra/stats/stats
OASIS NODE VERSION
OS / ENVIRONMENT
Go toolchain version: 1.13.10
The text was updated successfully, but these errors were encountered: