-
Notifications
You must be signed in to change notification settings - Fork 91
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
sdk 0.2.9 finish #3068
Closed
Closed
sdk 0.2.9 finish #3068
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
jolestar
approved these changes
Dec 20, 2024
wow-sven
force-pushed
the
feature/sdk-0.2.9
branch
from
December 20, 2024 17:45
ea641ca
to
f0c71ae
Compare
* stash * update sdk
) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.134. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.133...v1.0.134) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) from 0.8.12 to 0.8.13. - [Commits](https://github.com/DoumanAsh/xxhash-rust/commits) --- updated-dependencies: - dependency-name: xxhash-rust dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* blog: uxlink partnership * fix
…#3076) * feat: add rand_u64_with_count and rand_u128_with_count * feat: enhanced rand_u64_range and rand_u128_range with count. * fix: replace seed with seed_with_count
…-network#3088) [framework] Limit max_inactive_interval to 30 days
…ooch-network#3089) [framework] Add to address mapping
…into feature/sdk-0.2.9
wow-sven
requested review from
mx819812523,
geometryolife,
Mine77,
baichuan3,
yourmoonlight,
popcnt1 and
steelgeek091
as code owners
December 24, 2024 06:41
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
SDK Transaction add setMaxGas
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).
SDK-KIT add ui components