Dapp example for airdropping ERC-20 tokens using World ID, preserving privacy for the claimers with zero-knowledge proofs.

Overview

World ID logo

World ID Example - Mesha Airdrop

This repository contains an example decentralized application (dapp) for World ID. With Mesha Airdrop test airdropping an ERC-20 token validating a single person can only claim a token once.

World ID is a mechanism to verify a single human has performed a specific action only once without exposing any personal information.

This repository contains the frontend dapp example. Please check this repository for the smart contract example.

The Javascript integration is the simplest way to integrate World ID. The package currently supports web applications and requires only a few lines of code.

🚀 Quick start

You can test this dApp right away with our deployed smart contract in the Polygon Mumbai Testnet (address 0x330C8452C879506f313D1565702560435b0fee4C). This deployed contract uses the World ID Test Network for verified identities.

  1. Install dependencies.
npm install
  1. Run app (will open browser automatically).
npm run dev
  1. Go to Usage instructions.

🗝 Usage instructions

To test this dApp in the Polygon Mumbai Testnet, follow these steps:

  1. Prepare a wallet that has access to the Mumbai Testnet. We recommend using Metamask mobile (you will need to add the Mumbai network manually). Our docs contain more detailed instructions on how to do this. Alternatively, there's instructions for how to use the WalletConnect Test Wallet.
  2. Fund the wallet with some MATIC. You can use the official faucet or any other faucet.
  3. Launch the mockWLD app (app that holds World ID identities and generates ZKPs) at: https://mock-app.id.worldcoin.org & follow instructions to generate/fetch your identity and add it to the list of verified identities.

And you're good to go! The airdrop app will guide you through the process:

  • You'll first connect your wallet (e.g. Metamask).
  • You will then do the World ID verification process.
  • You will then execute the smart contract transaction with your wallet.

🤓 Advanced setup (custom deployment)

Follow these steps if you want to use your own smart contract and/or use a different network.

  1. Deploy your own smart contract using the Airdrop smart contract from this repository.
  2. Set the contract address using the WLD_CONTRACT_ADDRESS env var (or edit const.tsx directly).
  3. Update the contract's ABI in const.tsx (if you changed the contract's claim function).

📄 Documentation

Full documentation for this and all World ID examples can be found at https://id.worldcoin.org/docs/examples.

🧑‍⚖️ License

This repository is MIT licensed. Please review the LICENSE file in this repository.

Copyright (C) 2022 Tools for Humanity Corporation.

Comments
  • chore(deps-dev): bump postcss from 8.4.14 to 8.4.19

    chore(deps-dev): bump postcss from 8.4.14 to 8.4.19

    Bumps postcss from 8.4.14 to 8.4.19.

    Release notes

    Sourced from postcss's releases.

    8.4.19

    • Fixed whitespace preserving after AST transformations (by @​romainmenke).

    8.4.18

    • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

    8.4.17

    8.4.16

    • Fixed Root AST migration.

    8.4.15

    • Fixed AST normalization after using custom parser with old PostCSS AST.
    Changelog

    Sourced from postcss's changelog.

    8.4.19

    • Fixed whitespace preserving after AST transformations (by Romain Menke).

    8.4.18

    • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

    8.4.17

    • Fixed Node.before() unexpected behavior (by Romain Menke).
    • Added TOC to docs (by Mikhail Dedov).

    8.4.16

    • Fixed Root AST migration.

    8.4.15

    • Fixed AST normalization after using custom parser with old PostCSS AST.
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • chore(deps-dev): bump cspell from 6.5.0 to 6.15.1

    chore(deps-dev): bump cspell from 6.5.0 to 6.15.1

    Bumps cspell from 6.5.0 to 6.15.1.

    Release notes

    Sourced from cspell's releases.

    v6.15.1

    Changes

    ci: Workflow Bot -- Update Integration Snapshots (main) (#3872)

    Update Integration Repositories

    integration-tests/config/config.json | 36 ++-- .../Azure/azure-rest-api-specs/snapshot.txt | 10 +- .../apollographql/apollo-server/snapshot.txt | 2 +- .../snapshots/aws-amplify/docs/snapshot.txt | 9 +- .../snapshots/caddyserver/caddy/report.yaml | 13 +- .../snapshots/caddyserver/caddy/snapshot.txt | 13 +- .../snapshots/django/django/report.yaml | 127 +++++++------ .../snapshots/django/django/snapshot.txt | 127 +++++++------ .../snapshots/eslint/eslint/report.yaml | 42 ++--- .../snapshots/eslint/eslint/snapshot.txt | 42 ++--- .../googleapis/google-cloud-cpp/report.yaml | 40 ++-- .../googleapis/google-cloud-cpp/snapshot.txt | 26 +-- .../iluwatar/java-design-patterns/report.yaml | 25 +-- .../iluwatar/java-design-patterns/snapshot.txt | 21 +-- integration-tests/snapshots/mdx-js/mdx/report.yaml | 14 +- .../snapshots/mdx-js/mdx/snapshot.txt | 14 +- .../snapshots/php/php-src/report.yaml | 206 ++++++++++----------- .../snapshots/php/php-src/snapshot.txt | 206 ++++++++++----------- .../snapshots/prettier/prettier/snapshot.txt | 4 +- .../snapshots/shoelace-style/shoelace/snapshot.txt | 5 +- .../typescript-eslint/snapshot.txt | 2 +- .../snapshots/wireapp/wire-webapp/snapshot.txt | 23 ++- 22 files changed, 497 insertions(+), 510 deletions(-)


    Features

    feat: Use Svelte dictionary (#3883)

    Minor Breakage - remove compatibility words. This might cause a few names to show up as misspellings.


    ... (truncated)

    Changelog

    Sourced from cspell's changelog.

    6.15.1 (2022-11-30)

    Note: Version bump only for package cspell-monorepo

    6.15.0 (2022-11-25)

    Features

    6.14.3 (2022-11-17)

    Bug Fixes

    • trie-lib - fix issue with reference radix. (#3849) (73af697)

    6.14.2 (2022-11-11)

    Note: Version bump only for package cspell-monorepo

    6.14.1 (2022-11-07)

    Note: Version bump only for package cspell-monorepo

    6.14.0 (2022-11-03)

    Note: Version bump only for package cspell-monorepo

    6.13.3 (2022-10-31)

    Bug Fixes

    6.13.2 (2022-10-31)

    Bug Fixes

    • Do not generate duplicate entries by default (#3793) (f27d3c6)

    6.13.1 (2022-10-28)

    Note: Version bump only for package cspell-monorepo

    6.13.0 (2022-10-28)

    Bug Fixes

    ... (truncated)

    Commits
    • 9668bef v6.15.1
    • e65458a ci: Workflow Bot -- Update ALL Dependencies (main) (#3884)
    • 670cb3c feat: Use Svelte dictionary (#3883)
    • da0be85 ci: Workflow Bot -- Update ALL Dependencies (main) (#3882)
    • 0aa8810 chore(deps-dev): bump @​rollup/plugin-typescript from 9.0.2 to 10.0.1 (#3880)
    • 9a05e5a ci: Workflow Bot -- Update ALL Dependencies (main) (#3881)
    • 28b7c40 chore(deps): bump peter-evans/create-pull-request from 4.2.2 to 4.2.3 (#3879)
    • 07a837a fix: add support for Svelte (#3874)
    • 865898e ci: Workflow Bot -- Update Integration Snapshots (main) (#3872)
    • da24ecf ci: Workflow Bot -- Update ALL Dependencies (main) (#3871)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • chore(deps): bump streetsidesoftware/cspell-action from 2.0.2 to 2.13.0

    chore(deps): bump streetsidesoftware/cspell-action from 2.0.2 to 2.13.0

    Bumps streetsidesoftware/cspell-action from 2.0.2 to 2.13.0.

    Release notes

    Sourced from streetsidesoftware/cspell-action's releases.

    v2.13.0

    2.13.0 (2022-11-28)

    Features

    Miscellaneous

    • deps-dev: bump typescript from 4.8.4 to 4.9.3 (#1060) (992a93a)

    Updates and Bug Fixes

    • Update CSpell to (6.14.3) (main) (#1062) (578455f)
    • Workflow Bot -- Update ALL Dependencies (c26f628)
    • Workflow Bot -- Update ALL Dependencies (5479976)
    • Workflow Bot -- Update ALL Dependencies (main) (#1053) (5479976)
    • Workflow Bot -- Update ALL Dependencies (main) (#1055) (c26f628)
    • Workflow Bot -- Update ALL Dependencies (main) (#1067) (83ad2cd)

    Continuous Integration

    • Workflow Bot -- Update ALL Dependencies (6daab46)
    • Workflow Bot -- Update ALL Dependencies (e7e366f)
    • Workflow Bot -- Update ALL Dependencies (main) (#1056) (e7e366f)
    • Workflow Bot -- Update ALL Dependencies (main) (#1061) (bbefae0)
    • Workflow Bot -- Update ALL Dependencies (main) (#1063) (8dfd93d)
    • Workflow Bot -- Update ALL Dependencies (main) (#1064) (e7eb9fd)
    • Workflow Bot -- Update ALL Dependencies (main) (#1069) (c596f58)
    • Workflow Bot -- Update ALL Dependencies (main) (#1074) (6daab46)

    v2.12.1

    2.12.1 (2022-11-12)

    Miscellaneous

    • deps-dev: bump @​types/jest from 29.2.1 to 29.2.2 (#1039) (72bbf90)

    Continuous Integration

    • Workflow Bot -- Update ALL Dependencies (305a52f)
    • Workflow Bot -- Update ALL Dependencies (ebfec57)
    • Workflow Bot -- Update ALL Dependencies (main) (#1038) (ebfec57)
    • Workflow Bot -- Update ALL Dependencies (main) (#1041) (305a52f)

    ... (truncated)

    Changelog

    Sourced from streetsidesoftware/cspell-action's changelog.

    2.13.0 (2022-11-28)

    Features

    Miscellaneous

    • deps-dev: bump typescript from 4.8.4 to 4.9.3 (#1060) (992a93a)

    Updates and Bug Fixes

    • Update CSpell to (6.14.3) (main) (#1062) (578455f)
    • Workflow Bot -- Update ALL Dependencies (c26f628)
    • Workflow Bot -- Update ALL Dependencies (5479976)
    • Workflow Bot -- Update ALL Dependencies (main) (#1053) (5479976)
    • Workflow Bot -- Update ALL Dependencies (main) (#1055) (c26f628)
    • Workflow Bot -- Update ALL Dependencies (main) (#1067) (83ad2cd)

    Continuous Integration

    • Workflow Bot -- Update ALL Dependencies (6daab46)
    • Workflow Bot -- Update ALL Dependencies (e7e366f)
    • Workflow Bot -- Update ALL Dependencies (main) (#1056) (e7e366f)
    • Workflow Bot -- Update ALL Dependencies (main) (#1061) (bbefae0)
    • Workflow Bot -- Update ALL Dependencies (main) (#1063) (8dfd93d)
    • Workflow Bot -- Update ALL Dependencies (main) (#1064) (e7eb9fd)
    • Workflow Bot -- Update ALL Dependencies (main) (#1069) (c596f58)
    • Workflow Bot -- Update ALL Dependencies (main) (#1074) (6daab46)

    2.12.1 (2022-11-12)

    Miscellaneous

    • deps-dev: bump @​types/jest from 29.2.1 to 29.2.2 (#1039) (72bbf90)

    Continuous Integration

    • Workflow Bot -- Update ALL Dependencies (305a52f)
    • Workflow Bot -- Update ALL Dependencies (ebfec57)
    • Workflow Bot -- Update ALL Dependencies (main) (#1038) (ebfec57)
    • Workflow Bot -- Update ALL Dependencies (main) (#1041) (305a52f)
    • Workflow Bot -- Update ALL Dependencies (main) (#1048) (a2ab7e9)

    ... (truncated)

    Commits
    • eaa2c21 chore(main): release 2.13.0 (#1054)
    • 6daab46 ci: Workflow Bot -- Update ALL Dependencies (main) (#1074)
    • f744fae feat: Update CSpell to (6.15.0) (main) (#1072)
    • c596f58 ci: Workflow Bot -- Update ALL Dependencies (main) (#1069)
    • 83ad2cd fix: Workflow Bot -- Update ALL Dependencies (main) (#1067)
    • e7eb9fd ci: Workflow Bot -- Update ALL Dependencies (main) (#1064)
    • 8dfd93d ci: Workflow Bot -- Update ALL Dependencies (main) (#1063)
    • bbefae0 ci: Workflow Bot -- Update ALL Dependencies (main) (#1061)
    • 578455f fix: Update CSpell to (6.14.3) (main) (#1062)
    • e7e366f ci: Workflow Bot -- Update ALL Dependencies (main) (#1056)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 2
  • chore(deps): bump streetsidesoftware/cspell-action from 2.0.2 to 2.11.0

    chore(deps): bump streetsidesoftware/cspell-action from 2.0.2 to 2.11.0

    Bumps streetsidesoftware/cspell-action from 2.0.2 to 2.11.0.

    Release notes

    Sourced from streetsidesoftware/cspell-action's releases.

    v2.11.0

    2.11.0 (2022-09-30)

    Features

    Continuous Integration

    • Workflow Bot -- Update ALL Dependencies (abd6248)
    • Workflow Bot -- Update ALL Dependencies (main) (#989) (abd6248)

    Miscellaneous

    Updates and Bug Fixes

    • Update CSpell to (6.10.1) (7d7c256)
    • Workflow Bot -- Update ALL Dependencies (22a2b31)
    • Workflow Bot -- Update ALL Dependencies (main) (#986) (e191595)
    • Workflow Bot -- Update ALL Dependencies (main) (#996) (2d5b267)
    • Workflow Bot -- Update ALL Dependencies (main) (#997) (22a2b31)

    v2.10.0

    2.10.0 (2022-09-20)

    Features

    Miscellaneous

    Continuous Integration

    ... (truncated)

    Changelog

    Sourced from streetsidesoftware/cspell-action's changelog.

    2.11.0 (2022-09-30)

    Features

    Continuous Integration

    • Workflow Bot -- Update ALL Dependencies (abd6248)
    • Workflow Bot -- Update ALL Dependencies (main) (#989) (abd6248)

    Miscellaneous

    Updates and Bug Fixes

    • Update CSpell to (6.10.1) (7d7c256)
    • Workflow Bot -- Update ALL Dependencies (22a2b31)
    • Workflow Bot -- Update ALL Dependencies (main) (#986) (e191595)
    • Workflow Bot -- Update ALL Dependencies (main) (#996) (2d5b267)
    • Workflow Bot -- Update ALL Dependencies (main) (#997) (22a2b31)

    2.10.0 (2022-09-20)

    Features

    Miscellaneous

    Continuous Integration

    • Use "fix" or "feat" for Update CSpell PRs (#976) (6ee2e8c)
    • Workflow Bot -- Update ALL Dependencies (508b6d9)

    ... (truncated)

    Commits
    • d7d21c0 chore(main): release 2.11.0 (#988)
    • 22a2b31 fix: Workflow Bot -- Update ALL Dependencies (main) (#997)
    • a007e8e feat: Update CSpell to (6.12.0) (main) (#998)
    • 2d5b267 fix: Workflow Bot -- Update ALL Dependencies (main) (#996)
    • 7d7c256 chore: Update dependencies (main) (#995)
    • 178c94f Revert "chore: Upgrade @​actions/core"
    • a6d1178 chore: Upgrade @​actions/core
    • 36306f8 chore: Update yarn.lock
    • 726afbe chore: do not cache yarn
    • d1fcbe9 chore(deps-dev): bump typescript from 4.8.3 to 4.8.4 (#992)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 2
  • chore(deps): bump ethers from 5.6.9 to 5.7.1

    chore(deps): bump ethers from 5.6.9 to 5.7.1

    Bumps ethers from 5.6.9 to 5.7.1.

    Release notes

    Sourced from ethers's releases.

    ethers/v5.7.1 (2022-09-13 21:28)

    • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
    • Add support for all data URL formats. (#3341; 4c86dc9)
    • Added Sepolia network. (#3325; d083522)

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-RG8QV/8Pwe52alIcSWxFpA7GbD1/mIxUAQA5PeEDh5EnTyJiWhIvYfw5RYBIz8DQ"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.7.1.umd.min.js">
    </script>
    

    ethers/v5.7.0 (2022-08-18 16:17)

    • Update PocketProvider to newer URL format. (#2980; 10d07ca)
    • Add new ENS normalization specification for wider UTF-8 support. (#42, #2376, #2754; 14bf407, fce9aaa, f274104)
    • Added ACTION_REJECTED error for UI-based Signers. (d9897e0)
    • Include current baseFee in feeData for easier custom fee calculation. (8314236)
    • Add restrictions for new UTF-8 specification ENS names. (#42, #2376, #2754; e52fbfb)
    • Expand the definition of a WebSocketLike. (#2843; 00114d7)
    • Expanded type for queryFitler to allow string. (#2882; 60da870)
    • Added finalized and safe blockTags. (#3091; 549168c)
    • Added arbitrum-goerli to Networks and AlchemyProvider. (#3246; e72d13e)
    • Add EIP-712 type exports. (#221; 7ce41cd)
    • Added optimism-goerli to AlchemyProvider. (#3246; f1cb0d2)
    • Updated EtherscanProvider for new CommunityResource API throttling. (6bd13c3)
    • Fix old events from being emitted at the beginning of a filter. (#3069, #3094; ea2d245)
    • Fixed Interface signautres missing strings as eventFragments. (#3157; c004ae5)
    • Fix bug in EIP1193Bridge forwarding to the wrong method. (#3166; 17676e9)
    • Use updated Web3 Secret Storage format for JSON wallets. (#3075; 6f57e8b)
    • Relaxed nameprep length requirement dropping RFC-5891 section 4.2.4. (#3161; abdf2e3)
    • Switch to hash.js for ripemd160 on node as it was removed from the default crypto provider in node 17. (#3082; 450694e)
    • Add optimism-kovan to EtherscanProvider. (#3135; 4d3e586)
    • Forward any blockTag along in the FallbackProvider during call. (#3168; ab43e7d)
    • Allow browser fetch option overrides. (#3096; c309df8)

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-EQi5ynMqKKWGuwfjllsutXzvDo0ubfkYMhKrz5WJJB7PUXnkSo5qxWSy80hu/Zh9"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.7.0.umd.min.js">
    </script>
    
    Changelog

    Sourced from ethers's changelog.

    ethers/v5.7.1 (2022-09-13 21:28)

    • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
    • Add support for all data URL formats. (#3341; 4c86dc9)
    • Added Sepolia network. (#3325; d083522)

    ethers/v5.7.0 (2022-08-18 16:17)

    • Update PocketProvider to newer URL format. (#2980; 10d07ca)
    • Add new ENS normalization specification for wider UTF-8 support. (#42, #2376, #2754; 14bf407, fce9aaa, f274104)
    • Added ACTION_REJECTED error for UI-based Signers. (d9897e0)
    • Include current baseFee in feeData for easier custom fee calculation. (8314236)
    • Add restrictions for new UTF-8 specification ENS names. (#42, #2376, #2754; e52fbfb)
    • Expand the definition of a WebSocketLike. (#2843; 00114d7)
    • Expanded type for queryFitler to allow string. (#2882; 60da870)
    • Added finalized and safe blockTags. (#3091; 549168c)
    • Added arbitrum-goerli to Networks and AlchemyProvider. (#3246; e72d13e)
    • Add EIP-712 type exports. (#221; 7ce41cd)
    • Added optimism-goerli to AlchemyProvider. (#3246; f1cb0d2)
    • Updated EtherscanProvider for new CommunityResource API throttling. (6bd13c3)
    • Fix old events from being emitted at the beginning of a filter. (#3069, #3094; ea2d245)
    • Fixed Interface signautres missing strings as eventFragments. (#3157; c004ae5)
    • Fix bug in EIP1193Bridge forwarding to the wrong method. (#3166; 17676e9)
    • Use updated Web3 Secret Storage format for JSON wallets. (#3075; 6f57e8b)
    • Relaxed nameprep length requirement dropping RFC-5891 section 4.2.4. (#3161; abdf2e3)
    • Switch to hash.js for ripemd160 on node as it was removed from the default crypto provider in node 17. (#3082; 450694e)
    • Add optimism-kovan to EtherscanProvider. (#3135; 4d3e586)
    • Forward any blockTag along in the FallbackProvider during call. (#3168; ab43e7d)
    • Allow browser fetch option overrides. (#3096; c309df8)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • chore(deps-dev): bump postcss from 8.4.14 to 8.4.17

    chore(deps-dev): bump postcss from 8.4.14 to 8.4.17

    Bumps postcss from 8.4.14 to 8.4.17.

    Release notes

    Sourced from postcss's releases.

    8.4.17

    8.4.16

    • Fixed Root AST migration.

    8.4.15

    • Fixed AST normalization after using custom parser with old PostCSS AST.
    Changelog

    Sourced from postcss's changelog.

    8.4.17

    • Fixed Node.before() unexpected behavior (by Romain Menke).
    • Added TOC to docs (by Mikhail Dedov).

    8.4.16

    • Fixed Root AST migration.

    8.4.15

    • Fixed AST normalization after using custom parser with old PostCSS AST.
    Commits
    • 34c0de4 Release 8.4.17 version
    • 9454dcc Merge pull request #1781 from romainmenke/fix-issue-1778--practical-snowy-owl...
    • 7278432 recalculate the insertion index after normalizing a node
    • e1538a4 Merge pull request #1780 from romainmenke/add-test-for-sorting-nodes--courage...
    • 24c1432 add test for sorting container.nodes
    • c047e0a Fix index
    • b163f07 Clean up CI
    • a002d8e Update docs
    • cedc6a5 Merge pull request #1779 from muddv/docs-index
    • 967d584 Update docs/writing-a-plugin.md
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • chore(deps-dev): bump cspell from 6.5.0 to 6.12.0

    chore(deps-dev): bump cspell from 6.5.0 to 6.12.0

    Bumps cspell from 6.5.0 to 6.12.0.

    Release notes

    Sourced from cspell's releases.

    v6.12.0

    Changes

    Features

    feat: Use cspell-dictionary Module (#3686)

    Use the cspell-dictionary module for checking words.

    Versions 6.10, 6.11, and 6.12 transitioned to using cspell-dictionary module for looking up words.

    This move was designed to make the interface clear so that 3rd parties could use cspell-dictionary instead of deep linking into cspell-lib to get dictionary capabilities.

    Minor Breakage for 3rd party apps: use cspell-dictionary instead of cspell-lib.


    v6.11.1

    Changes

    Fixes

    fix: Fix export of SpellingDictionaryCollection (#3683)


    v6.11.0

    Changes

    ci: Workflow Bot -- Update Integration Snapshots (main) (#3652)

    Update Integration Repositories

    integration-tests/config/config.json | 40 ++-- .../Azure/azure-rest-api-specs/snapshot.txt | 19 +- .../snapshots/TheAlgorithms/Python/report.yaml | 95 ++++---- .../snapshots/TheAlgorithms/Python/snapshot.txt | 91 ++++---- .../aspnetboilerplate/report.yaml | 6 +-

    ... (truncated)

    Changelog

    Sourced from cspell's changelog.

    6.12.0 (2022-09-30)

    Features

    6.11.1 (2022-09-30)

    Bug Fixes

    • Fix export of SpellingDictionaryCollection (#3683) (7665cdb)

    6.11.0 (2022-09-30)

    Note: Version bump only for package cspell-monorepo

    6.10.1 (2022-09-20)

    Note: Version bump only for package cspell-monorepo

    6.10.0 (2022-09-19)

    Note: Version bump only for package cspell-monorepo

    6.9.1 (2022-09-18)

    Note: Version bump only for package cspell-monorepo

    6.9.0 (2022-09-15)

    Note: Version bump only for package cspell-monorepo

    6.8.2 (2022-09-12)

    Note: Version bump only for package cspell-monorepo

    6.8.1 (2022-08-26)

    Note: Version bump only for package cspell-monorepo

    6.8.0 (2022-08-21)

    Bug Fixes

    6.7.0 (2022-08-18)

    Features

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • chore(deps): bump streetsidesoftware/cspell-action from 2.0.2 to 2.10.0

    chore(deps): bump streetsidesoftware/cspell-action from 2.0.2 to 2.10.0

    Bumps streetsidesoftware/cspell-action from 2.0.2 to 2.10.0.

    Release notes

    Sourced from streetsidesoftware/cspell-action's releases.

    v2.10.0

    2.10.0 (2022-09-20)

    Features

    Miscellaneous

    Continuous Integration

    • Use "fix" or "feat" for Update CSpell PRs (#976) (6ee2e8c)
    • Workflow Bot -- Update ALL Dependencies (508b6d9)
    • Workflow Bot -- Update ALL Dependencies (main) (#984) (508b6d9)

    Updates and Bug Fixes

    • Update CSpell to (6.10.1) (2f08a59)
    • Update CSpell to (6.10.1) (main) (#985) (2f08a59)
    • Update CSpell to (6.9.1) (be1bf32)
    • Update CSpell to (6.9.1) (main) (#974) (be1bf32)
    • Upgrade to vscode-uri 3.0.6 (#981) (29f910f)
    • Workflow Bot -- Update ALL Dependencies (5379a8a)
    • Workflow Bot -- Update ALL Dependencies (6f2f086)
    • Workflow Bot -- Update ALL Dependencies (b12d970)
    • Workflow Bot -- Update ALL Dependencies (main) (#966) (b12d970)
    • Workflow Bot -- Update ALL Dependencies (main) (#968) (6f2f086)
    • Workflow Bot -- Update ALL Dependencies (main) (#970) (5379a8a)

    v2.9.0

    2.9.0 (2022-09-15)

    Features

    Miscellaneous

    • deps-dev: bump ts-jest from 29.0.0 to 29.0.1 (#960) (b9b9542)

    ... (truncated)

    Changelog

    Sourced from streetsidesoftware/cspell-action's changelog.

    2.10.0 (2022-09-20)

    Features

    Miscellaneous

    Continuous Integration

    • Use "fix" or "feat" for Update CSpell PRs (#976) (6ee2e8c)
    • Workflow Bot -- Update ALL Dependencies (508b6d9)
    • Workflow Bot -- Update ALL Dependencies (main) (#984) (508b6d9)

    Updates and Bug Fixes

    • Update CSpell to (6.10.1) (2f08a59)
    • Update CSpell to (6.10.1) (main) (#985) (2f08a59)
    • Update CSpell to (6.9.1) (be1bf32)
    • Update CSpell to (6.9.1) (main) (#974) (be1bf32)
    • Upgrade to vscode-uri 3.0.6 (#981) (29f910f)
    • Workflow Bot -- Update ALL Dependencies (5379a8a)
    • Workflow Bot -- Update ALL Dependencies (6f2f086)
    • Workflow Bot -- Update ALL Dependencies (b12d970)
    • Workflow Bot -- Update ALL Dependencies (main) (#966) (b12d970)
    • Workflow Bot -- Update ALL Dependencies (main) (#968) (6f2f086)
    • Workflow Bot -- Update ALL Dependencies (main) (#970) (5379a8a)

    2.9.0 (2022-09-15)

    Features

    Miscellaneous

    • deps-dev: bump ts-jest from 29.0.0 to 29.0.1 (#960) (b9b9542)

    Updates and Bug Fixes

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 2
  • chore(deps): bump streetsidesoftware/cspell-action from 2.0.2 to 2.8.1

    chore(deps): bump streetsidesoftware/cspell-action from 2.0.2 to 2.8.1

    Bumps streetsidesoftware/cspell-action from 2.0.2 to 2.8.1.

    Release notes

    Sourced from streetsidesoftware/cspell-action's releases.

    v2.8.1

    2.8.1 (2022-08-29)

    Updates and Bug Fixes

    v2.8.0

    2.8.0 (2022-08-27)

    Features

    Updates and Bug Fixes

    • Update CSpell to (6.7.0) (1dd5127)
    • Update CSpell to (6.7.0) (main) (#904) (1dd5127)
    • Update CSpell to (6.8.0) (65723ea)
    • Update CSpell to (6.8.1) (6cbaf4b)
    • Update CSpell to (6.8.1) (main) (#920) (6cbaf4b)
    • Workflow Bot -- Update ALL Dependencies (3bf189c)
    • Workflow Bot -- Update ALL Dependencies (a93f905)
    • Workflow Bot -- Update ALL Dependencies (716ca6d)
    • Workflow Bot -- Update ALL Dependencies (369e2f2)
    • Workflow Bot -- Update ALL Dependencies (0509e6b)
    • Workflow Bot -- Update ALL Dependencies (1e769df)
    • Workflow Bot -- Update ALL Dependencies (b91efc3)
    • Workflow Bot -- Update ALL Dependencies (main) (#892) (b91efc3)
    • Workflow Bot -- Update ALL Dependencies (main) (#899) (1e769df)
    • Workflow Bot -- Update ALL Dependencies (main) (#900) (0509e6b)
    • Workflow Bot -- Update ALL Dependencies (main) (#901) (34ed3d4)
    • Workflow Bot -- Update ALL Dependencies (main) (#905) (369e2f2)
    • Workflow Bot -- Update ALL Dependencies (main) (#906) (bf4cff2)
    • Workflow Bot -- Update ALL Dependencies (main) (#907) (716ca6d)
    • Workflow Bot -- Update ALL Dependencies (main) (#909) (e69bd92)
    • Workflow Bot -- Update ALL Dependencies (main) (#912) (5d9df4e)
    • Workflow Bot -- Update ALL Dependencies (main) (#916) (ceb3888)
    • Workflow Bot -- Update ALL Dependencies (main) (#917) (a93f905)
    • Workflow Bot -- Update ALL Dependencies (main) (#919) (3bf189c)

    Miscellaneous

    ... (truncated)

    Changelog

    Sourced from streetsidesoftware/cspell-action's changelog.

    2.8.1 (2022-08-29)

    Updates and Bug Fixes

    2.8.0 (2022-08-27)

    Features

    Updates and Bug Fixes

    • Update CSpell to (6.7.0) (1dd5127)
    • Update CSpell to (6.7.0) (main) (#904) (1dd5127)
    • Update CSpell to (6.8.0) (65723ea)
    • Update CSpell to (6.8.1) (6cbaf4b)
    • Update CSpell to (6.8.1) (main) (#920) (6cbaf4b)
    • Workflow Bot -- Update ALL Dependencies (3bf189c)
    • Workflow Bot -- Update ALL Dependencies (a93f905)
    • Workflow Bot -- Update ALL Dependencies (716ca6d)
    • Workflow Bot -- Update ALL Dependencies (369e2f2)
    • Workflow Bot -- Update ALL Dependencies (0509e6b)
    • Workflow Bot -- Update ALL Dependencies (1e769df)
    • Workflow Bot -- Update ALL Dependencies (b91efc3)
    • Workflow Bot -- Update ALL Dependencies (main) (#892) (b91efc3)
    • Workflow Bot -- Update ALL Dependencies (main) (#899) (1e769df)
    • Workflow Bot -- Update ALL Dependencies (main) (#900) (0509e6b)
    • Workflow Bot -- Update ALL Dependencies (main) (#901) (34ed3d4)
    • Workflow Bot -- Update ALL Dependencies (main) (#905) (369e2f2)
    • Workflow Bot -- Update ALL Dependencies (main) (#906) (bf4cff2)
    • Workflow Bot -- Update ALL Dependencies (main) (#907) (716ca6d)
    • Workflow Bot -- Update ALL Dependencies (main) (#909) (e69bd92)
    • Workflow Bot -- Update ALL Dependencies (main) (#912) (5d9df4e)
    • Workflow Bot -- Update ALL Dependencies (main) (#916) (ceb3888)
    • Workflow Bot -- Update ALL Dependencies (main) (#917) (a93f905)
    • Workflow Bot -- Update ALL Dependencies (main) (#919) (3bf189c)

    Miscellaneous

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 2
  • feat: chain warning

    feat: chain warning

    Add wrong chain warning (if chain is not a polygon mumbai)

    🎥 screencast

    https://user-images.githubusercontent.com/102026658/185877337-dee38ed3-0dda-40fe-99d6-5977663412ca.mov

    opened by denis-ottofeller 2
  • chore(deps-dev): bump eslint from 8.20.0 to 8.21.0

    chore(deps-dev): bump eslint from 8.20.0 to 8.21.0

    Bumps eslint from 8.20.0 to 8.21.0.

    Release notes

    Sourced from eslint's releases.

    v8.21.0

    Features

    • 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas)
    • 92bf49a feat: improve the key width calculation in key-spacing rule (#16154) (Nitin Kumar)
    • c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138) (Nitin Kumar)
    • 1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063) (Nitin Kumar)

    Bug Fixes

    • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153) (Nitin Kumar)

    Documentation

    • 2aadc93 docs: add anchors to headings inside docs content (#16134) (Strek)

    Chores

    • 8892511 chore: Upgrade to Espree 9.3.3 (#16173) (Brandon Mills)
    • 1233bee chore: switch to eslint-plugin-node's maintained fork (#16150) (唯然)
    • 97b95c0 chore: upgrade puppeteer v13 (#16151) (唯然)
    Changelog

    Sourced from eslint's changelog.

    v8.21.0 - August 1, 2022

    • 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas)
    • 8892511 chore: Upgrade to Espree 9.3.3 (#16173) (Brandon Mills)
    • 92bf49a feat: improve the key width calculation in key-spacing rule (#16154) (Nitin Kumar)
    • c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138) (Nitin Kumar)
    • 1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063) (Nitin Kumar)
    • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153) (Nitin Kumar)
    • 2aadc93 docs: add anchors to headings inside docs content (#16134) (Strek)
    • 1233bee chore: switch to eslint-plugin-node's maintained fork (#16150) (唯然)
    • 97b95c0 chore: upgrade puppeteer v13 (#16151) (唯然)
    Commits
    • 9c53ed4 8.21.0
    • fd404a5 Build: changelog update for 8.21.0
    • 7b43ea1 feat: Implement FlatESLint (#16149)
    • 8892511 chore: Upgrade to Espree 9.3.3 (#16173)
    • 92bf49a feat: improve the key width calculation in key-spacing rule (#16154)
    • c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138)
    • 1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063)
    • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153)
    • 2aadc93 docs: add anchors to headings inside docs content (#16134)
    • 1233bee chore: switch to eslint-plugin-node's maintained fork (#16150)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • chore(deps-dev): bump postcss from 8.4.14 to 8.4.20

    chore(deps-dev): bump postcss from 8.4.14 to 8.4.20

    Bumps postcss from 8.4.14 to 8.4.20.

    Release notes

    Sourced from postcss's releases.

    8.4.20

    • Fixed source map generation for childless at-rules like @layer.

    8.4.19

    • Fixed whitespace preserving after AST transformations (by @​romainmenke).

    8.4.18

    • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

    8.4.17

    8.4.16

    • Fixed Root AST migration.

    8.4.15

    • Fixed AST normalization after using custom parser with old PostCSS AST.
    Changelog

    Sourced from postcss's changelog.

    8.4.20

    • Fixed source map generation for childless at-rules like @layer.

    8.4.19

    • Fixed whitespace preserving after AST transformations (by Romain Menke).

    8.4.18

    • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

    8.4.17

    • Fixed Node.before() unexpected behavior (by Romain Menke).
    • Added TOC to docs (by Mikhail Dedov).

    8.4.16

    • Fixed Root AST migration.

    8.4.15

    • Fixed AST normalization after using custom parser with old PostCSS AST.
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump cspell from 6.5.0 to 6.18.1

    chore(deps-dev): bump cspell from 6.5.0 to 6.18.1

    Bumps cspell from 6.5.0 to 6.18.1.

    Release notes

    Sourced from cspell's releases.

    v6.18.1

    Changes

    ci: Workflow Bot -- Update Integration Snapshots (main) (#3935)

    Update Integration Repositories

    integration-tests/config/config.json | 40 +- .../Azure/azure-rest-api-specs/snapshot.txt | 10 +- .../snapshots/TheAlgorithms/Python/report.yaml | 151 ++--- .../snapshots/TheAlgorithms/Python/snapshot.txt | 151 ++--- .../apollographql/apollo-server/snapshot.txt | 2 +- .../snapshots/aws-amplify/docs/snapshot.txt | 2 +- .../snapshots/caddyserver/caddy/report.yaml | 4 +- .../snapshots/caddyserver/caddy/snapshot.txt | 4 +- .../snapshots/django/django/report.yaml | 91 +-- .../snapshots/django/django/snapshot.txt | 89 +-- .../snapshots/eslint/eslint/report.yaml | 5 +- .../snapshots/eslint/eslint/snapshot.txt | 5 +- .../googleapis/google-cloud-cpp/report.yaml | 162 ++--- .../googleapis/google-cloud-cpp/snapshot.txt | 158 ++--- .../snapshots/php/php-src/report.yaml | 96 +-- .../snapshots/php/php-src/snapshot.txt | 96 +-- .../snapshots/prettier/prettier/snapshot.txt | 2 +- .../snapshots/pycontribs/jira/report.yaml | 50 +- .../snapshots/pycontribs/jira/snapshot.txt | 50 +- .../snapshots/sveltejs/svelte/report.yaml | 657 +++------------------ .../snapshots/sveltejs/svelte/snapshot.txt | 653 +++----------------- .../snapshots/wireapp/wire-webapp/snapshot.txt | 19 +- 22 files changed, 740 insertions(+), 1757 deletions(-)


    Fixes

    fix: Add sample usage for cspell-lib:spellCheckDocument (#3941)


    ... (truncated)

    Changelog

    Sourced from cspell's changelog.

    6.18.1 (2022-12-29)

    Note: Version bump only for package cspell-monorepo

    6.18.0 (2022-12-21)

    Note: Version bump only for package cspell-monorepo

    6.17.0 (2022-12-05)

    Note: Version bump only for package cspell-monorepo

    6.16.0 (2022-12-02)

    Note: Version bump only for package cspell-monorepo

    6.15.1 (2022-11-30)

    Note: Version bump only for package cspell-monorepo

    6.15.0 (2022-11-25)

    Features

    6.14.3 (2022-11-17)

    Bug Fixes

    • trie-lib - fix issue with reference radix. (#3849) (73af697)

    6.14.2 (2022-11-11)

    Note: Version bump only for package cspell-monorepo

    6.14.1 (2022-11-07)

    Note: Version bump only for package cspell-monorepo

    6.14.0 (2022-11-03)

    Note: Version bump only for package cspell-monorepo

    6.13.3 (2022-10-31)

    Bug Fixes

    ... (truncated)

    Commits
    • 2570a9b v6.18.1
    • 30f989e ci: Workflow Bot -- Update ALL Dependencies (main) (#3942)
    • d96351a fix: Add sample usage for cspell-lib:spellCheckDocument (#3941)
    • 242a8e0 ci: Workflow Bot -- Update Integration Snapshots (main) (#3935)
    • 01b7fa5 ci: Workflow Bot -- Update ALL Dependencies (main) (#3933)
    • dcc24ac fix: Workflow Bot -- Update Dictionaries (main) (#3931)
    • 7662815 chore: Update test snapshots in dictionary workflow (#3934)
    • 1eee3a9 chore: Update snapshots when updating dictionaries (#3932)
    • 38ac568 ci: do not use set-output
    • 6785657 v6.18.0
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • chore(deps): bump streetsidesoftware/cspell-action from 2.0.2 to 2.15.1

    chore(deps): bump streetsidesoftware/cspell-action from 2.0.2 to 2.15.1

    Bumps streetsidesoftware/cspell-action from 2.0.2 to 2.15.1.

    Release notes

    Sourced from streetsidesoftware/cspell-action's releases.

    v2.15.1

    2.15.1 (2022-12-30)

    Updates and Bug Fixes

    Continuous Integration

    • Workflow Bot -- Update ALL Dependencies (main) (#1107) (1058fad)
    • Workflow Bot -- Update ALL Dependencies (main) (#1112) (3ca5553)

    v2.15.0

    2.15.0 (2022-12-21)

    Features

    Continuous Integration

    • Workflow Bot -- Update ALL Dependencies (8ab8c33)
    • Workflow Bot -- Update ALL Dependencies (d52c64a)
    • Workflow Bot -- Update ALL Dependencies (13c370c)
    • Workflow Bot -- Update ALL Dependencies (main) (#1092) (13c370c)
    • Workflow Bot -- Update ALL Dependencies (main) (#1094) (d52c64a)
    • Workflow Bot -- Update ALL Dependencies (main) (#1097) (8ab8c33)

    Updates and Bug Fixes

    • Workflow Bot -- Update ALL Dependencies (98c90c7)
    • Workflow Bot -- Update ALL Dependencies (b6fde56)
    • Workflow Bot -- Update ALL Dependencies (main) (#1096) (8d5252e)
    • Workflow Bot -- Update ALL Dependencies (main) (#1100) (b6fde56)
    • Workflow Bot -- Update ALL Dependencies (main) (#1102) (9eb16d0)
    • Workflow Bot -- Update ALL Dependencies (main) (#1103) (98c90c7)

    v2.14.0

    2.14.0 (2022-12-05)

    ... (truncated)

    Changelog

    Sourced from streetsidesoftware/cspell-action's changelog.

    2.15.1 (2022-12-30)

    Updates and Bug Fixes

    • Update CSpell to (6.18.1) (0505333)
    • Update CSpell to (6.18.1) (main) (#1115) (0505333)
    • Workflow Bot -- Update ALL Dependencies (9798df0)
    • Workflow Bot -- Update ALL Dependencies (main) (#1109) (9798df0)

    Continuous Integration

    • Workflow Bot -- Update ALL Dependencies (3ca5553)
    • Workflow Bot -- Update ALL Dependencies (1058fad)
    • Workflow Bot -- Update ALL Dependencies (main) (#1107) (1058fad)
    • Workflow Bot -- Update ALL Dependencies (main) (#1112) (3ca5553)

    2.15.0 (2022-12-21)

    Features

    Continuous Integration

    • Workflow Bot -- Update ALL Dependencies (8ab8c33)
    • Workflow Bot -- Update ALL Dependencies (d52c64a)
    • Workflow Bot -- Update ALL Dependencies (13c370c)
    • Workflow Bot -- Update ALL Dependencies (main) (#1092) (13c370c)
    • Workflow Bot -- Update ALL Dependencies (main) (#1094) (d52c64a)
    • Workflow Bot -- Update ALL Dependencies (main) (#1097) (8ab8c33)

    Updates and Bug Fixes

    • Workflow Bot -- Update ALL Dependencies (98c90c7)
    • Workflow Bot -- Update ALL Dependencies (b6fde56)
    • Workflow Bot -- Update ALL Dependencies (main) (#1096) (8d5252e)
    • Workflow Bot -- Update ALL Dependencies (main) (#1100) (b6fde56)
    • Workflow Bot -- Update ALL Dependencies (main) (#1102) (9eb16d0)
    • Workflow Bot -- Update ALL Dependencies (main) (#1103) (98c90c7)

    2.14.0 (2022-12-05)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 1
  • chore(deps): bump ethers from 5.6.9 to 5.7.2

    chore(deps): bump ethers from 5.6.9 to 5.7.2

    Bumps ethers from 5.6.9 to 5.7.2.

    Release notes

    Sourced from ethers's releases.

    ethers/v5.7.2 (2022-10-19 04:19)


    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js">
    </script>
    

    ethers/v5.7.1 (2022-09-13 21:28)

    • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
    • Add support for all data URL formats. (#3341; 4c86dc9)
    • Added Sepolia network. (#3325; d083522)

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-RG8QV/8Pwe52alIcSWxFpA7GbD1/mIxUAQA5PeEDh5EnTyJiWhIvYfw5RYBIz8DQ"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.7.1.umd.min.js">
    </script>
    

    ethers/v5.7.0 (2022-08-18 16:17)

    • Update PocketProvider to newer URL format. (#2980; 10d07ca)
    • Add new ENS normalization specification for wider UTF-8 support. (#42, #2376, #2754; 14bf407, fce9aaa, f274104)
    • Added ACTION_REJECTED error for UI-based Signers. (d9897e0)
    • Include current baseFee in feeData for easier custom fee calculation. (8314236)
    • Add restrictions for new UTF-8 specification ENS names. (#42, #2376, #2754; e52fbfb)
    • Expand the definition of a WebSocketLike. (#2843; 00114d7)
    • Expanded type for queryFitler to allow string. (#2882; 60da870)
    • Added finalized and safe blockTags. (#3091; 549168c)
    • Added arbitrum-goerli to Networks and AlchemyProvider. (#3246; e72d13e)
    • Add EIP-712 type exports. (#221; 7ce41cd)
    • Added optimism-goerli to AlchemyProvider. (#3246; f1cb0d2)
    • Updated EtherscanProvider for new CommunityResource API throttling. (6bd13c3)
    • Fix old events from being emitted at the beginning of a filter. (#3069, #3094; ea2d245)
    • Fixed Interface signautres missing strings as eventFragments. (#3157; c004ae5)
    • Fix bug in EIP1193Bridge forwarding to the wrong method. (#3166; 17676e9)
    • Use updated Web3 Secret Storage format for JSON wallets. (#3075; 6f57e8b)

    ... (truncated)

    Changelog

    Sourced from ethers's changelog.

    ethers/v5.7.2 (2022-10-19 04:19)

    ethers/v5.7.1 (2022-09-13 21:28)

    • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
    • Add support for all data URL formats. (#3341; 4c86dc9)
    • Added Sepolia network. (#3325; d083522)

    ethers/v5.7.0 (2022-08-18 16:17)

    • Update PocketProvider to newer URL format. (#2980; 10d07ca)
    • Add new ENS normalization specification for wider UTF-8 support. (#42, #2376, #2754; 14bf407, fce9aaa, f274104)
    • Added ACTION_REJECTED error for UI-based Signers. (d9897e0)
    • Include current baseFee in feeData for easier custom fee calculation. (8314236)
    • Add restrictions for new UTF-8 specification ENS names. (#42, #2376, #2754; e52fbfb)
    • Expand the definition of a WebSocketLike. (#2843; 00114d7)
    • Expanded type for queryFitler to allow string. (#2882; 60da870)
    • Added finalized and safe blockTags. (#3091; 549168c)
    • Added arbitrum-goerli to Networks and AlchemyProvider. (#3246; e72d13e)
    • Add EIP-712 type exports. (#221; 7ce41cd)
    • Added optimism-goerli to AlchemyProvider. (#3246; f1cb0d2)
    • Updated EtherscanProvider for new CommunityResource API throttling. (6bd13c3)
    • Fix old events from being emitted at the beginning of a filter. (#3069, #3094; ea2d245)
    • Fixed Interface signautres missing strings as eventFragments. (#3157; c004ae5)
    • Fix bug in EIP1193Bridge forwarding to the wrong method. (#3166; 17676e9)
    • Use updated Web3 Secret Storage format for JSON wallets. (#3075; 6f57e8b)
    • Relaxed nameprep length requirement dropping RFC-5891 section 4.2.4. (#3161; abdf2e3)
    • Switch to hash.js for ripemd160 on node as it was removed from the default crypto provider in node 17. (#3082; 450694e)
    • Add optimism-kovan to EtherscanProvider. (#3135; 4d3e586)
    • Forward any blockTag along in the FallbackProvider during call. (#3168; ab43e7d)
    • Allow browser fetch option overrides. (#3096; c309df8)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • [Snyk] Upgrade @walletconnect/web3-provider from 1.7.8 to 1.8.0

    [Snyk] Upgrade @walletconnect/web3-provider from 1.7.8 to 1.8.0

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to upgrade @walletconnect/web3-provider from 1.7.8 to 1.8.0.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 2 versions ahead of your current version.
    • The recommended version was released 2 months ago, on 2022-08-02.

    The recommended version fixes:

    Severity | Issue | PriorityScore (*) | Exploit Maturity | :-------------------------:|:-------------------------|-------------------------|:------------------------- | Prototype Pollution
    SNYK-JS-ASYNC-2441827 | 482/1000
    Why? Proof of Concept exploit, CVSS 7.5 | Proof of Concept

    (*) Note that the real score may have changed since the PR was raised.

    Release notes
    Package name: @walletconnect/web3-provider from @walletconnect/web3-provider GitHub release notes

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by Jamie-Jaworski 1
  • [Snyk] Upgrade ethers from 5.6.9 to 5.7.1

    [Snyk] Upgrade ethers from 5.6.9 to 5.7.1

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to upgrade ethers from 5.6.9 to 5.7.1.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 2 versions ahead of your current version.
    • The recommended version was released 23 days ago, on 2022-09-14.
    Release notes
    Package name: ethers
    • 5.7.1 - 2022-09-14
      • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
      • Add support for all data URL formats. (#3341; 4c86dc9)
      • Added Sepolia network. (#3325; d083522)

      Embedding UMD with SRI:

      <script type="text/javascript"
              integrity="sha384-RG8QV/8Pwe52alIcSWxFpA7GbD1/mIxUAQA5PeEDh5EnTyJiWhIvYfw5RYBIz8DQ"
              crossorigin="anonymous"
              src="https://cdn-cors.ethers.io/lib/ethers-5.7.1.umd.min.js">
      </script>
    • 5.7.0 - 2022-08-19
      • Update PocketProvider to newer URL format. (#2980; 10d07ca)
      • Add new ENS normalization specification for wider UTF-8 support. (#42, #2376, #2754; 14bf407, fce9aaa, f274104)
      • Added ACTION_REJECTED error for UI-based Signers. (d9897e0)
      • Include current baseFee in feeData for easier custom fee calculation. (8314236)
      • Add restrictions for new UTF-8 specification ENS names. (#42, #2376, #2754; e52fbfb)
      • Expand the definition of a WebSocketLike. (#2843; 00114d7)
      • Expanded type for queryFitler to allow string. (#2882; 60da870)
      • Added finalized and safe blockTags. (#3091; 549168c)
      • Added arbitrum-goerli to Networks and AlchemyProvider. (#3246; e72d13e)
      • Add EIP-712 type exports. (#221; 7ce41cd)
      • Added optimism-goerli to AlchemyProvider. (#3246; f1cb0d2)
      • Updated EtherscanProvider for new CommunityResource API throttling. (6bd13c3)
      • Fix old events from being emitted at the beginning of a filter. (#3069, #3094; ea2d245)
      • Fixed Interface signautres missing strings as eventFragments. (#3157; c004ae5)
      • Fix bug in EIP1193Bridge forwarding to the wrong method. (#3166; 17676e9)
      • Use updated Web3 Secret Storage format for JSON wallets. (#3075; 6f57e8b)
      • Relaxed nameprep length requirement dropping RFC-5891 section 4.2.4. (#3161; abdf2e3)
      • Switch to hash.js for ripemd160 on node as it was removed from the default crypto provider in node 17. (#3082; 450694e)
      • Add optimism-kovan to EtherscanProvider. (#3135; 4d3e586)
      • Forward any blockTag along in the FallbackProvider during call. (#3168; ab43e7d)
      • Allow browser fetch option overrides. (#3096; c309df8)

      Embedding UMD with SRI:

      <script type="text/javascript"
              integrity="sha384-EQi5ynMqKKWGuwfjllsutXzvDo0ubfkYMhKrz5WJJB7PUXnkSo5qxWSy80hu/Zh9"
              crossorigin="anonymous"
              src="https://cdn-cors.ethers.io/lib/ethers-5.7.0.umd.min.js">
      </script>
    • 5.6.9 - 2022-06-18
      • Removed Ankr for Ropsten default provider; the merge seems to have broke it. (3790671)
      • Fix NonceManager for increment 0 and provided nonce. (#3062, #3085; 0a28679)
      • Fixed topic filters for numeric types with string values. (#3013; 0078e02)

      Embedding UMD with SRI:

      <script type="text/javascript"
              integrity="sha384-qU3nvpskWirnJuSLmQWFfAFKbiN5+JKbAEEoTOcPYJu3s1xCe66b66sUER3x5wVF"
              crossorigin="anonymous"
              src="https://cdn-cors.ethers.io/lib/ethers-5.6.9.umd.min.js">
      </script>
    from ethers GitHub release notes
    Commit messages
    Package name: ethers
    • 44cbc7f admin: updated dist files
    • b14cb0f Fixed message signing errors that clobbered critical Error properties (#3356).
    • 4c86dc9 Add support for all data URL formats (#3341).
    • d083522 Added Sepolia network (#3325).
    • 01b5bad admin: update dist files
    • 7357dd2 tests: remove old Pocket tests
    • d3592ef admin: update dist files
    • 9f21b6b tests: fix namehash matcher
    • ec1b958 admin: updated dist files
    • 9ccdd17 tests: updated pocket to normal API key.
    • 10d07ca Update PocketProvider to newer URL format (#2980).
    • f274104 Applied lastest changes from ens-normalize (#42, #2376, #2754).
    • fce9aaa Relax ENS normalize for double-hyphen to only throw on punycode conflicts (#42, #2376, #2754).
    • d9897e0 Added ACTION_REJECTED error for UI-based Signers.
    • 8314236 Include current baseFee in feeData for easier custom fee calculation.
    • e52fbfb Add restrictions for new UTF-8 specification ENS names (#42, #2376, #2754).
    • 00114d7 Expand the definition of a WebSocketLikg (#2843).
    • 60da870 Expanded type for queryFitler to allow string (#2882).
    • 14bf407 Add new ENS normalization specification for wider UTF-8 support (#42, #2376, #2754).
    • 549168c Added finalized and safe blockTags (#3091).
    • e72d13e Added arbitrum-goerli to Networks and AlchemyProvider (#3246).
    • 7ce41cd Add EIP-712 type exports (#221).
    • f1cb0d2 Added optimism-goerli to AlchemyProvider (#3246).
    • 7645cb0 admin: added date to contributors

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by Jamie-Jaworski 1
Owner
Worldcoin
Accelerating the transition towards a more inclusive and prosperous global economy.
Worldcoin
Privacy preserving governance mechanism using zero knowledge for proof of merkle inclusion.

Zero Knowledge Private Voting V1 Motivation On-chain governance today is fully transparent at the cost of privacy. This means that every proposal and

Blockchain Capital 11 Jun 7, 2022
The zkPass browser extension can proxy three parties TLS and generate zero-knowledge proofs

zkPass Extension zkPass a Chromium extension which can proxy three parties TLS and generate zero-knowledge proofs. Technology Dependence Multi-party c

zkPass 9 Nov 1, 2022
2FA with Zero-Knowledge proofs

zkAuth ??️ ?? Zero-Knowledge protected onchain two-factor Authentication This project provides 2FA for EVM blockchains, compatible with the broadly ad

Daniel Contreras Salinas 22 Dec 26, 2022
DecentraMix.io is a cross-chain, non-custodial, universal privacy-preserving protocol with the decentralized governance

DecentraMix.io is a cross-chain, non-custodial, universal privacy-preserving protocol with the decentralized governance. DecentraWorld applies zkSNARKs to enable transactional privacy for all DeFi components by breaking the on-chain link between depositor and recipient addresses.

DecentraWorld Ecosystem 65 May 7, 2022
Receive crypto payments from anywhere around the world, options including native tokens (MATIC, ETHER,BUSD), Tokens (USDT,BUSD), NFTs and more.

Receive payments for service rendered in crypto using different options. Go borderless with bonpay, gain access to varities of crypto assets, safe and

Johnson awah Alfred 6 Nov 11, 2022
A time-locked vault that distributes erc-20 tokens to owners of an nft-collection at expiry

A time-locked vault that distributes erc-20 tokens to owners of an nft-collection at expiry

Decent 4 Apr 10, 2022
A simple multilateral escrow smart contract for ETH and ERC-20 tokens governed by Cobie.

Multilateral Escrow Smart Contract Governed by Cobie Test Deployments Cobie's address: 0x4Cbe68d825d21cB4978F56815613eeD06Cf30152 Rinkeby: 0xFfE420602

Pascal Marco Caversaccio 28 Dec 15, 2022
Spiner bot to buy and sell tokens on ETH and ERC compatible chains as soon as liquidity is added and trade is enabled.

An open-source defi sniper. open-sniper is free to download. Premium Services Now Available While open-sniper is free and open-source, if you want the

spacemonk 4 Apr 21, 2022
Solidity NFT whitelist contract example using MerkleTree.js for constructing merkle root and merkle proofs.

MerkleTree.js Solidity NFT Whitelist example Allow NFT minting only to whitelisted accounts by verifying merkle proof in Solidity contract. Merkle roo

Miguel Mota 65 Dec 29, 2022
Privacy Pass: a privacy-enhancing protocol and browser extension.

Privacy Pass Extension The Privacy Pass protocol is now being standardised by the privacypass IETF working group. All contributions are welcome! See t

Privacy Pass Team 1.1k Jan 7, 2023
There can be more than Notion and Miro. Affine is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.

AFFiNE.PRO The Next-Gen Knowledge Base to Replace Notion & Miro. Planning, Sorting and Creating all Together. Open-source, Privacy-First, and Free to

Toeverything 12.1k Jan 9, 2023
Elven Tools Dapp - Elrond blockckchain frontend dapp demo. Primarily for NFT minting, but it can be used for other purposes.

Elven Tools Dapp Docs: elven.tools/docs/landing-page.html Demo: dapp-demo.elven.tools Sneak peek: youtu.be/ATSxD3mD4dc The Dapp is built using Nextjs

Elven Tools 24 Jan 1, 2023
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Node.js module for verifying Plumo proofs and reading states based on it

plumo-verifier Node.js module for verifying Plumo proofs and reading states based on it. Plumo is a SNARK-based light client verifier for the Celo blo

Celo 3 Dec 15, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
Groth16 proofs are very popular and are used by many protocols in production.

Geometry presents: the Groth16 Malleability Challenge Preamble Groth16 proofs are very popular and are used by many protocols in production. Libraries

Geometry 39 Dec 14, 2022
Hands-on real world projects that will help you exercise your knowledge of TypeScript.

Learning TypeScript Projects Hands-on real world projects that will help you exercise your knowledge of TypeScript. Welcome to the repository housing

null 78 Dec 26, 2022
Been interested, studying, and developing blockchain security with a Zero Knowledge Proof (ZKP) and create a prototype on the current issue with Philippine's upcoming election. 📥

Implementation of Zero Knowledge Proofs in Cryptographic Voting ?? Reference: Cryptographic Voting – A Gentle Introduction Overview ????‍?? The main i

Karl Joseph Saycon 2 Apr 11, 2022