Skip to content

Tags: k4b3z4/sui

Tags

sui_v0.24.0_1674876627_ci

Toggle sui_v0.24.0_1674876627_ci's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Basic fail points impl, test case that uses them to cause crashes whe…

…n attempting to write to DB (MystenLabs#7694)

Note that I'm not using https://docs.rs/failpoints/latest/failpoints/
(used elsewhere in the code) because it doesn't allow user-defined
failpoint behavior, but only a limited set of hard-coded actions (such
as panicking).

sui_v0.24.0_1674865712_ci

Toggle sui_v0.24.0_1674865712_ci's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[wallet-ext] Add default stale time + enable more automatic refetching (

MystenLabs#7787)

sui_v0.24.0_1674855087_ci

Toggle sui_v0.24.0_1674855087_ci's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor dynamic fields test ts sdk (MystenLabs#7715)

sui_v0.24.0_1674844103_ci

Toggle sui_v0.24.0_1674844103_ci's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates to wallet and full node for Testnet wave2 (MystenLabs#7736)

Co-authored-by: ronny-mysten <[email protected]>

sui_v0.24.0_1674833249_ci

Toggle sui_v0.24.0_1674833249_ci's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
wallet-ext: copy to clipboard use toast for confirmation feedback (My…

…stenLabs#7583)

* show a toast instead of scaling the copy icon
* move copy to functionality to hooks to reuse it
* also removes unused code for rendering sui objects

before



https://user-images.githubusercontent.com/10210143/214037484-97443686-66eb-49bc-a550-fe39c7d6aa69.mov



after


https://user-images.githubusercontent.com/10210143/214036853-6cf71f8e-7b8e-4dda-acf5-c4c64d5fd3f9.mov


https://user-images.githubusercontent.com/10210143/214036872-53ca8228-75bc-4135-aa1a-71e643e92252.mov


part of APPS-296

sui_v0.24.0_1674811834_ci

Toggle sui_v0.24.0_1674811834_ci's commit message
 move code chunks from commands.rs to lib.rs for reuse

sui_v0.24.0_1674790396_ci

Toggle sui_v0.24.0_1674790396_ci's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set APYs greater than 100_000 percent to 0 (MystenLabs#7709)

<img width="744" alt="Screenshot 2023-01-26 at 1 44 09 AM"
src="https://user-images.githubusercontent.com/8676844/214773578-96b47784-9871-4c2c-90b6-e10db85f3c3a.png">

sui_v0.24.0_1674779325_ci

Toggle sui_v0.24.0_1674779325_ci's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[frenemies] fix gas selection (MystenLabs#7753)

It was selecting the biggest gas instead of the smallest

sui_v0.24.0_1674768502_ci

Toggle sui_v0.24.0_1674768502_ci's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[frenemies] Improvements (MystenLabs#7710)

Co-authored-by: damirka <[email protected]>

sui_v0.24.0_1674757640_ci

Toggle sui_v0.24.0_1674757640_ci's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update install.md (MystenLabs#7711)

put a more easily way for installing the `cmake` and deal with the
potential issue `linker ‘cc’ not found`