- Added
/state/validators/list
endpoint: returns paginable collection of all validators ever observed; validators that are part of so called active-set (i.e. participate in consensus for current/requested epoch) are decorated with some extra information like their public_key and stake. NonFungibleIdType
su32
andu64
have been replaced with singleNumber
.TransactionStatusRequest
no longer supportsat_state_version
property.EntityDetailsResponse.details
property is now optional./entity/details
endpoint supports all entities with global address now.
Fixes for the following issues:
- #96 - "Paging through the NonFungibleIds of a resource does not work properly" thank you
backyard-coder
! - Incorrect calculation of balances when there are multiple vaults in a component. (Note - NFIds are still incorrectly tracked if spread across multiple vaults - this will be fixed as part of a schema overhaul)
- Fungible resource metadata is updated properly