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
Add GetConsensusDetailedStatus endpoint for querying detailed consensus status information.
Add GetScheduledReleaseAccounts endpoint for querying the list of accounts that have scheduled releases.
Add GetCooldownAccounts, GetPreCooldownAccounts and GetPrePreCooldownAccounts endpoints for querying the lists of accounts that have pending cooldowns in protocol version 7 onwards.
Add parameter field to ContractInitializedEvent containing the parameter passed to the contract initializer.
Node V8 API changes:
GetConsensusDetailedStatus
endpoint for querying detailed consensus status information.GetScheduledReleaseAccounts
endpoint for querying the list of accounts that have scheduled releases.GetCooldownAccounts
,GetPreCooldownAccounts
andGetPrePreCooldownAccounts
endpoints for querying the lists of accounts that have pending cooldowns in protocol version 7 onwards.parameter
field toContractInitializedEvent
containing the parameter passed to the contract initializer.Protocol 8 specific changes (RUS-202):
BakerSuspended
,BakerResumed
message types and corresponding events.ValidatorScoreParameters
parameters.is_suspended
field toAccountStakingInfo::Baker
.The text was updated successfully, but these errors were encountered: