Ashok Menon
Ashok Menon
- Mark "Shared and Mutable" as no longer a "work-in-progress". - Update the terminology for objects owned by other objects to reference dynamic object fields, instead of child objects. Closes...
367da131 Updates the API for creating `SuiClient` instances (changes the name and adds a parameter). Reflect this in the docs.
New Prometheus collector outputting a gauge metric to track the number of modules in Move's `SyncModuleCache`. ## Test Plan Will take advice here on the best way to test a...
If a package is published via the CLI, using `sui client publish -p ... --gas-budget ...`, and fails to verify, it will produce an output like: ``` $ sui client...
- Include new APIs to access `ModuleCache` and `SyncModuleCache` size, supporting #6039.
Recording a recent request to include some code examples using Dynamic Fields and Dynamic Object Fields in "Sui by Example".
`SequenceNumber::decrement` is used primarily to revert state updates (e.g. when an update crosses an epoch or configuration change and then needs to be rolled back). With the introduction of lamport...
Add tests for authority store's `revert_state_update` to exercise: - Wrapping and unwrapping - Adding and removing dynamic fields (which involves dynamic child object laoding and modification) To make sure lamport...
Add a new transactional test to witness what happens to versions when the object is wrapped and then unwrapped (the version needs to increase) in preparation for lamport timestamps. ##...
- Consolidate uses and implementations of `random_object_ref`. - Give a name to the immutable `PACKAGE_VERSION`, rather than creating it fresh with a comment explaining it every time.