sui
sui copied to clipboard
Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
- Added a count of children to objects - The count is incremented in each call to transfer_to_object and transfer_to_object_id - The count is decremented in the adapter when children...
Adds functionality such that the image becomes larger when clicked. Here's a video showing the functionality in action: https://user-images.githubusercontent.com/11377188/181027342-98790126-be1e-4a28-a560-f8fe70331897.mp4
Change move syntax highlighting
Tested by previewing the markdown file locally to make sure all changed assets can still be found
Reduces Load Time in the Home Page by using getRecentTransactions API function. Before: https://user-images.githubusercontent.com/11377188/179023268-8e83852e-1ecf-4dcb-b398-658f5a00fc44.mp4 After: https://user-images.githubusercontent.com/11377188/179023497-17ccc084-cdb4-4570-884c-1ff21796d93a.mp4
case of `timestamp_ms` is `null`
This makes the code a bit clearer/shorter.
This PR adds explicit support for special treating child objects of shared objects. I like the name that @gdanezis came up with in the meeting: quasi-shared object, which is shorter...