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
This PR is bringing: * some structural changes in data structures * new metrics The end goal here is to enable us get latency insights end to end, from the...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...
Introducing additional metrics to: * consensus * worker * proposer to helper us better understand: * the batch creation latency * proposer - size of used header digests & "ready"...
- Updated transactional tests to remove dynamic child usage - No new tests - Built on #5169
- Added child loading to the move runtime - Added the dynamic field modules that expose the new APIs - Minimal tests and usages so far Needs #5240
We recently saw the following error in fullnode logs: `2022-10-20T01:22:24.254751343Z stderr F 2022-10-20T01:22:24.254662Z ERROR sui_core::safe_client: Client error in handle_batch_stream err=ByzantineAuthoritySuspicion { authority: k#85fef58e41c9ad8e6779c333a65425e13889605e04cbf47bfc47f78650b24207b66104d3cab448b12c125202f2578d95144aa757419ab8c02a7649981cc71589954df6e3ced405a88f1efc0a8b756db1086dddba7d2d92dcb7218f1094e895af, reason: "Inconsistent batch" } authority=k#85fef58e41c9ad8e6779c333a65425e13889605e04cbf47bfc47f78650b24207b66104d3cab448b12c125202f2578d95144aa757419ab8c02a7649981cc71589954df6e3ced405a88f1efc0a8b756db1086dddba7d2d92dcb7218f1094e895af` The most...
- Previously, signer commits a signature to a BCS serialized `TransactionData` with TYPE_TAG. - This change means, signer commits to a signature on `IntentMessage`, which contains three bytes of intent...
1. for low balances gas, instead of recycling it, directly discard 2. add a timeout when pulling coins from the gas queue 3. a lot of logs
My OS:Windows 11 all have this error i can not build SUI cargo install --locked --git https://github.com/MystenLabs/sui.git --branch "devnet" sui sui-gateway error: failed to run custom build command for `protobuf-src...