Highlights
Sui Protocol Version in this release: 23
#13699:
Enabling the protocol-config flag narwhal_new_leader_election_schedule
for the new reputation-based leader election algorithm in Narwhal for enhanced fault tolerance and sets the bad node stake threshold value consensus_bad_nodes_stake_threshold
for mainnet
.
#13581:
This PR implements the structured output (table with header and rows) for two Sui CLI commands, sui client addresses
and sui client dynamic-field
.
#13533:
This PR changes the default logging level for Sui CLI (Client, Move, Keytool) from info
to error
. The logging level can be overwritten by setting the RUST_LOG
env variable.