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
Description
Investigate why the validator addresses returned by Sidecar's staking-payouts endpoint do not always match those retrieved from the staking.nominators call -> targets field. While the number of entries is consistent, not all addresses appear in both results. This discrepancy is not necessarily a bug so this issue has been opened to understand the underlying logic.
The address 16fmwCAoqJdVtmj7wGEGuFa24WT7x974ZEQsa42x8k9uop1o and 15ZvLonEseaWZNy8LDkXXj3Y8bmAjxCjwvpy4pXWSL4nGSBs can be found in both results but the rest appear different. Maybe this is related to the controller ? (result from staking.bonded call)
The text was updated successfully, but these errors were encountered:
Description
Investigate why the validator addresses returned by Sidecar's
staking-payouts
endpoint do not always match those retrieved from thestaking.nominators
call ->targets
field. While the number of entries is consistent, not all addresses appear in both results. This discrepancy is not necessarily a bug so this issue has been opened to understand the underlying logic.Steps to Reproduce
Sidecar request
https://polkadot-public-sidecar.parity-chains.parity.io/accounts/15j4dg5GzsL1bw2U2AWgeyAk6QTxq43V7ZPbXdAmbVLjvDCK/staking-payouts
returns
Call
staking.nominators
for this account15j4dg5GzsL1bw2U2AWgeyAk6QTxq43V7ZPbXdAmbVLjvDCK
returns
The address
16fmwCAoqJdVtmj7wGEGuFa24WT7x974ZEQsa42x8k9uop1o
and15ZvLonEseaWZNy8LDkXXj3Y8bmAjxCjwvpy4pXWSL4nGSBs
can be found in both results but the rest appear different. Maybe this is related to the controller ? (result fromstaking.bonded
call)The text was updated successfully, but these errors were encountered: