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
The logic in ConsensusAdapter submit is not complete. Specifically, we submit a transaction after we check that it has not already been sequenced / locks are allocated. The `submit` logic...
## Steps to Reproduce Issue Start a full node with docker and limit resource to 8Go ## Expected Result According to the documentation, a fullnode should sync with 8Go https://docs.sui.io/build/fullnode#hardware-requirements...
a reference is here https://mysten-labs.slack.com/archives/C03E6T4TXV3/p1658886511598119 while debugging an issue related to stake transactions timeout error, it is hard to debug what happened on gateway or devnet without logging on the...
https://discord.com/channels/916379725201563759/968390564825407518/1001615683068641331
This avoids blowing up resources
What are the existing URLs containing the issue, if any? - this applies globally to the site. Perhaps we could go through and review all of the currently defined styles...
What are the existing URLs containing the issue, if any? https://docs.sui.io/ https://sui.io/ How would you describe the issue? (What needs changing?) These are our top countries by user: 1. United...
other notable ones including Edge, Firefox, Safari and Brave Brave can directly add Chrome ones. some one-off changes, edge can use it directly too firefox and safari both seem doable...
it is useful to find breaking changes more quickly such that down-streams including wallet can be adjusted more quickly.
AuthorityHealth should be shared with AuthorityAggrator in order to better cope with degraded network conditions. See: https://github.com/MystenLabs/sui/blob/main/crates/sui-core/src/authority_active.rs#L72 Todos: - [ ] AuthorityAggregator::new takes an Arc arg, which may be owned...