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
Describe the bug
Running the command jcli rest v0 stake get --output-format json --host "http://127.0.0.1:3101/api" should list all the stake pools that had delegated stake (even if 0 currently). Example:
Prior to ITN, it would take +1 epochs for pools with delegated stake to show up in the output, 0.8.2 ITN stake pools show up in explorers and other online tools in the same epoch they were created. Currently with 0.8.2, there are about 225 stake pools, all with delegated stake, but the command above only shows 135 at the tie of this writing, only 89 of which show stake greater than 0.
Windows 10 Version 10.0 Build 18362
Powershell Version 5.1.18362.145
To Reproduce
Steps to reproduce the behavior:
run jormungander node 0.8.2
enter ./jcli rest v0 stake get --output-format json --host "http://127.0.0.1:3101/api"
observe number of pools presented does not match actual number.
Expected behavior
I expected the number of pools presented and the stake delegated to represent the current status.
Additional context
The --output-format is added to make counting easier.
the cardano-wallet command ./cardano-wallet.exe stake-pool list shows the same 135 stake pools.
The text was updated successfully, but these errors were encountered:
I see that cardano-wallet stake-pool list behaves the same as jcli rest v0 stake get in that the list contains pools that had stake delegated only at the beginning of the previous epoch, not any time in the previous epoch. Closing.
Describe the bug
Running the command
jcli rest v0 stake get --output-format json --host "http://127.0.0.1:3101/api"
should list all the stake pools that had delegated stake (even if 0 currently). Example:Prior to ITN, it would take +1 epochs for pools with delegated stake to show up in the output, 0.8.2 ITN stake pools show up in explorers and other online tools in the same epoch they were created. Currently with 0.8.2, there are about 225 stake pools, all with delegated stake, but the command above only shows 135 at the tie of this writing, only 89 of which show stake greater than 0.
Mandatory Information
jcli --full-version
output;jcli 0.8.2 (HEAD-fe327f9a, release, windows [x86_64]) - [rustc 1.39.0 (4560ea788 2019-11-04)]
jormungandr --full-version
output;jormungandr 0.8.2 (HEAD-fe327f9a, release, windows [x86_64]) - [rustc 1.39.0 (4560ea788 2019-11-04)]
Windows 10 Version 10.0 Build 18362
Powershell Version 5.1.18362.145
To Reproduce
Steps to reproduce the behavior:
./jcli rest v0 stake get --output-format json --host "http://127.0.0.1:3101/api"
Expected behavior
I expected the number of pools presented and the stake delegated to represent the current status.
Additional context
The --output-format is added to make counting easier.
the cardano-wallet command
./cardano-wallet.exe stake-pool list
shows the same 135 stake pools.The text was updated successfully, but these errors were encountered: