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

sdk 0.2.9 finish #3068

Closed
wants to merge 26 commits into from
Closed

Conversation

wow-sven
Copy link
Collaborator

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

  • Closes #issue

@wow-sven wow-sven requested a review from yubing744 as a code owner December 19, 2024 10:01
Copy link

vercel bot commented Dec 19, 2024

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

Name Status Preview Comments Updated (UTC)
rooch-portal-v2.1 ❌ Failed (Inspect) Dec 24, 2024 6:42am
test-portal ❌ Failed (Inspect) Dec 24, 2024 6:42am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Dec 24, 2024 6:42am

wow-sven and others added 6 commits December 23, 2024 08:56
)

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
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.

4 participants