Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected] release candidate (wevm#3333)
* chore: format * chore: tweaks * refactor: injected * fix: type error * refactor: remove injected features array * feat: reactive connectors * chore: playground * feat: ssr playground * chore: mark package as private * chore: knip * chore: clean up * docs: add bun to install options * refactor: reconnect behavior * chore: tweaks * chore: format * feat: eip6963 support * chore: version * docs: start migration guides * chore: remove unused package * chore: update readme * chore: update snaps * docs: useContractRead * docs: reorganize sidebar (wevm#3031) * docs: sidebar * trigger --------- Co-authored-by: moxey.eth <[email protected]> * docs: connectors * docs: connectors * docs: code-group spacing * docs: move connectors sidebar * chore: tweaks * docs: estimateGas * docs: client * docs: watch * docs: client * docs: wip * chore: bump viem * docs: writeContract * chore: sidebar * docs: more * test: types * docs: migration guide * docs: migrate * docs: migrate * docs: useAccountEffect * docs: useContractWrite * docs: useContractWrite update * docs: useContractSimulate * chore: fix test * docs: update * docs: updates * docs: tweaks * docs: more * docs: updates * docs: versions * chore: update playground * chore: bump deps * docs: migrate * docs: mock connector * chore: fix import * chore: add og meta * docs: og * docs: update colors * chore: bump version * docs: updates * chore: update preconstruct script * docs: update * docs: update * docs: add missing sponsors * chore: add missing logo * feat: error types * refactor: rename contract hooks * chore: version * chore: rename test hooks * feat: create-wagmi@alpha (wevm#3071) * wip: create-wagmi * wip: cli * wip: templates * chore: update templates * feat: create-wagmi@alpha * chore: up snaps * chore: format * chore: update template * chore: bump actions checkout * chore: add template envs * test: create-wagmi * fix: test build * chore: knip * test: fix * chore: remove note * docs: reorder sidebar * chore: changes * chore: rename * chore: type updates * chore: bump ts * chore: add ts 5.0.4 back * chore: clean up * feat(connectors): metaMask * test: metaMask * chore: bump create-wagmi * docs: useTransaction/useWaitForTransactionReceipt * docs: query options * docs: config * docs: small updates * docs: useWalletClient/useConnectorClient * docs: hide query properties * chore: version * docs: tanstack query * chore: bump metamask sdk version * docs: viem * chore: update viem * docs: react viem * docs: ethers * docs: ethers react * docs: word * chore: updates * chore: bump viem * docs: cli * docs: tweaks * docs: plugins * docs: plugins * docs: progress * docs: clean up * chore: version * feat: error types * fix: docs * chore: version * docs: error handling * docs: connect wallet * trigger * chore: remove react from docs * docs: connect wallet * chore: lockfile * docs: remove preview * docs: connect wallet * feat: ssr * feat: next ssr * feat: cookies * lockfile * feat: wire up error types * fix: typecheck * chore: tweaks * docs: ssr * fix: reconnectOnMount=false * chore: update query * docs(wip): infinite read contracts * docs: useInfiniteReadContracts cont. * docs: useReadContracts * chore: tweaks * docs: rest of hooks & actions * chore: bump viem * chore: bump versions * chore: beta release * chore: tweaks * fix: doc link missing /api path (wevm#3185) * docs: update search * fix(react): useReadContracts chainId * chore: bump version * chore: comment * chore: bump viem version * fix: mipd subscribe * chore: bump versions * chore: consistent versions * chore: bump version * chore: ts version * chore: bump viem version * fix: wevm#3216 * fix(react): internal types * fix: useWaitForTransactionReceipt enabled state (wevm#3188) * fix: useWaitForTransactionReceipt enabled state * test: update --------- Co-authored-by: Tom Meagher <[email protected]> * chore: bump version * Fix 404 for "Caching. Deduplication. Persistence" section on beta landing page (wevm#3233) * fix: use rpcUrls.default when requesting wallet_addEthereumChain (wevm#3251) * chore: username * fix: disconnect eagerly (wevm#3255) * fix: eager disconnect * chore: update tests * chore: wagmi-dev to wevm * ci: update verify * chore: snaps * chore: add sponsor * docs: update * chore: update viem * chore: update viem * chore: update viem * chore: update viem * refactor: updated walletconnect connector (wevm#3277) * Add `getTransactionCount` and `useTransactionCount` (wevm#3271) * feat: add getTransactionCount to core * feat: add getTransactionCount to core * feat: add useTransactionCount to react hooks * docs: add useTransactionCount * fix: useTransactionCount formatting * fix: add getTransactionCount to exports tests * chore: add changeset * chore: remove changeset * chore: remove wrapping describe * chore: fix spacing * fix: add retry/timeout strategy for injected connector initialization * feat: unstable_connector transport * chore: update snaps * feat: upgrade @metamask/sdk package to version '0.12.4' (wevm#3237) * feat: upgrade @metamask/sdk package to version '0.12.2' * chore: code clean * chore: remove the extensionOnly option * fix: sdk is not disconnecting * feat: upgrade @metamask/sdk package to version '0.12.4' * feat: bump version --------- Co-authored-by: Tom Meagher <[email protected]> * chore: publish * chore: update script * chore: reshuffle type util * test: fix flaky test * fix(cli): import issue * chore: version * docs: update * test: update * test: update * chore: update unstable_connector transport test * feat(cli): react plugin - wagmi@beta (wevm#3217) * feat(cli): react plugin * refactor: import builder * chore: bump msw * refactor: create fns * chore: checkpoint * test: create types * wip: refactor * chore: tweaks * test(cli): react plugin * test: fix * chore(connectors): bump deps * fix(connectors): remove ledger * chore: version * chore: knip * chore: update * chore: lock deps * ci: checks * chore: lint fix * ci: bump timeout * chore: tweak * test: codegen * fix: sim codegen hook * feat: createWatchContractEvent * chore: readme * feat(cli): plugins * chore: add sponsors * feat(cli): actions plugin * chore: up sponsors * docs: switch to local search * chore: upgrade viem * chore: version * Feat: Add core actions and hooks for `getBlockTransactionCount`, `getGasPrice`, `getFeeHistory` and `estimateMaxPriorityFeePerGas` (wevm#3290) * feat: add getBlockTransactionCount * feat: add useBlockTransactionCount * feat: add getGasPrice * feat: add useGasPrice * feat: add getFeeHistory * feat: add useFeeHistory * feat: add estimateMaxPriorityFeePerGas * feat: add useEstimateMaxPriorityFeePerGas * test: updates --------- Co-authored-by: Tom Meagher <[email protected]> * docs: transports * docs: fix * Feat: Add core actions and hooks for `verifyMessage` and `verifyTypedData` (wevm#3300) * feat: add verifyMessage action * fix: add chainId param to verifyMessage * feat: add useVerifyMessage * feat: add verifyTypedData * feat: add useVerifyTypedData * refactor: types * docs: update --------- Co-authored-by: Tom Meagher <[email protected]> * fix: snaps * chore: version * chore: rc * docs: fix * fix: provide correct block explorer URL to WalletConnect (wevm#3341) * fix: provide correct block explorer URL to WalletConnect * chore: add changeset * chore: remove references * fix: provide correct block explorer URL to Coinbase connector (wevm#3342) * fix: provide correct block explorer URL to Coinbase connector * chore: add changeset * chore: version * chore: snaps * chore: more snaps * test: flaky * chore: bump viem * chore: version * chore: fix lockfile * docs: update * Fix 404s in createConfig docs (wevm#3355) * Fix doc link (wevm#3358) fix: doc link * Fix missing config argument (wevm#3359) * chore(connectors): bump deps * docs: update * docs: update * docs: updates * docs: fix broken links * docs: fix broken links * chore: bump viem version * chore: version * chore: tweak * chore: bump viem to stable * chore: changeset * docs: add old docs link --------- Co-authored-by: tmm <[email protected]> Co-authored-by: moxey.eth <[email protected]> Co-authored-by: Omar <[email protected]> Co-authored-by: aquatic <[email protected]> Co-authored-by: Steve <[email protected]> Co-authored-by: ignaciosantise <[email protected]> Co-authored-by: Vitor Marthendal Nunes <[email protected]> Co-authored-by: Omri Dan <[email protected]> Co-authored-by: Eugene Chybisov <[email protected]> Co-authored-by: POKENA7 <[email protected]>
- Loading branch information