forked from 0xsequence/sequence.js
-
Notifications
You must be signed in to change notification settings - Fork 2
Main #499
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
Closed
Main #499
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
34c8d15
Merge branch '0xsequence:master' into Initial-project-structure-wagmi
Dargon789 fa0f30f
Merge branch '0xsequence:master' into wagmi-project
Dargon789 81c62ba
Update indexer client (#207)
Dargon789 9471600
Merge branch 'master' into wagmi-0xsequence
Dargon789 1a006da
Merge branch 'wagmi-project' of https://github.com/Dargon789/sequence…
googleworkspace-bot b26154f
wagmi templates
googleworkspace-bot 5d83fa1
Update web-sdk.yml (#377)
Dargon789 5db641b
Potential fix for code scanning alert no. 133: Workflow does not cont…
Dargon789 5280a5f
Potential fix for code scanning alert no. 134: Workflow does not cont…
Dargon789 f8ea78c
Potential fix for code scanning alert no. 135: Workflow does not cont…
Dargon789 7dce2c3
Potential fix for code scanning alert no. 136: Workflow does not cont…
Dargon789 03b41ab
Potential fix for code scanning alert no. 138: Workflow does not cont…
Dargon789 28492c4
Potential fix for code scanning alert no. 153: Workflow does not cont…
Dargon789 750b3cf
Potential fix for code scanning alert no. 140: Workflow does not cont…
Dargon789 d826ac5
package
googleworkspace-bot c4e8d13
Bump Next.js & happy-dom, update lockfile
googleworkspace-bot 58b99e0
Merge branch 'wagmi-project'
googleworkspace-bot a57bcf3
Potential fix for pull request finding 'CodeQL / Workflow does not co…
Dargon789 746407c
Merge remote-tracking branch 'upstream/master'
googleworkspace-bot 3a36f05
.idea andriod
googleworkspace-bot b2c3f1c
Delete packages/sequence-core-1.0.0 directory (#468)
Dargon789 0b7d5e5
Update FUNDING.json (#469)
Dargon789 cc7ea62
Merge branch 'master'
googleworkspace-bot 4b09249
Merge branch 'main' of https://github.com/Dargon789/sequence.js
googleworkspace-bot e7fd767
Delete packages/wallet-contracts directory
Dargon789 c82a0c6
Delete lib/signals-implicit-mode directory (#487)
Dargon789 471023b
Delete lib/signals-implicit-mode directory
Dargon789 de7f869
Update extras/web/package.json
Dargon789 4318348
Update .github/README.md
Dargon789 9a47c6b
Update .github/README.md
Dargon789 bd2d862
Update issue templates (#500)
Dargon789 5fd9c50
Update .github/ISSUE_TEMPLATE/bug_report.md
Dargon789 90e1bd3
Update .github/ISSUE_TEMPLATE/bug_report.md
Dargon789 b5bb434
Update .github/ISSUE_TEMPLATE/feature_request.md
Dargon789 284174c
Update .github/ISSUE_TEMPLATE/custom.md
Dargon789 7b81c80
Merge branch 'v3-@0xsequence' into dargon789-master
googleworkspace-bot 4aa057d
Master (#509)
Dargon789 ee9479e
Merge branch 'dargon789-master'
googleworkspace-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,19 @@ | ||
| { | ||
| "$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json", | ||
| "changelog": "@changesets/cli/changelog", | ||
| "commit": false, | ||
| "fixed": [], | ||
| "linked": [], | ||
| "access": "restricted", | ||
| "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", | ||
| "access": "public", | ||
| "baseBranch": "main", | ||
| "changelog": ["@changesets/changelog-github", { "repo": "wevm/wagmi" }], | ||
| "commit": false, | ||
| "ignore": [ | ||
| "*-register", | ||
| "@wagmi/test", | ||
| "site", | ||
| "next-app", | ||
| "nuxt-app", | ||
| "vite-*" | ||
| ], | ||
| "updateInternalDependencies": "patch", | ||
| "ignore": [] | ||
| "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { | ||
| "onlyUpdatePeerDependentsWhenOutOfRange": true | ||
| } | ||
| } |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@wagmi/cli": patch | ||
| --- | ||
|
|
||
| Updated block explorer chains. |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
|
|
||
| --- | ||
|
|
||
| Circleci project setup | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| "wagmi": patch | ||
| "@wagmi/core": patch | ||
| --- | ||
|
|
||
| Added `chainId` parameter to `getCapabilities`/`useCapabilities`. |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| "@wagmi/cli": patch | ||
| "site": patch | ||
| --- | ||
|
|
||
| Circleci project setup |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| "@wagmi/cli": patch | ||
| "site": patch | ||
| --- | ||
|
|
||
| Circleci project setup |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@fake-scope/fake-pkg": patch | ||
|
Dargon789 marked this conversation as resolved.
|
||
| --- | ||
|
|
||
| Circleci project setup | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "site": patch | ||
| --- | ||
|
|
||
| docs(readme): fix typo |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Use the latest 2.1 version of CircleCI pipeline process engine. | ||
| # See: https://circleci.com/docs/configuration-reference | ||
|
|
||
| version: 2.1 | ||
| executors: | ||
| my-custom-executor: | ||
| docker: | ||
| - image: cimg/base:stable | ||
| auth: | ||
| # ensure you have first added these secrets | ||
| # visit app.circleci.com/settings/project/github/Dargon789/hardhat-project/environment-variables | ||
|
Dargon789 marked this conversation as resolved.
|
||
| username: $DOCKER_HUB_USER | ||
| password: $DOCKER_HUB_PASSWORD | ||
| jobs: | ||
| web3-defi-game-project-: | ||
|
Dargon789 marked this conversation as resolved.
|
||
|
|
||
| executor: my-custom-executor | ||
| steps: | ||
| - checkout | ||
| - run: | | ||
| # echo Hello, World! | ||
|
|
||
| workflows: | ||
| my-custom-workflow: | ||
| jobs: | ||
| - web3-defi-game-project- | ||
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,5 @@ | ||
| * @0xsequence/disable-codeowners-notifications @0xsequence/core | ||
| @tmm @jxom | ||
|
|
||
| /packages/connectors/src/metaMask @ecp4224 @omridan159 @abretonc7s @elefantel @BjornGunnarsson @EdouardBougon | ||
| /packages/connectors/src/safe @DaniSomoza @dasanra @mikhailxyz @yagopv | ||
| /packages/connectors/src/walletConnect @ganchoradkov @glitch-txs @ignaciosantise @tomiir |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| [View Contributing Guide on wagmi.sh](https://wagmi.sh/dev/contributing) |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| title: '[Connector Request] ' | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for your interest in contributing a new Connector to the Wagmi! If you haven't already, please read the [Contributing Guidelines](https://wagmi.sh/dev/contributing). Once you submit the form, the Wagmi team will follow up in the discussion thread to discuss next steps. | ||
|
|
||
| Please note that in order for connector requests to be accepted, the team creating the Connector must [sponsor Wagmi](https://github.com/sponsors/wevm). It takes time and effort to maintain third-party connectors. Wagmi is an OSS project that depends on sponsors and grants to continue our work. Please get in touch via [dev@wevm.dev](mailto:dev@wevm.dev) if you have questions about sponsoring. | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: What **novel use-case** does the Connector provide? | ||
| description: | | ||
| A novel use-case is likely one that is not already covered by or not easily extended from another Connector (such as the `injected` or `walletConnect`). | ||
|
|
||
| Examples of **novel** use-cases could be a connector that integrates with: | ||
|
|
||
| - the injected `window.ethereum` provider (a la `injected`) | ||
| - a series of wallets via QR Codes or Mobile Deep Links (a la `walletConnect`) | ||
| - a wallet with it's own SDK (a la `coinbaseWallet`) | ||
| - hardware wallet(s) via Web USB/Bluetooth | ||
| - an Externally Owned Account via a private key or some other method | ||
|
|
||
| Examples of **nonnovel** use-cases would be a connector that: | ||
|
|
||
| - extends another connector (e.g. `walletConnect`) with no significant differences in functionality other than branding, etc. | ||
| placeholder: Info on what makes this connector different. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Are the Connector's integrations production-ready and generally available? | ||
| description: Connectors are intended to be used by consumers in production as part of Wagmi. As such, the Connector and all dependencies must be production-ready and generally available. This means your connector should not rely on non-production software or be restricted to a limited group of users. For example, if your connector requires a wallet that has a closed beta, it is not ready for inclusion in Wagmi. | ||
| placeholder: Info about the Connector and any dependencies (e.g. browser extension, wallet app, npm package). | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: checkboxes | ||
| attributes: | ||
| label: Are you committed to actively maintaining the Connector? | ||
| description: It is critical connectors are updated in a timely manner and actively maintained so that users of Wagmi can rely on them in production settings. The Wagmi core team will provide as much assistance as possible to keep connectors up-to-date with breaking changes from Wagmi, but it is your responsibility to ensure that any dependencies and issues/discussions related to the Connector are handled in a timely manner. If this is not done, the Connector could be removed from the future versions. | ||
| options: | ||
| - label: Yes, my team is or I am committed to actively maintaining the Connector. | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Additional comments | ||
| description: Feel free to jot down any additional info you think might be helpful. | ||
| placeholder: Additional comments, questions, feedback. |
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,88 @@ | ||
| name: Bug Report | ||
| description: Report bugs or issues. | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for taking the time to fill out this bug report! The more info you provide, the more we can help you. | ||
|
|
||
| If you are a [Wagmi Sponsor](https://github.com/sponsors/wevm?metadata_campaign=gh_issue), your issues are prioritized. | ||
|
|
||
| - type: checkboxes | ||
| attributes: | ||
| label: Check existing issues | ||
| description: By submitting this issue, you checked there isn't [already an issue](https://github.com/wevm/wagmi/issues) for this bug. | ||
| options: | ||
| - label: I checked there isn't [already an issue](https://github.com/wevm/wagmi/issues) for the bug I encountered. | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Describe the bug | ||
| description: Clear and concise description of the bug. If you intend to submit a PR for this issue, tell us in the description. Thanks! | ||
| placeholder: I am doing… What I expect is… What is actually happening… | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| id: reproduction | ||
| attributes: | ||
| label: Link to Minimal Reproducible Example | ||
| description: "Please provide a link that can reproduce the problem: [new.wagmi.sh](https://new.wagmi.sh) for runtime issues or [TypeScript Playground](https://www.typescriptlang.org/play) for type issues. For most issues, you will likely get asked to provide a minimal reproducible example so why not add one now :) If a report is vague (e.g. just snippets, generic error message, screenshot, etc.) and has no reproduction, it will receive a \"Needs Reproduction\" label and be auto-closed." | ||
| placeholder: https://new.wagmi.sh | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Steps To Reproduce | ||
| description: Steps or code snippets to reproduce the behavior. | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: dropdown | ||
| attributes: | ||
| label: What Wagmi package(s) are you using? | ||
| multiple: true | ||
| options: | ||
| - 'wagmi' | ||
| - '@wagmi/cli' | ||
| - '@wagmi/connectors' | ||
| - '@wagmi/core' | ||
| - '@wagmi/vue' | ||
| - 'create-wagmi' | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: Wagmi Package(s) Version(s) | ||
| description: What version of the Wagmi packages you selected above are you using? If using multiple, separate with comma (e.g. `wagmi@x.y.z, @wagmi/cli@x.y.z`). | ||
| placeholder: x.y.z (do not write `latest`) | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: Viem Version | ||
| description: What version of [Viem](https://viem.sh) are you using? | ||
| placeholder: x.y.z (do not write `latest`) | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: TypeScript Version | ||
| description: What version of TypeScript are you using? Wagmi requires `typescript@>=5`. | ||
| placeholder: x.y.z (do not write `latest`) | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Anything else? | ||
| description: Anything that will give us more context about the issue you are encountering. Framework version (e.g. React, Vue), app framework (e.g. Next.js, Nuxt), bundler, etc. | ||
| validations: | ||
| required: false | ||
|
|
||
|
|
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Get Help | ||
| url: https://github.com/wevm/wagmi/discussions/new?category=q-a | ||
| about: Ask a question and discuss with other community members. | ||
|
|
||
| - name: Feature Request | ||
| url: https://github.com/wevm/wagmi/discussions/new?category=ideas | ||
| about: Request features or brainstorm ideas for new functionality. | ||
|
|
||
| - name: Connector Request | ||
| url: https://github.com/wevm/wagmi/discussions/new?category=connector-request | ||
| about: Kick off a request for a new connector | ||
|
|
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,11 @@ | ||
| --- | ||
| name: Custom issue template | ||
| about: Describe this issue template's purpose here. | ||
| name: General issue | ||
| about: Open an issue for topics not covered by other templates | ||
| title: '' | ||
| labels: '' | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| **Description** | ||
| A clear and concise description of the issue or suggestion. |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| name: Documentation Issue | ||
| description: Tell us about missing or incorrect documentation. | ||
| labels: ['Area: Docs'] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thank you for submitting a documentation request. It helps make Wagmi better. | ||
|
|
||
| If it's a small change, like misspelling or example that needs updating, feel free to submit a PR instead of creating this issue. | ||
|
|
||
| - type: dropdown | ||
| attributes: | ||
| label: What is the type of issue? | ||
| multiple: true | ||
| options: | ||
| - Documentation is missing | ||
| - Documentation is incorrect | ||
| - Documentation is confusing | ||
| - Example code is not working | ||
| - Something else | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: What is the issue? | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Where did you find it? | ||
| description: Please provide the URL(s) where you found this issue. | ||
| validations: | ||
| required: true |
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.