Sui

Sui

SUILayer 1

Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language

7,732
11,667
View on GitHub

Top Contributors

#1bmwill
1,314
commits
#2amnn
1,262
commits
#3lxfind
1,170
commits
#4mystenmark
768
commits
#5mwtian
685
commits
#6huitseeker
580
commits
#7dependabot[bot]
549
commits
#8Clay-Mysten
528
commits
#9tnowacki
497
commits
#10ebmifa
493
commits

Recent Commits

3bd67c2about 14 hours ago

Pin system package lookups to voted versions when constructing ChangeEpochTx (#27439)

Mark Logan

760c901about 14 hours ago

[graphql-stream] Resumable transactions subscription [15/n] (#27140)

Joey Pham

f840b6aabout 15 hours ago

sui-indexer-alt-reader: chunk oversized LedgerGrpcReader batch requests (#27516)

Evan Wall

b03270eabout 15 hours ago

[rpc] add validation to simulate txn (#27541)

Joy Wang

e004e16about 15 hours ago

[sui-adapter] abstract package metadata for linkage (#27430)

Tim Zakian

4a228cfabout 15 hours ago

grpc: move expensive blocking calls to the blocking threadpool (#27540)

Brandon Williams

4d982feabout 16 hours ago

Fix cargo-deny advisories (#27527)

sui-merge-bot[bot]

6dfa239about 16 hours ago

Move self-signed effects equivocation check from execution path to RPC boundaries (#27479)

Alex Stek | Mysten Labs

6bec14aabout 16 hours ago

consensus: map spawn_blocking cancellation during shutdown to error instead of panicking (#27513)

Alex Stek | Mysten Labs

f144de0about 17 hours ago

[adapter] Add original package id function on upgrade cap (#27330)

Tim Zakian

ebb13101 day ago

Sui v1.78.0 Version Bump (#27526)

sui-merge-bot[bot]

b6e4cad1 day ago

Sui v1.77.0 Framework Bytecode snapshot (#27525)

sui-merge-bot[bot]

06734f61 day ago

[simtest] bump mysten-sim to 6b8e1e8 (#27522)

Mark Logan

20ecd091 day ago

[sui-adapter] order independent upgrade init constraints (#27521)

Tim Zakian

a5535b71 day ago

Remove pre-chunking execution time observation code path (#26419)

Alex Stek | Mysten Labs

9c760391 day ago

[regex-reference-safety] More borrow checker tests (#27501)

Todd Nowacki

f6d98bd1 day ago

[simtest] skip the transactional test suites under msim (#27515)

Mark Logan

b2eee341 day ago

[move] unify diagnostic codes (#27445)

Damir Shamanaev

4a752691 day ago

docs: add Move.toml and API corrections to AgentPrompt components (#27504)

Jessie Mongeon

bb272918 days ago

[source-verification] reuse suiup's cached release tarball when present

Michael George

4af3f5b9 days ago

[source-verification] add --toolchain to rebuild with a local binary

Michael George

4928efd11 days ago

[source-verification] evict least-recently-used cached binaries

Michael George

040d3f911 days ago

[source-verification] stream the release download, extracting only the sui binary

Michael George

7776c5919 days ago

[source-verification] add --verify-only bytecode comparison mode

Michael George

67df07811 days ago

[source-verification] output the verification metadata, and expose it via --json

Michael George

bfe3a982 days ago

[package-alt] Pin git deps to the peeled commit for annotated tags (#27395)

Michael D. George

19811163 days ago

Run transaction execution on blocking threads (#27443)

Mark Logan

e8d79023 days ago

[sui-adapter][easy]: move unit tests into dedicated module (#27429)

Tim Zakian

e84745b3 days ago

sui-indexer-alt-graphql: Fix affectedObject filter typo in TransactionFilter::active_filters() (#27492)

Evan Wall

9ae15a13 days ago

Run each simulation in its own process; make simulator test state process-global (#27435)

Mark Logan