github MystenLabs/sui sui-v1.1.1
mainnet-v1.1.1

latest releases: sui_v1.25.0_1714370707_rel_notes, sui_v1.25.0_1714289500_ci, sui_v1.25.0_1714284269_rel_notes...
11 months ago

Highlights

  • [Minor Breaking Change] RPC dev_inspect_transaction_block is now checking that the gas price provided is correctly in the range, between RGP and max gas price. gas_price is an optional argument to the API. None still works fine and it is the recommended usage if a specific gas price is not of interest. But if a value is provided it has to be in range, whereas any value used to work. That is in line with other transaction execution APIs (execute the transaction and dry run).
    If the result of the dev inspect RPC call is GasPriceUnderRGP **or **GasPriceTooHigh is an indication of an invalid gas price and that can be corrected either by passing None or a proper gas_price
  • [RPC] Added get_latest_address_metrics and get_checkpoint_address_metrics to extended_api, which are only available on the indexer.
  • [RPC bugfix] - fixed incorrect zero timing for addresses, also reverted changes to system addresses (e.g. 0x2) - #11887
  • [RPC bugfix] - remove outliers from APY calculation #11867

Full Changelog: devnet-v1.1.0...sui-v1.1.1

Don't miss a new sui release

NewReleases is sending notifications on new releases.