sui icon indicating copy to clipboard operation
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

Results 2445 sui issues
Sort by recently updated
recently updated
newest added

What are the existing URLs containing the issue, if any? https://docs.sui.io/devnet/learn/sui-move-diffs How would you describe the issue? (What needs changing?) Other blockchains have arisen with even more similar technology we...

Type: Documentation
Priority: High

Link fix due to code change

Type: Documentation

### Problem There's a mismatch between the SVGs for the right arrows on the website and those in the Figma Design. Furthermore, the spacing around these arrows is incorrect: ![image](https://user-images.githubusercontent.com/11377188/189984616-990edb5a-ffe7-475c-be62-440e8a1e24ca.png)...

sui-explorer

A few changes have landed recently that don't have changesets. This adds them.

## Phase 1 implementation of the [Rosetta API](https://www.rosetta-api.org/docs/welcome.html) for Sui. Our goal for phase 1 is to have a minimal implementation of Rosetta API, that exposes Sui's balance-changing operations in...

in the docs, we use `tx_context::sender` but that shows up as: ``` Unbound module alias 'tx_context' ``` in Move Analyzer, importing Self fixes this.

Type: Documentation

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.26 to 0.9.11. Release notes Sourced from serde_yaml's releases. 0.9.11 Serialize strings on a single line when they do not already contain a newline character, regardless of...

dependencies
rust

This converts some of the static tests over to localnet tests.

sui-explorer

In transaction input checker, we always check the latest version of the gas object, instead of the gas object specified in the input. This is not idempotent and could lead...

Type: Bug
sui-node