sui-v1.0.0
What's Changed
- [API behavioural changes] - The
sui_getTransactionBlock
method now returns errors in theerrors
field instead of failing the request in the case where the objects needed to compute balance changes and object changes are pruned. For more details, see #11476 - [API behavioural changes] - The
sui_executeTransactionBlock
method no longer attempts to compute balance changes or object changes if local execution timeout (isExecutedLocally = false
). This previously returned anObjectNotFound ObjectSequenceNumberTooHigh
error, which masked the timeout. #11466 - [New API method] - Added a
suix_getValidatorsApy
method that returns APY values for all active validators, which are calculated using the validator’s staking pool exchange rate. #11293 - [New API method] - Added a
suix_subscribeTransaction
method that enables subscription to the transaction effects stream usingTransactionFilter
. #11432
Full Changelog
https://github.com/MystenLabs/sui/commits/sui-v1.0.0