Xun Li

Results 134 issues of Xun Li

## Description With committee size of 1, the network cannot remain live. Set it to 4 to avoid mistakes in tests. ## Test plan CI --- ## Release notes Check...

## Description Temporarily put fastpath execution results in a separate in the writeback cache. These results will be flushed to the normal dirty cache if it ever gets executed from...

## Description It contains both committed and dirty data. It is confusing to put it inside committed data structure. ## Test plan CI, non-functional change --- ## Release notes Check...

## Description This PR merges the implementation of multi_input_objects_available with the check inside notify_read_input_objects. The implementation is mostly identical semantically with one difference which is that we need to filter...

## Description Add a new CallArg to represent balance withdraw reservation. This is not necessarily the final form. Adding it to support e2e testing and development. Since this is all...

## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box...

Stale

## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box...

Stale

## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box...

### What problem are you trying to solve? My application sends a large amount of data to tokio console and the default limit (4M) is too small. It triggered the...

S-feature

Adds sui::protocol_config::is_feature_enabled() to allow Move code to query protocol feature flags at runtime. This enables conditional logic and fallbacks based on protocol version capabilities. ## Description Describe the changes or...