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

Ready to release sdk version 0.2.9 #3034

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wow-sven
Copy link
Collaborator

@wow-sven wow-sven commented Dec 10, 2024

Summary

Fix:

Resolved the typo error in useSignAndExecuteTransaction.

Remove export useWalletStore .

Enable coin, event, entryFunction e2e-test.
Optimization:

The getBalances function now includes the fixedBalance field by default, which represents the balance after precision adjustment.

Added null checks to all client methods involving addresses to prevent requests from being sent due to non-standard dapp calls.

Expanded support for various address formats (BTC object, BTC string, Rooch object, Rooch Bech32, Rooch hex) in methods such as getBalance, getBalances, transfer, transferObject, resolveBTCAddress, sessionIsExpired, and getSessionKeys.

Args object support string
Feature:

Introduced a global error guard for the provider. See example in sdk/typescript/templates/react-counter/src/ErrorGuard.tsx.

The SDK generation script now supports dynamically adding objects to the returned object.

Added the toSortStr function to all result addresses, simplifying usage for dapps by eliminating the need for custom implementations.

Update open-rpc version to rooch 0.8.1 .

SDK-KIT add useConnectionStatus .

SDK-KIT add useSession(scope: string).

  • Closes #issue

@wow-sven wow-sven requested a review from jolestar December 10, 2024 14:18
@wow-sven wow-sven requested a review from yubing744 as a code owner December 10, 2024 14:18
Copy link

vercel bot commented Dec 10, 2024

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

Name Status Preview Comments Updated (UTC)
rooch-portal-v2.1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 2:22pm
test-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 2:22pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Dec 10, 2024 2:22pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants