Skip to content

Releases: TrueFiEng/useDApp

@usedapp/[email protected]

12 Jul 09:23
51efdf9
Compare
Choose a tag to compare

Patch Changes

@usedapp/[email protected]

11 Jul 09:58
d9539c1
Compare
Choose a tag to compare

Minor Changes

@usedapp/[email protected]

11 Jul 09:58
d9539c1
Compare
Choose a tag to compare

Minor Changes

@usedapp/[email protected]

09 Jul 15:08
029ca32
Compare
Choose a tag to compare

Patch Changes

@usedapp/[email protected]

09 Jul 15:08
029ca32
Compare
Choose a tag to compare

Patch Changes

@usedapp/[email protected]

09 Jul 15:08
029ca32
Compare
Choose a tag to compare

Minor Changes

  • a2f26c2: The 1.1.0 release of @usedapp/core was focused on improving the quality and stability of the framework.

    The efforts were focused a lot on existing issues in the repository, regarding bugs and most-wanted feature requests.

    Improvements

    • More known chains have been added, such as zkSync or Boba.
    • UseDapp automatically deploys Multicall2 on local chain (previously only Multicall1).
    • Sign in With Ethereum plugin has been added.
    • Prompt the user to add a chain to MetaMask if it's not there.
    • New hooks: useRawLogs, useLogs, and useResolveName (complement to useLookupAddress).
    • Add possibility to add a buffer to estimated gas costs when sending transactions.
    • Include errorCode (previously only error message) when a sent transaction fails.
    • Optimization - Introduced a speed up of multicall encoding.
    • Transaction hooks like useSendTransaction return more information to the developer, such as txHash or transaction receipt.

    Improvements related to limiting RPC calls

    • Static calls.
    • Limit refreshing when the window is not active.
    • Ability to refresh every N blocks (or never).
    • Do not query continuously for eth_chainId or eth_blockNumber if not necessary.

    Bug fixes

    • useContractFunction accepts Falsy value as a contract.
      • It is more uniform with how other hooks work.
    • Support projects with isolatedModules enabled in their TSConfig.
    • Properly set react and ethers as peer dependencies.
    • Include a workaround for this MetaMask issue.
    • Allow to pass different provider to renderWeb3Hook.
    • Resurface error if activateBrowserWallet fails.
    • Correctly resurface error when a call in Multicall2 fails.

    Documentation

    • Portion of the documentation (hooks) is now auto-generated based on JSDoc and actual code.
      • Keeping documentation close to code makes it easier to keep it up-to-date.
    • Documentation now contains live examples - snippets of code that can be interacted with.
    • Portion of the live examples is automatically tested with Playwright.

    Internal testing and miscellaneous

    • More extensive tests for multi-chain scenarios and different refreshing strategies.
    • Every change is immediately deployed to dev on NPM
      • The developers can use new features earlier.
    • Example app is automatically tested with Playwright.
    • Introduce new issue templates on github, to improve collaboration with external developers and users
    • Created an example of useDapp in a Next.js project.

Patch Changes

  • 2789dd9: 😶‍🌫️ Add gas limiter to use contract function
  • 69ac77f: Added error hash returned to transaction status
  • 96a3d85: Refresh static calls on props change

@usedapp/[email protected]

09 Jul 15:08
029ca32
Compare
Choose a tag to compare

Patch Changes

@usedapp/[email protected]

28 Jun 10:37
adecb95
Compare
Choose a tag to compare

Patch Changes

@usedapp/[email protected]

28 Jun 10:37
adecb95
Compare
Choose a tag to compare

Patch Changes

  • 31c4833: 👨🏻‍💼 Add private key sending transactions
  • 31e0475: Return error in useCall when multicall fails

@usedapp/[email protected]

28 Jun 10:37
adecb95
Compare
Choose a tag to compare

Patch Changes