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

Often see this locally: ``` failures: cli_tests::test_merge_coin test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 14 filtered out; finished in 14.24s --- STDERR: sui cli_tests::test_merge_coin --- Error:...

tools

Add a tab in transaction results for event data. narrower screens hide the left column. Videos showing scrolling and width responsiveness can be found in `#sui-explorer` channel. The "click left...

sui-explorer

Details + Proposed Solutions: https://www.notion.so/mystenlabs/One-Time-Witness-e903eeac28104411a4d5912207ab54d3 Brief Context: Some prominant protocols (bridges for example) aim to be permissionless as in “everyone can publish a coin module on any end and there’s...

move

@oxade any advice on determining what gas cost should be? _Originally posted by @joyqvq in https://github.com/MystenLabs/sui/pull/3581#discussion_r932523355_

move

We add a mechanism to estimate the average delay in consensus (using a weighted average with weight 1/2 is the last sequenced message / timeout) and then adapt the time...

errors don’t tell you something like `version mismatch between binaries and packages`, it will just go `unbounded type error` , so newcomers basically would have no clue what the error...

move

Some module verification passes can take non-linear time to finish. We currently charge publish based on the number of bytes. But for those non-linear passes (e.g. anything that uses abstract...

sui-node
move
tokenomics

This PR is intended as a discussion topic, not as mergeable code. If we decide to go with this approach, we should take a slightly more principled approach in which...

Added view more wrapper around element with show more items ![Screen Shot 2022-07-28 at 10 48 45 AM](https://user-images.githubusercontent.com/8676844/181566528-4167bc7f-3624-4807-862f-b87a6719411a.png) i

sui-explorer