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
Ad chapter Typical issues. This section will show common problems and solutions for people who are not familiar with installing nodes and who are setting up a node for the...
Devnet Fullnode keeps asking validators for batches 0-31. Details: https://mysten-labs.slack.com/archives/C03PZTKB0UQ/p1662495976240929 also https://mysten-labs.slack.com/archives/C03GKUEA5PF/p1662497400455739
Docker can take a lot of resources after a while and more than necessary sometimes. Its also useful if you use several containers (grafana, prometheus, cadvisor...)
Replaces the underlying storage of PublicKey with Uint8Array instead of BN.js. This improves serialization speed and removes the dependency on BN.js.
For every message (either shared object transaction or checkpoint fragment) that Sui sends to NW and sent back after sequenced, we should find a way to log them in a...
1. we will keep bigint in ts side for number of SUIs -> MISTs 2. on showing balances, divide by 10^9 3. on transfer flows, the user input can be...
add a `requestCoin` method (for SUI only for now if makes things simpler) to allow dapps to easily get a reference of coin with specified balance. If the coin does...
During the dogfooding we saw the following message even when Sui Wallet was installed. This happened because the dapp was initialised before the DappInterface. ~~We can change the demo dapp...