Jordan Gensler

Results 64 issues of Jordan Gensler

This was missed during adding denomination. There's more redesign work that's planned on this screen but we'll do that as part of further design alignment later.

This updates the wallet versioning strategy so that it is aligned with the new wallet release proposal. This includes support for beta builds, and better name labelling for the dev...

This updates the gas fees to be properly denominated. We'll at some point need to rework this a bit to match the new UI with detailed gas breakdowns, I'll create...

We added the new `${api}WithRequestType` APIs to separate out calls to fullnode and gateway, but now that gateway has been fully removed, we can clean up function naming here and...

This is an RFC to remove all of the try/catch error handling from the TypeScript SDK. This error handles generally does the following: Catch the error, construct a new error...

Add a view of the top modules to the home page.

sui-explorer
Stale

This updates our explorer to set it up for a network-agnostic deploy, and introduce preview deploys. Proposal document for the changes: https://www.notion.so/mystenlabs/Explorer-Deployment-Proposal-fe1c9b34f2344c1ba2c584bdd85542d0

Missing `loadState` caused this to not display.

This has been replaced by continuous deploys by default, and preview deploys.

This adds polling for transactions. We currently poll every 10 seconds, which is roughly what we expect checkpoint intervals to be.