Ready to release sdk version 0.2.9 #3034
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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).