casper-ecosystem / casper-js-sdk

TypeScript Casper Client SDK
Apache License 2.0
71 stars 60 forks source link

chain_get_era_summary RPC call removes Delegator and Validator fields from response #354

Closed meywood closed 5 months ago

meywood commented 1 year ago

Node response fields are not returned via chain_get_era_summary RPC call The following fields are not returned via a chain_get_era_summary RPC call:

To Reproduce

Invoke chain_get_era_summary RPC call

Steps to reproduce the behavior:

  1. Go to '...'
  2. ..

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

Defect Type