-
-
Notifications
You must be signed in to change notification settings - Fork 821
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
Version Packages #324
Merged
Merged
Version Packages #324
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 ↗︎
|
jxom
added a commit
that referenced
this pull request
Apr 7, 2023
* fix: make `GetValue` return `{ value?: never }` for contract functions that are not payable (#310) fix: GetValue type * Version Packages (#311) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * refactor: use `@adraffy/ens-normalize` for ENS normalization (#313) * refactor: use @adraffy/ens-normalize for ENS normalization * docs: update * Version Packages (#315) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: `transports` property type on `FallbackTransport` (#317) * Version Packages (#318) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: migrate to nodenext module resolution * chore: fix type imports * chore: use `bundler` module resolution for playgrounds so that path aliases are simpler * fix: ethers adapter signTransaction properties (#322) * fix: ethers adapter * test: boost coverage * Version Packages (#324) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: skip invalid logs (#326) * fix: skip invalid logs * chore: format * chore: changeset * Version Packages (#327) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: tweaked error inheritence for `UserRejectedRequestError` & `SwitchChainError` (#328) * feat: tweaked error inheritence for `UserRejectedRequestError` & `SwitchChainError` * chore: format * chore: switch to tsc * chore: apply rome formatting & linting changes * chore: bump to typescript v5 * chore: remove tsup config * chore: improve build step * chore: add comment to version.ts * chore: fix imports * chore: add changeset * chore: fix type imports * chore: ignore tsbuildinfo * fix: type issues * chore: Contains -> Or * chore: format * chore: format --------- Co-authored-by: jxom <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: awkweb <[email protected]>
jxom
added a commit
that referenced
this pull request
Apr 7, 2023
* fix: make `GetValue` return `{ value?: never }` for contract functions that are not payable (#310) fix: GetValue type * Version Packages (#311) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * refactor: use `@adraffy/ens-normalize` for ENS normalization (#313) * refactor: use @adraffy/ens-normalize for ENS normalization * docs: update * Version Packages (#315) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: `transports` property type on `FallbackTransport` (#317) * Version Packages (#318) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: migrate to nodenext module resolution * chore: fix type imports * chore: use `bundler` module resolution for playgrounds so that path aliases are simpler * fix: ethers adapter signTransaction properties (#322) * fix: ethers adapter * test: boost coverage * Version Packages (#324) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: skip invalid logs (#326) * fix: skip invalid logs * chore: format * chore: changeset * Version Packages (#327) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: tweaked error inheritence for `UserRejectedRequestError` & `SwitchChainError` (#328) * feat: tweaked error inheritence for `UserRejectedRequestError` & `SwitchChainError` * chore: format * chore: switch to tsc * chore: apply rome formatting & linting changes * chore: bump to typescript v5 * chore: remove tsup config * chore: improve build step * chore: add comment to version.ts * chore: fix imports * chore: add changeset * chore: fix type imports * chore: ignore tsbuildinfo * fix: type issues * chore: Contains -> Or * chore: format * chore: format --------- Co-authored-by: jxom <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: awkweb <[email protected]>
jxom
added a commit
that referenced
this pull request
Apr 7, 2023
* chore: switch to tsc * chore: apply rome formatting & linting changes * chore: bump to typescript v5 * chore: remove tsup config * chore: improve build step * chore: add comment to version.ts * chore: fix imports * chore: add changeset * chore: revert uts46 import changes * chore: fix type imports * chore: ignore tsbuildinfo * fix: type issues * chore: Contains -> Or * chore: format * chore: switch to nodenext module resolution (#309) * fix: make `GetValue` return `{ value?: never }` for contract functions that are not payable (#310) fix: GetValue type * Version Packages (#311) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * refactor: use `@adraffy/ens-normalize` for ENS normalization (#313) * refactor: use @adraffy/ens-normalize for ENS normalization * docs: update * Version Packages (#315) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: `transports` property type on `FallbackTransport` (#317) * Version Packages (#318) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: migrate to nodenext module resolution * chore: fix type imports * chore: use `bundler` module resolution for playgrounds so that path aliases are simpler * fix: ethers adapter signTransaction properties (#322) * fix: ethers adapter * test: boost coverage * Version Packages (#324) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: skip invalid logs (#326) * fix: skip invalid logs * chore: format * chore: changeset * Version Packages (#327) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: tweaked error inheritence for `UserRejectedRequestError` & `SwitchChainError` (#328) * feat: tweaked error inheritence for `UserRejectedRequestError` & `SwitchChainError` * chore: format * chore: switch to tsc * chore: apply rome formatting & linting changes * chore: bump to typescript v5 * chore: remove tsup config * chore: improve build step * chore: add comment to version.ts * chore: fix imports * chore: add changeset * chore: fix type imports * chore: ignore tsbuildinfo * fix: type issues * chore: Contains -> Or * chore: format * chore: format --------- Co-authored-by: jxom <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: awkweb <[email protected]> * Delete eleven-donkeys-lay.md * Delete jsconfig.json * Update cuddly-candles-begin.md --------- Co-authored-by: Sebastian Lorenz <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: awkweb <[email protected]>
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Patch Changes
ea019d7
Thanks @tmm! - Fixed properties passed to ethers adaptersignTransaction