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

We continue the quorum round even after we have more than threshold stake with a reduced timeout which is probably because we don't want to terminate the connection causing validators...

This adds the flat fee for VM gas logic The fee itself is subject to change Finding the right number took a few iterations and will probably take a lot...

In this code: https://github.com/MystenLabs/sui/blob/e64720f3a65b586cbb60f747c0bb6a409bdfa9e6/crates/sui-core/src/authority/authority_store.rs#L1133 when consensus comes back and is trying to set the version number for a shared object, and if the object doesn't exist in the table yet...

Type: Bug
sui-node

Seeing this test fails sometimes on unrelated PRs in a non-deterministic way: https://github.com/MystenLabs/sui/runs/8232483645?check_suite_focus=true ``` --- TRY 3 STDERR: sui-core authority::authority_tests::test_handle_certificate_interrupted_retry --- thread 'authority::authority_tests::test_handle_certificate_interrupted_retry' panicked at 'assertion failed: interrupted_count >= 1',...

sui-node

https://github.com/MystenLabs/sui/runs/8139888624?check_suite_focus=true#step:5:3344 ``` 2022-09-01T16:14:20.897159Z ERROR executor::subscriber: /home/runner/.cargo/git/checkouts/narwhal-6760ded2d85d944c/c045e2d/executor/src/subscriber.rs:179: Error while retrieving block via block waiter: block id: gbTTbv3qk+CIjH76, error type: BatchTimeout [3344](https://github.com/MystenLabs/sui/runs/8140757161?check_suite_focus=true#step:5:3345) 2022-09-01T16:14:20.897366Z ERROR executor::subscriber: /home/runner/.cargo/git/checkouts/narwhal-6760ded2d85d944c/c045e2d/executor/src/subscriber.rs:179: Error while retrieving block via block...

sui-node

Not sure what conditions would trigger a real problem in prod, fix it just in case. When checking gas and creating gas meter, we should also make sure we use...

This PR is now splitted into 2 parts: #4408 to first change the Network Key and another (upcoming) one which will change the BLS This PR switches the Sui network...

sui-explorer
crypto

## Steps to Reproduce Issue Create a Move package that doesn't depend on Sui framework but only on Move Standard Library. You will have the following `Move.toml` snippet. ``` [dependencies]...