Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for the wallet-standard #17901

Merged
merged 4 commits into from
May 28, 2024

Conversation

hayes-mysten
Copy link
Contributor

Description

Describe the changes or additions included in this PR.

Test plan

How did you test the new or updated feature?


Release notes

Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.

For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.

  • Protocol:
  • Nodes (Validators and Full nodes):
  • Indexer:
  • JSON-RPC:
  • GraphQL:
  • CLI:
  • Rust SDK:

@hayes-mysten hayes-mysten requested review from a team as code owners May 23, 2024 20:52
Copy link

vercel bot commented May 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
multisig-toolkit ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2024 5:01pm
sui-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2024 5:01pm
sui-kiosk ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2024 5:01pm
sui-typescript-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2024 5:01pm

Copy link
Contributor

github-actions bot commented May 23, 2024

⚠️ 🦋 Changesets Warning: This PR has changes to public npm packages, but does not contain a changeset. You can create a changeset easily by running pnpm changeset in the root of the Sui repo, and following the prompts. If your change does not need a changeset (e.g. a documentation-only change), you can ignore this message. This warning will be removed when a changeset is added to this pull request.

Learn more about Changesets.

@hayes-mysten hayes-mysten force-pushed the mh--sdk-v1-wallet-standard-docs branch from 7345225 to 4675ee5 Compare May 23, 2024 20:55
@hayes-mysten hayes-mysten force-pushed the mh--sdk-v1-wallet-standard-docs branch from 9151c0f to 33a3b23 Compare May 24, 2024 22:31
@hayes-mysten hayes-mysten force-pushed the mh--sdk-v1-wallet-standard-docs branch from 33a3b23 to b654bfa Compare May 24, 2024 22:32
@hayes-mysten hayes-mysten force-pushed the mh--sdk-v1-wallet-standard-docs branch from b654bfa to 9a136d5 Compare May 24, 2024 22:33
@@ -61,6 +62,7 @@ export function useSignAndExecuteTransaction({
const { currentWallet, supportedIntents } = useCurrentWallet();
const currentAccount = useCurrentAccount();
const client = useSuiClient();
const { mutate: reportTransactionEffects } = useReportTransactionEffects();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it'd also be fine if this just returned a function since hypothetically there's no meaningful loading state or anything here, but this is fine with me too for consistentcy

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gonna leave this as is for consistency

docs/content/standards/wallet-standard.mdx Outdated Show resolved Hide resolved
@hayes-mysten hayes-mysten force-pushed the mh--sdk-v1-wallet-standard-docs branch from 9a136d5 to 6a1dce2 Compare May 28, 2024 16:59
@hayes-mysten hayes-mysten merged commit 58a8c68 into mh--sdk-v1 May 28, 2024
45 of 48 checks passed
@hayes-mysten hayes-mysten deleted the mh--sdk-v1-wallet-standard-docs branch May 28, 2024 17:00
hayes-mysten added a commit that referenced this pull request May 28, 2024
## Description 

Describe the changes or additions included in this PR.

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants