@maci-protocol/contracts 0.0.0-ci.2653bc0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +902 -0
- package/LICENSE +22 -0
- package/README.md +13 -0
- package/build/artifacts/@excubiae/contracts/contracts/checker/BaseChecker.sol/BaseChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/checker/BaseChecker.sol/BaseChecker.json +73 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.sol/AnonAadhaarChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.sol/AnonAadhaarChecker.json +114 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.sol/AnonAadhaarCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.sol/AnonAadhaarCheckerFactory.json +60 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.sol/AnonAadhaarPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.sol/AnonAadhaarPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.sol/AnonAadhaarPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.sol/AnonAadhaarPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.sol/IAnonAadhaar.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.sol/IAnonAadhaar.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASChecker.sol/EASChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASChecker.sol/EASChecker.json +132 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.sol/EASCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.sol/EASCheckerFactory.json +65 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicy.sol/EASPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicy.sol/EASPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.sol/EASPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.sol/EASPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/IEAS.sol/IEAS.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/IEAS.sol/IEAS.json +82 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.sol/FreeForAllChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.sol/FreeForAllChecker.json +73 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.sol/FreeForAllCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.sol/FreeForAllCheckerFactory.json +49 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.sol/FreeForAllPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.sol/FreeForAllPolicy.json +266 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.sol/FreeForAllPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.sol/FreeForAllPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.sol/GitcoinPassportChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.sol/GitcoinPassportChecker.json +117 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.sol/GitcoinPassportCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.sol/GitcoinPassportCheckerFactory.json +60 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.sol/GitcoinPassportPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.sol/GitcoinPassportPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.sol/GitcoinPassportPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.sol/GitcoinPassportPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.sol/IGitcoinPassportDecoder.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.sol/IGitcoinPassportDecoder.json +90 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsChecker.sol/HatsChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsChecker.sol/HatsChecker.json +115 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.sol/HatsCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.sol/HatsCheckerFactory.json +60 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.sol/HatsPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.sol/HatsPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.sol/HatsPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.sol/HatsPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/IHats.sol/IHats.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/IHats.sol/IHats.json +137 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.sol/MerkleProofChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.sol/MerkleProofChecker.json +96 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.sol/MerkleProofCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.sol/MerkleProofCheckerFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.sol/MerkleProofPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.sol/MerkleProofPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.sol/MerkleProofPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.sol/MerkleProofPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.sol/ISemaphore.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.sol/ISemaphore.json +67 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.sol/SemaphoreChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.sol/SemaphoreChecker.json +114 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.sol/SemaphoreCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.sol/SemaphoreCheckerFactory.json +60 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.sol/SemaphorePolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.sol/SemaphorePolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.sol/SemaphorePolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.sol/SemaphorePolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenChecker.sol/TokenChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenChecker.sol/TokenChecker.json +91 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.sol/TokenCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.sol/TokenCheckerFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicy.sol/TokenPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicy.sol/TokenPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.sol/TokenPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.sol/TokenPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.sol/ZupassChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.sol/ZupassChecker.json +145 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.sol/ZupassCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.sol/ZupassCheckerFactory.json +70 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.sol/ZupassGroth16Verifier.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.sol/ZupassGroth16Verifier.json +45 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.sol/ZupassPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.sol/ZupassPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.sol/ZupassPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.sol/ZupassPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBaseChecker.sol/IBaseChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBaseChecker.sol/IBaseChecker.json +35 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBasePolicy.sol/IBasePolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBasePolicy.sol/IBasePolicy.json +123 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IClone.sol/IClone.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IClone.sol/IClone.json +36 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IFactory.sol/IFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IFactory.sol/IFactory.json +24 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IPolicy.sol/IPolicy.json +80 -0
- package/build/artifacts/@excubiae/contracts/contracts/policy/BasePolicy.sol/BasePolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/policy/BasePolicy.sol/BasePolicy.json +261 -0
- package/build/artifacts/@excubiae/contracts/contracts/policy/Policy.sol/Policy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/policy/Policy.sol/Policy.json +205 -0
- package/build/artifacts/@excubiae/contracts/contracts/proxy/Clone.sol/Clone.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/proxy/Clone.sol/Clone.json +49 -0
- package/build/artifacts/@excubiae/contracts/contracts/proxy/Factory.sol/Factory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/proxy/Factory.sol/Factory.json +37 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.sol/MockAnonAadhaar.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.sol/MockAnonAadhaar.json +75 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.sol/MockEAS.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.sol/MockEAS.json +142 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.sol/MockGitcoinPassportDecoder.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.sol/MockGitcoinPassportDecoder.json +56 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.sol/MockHatsProtocol.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.sol/MockHatsProtocol.json +35 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.sol/MockToken.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.sol/MockToken.json +541 -0
- package/build/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +85 -0
- package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.json +113 -0
- package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.json +97 -0
- package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.json +114 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.json +319 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.json +194 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.json +233 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +444 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721.sol/IERC721.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721.sol/IERC721.json +296 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol/IERC721Receiver.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol/IERC721Receiver.json +45 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol/IERC721Metadata.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol/IERC721Metadata.json +341 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/utils/ERC721Utils.sol/ERC721Utils.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/utils/ERC721Utils.sol/ERC721Utils.json +10 -0
- package/build/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.json +10 -0
- package/build/artifacts/@openzeppelin/contracts/utils/Panic.sol/Panic.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/Panic.sol/Panic.json +10 -0
- package/build/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.json +37 -0
- package/build/artifacts/@openzeppelin/contracts/utils/cryptography/Hashes.sol/Hashes.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/cryptography/Hashes.sol/Hashes.json +10 -0
- package/build/artifacts/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol/MerkleProof.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol/MerkleProof.json +16 -0
- package/build/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.json +30 -0
- package/build/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.json +30 -0
- package/build/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.json +10 -0
- package/build/artifacts/@openzeppelin/contracts/utils/math/SafeCast.sol/SafeCast.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/math/SafeCast.sol/SafeCast.json +65 -0
- package/build/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.json +10 -0
- package/build/artifacts/build-info/777c24253ad524cb0798696ba89b6ed0.json +1 -0
- package/build/artifacts/contracts/MACI.sol/MACI.dbg.json +4 -0
- package/build/artifacts/contracts/MACI.sol/MACI.json +797 -0
- package/build/artifacts/contracts/MessageProcessor.sol/MessageProcessor.dbg.json +4 -0
- package/build/artifacts/contracts/MessageProcessor.sol/MessageProcessor.json +416 -0
- package/build/artifacts/contracts/MessageProcessorFactory.sol/MessageProcessorFactory.dbg.json +4 -0
- package/build/artifacts/contracts/MessageProcessorFactory.sol/MessageProcessorFactory.json +124 -0
- package/build/artifacts/contracts/Poll.sol/Poll.dbg.json +4 -0
- package/build/artifacts/contracts/Poll.sol/Poll.json +1455 -0
- package/build/artifacts/contracts/PollFactory.sol/PollFactory.dbg.json +4 -0
- package/build/artifacts/contracts/PollFactory.sol/PollFactory.json +273 -0
- package/build/artifacts/contracts/Tally.sol/Tally.dbg.json +4 -0
- package/build/artifacts/contracts/Tally.sol/Tally.json +722 -0
- package/build/artifacts/contracts/TallyFactory.sol/TallyFactory.dbg.json +4 -0
- package/build/artifacts/contracts/TallyFactory.sol/TallyFactory.json +129 -0
- package/build/artifacts/contracts/VkRegistry.sol/VkRegistry.dbg.json +4 -0
- package/build/artifacts/contracts/VkRegistry.sol/VkRegistry.json +2388 -0
- package/build/artifacts/contracts/benchmarks/HasherBenchmarks.sol/HasherBenchmarks.dbg.json +4 -0
- package/build/artifacts/contracts/benchmarks/HasherBenchmarks.sol/HasherBenchmarks.json +239 -0
- package/build/artifacts/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.json +50 -0
- package/build/artifacts/contracts/crypto/Hasher.sol/Hasher.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/Hasher.sol/Hasher.json +196 -0
- package/build/artifacts/contracts/crypto/Pairing.sol/Pairing.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/Pairing.sol/Pairing.json +39 -0
- package/build/artifacts/contracts/crypto/PoseidonT3.sol/PoseidonT3.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/PoseidonT3.sol/PoseidonT3.json +30 -0
- package/build/artifacts/contracts/crypto/PoseidonT4.sol/PoseidonT4.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/PoseidonT4.sol/PoseidonT4.json +30 -0
- package/build/artifacts/contracts/crypto/PoseidonT5.sol/PoseidonT5.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/PoseidonT5.sol/PoseidonT5.json +30 -0
- package/build/artifacts/contracts/crypto/PoseidonT6.sol/PoseidonT6.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/PoseidonT6.sol/PoseidonT6.json +30 -0
- package/build/artifacts/contracts/crypto/SnarkCommon.sol/SnarkCommon.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/SnarkCommon.sol/SnarkCommon.json +10 -0
- package/build/artifacts/contracts/crypto/SnarkConstants.sol/SnarkConstants.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/SnarkConstants.sol/SnarkConstants.json +10 -0
- package/build/artifacts/contracts/crypto/Verifier.sol/Verifier.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/Verifier.sol/Verifier.json +165 -0
- package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol/ConstantInitialVoiceCreditProxy.dbg.json +4 -0
- package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol/ConstantInitialVoiceCreditProxy.json +73 -0
- package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.sol/ConstantInitialVoiceCreditProxyFactory.dbg.json +4 -0
- package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.sol/ConstantInitialVoiceCreditProxyFactory.json +55 -0
- package/build/artifacts/contracts/interfaces/IInitialVoiceCreditProxy.sol/IInitialVoiceCreditProxy.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IInitialVoiceCreditProxy.sol/IInitialVoiceCreditProxy.json +35 -0
- package/build/artifacts/contracts/interfaces/IMACI.sol/IMACI.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IMACI.sol/IMACI.json +253 -0
- package/build/artifacts/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.json +45 -0
- package/build/artifacts/contracts/interfaces/IMessageProcessor.sol/IMessageProcessor.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IMessageProcessor.sol/IMessageProcessor.json +66 -0
- package/build/artifacts/contracts/interfaces/IPoll.sol/IPoll.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPoll.sol/IPoll.json +370 -0
- package/build/artifacts/contracts/interfaces/IPollFactory.sol/IPollFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPollFactory.sol/IPollFactory.json +133 -0
- package/build/artifacts/contracts/interfaces/ISemaphore.sol/ISemaphore.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/ISemaphore.sol/ISemaphore.json +67 -0
- package/build/artifacts/contracts/interfaces/ITally.sol/ITally.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/ITally.sol/ITally.json +94 -0
- package/build/artifacts/contracts/interfaces/ITallyFactory.sol/ITallyFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/ITallyFactory.sol/ITallyFactory.json +50 -0
- package/build/artifacts/contracts/interfaces/IVerifier.sol/IVerifier.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IVerifier.sol/IVerifier.json +127 -0
- package/build/artifacts/contracts/interfaces/IVkRegistry.sol/IVkRegistry.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IVkRegistry.sol/IVkRegistry.json +465 -0
- package/build/artifacts/contracts/mocks/MockERC20.sol/MockERC20.dbg.json +4 -0
- package/build/artifacts/contracts/mocks/MockERC20.sol/MockERC20.json +335 -0
- package/build/artifacts/contracts/mocks/MockSemaphore.sol/MockSemaphore.dbg.json +4 -0
- package/build/artifacts/contracts/mocks/MockSemaphore.sol/MockSemaphore.json +111 -0
- package/build/artifacts/contracts/mocks/MockTally.sol/MockTally.dbg.json +4 -0
- package/build/artifacts/contracts/mocks/MockTally.sol/MockTally.json +114 -0
- package/build/artifacts/contracts/mocks/MockVerifier.sol/MockVerifier.dbg.json +4 -0
- package/build/artifacts/contracts/mocks/MockVerifier.sol/MockVerifier.json +127 -0
- package/build/artifacts/contracts/mocks/Mocker.sol/Mocker.dbg.json +4 -0
- package/build/artifacts/contracts/mocks/Mocker.sol/Mocker.json +10 -0
- package/build/artifacts/contracts/trees/LazyIMT.sol/InternalLazyIMT.dbg.json +4 -0
- package/build/artifacts/contracts/trees/LazyIMT.sol/InternalLazyIMT.json +10 -0
- package/build/artifacts/contracts/trees/LeanIMT.sol/InternalLeanIMT.dbg.json +4 -0
- package/build/artifacts/contracts/trees/LeanIMT.sol/InternalLeanIMT.json +10 -0
- package/build/artifacts/contracts/utilities/DomainObjs.sol/DomainObjs.dbg.json +4 -0
- package/build/artifacts/contracts/utilities/DomainObjs.sol/DomainObjs.json +24 -0
- package/build/artifacts/contracts/utilities/Params.sol/Params.dbg.json +4 -0
- package/build/artifacts/contracts/utilities/Params.sol/Params.json +10 -0
- package/build/artifacts/contracts/utilities/Utilities.sol/Utilities.dbg.json +4 -0
- package/build/artifacts/contracts/utilities/Utilities.sol/Utilities.json +353 -0
- package/build/artifacts/solady/src/utils/LibClone.sol/LibClone.dbg.json +4 -0
- package/build/artifacts/solady/src/utils/LibClone.sol/LibClone.json +26 -0
- package/build/hardhat.config.d.ts +16 -0
- package/build/hardhat.config.d.ts.map +1 -0
- package/build/hardhat.config.js +239 -0
- package/build/hardhat.config.js.map +1 -0
- package/build/scripts/compileSol.d.ts +2 -0
- package/build/scripts/compileSol.d.ts.map +1 -0
- package/build/scripts/compileSol.js +28 -0
- package/build/scripts/compileSol.js.map +1 -0
- package/build/tasks/deploy/index.d.ts +2 -0
- package/build/tasks/deploy/index.d.ts.map +1 -0
- package/build/tasks/deploy/index.js +55 -0
- package/build/tasks/deploy/index.js.map +1 -0
- package/build/tasks/deploy/maci/01-gatekeepers.d.ts +2 -0
- package/build/tasks/deploy/maci/01-gatekeepers.d.ts.map +1 -0
- package/build/tasks/deploy/maci/01-gatekeepers.js +334 -0
- package/build/tasks/deploy/maci/01-gatekeepers.js.map +1 -0
- package/build/tasks/deploy/maci/02-verifier.d.ts +2 -0
- package/build/tasks/deploy/maci/02-verifier.d.ts.map +1 -0
- package/build/tasks/deploy/maci/02-verifier.js +30 -0
- package/build/tasks/deploy/maci/02-verifier.js.map +1 -0
- package/build/tasks/deploy/maci/03-poseidon.d.ts +2 -0
- package/build/tasks/deploy/maci/03-poseidon.d.ts.map +1 -0
- package/build/tasks/deploy/maci/03-poseidon.js +60 -0
- package/build/tasks/deploy/maci/03-poseidon.js.map +1 -0
- package/build/tasks/deploy/maci/04-pollFactory.d.ts +2 -0
- package/build/tasks/deploy/maci/04-pollFactory.d.ts.map +1 -0
- package/build/tasks/deploy/maci/04-pollFactory.js +45 -0
- package/build/tasks/deploy/maci/04-pollFactory.js.map +1 -0
- package/build/tasks/deploy/maci/05-messageProcessorFactory.d.ts +2 -0
- package/build/tasks/deploy/maci/05-messageProcessorFactory.d.ts.map +1 -0
- package/build/tasks/deploy/maci/05-messageProcessorFactory.js +45 -0
- package/build/tasks/deploy/maci/05-messageProcessorFactory.js.map +1 -0
- package/build/tasks/deploy/maci/06-tallyFactory.d.ts +2 -0
- package/build/tasks/deploy/maci/06-tallyFactory.d.ts.map +1 -0
- package/build/tasks/deploy/maci/06-tallyFactory.js +45 -0
- package/build/tasks/deploy/maci/06-tallyFactory.js.map +1 -0
- package/build/tasks/deploy/maci/07-maci.d.ts +2 -0
- package/build/tasks/deploy/maci/07-maci.d.ts.map +1 -0
- package/build/tasks/deploy/maci/07-maci.js +65 -0
- package/build/tasks/deploy/maci/07-maci.js.map +1 -0
- package/build/tasks/deploy/maci/08-vkRegistry.d.ts +2 -0
- package/build/tasks/deploy/maci/08-vkRegistry.d.ts.map +1 -0
- package/build/tasks/deploy/maci/08-vkRegistry.js +76 -0
- package/build/tasks/deploy/maci/08-vkRegistry.js.map +1 -0
- package/build/tasks/deploy/poll/01-constantInitialVoiceCreditProxy.d.ts +2 -0
- package/build/tasks/deploy/poll/01-constantInitialVoiceCreditProxy.d.ts.map +1 -0
- package/build/tasks/deploy/poll/01-constantInitialVoiceCreditProxy.js +86 -0
- package/build/tasks/deploy/poll/01-constantInitialVoiceCreditProxy.js.map +1 -0
- package/build/tasks/deploy/poll/02-gatekeepers.d.ts +2 -0
- package/build/tasks/deploy/poll/02-gatekeepers.d.ts.map +1 -0
- package/build/tasks/deploy/poll/02-gatekeepers.js +362 -0
- package/build/tasks/deploy/poll/02-gatekeepers.js.map +1 -0
- package/build/tasks/deploy/poll/03-poll.d.ts +2 -0
- package/build/tasks/deploy/poll/03-poll.d.ts.map +1 -0
- package/build/tasks/deploy/poll/03-poll.js +135 -0
- package/build/tasks/deploy/poll/03-poll.js.map +1 -0
- package/build/tasks/helpers/ContractStorage.d.ts +108 -0
- package/build/tasks/helpers/ContractStorage.d.ts.map +1 -0
- package/build/tasks/helpers/ContractStorage.js +240 -0
- package/build/tasks/helpers/ContractStorage.js.map +1 -0
- package/build/tasks/helpers/ContractVerifier.d.ts +26 -0
- package/build/tasks/helpers/ContractVerifier.d.ts.map +1 -0
- package/build/tasks/helpers/ContractVerifier.js +47 -0
- package/build/tasks/helpers/ContractVerifier.js.map +1 -0
- package/build/tasks/helpers/Deployment.d.ts +180 -0
- package/build/tasks/helpers/Deployment.d.ts.map +1 -0
- package/build/tasks/helpers/Deployment.js +371 -0
- package/build/tasks/helpers/Deployment.js.map +1 -0
- package/build/tasks/helpers/ProofGenerator.d.ts +84 -0
- package/build/tasks/helpers/ProofGenerator.d.ts.map +1 -0
- package/build/tasks/helpers/ProofGenerator.js +305 -0
- package/build/tasks/helpers/ProofGenerator.js.map +1 -0
- package/build/tasks/helpers/Prover.d.ts +73 -0
- package/build/tasks/helpers/Prover.d.ts.map +1 -0
- package/build/tasks/helpers/Prover.js +236 -0
- package/build/tasks/helpers/Prover.js.map +1 -0
- package/build/tasks/helpers/TreeMerger.d.ts +32 -0
- package/build/tasks/helpers/TreeMerger.d.ts.map +1 -0
- package/build/tasks/helpers/TreeMerger.js +56 -0
- package/build/tasks/helpers/TreeMerger.js.map +1 -0
- package/build/tasks/helpers/abi.d.ts +15 -0
- package/build/tasks/helpers/abi.d.ts.map +1 -0
- package/build/tasks/helpers/abi.js +20 -0
- package/build/tasks/helpers/abi.js.map +1 -0
- package/build/tasks/helpers/benchmarks.d.ts +13 -0
- package/build/tasks/helpers/benchmarks.d.ts.map +1 -0
- package/build/tasks/helpers/benchmarks.js +53 -0
- package/build/tasks/helpers/benchmarks.js.map +1 -0
- package/build/tasks/helpers/constants.d.ts +64 -0
- package/build/tasks/helpers/constants.d.ts.map +1 -0
- package/build/tasks/helpers/constants.js +119 -0
- package/build/tasks/helpers/constants.js.map +1 -0
- package/build/tasks/helpers/types.d.ts +717 -0
- package/build/tasks/helpers/types.d.ts.map +1 -0
- package/build/tasks/helpers/types.js +107 -0
- package/build/tasks/helpers/types.js.map +1 -0
- package/build/tasks/runner/benchmarks.d.ts +2 -0
- package/build/tasks/runner/benchmarks.d.ts.map +1 -0
- package/build/tasks/runner/benchmarks.js +81 -0
- package/build/tasks/runner/benchmarks.js.map +1 -0
- package/build/tasks/runner/deployFull.d.ts +2 -0
- package/build/tasks/runner/deployFull.d.ts.map +1 -0
- package/build/tasks/runner/deployFull.js +40 -0
- package/build/tasks/runner/deployFull.js.map +1 -0
- package/build/tasks/runner/deployPoll.d.ts +2 -0
- package/build/tasks/runner/deployPoll.d.ts.map +1 -0
- package/build/tasks/runner/deployPoll.js +40 -0
- package/build/tasks/runner/deployPoll.js.map +1 -0
- package/build/tasks/runner/merge.d.ts +2 -0
- package/build/tasks/runner/merge.d.ts.map +1 -0
- package/build/tasks/runner/merge.js +45 -0
- package/build/tasks/runner/merge.js.map +1 -0
- package/build/tasks/runner/prove.d.ts +2 -0
- package/build/tasks/runner/prove.d.ts.map +1 -0
- package/build/tasks/runner/prove.js +127 -0
- package/build/tasks/runner/prove.js.map +1 -0
- package/build/tasks/runner/submitOnChain.d.ts +2 -0
- package/build/tasks/runner/submitOnChain.d.ts.map +1 -0
- package/build/tasks/runner/submitOnChain.js +97 -0
- package/build/tasks/runner/submitOnChain.js.map +1 -0
- package/build/tasks/runner/verifyFull.d.ts +2 -0
- package/build/tasks/runner/verifyFull.d.ts.map +1 -0
- package/build/tasks/runner/verifyFull.js +67 -0
- package/build/tasks/runner/verifyFull.js.map +1 -0
- package/build/ts/constants.d.ts +8 -0
- package/build/ts/constants.d.ts.map +1 -0
- package/build/ts/constants.js +12 -0
- package/build/ts/constants.js.map +1 -0
- package/build/ts/deploy.d.ts +184 -0
- package/build/ts/deploy.d.ts.map +1 -0
- package/build/ts/deploy.js +446 -0
- package/build/ts/deploy.js.map +1 -0
- package/build/ts/genEmptyBallotRoots.d.ts +7 -0
- package/build/ts/genEmptyBallotRoots.d.ts.map +1 -0
- package/build/ts/genEmptyBallotRoots.js +23 -0
- package/build/ts/genEmptyBallotRoots.js.map +1 -0
- package/build/ts/genMaciState.d.ts +18 -0
- package/build/ts/genMaciState.d.ts.map +1 -0
- package/build/ts/genMaciState.js +276 -0
- package/build/ts/genMaciState.js.map +1 -0
- package/build/ts/genZerosContract.d.ts +12 -0
- package/build/ts/genZerosContract.d.ts.map +1 -0
- package/build/ts/genZerosContract.js +40 -0
- package/build/ts/genZerosContract.js.map +1 -0
- package/build/ts/index.d.ts +20 -0
- package/build/ts/index.d.ts.map +1 -0
- package/build/ts/index.js +95 -0
- package/build/ts/index.js.map +1 -0
- package/build/ts/ipfs.d.ts +41 -0
- package/build/ts/ipfs.d.ts.map +1 -0
- package/build/ts/ipfs.js +49 -0
- package/build/ts/ipfs.js.map +1 -0
- package/build/ts/logger.d.ts +46 -0
- package/build/ts/logger.d.ts.map +1 -0
- package/build/ts/logger.js +79 -0
- package/build/ts/logger.js.map +1 -0
- package/build/ts/proofs.d.ts +53 -0
- package/build/ts/proofs.d.ts.map +1 -0
- package/build/ts/proofs.js +154 -0
- package/build/ts/proofs.js.map +1 -0
- package/build/ts/types.d.ts +323 -0
- package/build/ts/types.d.ts.map +1 -0
- package/build/ts/types.js +3 -0
- package/build/ts/types.js.map +1 -0
- package/build/ts/utils.d.ts +85 -0
- package/build/ts/utils.d.ts.map +1 -0
- package/build/ts/utils.js +202 -0
- package/build/ts/utils.js.map +1 -0
- package/build/tsconfig.build.tsbuildinfo +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.d.ts +48 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/index.d.ts +2 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.d.ts +143 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.d.ts +60 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.d.ts +58 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.d.ts +143 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.d.ts +71 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.d.ts +48 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.d.ts +46 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.d.ts +135 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts +5 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.d.ts +60 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.d.ts +139 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.d.ts +59 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.d.ts +139 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.d.ts +98 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.d.ts +19 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.d.ts +52 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.d.ts +46 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.d.ts +143 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.d.ts +5 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.d.ts +61 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.d.ts +139 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.d.ts +52 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.d.ts +46 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.d.ts +143 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.d.ts +5 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.d.ts +64 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.d.ts +60 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.d.ts +54 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.d.ts +139 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/index.d.ts +13 -0
- package/build/typechain-types/@excubiae/contracts/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.d.ts +36 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.d.ts +84 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.d.ts +30 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.d.ts +37 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.d.ts +46 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.d.ts +135 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.d.ts +93 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/index.d.ts +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.d.ts +34 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.d.ts +42 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.d.ts +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.d.ts +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.d.ts +64 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.d.ts +83 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.d.ts +38 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.d.ts +36 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.d.ts +257 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/index.d.ts +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/index.d.ts +3 -0
- package/build/typechain-types/@excubiae/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/index.js.map +1 -0
- package/build/typechain-types/@excubiae/index.d.ts +3 -0
- package/build/typechain-types/@excubiae/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/index.js +3 -0
- package/build/typechain-types/@excubiae/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts +55 -0
- package/build/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/access/Ownable.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/access/Ownable.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/access/index.d.ts +2 -0
- package/build/typechain-types/@openzeppelin/contracts/access/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/access/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/access/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/index.d.ts +9 -0
- package/build/typechain-types/@openzeppelin/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts +21 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts +21 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts +21 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +3 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts +142 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts +130 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts +142 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +5 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.d.ts +212 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.d.ts +200 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.d.ts +40 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.d.ts +212 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +2 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.d.ts +6 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/index.d.ts +5 -0
- package/build/typechain-types/@openzeppelin/contracts/token/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts +21 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/Strings.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/Strings.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.d.ts +21 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/index.d.ts +8 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts +30 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts +30 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts +21 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/index.d.ts +3 -0
- package/build/typechain-types/@openzeppelin/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/index.js +3 -0
- package/build/typechain-types/@openzeppelin/index.js.map +1 -0
- package/build/typechain-types/common.d.ts +51 -0
- package/build/typechain-types/common.d.ts.map +1 -0
- package/build/typechain-types/common.js +3 -0
- package/build/typechain-types/common.js.map +1 -0
- package/build/typechain-types/contracts/MACI.d.ts +394 -0
- package/build/typechain-types/contracts/MACI.d.ts.map +1 -0
- package/build/typechain-types/contracts/MACI.js +3 -0
- package/build/typechain-types/contracts/MACI.js.map +1 -0
- package/build/typechain-types/contracts/MessageProcessor.d.ts +174 -0
- package/build/typechain-types/contracts/MessageProcessor.d.ts.map +1 -0
- package/build/typechain-types/contracts/MessageProcessor.js +3 -0
- package/build/typechain-types/contracts/MessageProcessor.js.map +1 -0
- package/build/typechain-types/contracts/MessageProcessorFactory.d.ts +44 -0
- package/build/typechain-types/contracts/MessageProcessorFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/MessageProcessorFactory.js +3 -0
- package/build/typechain-types/contracts/MessageProcessorFactory.js.map +1 -0
- package/build/typechain-types/contracts/Poll.d.ts +687 -0
- package/build/typechain-types/contracts/Poll.d.ts.map +1 -0
- package/build/typechain-types/contracts/Poll.js +3 -0
- package/build/typechain-types/contracts/Poll.js.map +1 -0
- package/build/typechain-types/contracts/PollFactory.d.ts +118 -0
- package/build/typechain-types/contracts/PollFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/PollFactory.js +3 -0
- package/build/typechain-types/contracts/PollFactory.js.map +1 -0
- package/build/typechain-types/contracts/Tally.d.ts +350 -0
- package/build/typechain-types/contracts/Tally.d.ts.map +1 -0
- package/build/typechain-types/contracts/Tally.js +3 -0
- package/build/typechain-types/contracts/Tally.js.map +1 -0
- package/build/typechain-types/contracts/TallyFactory.d.ts +46 -0
- package/build/typechain-types/contracts/TallyFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/TallyFactory.js +3 -0
- package/build/typechain-types/contracts/TallyFactory.js.map +1 -0
- package/build/typechain-types/contracts/VkRegistry.d.ts +550 -0
- package/build/typechain-types/contracts/VkRegistry.d.ts.map +1 -0
- package/build/typechain-types/contracts/VkRegistry.js +3 -0
- package/build/typechain-types/contracts/VkRegistry.js.map +1 -0
- package/build/typechain-types/contracts/benchmarks/HasherBenchmarks.d.ts +154 -0
- package/build/typechain-types/contracts/benchmarks/HasherBenchmarks.d.ts.map +1 -0
- package/build/typechain-types/contracts/benchmarks/HasherBenchmarks.js +3 -0
- package/build/typechain-types/contracts/benchmarks/HasherBenchmarks.js.map +1 -0
- package/build/typechain-types/contracts/benchmarks/index.d.ts +2 -0
- package/build/typechain-types/contracts/benchmarks/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/benchmarks/index.js +3 -0
- package/build/typechain-types/contracts/benchmarks/index.js.map +1 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.d.ts +34 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.js +3 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.js.map +1 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.d.ts +2 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.js +3 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.js.map +1 -0
- package/build/typechain-types/contracts/crypto/Hasher.d.ts +108 -0
- package/build/typechain-types/contracts/crypto/Hasher.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/Hasher.js +3 -0
- package/build/typechain-types/contracts/crypto/Hasher.js.map +1 -0
- package/build/typechain-types/contracts/crypto/Pairing.d.ts +26 -0
- package/build/typechain-types/contracts/crypto/Pairing.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/Pairing.js +3 -0
- package/build/typechain-types/contracts/crypto/Pairing.js.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT3.d.ts +34 -0
- package/build/typechain-types/contracts/crypto/PoseidonT3.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT3.js +3 -0
- package/build/typechain-types/contracts/crypto/PoseidonT3.js.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT4.d.ts +34 -0
- package/build/typechain-types/contracts/crypto/PoseidonT4.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT4.js +3 -0
- package/build/typechain-types/contracts/crypto/PoseidonT4.js.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT5.d.ts +34 -0
- package/build/typechain-types/contracts/crypto/PoseidonT5.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT5.js +3 -0
- package/build/typechain-types/contracts/crypto/PoseidonT5.js.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT6.d.ts +54 -0
- package/build/typechain-types/contracts/crypto/PoseidonT6.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT6.js +3 -0
- package/build/typechain-types/contracts/crypto/PoseidonT6.js.map +1 -0
- package/build/typechain-types/contracts/crypto/Verifier.d.ts +85 -0
- package/build/typechain-types/contracts/crypto/Verifier.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/Verifier.js +3 -0
- package/build/typechain-types/contracts/crypto/Verifier.js.map +1 -0
- package/build/typechain-types/contracts/crypto/index.d.ts +10 -0
- package/build/typechain-types/contracts/crypto/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/index.js +3 -0
- package/build/typechain-types/contracts/crypto/index.js.map +1 -0
- package/build/typechain-types/contracts/index.d.ts +21 -0
- package/build/typechain-types/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/index.js +3 -0
- package/build/typechain-types/contracts/index.js.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.d.ts +48 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.d.ts.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.js +3 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.js.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.d.ts +46 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.js +3 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.js.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/index.d.ts +3 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/index.js +3 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/index.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.d.ts +36 -0
- package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.js +3 -0
- package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMACI.d.ts +160 -0
- package/build/typechain-types/contracts/interfaces/IMACI.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMACI.js +3 -0
- package/build/typechain-types/contracts/interfaces/IMACI.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.d.ts +40 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.js +3 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.d.ts +2 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.js +3 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMessageProcessor.d.ts +46 -0
- package/build/typechain-types/contracts/interfaces/IMessageProcessor.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMessageProcessor.js +3 -0
- package/build/typechain-types/contracts/interfaces/IMessageProcessor.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IPoll.d.ts +215 -0
- package/build/typechain-types/contracts/interfaces/IPoll.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IPoll.js +3 -0
- package/build/typechain-types/contracts/interfaces/IPoll.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IPollFactory.d.ts +114 -0
- package/build/typechain-types/contracts/interfaces/IPollFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IPollFactory.js +3 -0
- package/build/typechain-types/contracts/interfaces/IPollFactory.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/ISemaphore.d.ts +61 -0
- package/build/typechain-types/contracts/interfaces/ISemaphore.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/ISemaphore.js +3 -0
- package/build/typechain-types/contracts/interfaces/ISemaphore.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/ITally.d.ts +72 -0
- package/build/typechain-types/contracts/interfaces/ITally.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/ITally.js +3 -0
- package/build/typechain-types/contracts/interfaces/ITally.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/ITallyFactory.d.ts +42 -0
- package/build/typechain-types/contracts/interfaces/ITallyFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/ITallyFactory.js +3 -0
- package/build/typechain-types/contracts/interfaces/ITallyFactory.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IVerifier.d.ts +81 -0
- package/build/typechain-types/contracts/interfaces/IVerifier.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IVerifier.js +3 -0
- package/build/typechain-types/contracts/interfaces/IVerifier.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IVkRegistry.d.ts +125 -0
- package/build/typechain-types/contracts/interfaces/IVkRegistry.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IVkRegistry.js +3 -0
- package/build/typechain-types/contracts/interfaces/IVkRegistry.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/index.d.ts +13 -0
- package/build/typechain-types/contracts/interfaces/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/index.js +3 -0
- package/build/typechain-types/contracts/interfaces/index.js.map +1 -0
- package/build/typechain-types/contracts/mocks/MockERC20.d.ts +142 -0
- package/build/typechain-types/contracts/mocks/MockERC20.d.ts.map +1 -0
- package/build/typechain-types/contracts/mocks/MockERC20.js +3 -0
- package/build/typechain-types/contracts/mocks/MockERC20.js.map +1 -0
- package/build/typechain-types/contracts/mocks/MockSemaphore.d.ts +73 -0
- package/build/typechain-types/contracts/mocks/MockSemaphore.d.ts.map +1 -0
- package/build/typechain-types/contracts/mocks/MockSemaphore.js +3 -0
- package/build/typechain-types/contracts/mocks/MockSemaphore.js.map +1 -0
- package/build/typechain-types/contracts/mocks/MockTally.d.ts +80 -0
- package/build/typechain-types/contracts/mocks/MockTally.d.ts.map +1 -0
- package/build/typechain-types/contracts/mocks/MockTally.js +3 -0
- package/build/typechain-types/contracts/mocks/MockTally.js.map +1 -0
- package/build/typechain-types/contracts/mocks/MockVerifier.d.ts +81 -0
- package/build/typechain-types/contracts/mocks/MockVerifier.d.ts.map +1 -0
- package/build/typechain-types/contracts/mocks/MockVerifier.js +3 -0
- package/build/typechain-types/contracts/mocks/MockVerifier.js.map +1 -0
- package/build/typechain-types/contracts/mocks/index.d.ts +5 -0
- package/build/typechain-types/contracts/mocks/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/mocks/index.js +3 -0
- package/build/typechain-types/contracts/mocks/index.js.map +1 -0
- package/build/typechain-types/contracts/utilities/DomainObjs.d.ts +26 -0
- package/build/typechain-types/contracts/utilities/DomainObjs.d.ts.map +1 -0
- package/build/typechain-types/contracts/utilities/DomainObjs.js +3 -0
- package/build/typechain-types/contracts/utilities/DomainObjs.js.map +1 -0
- package/build/typechain-types/contracts/utilities/Utilities.d.ts +196 -0
- package/build/typechain-types/contracts/utilities/Utilities.d.ts.map +1 -0
- package/build/typechain-types/contracts/utilities/Utilities.js +3 -0
- package/build/typechain-types/contracts/utilities/Utilities.js.map +1 -0
- package/build/typechain-types/contracts/utilities/index.d.ts +3 -0
- package/build/typechain-types/contracts/utilities/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/utilities/index.js +3 -0
- package/build/typechain-types/contracts/utilities/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.d.ts +56 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.js +82 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.d.ts +2 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.js +9 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.d.ts +61 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.js +89 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.d.ts +103 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.js +143 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.d.ts +42 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.js +64 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.d.ts +65 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.js +94 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.d.ts +117 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.js +161 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.d.ts +63 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.js +91 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.d.ts +53 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.js +78 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.d.ts +71 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.js +102 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.d.ts +222 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.js +295 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts +5 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.js +15 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.d.ts +61 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.js +89 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.d.ts +105 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.js +146 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.d.ts +67 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.js +99 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.d.ts +61 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.js +89 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.d.ts +103 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.js +144 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.d.ts +104 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.js +146 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.d.ts +10 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.js +49 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.d.ts +89 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.js +125 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.d.ts +5 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.js +15 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.d.ts +51 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.js +76 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.d.ts +61 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.js +89 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.d.ts +103 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.js +143 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.d.ts +85 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.js +120 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.d.ts +5 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.js +15 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.d.ts +69 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.js +99 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.d.ts +127 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.js +174 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.d.ts +49 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.js +74 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/index.d.ts +7 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/index.js +46 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.d.ts +26 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.js +44 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.d.ts +96 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.js +132 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.d.ts +28 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.js +45 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.d.ts +18 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.js +33 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.d.ts +62 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.js +89 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.d.ts +203 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.js +270 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.d.ts +159 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.js +214 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.d.ts +3 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.js +11 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.d.ts +38 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.js +58 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.d.ts +28 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.js +46 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.d.ts +3 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.js +11 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.d.ts +2 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.js +41 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.d.ts +73 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.js +104 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.d.ts +124 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.js +171 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.js +85 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.d.ts +41 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.js +64 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.d.ts +428 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.js +570 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.d.ts +2 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.js +41 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/index.d.ts +2 -0
- package/build/typechain-types/factories/@excubiae/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/index.js +41 -0
- package/build/typechain-types/factories/@excubiae/contracts/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/index.d.ts +2 -0
- package/build/typechain-types/factories/@excubiae/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/index.js +41 -0
- package/build/typechain-types/factories/@excubiae/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +65 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js +94 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/index.js +9 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/index.d.ts +5 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/index.js +44 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts +84 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js +122 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts +72 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js +106 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts +84 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js +123 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +13 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +41 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +242 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +328 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts +148 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +203 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts +178 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js +242 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +9 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +4 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +45 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts +338 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.js +453 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts +34 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js +54 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.d.ts +228 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.js +305 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.d.ts +262 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.js +350 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.js +9 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.d.ts +5 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.js +47 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts +3 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/index.js +42 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +43 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js +66 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.d.ts +27 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.js +45 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.js +9 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +5 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.js +45 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts +22 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js +39 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +22 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +39 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js +11 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +63 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +94 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js +9 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/index.js +41 -0
- package/build/typechain-types/factories/@openzeppelin/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/MACI__factory.d.ts +580 -0
- package/build/typechain-types/factories/contracts/MACI__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/MACI__factory.js +765 -0
- package/build/typechain-types/factories/contracts/MACI__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.d.ts +69 -0
- package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.js +108 -0
- package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/MessageProcessor__factory.d.ts +288 -0
- package/build/typechain-types/factories/contracts/MessageProcessor__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/MessageProcessor__factory.js +400 -0
- package/build/typechain-types/factories/contracts/MessageProcessor__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/PollFactory__factory.d.ts +138 -0
- package/build/typechain-types/factories/contracts/PollFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/PollFactory__factory.js +201 -0
- package/build/typechain-types/factories/contracts/PollFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/Poll__factory.d.ts +1055 -0
- package/build/typechain-types/factories/contracts/Poll__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/Poll__factory.js +1399 -0
- package/build/typechain-types/factories/contracts/Poll__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/TallyFactory__factory.d.ts +70 -0
- package/build/typechain-types/factories/contracts/TallyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/TallyFactory__factory.js +113 -0
- package/build/typechain-types/factories/contracts/TallyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/Tally__factory.d.ts +525 -0
- package/build/typechain-types/factories/contracts/Tally__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/Tally__factory.js +706 -0
- package/build/typechain-types/factories/contracts/Tally__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/VkRegistry__factory.d.ts +1832 -0
- package/build/typechain-types/factories/contracts/VkRegistry__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/VkRegistry__factory.js +2417 -0
- package/build/typechain-types/factories/contracts/VkRegistry__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/benchmarks/HasherBenchmarks__factory.d.ts +150 -0
- package/build/typechain-types/factories/contracts/benchmarks/HasherBenchmarks__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/benchmarks/HasherBenchmarks__factory.js +223 -0
- package/build/typechain-types/factories/contracts/benchmarks/HasherBenchmarks__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/benchmarks/index.d.ts +2 -0
- package/build/typechain-types/factories/contracts/benchmarks/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/benchmarks/index.js +9 -0
- package/build/typechain-types/factories/contracts/benchmarks/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.d.ts +53 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.js +79 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.d.ts +2 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.js +9 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/Hasher__factory.d.ts +118 -0
- package/build/typechain-types/factories/contracts/crypto/Hasher__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/Hasher__factory.js +180 -0
- package/build/typechain-types/factories/contracts/crypto/Hasher__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/Pairing__factory.d.ts +45 -0
- package/build/typechain-types/factories/contracts/crypto/Pairing__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/Pairing__factory.js +68 -0
- package/build/typechain-types/factories/contracts/crypto/Pairing__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.d.ts +37 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.js +59 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.d.ts +37 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.js +59 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.d.ts +37 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.js +59 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.d.ts +37 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.js +59 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/Verifier__factory.d.ts +141 -0
- package/build/typechain-types/factories/contracts/crypto/Verifier__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/Verifier__factory.js +194 -0
- package/build/typechain-types/factories/contracts/crypto/Verifier__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/index.d.ts +9 -0
- package/build/typechain-types/factories/contracts/crypto/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/index.js +55 -0
- package/build/typechain-types/factories/contracts/crypto/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/index.d.ts +15 -0
- package/build/typechain-types/factories/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/index.js +62 -0
- package/build/typechain-types/factories/contracts/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.js +84 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.d.ts +71 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.js +102 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.d.ts +3 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.js +11 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.d.ts +26 -0
- package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.js +44 -0
- package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.d.ts +193 -0
- package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.js +262 -0
- package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.d.ts +34 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.js +54 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.d.ts +2 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.js +9 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.d.ts +50 -0
- package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.js +75 -0
- package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.d.ts +102 -0
- package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.js +142 -0
- package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.d.ts +285 -0
- package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.js +379 -0
- package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.d.ts +51 -0
- package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.js +76 -0
- package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.d.ts +38 -0
- package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.js +59 -0
- package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/ITally__factory.d.ts +72 -0
- package/build/typechain-types/factories/contracts/interfaces/ITally__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/ITally__factory.js +103 -0
- package/build/typechain-types/factories/contracts/interfaces/ITally__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.d.ts +96 -0
- package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.js +136 -0
- package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.d.ts +352 -0
- package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.js +474 -0
- package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/index.d.ts +12 -0
- package/build/typechain-types/factories/contracts/interfaces/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/index.js +61 -0
- package/build/typechain-types/factories/contracts/interfaces/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.d.ts +269 -0
- package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.js +364 -0
- package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.d.ts +100 -0
- package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.js +140 -0
- package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockTally__factory.d.ts +103 -0
- package/build/typechain-types/factories/contracts/mocks/MockTally__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockTally__factory.js +143 -0
- package/build/typechain-types/factories/contracts/mocks/MockTally__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.d.ts +111 -0
- package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.js +156 -0
- package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/index.d.ts +5 -0
- package/build/typechain-types/factories/contracts/mocks/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/index.js +15 -0
- package/build/typechain-types/factories/contracts/mocks/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.d.ts +33 -0
- package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.js +53 -0
- package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/utilities/Utilities__factory.d.ts +236 -0
- package/build/typechain-types/factories/contracts/utilities/Utilities__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/utilities/Utilities__factory.js +337 -0
- package/build/typechain-types/factories/contracts/utilities/Utilities__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/utilities/index.d.ts +3 -0
- package/build/typechain-types/factories/contracts/utilities/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/utilities/index.js +11 -0
- package/build/typechain-types/factories/contracts/utilities/index.js.map +1 -0
- package/build/typechain-types/factories/index.d.ts +5 -0
- package/build/typechain-types/factories/index.d.ts.map +1 -0
- package/build/typechain-types/factories/index.js +44 -0
- package/build/typechain-types/factories/index.js.map +1 -0
- package/build/typechain-types/factories/solady/index.d.ts +2 -0
- package/build/typechain-types/factories/solady/index.d.ts.map +1 -0
- package/build/typechain-types/factories/solady/index.js +41 -0
- package/build/typechain-types/factories/solady/index.js.map +1 -0
- package/build/typechain-types/factories/solady/src/index.d.ts +2 -0
- package/build/typechain-types/factories/solady/src/index.d.ts.map +1 -0
- package/build/typechain-types/factories/solady/src/index.js +41 -0
- package/build/typechain-types/factories/solady/src/index.js.map +1 -0
- package/build/typechain-types/factories/solady/src/utils/LibClone__factory.d.ts +35 -0
- package/build/typechain-types/factories/solady/src/utils/LibClone__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/solady/src/utils/LibClone__factory.js +55 -0
- package/build/typechain-types/factories/solady/src/utils/LibClone__factory.js.map +1 -0
- package/build/typechain-types/factories/solady/src/utils/index.d.ts +2 -0
- package/build/typechain-types/factories/solady/src/utils/index.d.ts.map +1 -0
- package/build/typechain-types/factories/solady/src/utils/index.js +9 -0
- package/build/typechain-types/factories/solady/src/utils/index.js.map +1 -0
- package/build/typechain-types/index.d.ts +228 -0
- package/build/typechain-types/index.d.ts.map +1 -0
- package/build/typechain-types/index.js +258 -0
- package/build/typechain-types/index.js.map +1 -0
- package/build/typechain-types/solady/index.d.ts +3 -0
- package/build/typechain-types/solady/index.d.ts.map +1 -0
- package/build/typechain-types/solady/index.js +3 -0
- package/build/typechain-types/solady/index.js.map +1 -0
- package/build/typechain-types/solady/src/index.d.ts +3 -0
- package/build/typechain-types/solady/src/index.d.ts.map +1 -0
- package/build/typechain-types/solady/src/index.js +3 -0
- package/build/typechain-types/solady/src/index.js.map +1 -0
- package/build/typechain-types/solady/src/utils/LibClone.d.ts +21 -0
- package/build/typechain-types/solady/src/utils/LibClone.d.ts.map +1 -0
- package/build/typechain-types/solady/src/utils/LibClone.js +3 -0
- package/build/typechain-types/solady/src/utils/LibClone.js.map +1 -0
- package/build/typechain-types/solady/src/utils/index.d.ts +2 -0
- package/build/typechain-types/solady/src/utils/index.d.ts.map +1 -0
- package/build/typechain-types/solady/src/utils/index.js +3 -0
- package/build/typechain-types/solady/src/utils/index.js.map +1 -0
- package/contracts/.solhint.json +19 -0
- package/contracts/MACI.sol +220 -0
- package/contracts/MessageProcessor.sol +182 -0
- package/contracts/MessageProcessorFactory.sol +23 -0
- package/contracts/Poll.sol +518 -0
- package/contracts/PollFactory.sol +35 -0
- package/contracts/Tally.sol +440 -0
- package/contracts/TallyFactory.sol +23 -0
- package/contracts/VkRegistry.sol +413 -0
- package/contracts/benchmarks/HasherBenchmarks.sol +23 -0
- package/contracts/crypto/BabyJubJub.sol +138 -0
- package/contracts/crypto/Hasher.sol +58 -0
- package/contracts/crypto/Pairing.sol +164 -0
- package/contracts/crypto/PoseidonT3.sol +8 -0
- package/contracts/crypto/PoseidonT4.sol +8 -0
- package/contracts/crypto/PoseidonT5.sol +8 -0
- package/contracts/crypto/PoseidonT6.sol +8 -0
- package/contracts/crypto/SnarkCommon.sol +17 -0
- package/contracts/crypto/SnarkConstants.sol +26 -0
- package/contracts/crypto/Verifier.sol +93 -0
- package/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol +30 -0
- package/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.sol +23 -0
- package/contracts/interfaces/IInitialVoiceCreditProxy.sol +11 -0
- package/contracts/interfaces/IMACI.sol +83 -0
- package/contracts/interfaces/IMPFactory.sol +21 -0
- package/contracts/interfaces/IMessageProcessor.sol +26 -0
- package/contracts/interfaces/IPoll.sol +121 -0
- package/contracts/interfaces/IPollFactory.sol +38 -0
- package/contracts/interfaces/ISemaphore.sol +20 -0
- package/contracts/interfaces/ITally.sol +61 -0
- package/contracts/interfaces/ITallyFactory.sol +23 -0
- package/contracts/interfaces/IVerifier.sol +22 -0
- package/contracts/interfaces/IVkRegistry.sol +45 -0
- package/contracts/mocks/MockERC20.sol +12 -0
- package/contracts/mocks/MockSemaphore.sol +29 -0
- package/contracts/mocks/MockTally.sol +37 -0
- package/contracts/mocks/MockVerifier.sol +16 -0
- package/contracts/mocks/Mocker.sol +30 -0
- package/contracts/trees/LazyIMT.sol +228 -0
- package/contracts/trees/LeanIMT.sol +348 -0
- package/contracts/utilities/DomainObjs.sol +40 -0
- package/contracts/utilities/Params.sol +33 -0
- package/contracts/utilities/Utilities.sol +76 -0
- package/package.json +207 -0
|
@@ -0,0 +1,371 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
36
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.Deployment = void 0;
|
|
40
|
+
/* eslint-disable no-console */
|
|
41
|
+
/* eslint-disable import/no-extraneous-dependencies */
|
|
42
|
+
const ethers_1 = require("ethers");
|
|
43
|
+
const lowdb_1 = __importDefault(require("lowdb"));
|
|
44
|
+
const FileSync_1 = __importDefault(require("lowdb/adapters/FileSync"));
|
|
45
|
+
const LocalStorage_1 = __importDefault(require("lowdb/adapters/LocalStorage"));
|
|
46
|
+
const path_1 = __importDefault(require("path"));
|
|
47
|
+
const logger_1 = require("../../ts/logger");
|
|
48
|
+
const ContractStorage_1 = require("./ContractStorage");
|
|
49
|
+
const types_1 = require("./types");
|
|
50
|
+
/**
|
|
51
|
+
* @notice Deployment helper class to run sequential deploy using steps and deploy contracts.
|
|
52
|
+
*/
|
|
53
|
+
class Deployment {
|
|
54
|
+
/**
|
|
55
|
+
* Initialize class properties only once
|
|
56
|
+
*/
|
|
57
|
+
constructor(contractNames, hre) {
|
|
58
|
+
/**
|
|
59
|
+
* Get default params from hardhat task
|
|
60
|
+
*
|
|
61
|
+
* @param {IDeployParams} params - hardhat task arguments
|
|
62
|
+
* @returns {Promise<TaskArguments>} params for deploy workflow
|
|
63
|
+
*/
|
|
64
|
+
this.getDefaultParams = ({ verify, incremental }) => Promise.resolve({ verify, incremental });
|
|
65
|
+
this.stepCatalog = new Map([
|
|
66
|
+
["full", {}],
|
|
67
|
+
["poll", {}],
|
|
68
|
+
]);
|
|
69
|
+
this.hre = hre;
|
|
70
|
+
this.contractNames = contractNames;
|
|
71
|
+
this.config = (0, lowdb_1.default)(typeof window !== "undefined"
|
|
72
|
+
? new LocalStorage_1.default("deploy-config")
|
|
73
|
+
: new FileSync_1.default(path_1.default.resolve(process.cwd(), "./deploy-config.json")));
|
|
74
|
+
this.storage = ContractStorage_1.ContractStorage.getInstance();
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Get singleton object
|
|
78
|
+
*
|
|
79
|
+
* @returns {ContractStorage} singleton object
|
|
80
|
+
*/
|
|
81
|
+
static getInstance({ contractNames = types_1.EContracts, hre = undefined, } = {}) {
|
|
82
|
+
if (!Deployment.INSTANCE) {
|
|
83
|
+
Deployment.INSTANCE = new Deployment(contractNames, hre);
|
|
84
|
+
}
|
|
85
|
+
return Deployment.INSTANCE;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Start deploy with console log information
|
|
89
|
+
*
|
|
90
|
+
* @param catalog - deploy steps catalog
|
|
91
|
+
* @param {IDeployParams} params - deploy params
|
|
92
|
+
* @returns deploy steps for selected catalog
|
|
93
|
+
*/
|
|
94
|
+
async start(catolog, { incremental, verify }) {
|
|
95
|
+
const deployer = await this.getDeployer();
|
|
96
|
+
const deployerAddress = await deployer.getAddress();
|
|
97
|
+
const startBalance = await deployer.provider.getBalance(deployer);
|
|
98
|
+
(0, logger_1.logMagenta)({ text: `Deployer address: ${deployerAddress}` });
|
|
99
|
+
(0, logger_1.logMagenta)({ text: `Deployer start balance: ${Number(startBalance / 10n ** 12n) / 1e6}` });
|
|
100
|
+
if (incremental) {
|
|
101
|
+
(0, logger_1.logMagenta)({ text: "======================================================================" });
|
|
102
|
+
(0, logger_1.logMagenta)({ text: "======================================================================" });
|
|
103
|
+
(0, logger_1.logMagenta)({ text: "==================== ATTENTION! INCREMENTAL MODE ===============" });
|
|
104
|
+
(0, logger_1.logMagenta)({ text: "======================================================================" });
|
|
105
|
+
(0, logger_1.logMagenta)({ text: "====== Delete 'deployed-contracts.json' to start a new deployment ====" });
|
|
106
|
+
(0, logger_1.logMagenta)({ text: "======================================================================" });
|
|
107
|
+
(0, logger_1.logMagenta)({ text: "======================================================================" });
|
|
108
|
+
}
|
|
109
|
+
else {
|
|
110
|
+
this.storage.cleanup(this.hre.network.name);
|
|
111
|
+
}
|
|
112
|
+
(0, logger_1.logMagenta)({ text: (0, logger_1.info)("Deployment started\n") });
|
|
113
|
+
return this.getDeploySteps(catolog, {
|
|
114
|
+
incremental,
|
|
115
|
+
verify,
|
|
116
|
+
});
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Run deploy steps
|
|
120
|
+
*
|
|
121
|
+
* @param steps - deploy steps
|
|
122
|
+
* @param skip - skip steps with less or equal index
|
|
123
|
+
*/
|
|
124
|
+
async runSteps(steps, skip) {
|
|
125
|
+
// eslint-disable-next-line no-restricted-syntax
|
|
126
|
+
for (const step of steps) {
|
|
127
|
+
const stepId = `0${step.id}`;
|
|
128
|
+
(0, logger_1.logMagenta)({ text: "\n======================================================================" });
|
|
129
|
+
(0, logger_1.logMagenta)({ text: `${stepId.slice(stepId.length - 2)} ${step.name}` });
|
|
130
|
+
(0, logger_1.logMagenta)({ text: "======================================================================\n" });
|
|
131
|
+
if (step.id <= skip) {
|
|
132
|
+
(0, logger_1.logYellow)({ text: (0, logger_1.warning)(`STEP ${step.id} WAS SKIPPED`) });
|
|
133
|
+
}
|
|
134
|
+
else {
|
|
135
|
+
// eslint-disable-next-line no-await-in-loop
|
|
136
|
+
await this.hre.run(step.taskName, step.args);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* Print deployment results and check warnings
|
|
142
|
+
*
|
|
143
|
+
* @param strict - fail on warnings is enabled
|
|
144
|
+
* @throws error if strict is enabled and warning is found
|
|
145
|
+
*/
|
|
146
|
+
async checkResults(strict) {
|
|
147
|
+
const deployer = await this.getDeployer();
|
|
148
|
+
const deployerAddress = await deployer.getAddress();
|
|
149
|
+
const [entryMap, instanceCount, multiCount] = this.storage.printContracts(deployerAddress, this.hre.network.name);
|
|
150
|
+
let hasWarn = false;
|
|
151
|
+
if (multiCount > 0) {
|
|
152
|
+
(0, logger_1.logYellow)({ text: (0, logger_1.warning)("WARNING: multi-deployed contract(s) detected") });
|
|
153
|
+
hasWarn = true;
|
|
154
|
+
}
|
|
155
|
+
else if (entryMap.size !== instanceCount) {
|
|
156
|
+
(0, logger_1.logYellow)({ text: (0, logger_1.warning)("WARNING: unknown contract(s) detected") });
|
|
157
|
+
hasWarn = true;
|
|
158
|
+
}
|
|
159
|
+
entryMap.forEach((_, key) => {
|
|
160
|
+
if (key.startsWith("Mock")) {
|
|
161
|
+
(0, logger_1.logYellow)({ text: (0, logger_1.warning)(`WARNING: mock contract detected: ${key}`) });
|
|
162
|
+
hasWarn = true;
|
|
163
|
+
}
|
|
164
|
+
});
|
|
165
|
+
if (hasWarn && strict) {
|
|
166
|
+
throw new Error("Warnings are present");
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* Finish deployment with console log information
|
|
171
|
+
*
|
|
172
|
+
* @param startBalance - start deployer balance
|
|
173
|
+
* @param isSuccess - success or not
|
|
174
|
+
*/
|
|
175
|
+
async finish(startBalance, isSuccess) {
|
|
176
|
+
const deployer = await this.getDeployer();
|
|
177
|
+
const { gasPrice } = this.hre.network.config;
|
|
178
|
+
const endBalance = await deployer.provider.getBalance(deployer);
|
|
179
|
+
(0, logger_1.logMagenta)({ text: "======================================================================" });
|
|
180
|
+
(0, logger_1.logMagenta)({ text: `Deployer end balance: ${Number(endBalance / 10n ** 12n) / 1e6}` });
|
|
181
|
+
(0, logger_1.logMagenta)({ text: `Deploy expenses: ${Number((startBalance - endBalance) / 10n ** 12n) / 1e6}` });
|
|
182
|
+
if (gasPrice !== "auto") {
|
|
183
|
+
(0, logger_1.logMagenta)({ text: `Deploy gas: ${(Number(startBalance - endBalance) / gasPrice, "@", gasPrice / 1e9)} gwei` });
|
|
184
|
+
}
|
|
185
|
+
(0, logger_1.logMagenta)({ text: "======================================================================" });
|
|
186
|
+
if (!isSuccess) {
|
|
187
|
+
(0, logger_1.logRed)({ text: (0, logger_1.error)("\nDeployment has failed") });
|
|
188
|
+
await Promise.resolve().then(() => __importStar(require("process"))).then((m) => m.exit(1));
|
|
189
|
+
}
|
|
190
|
+
(0, logger_1.logGreen)({ text: (0, logger_1.success)("\nDeployment has finished") });
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* Get deployer (first signer) from hardhat runtime environment
|
|
194
|
+
*
|
|
195
|
+
* @returns {Promise<HardhatEthersSigner>} - signer
|
|
196
|
+
*/
|
|
197
|
+
async getDeployer() {
|
|
198
|
+
this.checkHre();
|
|
199
|
+
const [deployer] = await this.hre.ethers.getSigners();
|
|
200
|
+
return deployer;
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* Set hardhat runtime environment
|
|
204
|
+
*
|
|
205
|
+
* @param hre - hardhat runtime environment
|
|
206
|
+
*/
|
|
207
|
+
setHre(hre) {
|
|
208
|
+
this.hre = hre;
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Set contract names
|
|
212
|
+
*
|
|
213
|
+
* @param contractNames - contract names
|
|
214
|
+
*/
|
|
215
|
+
setContractNames(contractNames) {
|
|
216
|
+
this.contractNames = contractNames;
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* Check if hardhat runtime environment is set
|
|
220
|
+
*
|
|
221
|
+
* @throws {Error} error if there is no hardhat runtime environment set
|
|
222
|
+
*/
|
|
223
|
+
checkHre() {
|
|
224
|
+
if (!this.hre) {
|
|
225
|
+
throw new Error("Hardhat Runtime Environment is not set");
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* Register deploy task by updating step catalog and return task definition
|
|
230
|
+
*
|
|
231
|
+
* @param taskName - unique task name
|
|
232
|
+
* @param stepName - task description
|
|
233
|
+
* @param paramsFn - optional function to override default task arguments
|
|
234
|
+
* @returns {Promise<ConfigurableTaskDefinition>} hardhat task definition
|
|
235
|
+
*/
|
|
236
|
+
async deployTask(taskName, stepName, paramsFn) {
|
|
237
|
+
const deployType = taskName.substring(0, taskName.indexOf(":"));
|
|
238
|
+
this.addStep(deployType, { name: stepName, taskName, paramsFn: paramsFn || this.getDefaultParams });
|
|
239
|
+
return Promise.resolve().then(() => __importStar(require("hardhat/config"))).then(({ task }) => task(taskName, stepName));
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* Register deployment step
|
|
243
|
+
*
|
|
244
|
+
* @param deployType - deploy type
|
|
245
|
+
* @param {IDeployStepCatalog} - deploy step catalog name, description and param mapper
|
|
246
|
+
*/
|
|
247
|
+
addStep(deployType, { name, taskName, paramsFn }) {
|
|
248
|
+
const steps = this.stepCatalog.get(deployType);
|
|
249
|
+
if (!steps) {
|
|
250
|
+
throw new Error(`Unknown deploy type: ${deployType}`);
|
|
251
|
+
}
|
|
252
|
+
steps[taskName] = { name, taskName, paramsFn };
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* Get deploy step sequence
|
|
256
|
+
*
|
|
257
|
+
* @param deployType - deploy type
|
|
258
|
+
* @param {IDeployParams} params - deploy params
|
|
259
|
+
* @returns {Promise<IDeployStep[]>} deploy steps
|
|
260
|
+
*/
|
|
261
|
+
async getDeploySteps(deployType, params) {
|
|
262
|
+
const stepList = this.stepCatalog.get(deployType);
|
|
263
|
+
if (!stepList) {
|
|
264
|
+
throw new Error(`Unknown deploy type: ${deployType}`);
|
|
265
|
+
}
|
|
266
|
+
const steps = Object.values(stepList);
|
|
267
|
+
return Promise.all(steps.map(({ paramsFn }) => paramsFn(params))).then((stepArgs) => stepArgs.map((args, index) => ({
|
|
268
|
+
id: index + 1,
|
|
269
|
+
name: steps[index].name,
|
|
270
|
+
taskName: steps[index].taskName,
|
|
271
|
+
args: args,
|
|
272
|
+
})));
|
|
273
|
+
}
|
|
274
|
+
/**
|
|
275
|
+
* Deploy contract and return it
|
|
276
|
+
*
|
|
277
|
+
* @param {IDeployContractParams} params - parameters of deploy contract
|
|
278
|
+
* @param args - constructor arguments
|
|
279
|
+
* @returns deployed contract
|
|
280
|
+
*/
|
|
281
|
+
async deployContract({ name, abi, bytecode, signer }, ...args) {
|
|
282
|
+
const deployer = signer || (await this.getDeployer());
|
|
283
|
+
const contractFactory = abi && bytecode
|
|
284
|
+
? new ethers_1.ContractFactory(abi, bytecode, deployer)
|
|
285
|
+
: await Promise.resolve().then(() => __importStar(require("hardhat"))).then(({ ethers }) => ethers.getContractFactory(this.contractNames[name] || name, deployer));
|
|
286
|
+
const feeData = await deployer.provider?.getFeeData();
|
|
287
|
+
const contract = await contractFactory.deploy(...args, {
|
|
288
|
+
maxFeePerGas: feeData?.maxFeePerGas,
|
|
289
|
+
maxPriorityFeePerGas: feeData?.maxPriorityFeePerGas,
|
|
290
|
+
});
|
|
291
|
+
await contract.deploymentTransaction().wait();
|
|
292
|
+
return contract;
|
|
293
|
+
}
|
|
294
|
+
/**
|
|
295
|
+
* Deploy contract with linked libraries using contract factory
|
|
296
|
+
*
|
|
297
|
+
* @param {IDeployContractWithLinkedLibrariesParams} params - parameters of deploy contract with linked libraries
|
|
298
|
+
* @param args - constructor arguments
|
|
299
|
+
* @returns deployed contract
|
|
300
|
+
*/
|
|
301
|
+
async deployContractWithLinkedLibraries({ contractFactory, signer }, ...args) {
|
|
302
|
+
const deployer = signer || (await this.getDeployer());
|
|
303
|
+
const feeData = await deployer.provider?.getFeeData();
|
|
304
|
+
const contract = await contractFactory.deploy(...args, {
|
|
305
|
+
maxFeePerGas: feeData?.maxFeePerGas,
|
|
306
|
+
maxPriorityFeePerGas: feeData?.maxPriorityFeePerGas,
|
|
307
|
+
});
|
|
308
|
+
await contract.deploymentTransaction().wait();
|
|
309
|
+
return contract;
|
|
310
|
+
}
|
|
311
|
+
/**
|
|
312
|
+
* Creates contract factory from abi and bytecode
|
|
313
|
+
*
|
|
314
|
+
* @param name - contract name
|
|
315
|
+
* @param abi - Contract abi
|
|
316
|
+
* @param bytecode - Contract linked bytecode
|
|
317
|
+
* @param signer - signer
|
|
318
|
+
* @returns contract factory with linked libraries
|
|
319
|
+
*/
|
|
320
|
+
async createContractFactory(abi, bytecode, signer) {
|
|
321
|
+
const deployer = signer || (await this.getDeployer());
|
|
322
|
+
return new ethers_1.ContractFactory(abi, bytecode, deployer);
|
|
323
|
+
}
|
|
324
|
+
/**
|
|
325
|
+
* Get deploy config field (see deploy-config.json)
|
|
326
|
+
*
|
|
327
|
+
* @param id - contract name
|
|
328
|
+
* @param field - config field key
|
|
329
|
+
* @returns config field value or null
|
|
330
|
+
*/
|
|
331
|
+
getDeployConfigField(id, field, mustGet = false) {
|
|
332
|
+
this.checkHre();
|
|
333
|
+
const value = this.config
|
|
334
|
+
.get(`${this.hre.network.name}.${this.contractNames[id]}.${field}`)
|
|
335
|
+
.value();
|
|
336
|
+
if (mustGet && (value === null || value === undefined)) {
|
|
337
|
+
throw new Error(`Can't find ${this.hre.network.name}.${id}.${field}`);
|
|
338
|
+
}
|
|
339
|
+
return value;
|
|
340
|
+
}
|
|
341
|
+
/**
|
|
342
|
+
* Update deploy config field (see deploy-config.json)
|
|
343
|
+
* @param id - contract name
|
|
344
|
+
* @param field - config field key
|
|
345
|
+
* @param value - config field value
|
|
346
|
+
*/
|
|
347
|
+
updateDeployConfig(id, field, value) {
|
|
348
|
+
this.checkHre();
|
|
349
|
+
this.config.set(`${this.hre.network.name}.${this.contractNames[id]}.${field}`, value).write();
|
|
350
|
+
}
|
|
351
|
+
/**
|
|
352
|
+
* Get contract by name and group key
|
|
353
|
+
*
|
|
354
|
+
* @param {IGetContractParams} params - params
|
|
355
|
+
* @returns contract wrapper
|
|
356
|
+
*/
|
|
357
|
+
async getContract({ name, key, address, abi, signer }) {
|
|
358
|
+
const deployer = signer || (await this.getDeployer());
|
|
359
|
+
const contractAddress = address || this.storage.mustGetAddress(name, this.hre.network.name, key);
|
|
360
|
+
if (abi) {
|
|
361
|
+
return new ethers_1.BaseContract(contractAddress, abi, deployer);
|
|
362
|
+
}
|
|
363
|
+
const factory = await this.hre?.ethers.getContractAt(name.toString(), contractAddress, deployer);
|
|
364
|
+
if (!factory) {
|
|
365
|
+
throw new Error(`Contract ${name} not found`);
|
|
366
|
+
}
|
|
367
|
+
return factory.connect(deployer);
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
exports.Deployment = Deployment;
|
|
371
|
+
//# sourceMappingURL=Deployment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Deployment.js","sourceRoot":"","sources":["../../../tasks/helpers/Deployment.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { MaciState } from "@maci-protocol/core";
|
|
2
|
+
import type { IGenerateProofsOptions, IPrepareStateParams, IProofGeneratorParams, TallyData } from "./types";
|
|
3
|
+
import type { Proof } from "../../ts/types";
|
|
4
|
+
/**
|
|
5
|
+
* Proof generator class for message processing and tally.
|
|
6
|
+
*/
|
|
7
|
+
export declare class ProofGenerator {
|
|
8
|
+
/**
|
|
9
|
+
* Current poll
|
|
10
|
+
*/
|
|
11
|
+
private poll;
|
|
12
|
+
/**
|
|
13
|
+
* MACI contract address
|
|
14
|
+
*/
|
|
15
|
+
private maciContractAddress;
|
|
16
|
+
/**
|
|
17
|
+
* Tally contract address
|
|
18
|
+
*/
|
|
19
|
+
private tallyContractAddress;
|
|
20
|
+
/**
|
|
21
|
+
* The directory to store the proofs
|
|
22
|
+
*/
|
|
23
|
+
private outputDir;
|
|
24
|
+
/**
|
|
25
|
+
* The file to store the tally proof
|
|
26
|
+
*/
|
|
27
|
+
private tallyOutputFile;
|
|
28
|
+
/**
|
|
29
|
+
* Message processing circuit files
|
|
30
|
+
*/
|
|
31
|
+
private mp;
|
|
32
|
+
/**
|
|
33
|
+
* Tally circuit files
|
|
34
|
+
*/
|
|
35
|
+
private tally;
|
|
36
|
+
/**
|
|
37
|
+
* Whether to use quadratic voting or not
|
|
38
|
+
*/
|
|
39
|
+
private useQuadraticVoting?;
|
|
40
|
+
/**
|
|
41
|
+
* Path to the rapidsnark binary
|
|
42
|
+
*/
|
|
43
|
+
private rapidsnark?;
|
|
44
|
+
/**
|
|
45
|
+
* Get maci state from local file or from contract
|
|
46
|
+
*
|
|
47
|
+
* @param {IPrepareStateParams} params - params to prepare maci state
|
|
48
|
+
* @returns {MaciState} maci state
|
|
49
|
+
*/
|
|
50
|
+
static prepareState({ maciContract, pollContract, pollId, maciPrivateKey, coordinatorKeypair, signer, ipfsMessageBackupFiles, outputDir, options: { transactionHash, stateFile, startBlock, endBlock, blocksPerBatch }, }: IPrepareStateParams): Promise<MaciState>;
|
|
51
|
+
/**
|
|
52
|
+
* Initialize class properties
|
|
53
|
+
*
|
|
54
|
+
* @param {IProofGeneratorParams} params - initialization params
|
|
55
|
+
*/
|
|
56
|
+
constructor({ poll, mp, tally, rapidsnark, maciContractAddress, tallyContractAddress, outputDir, tallyOutputFile, useQuadraticVoting, }: IProofGeneratorParams);
|
|
57
|
+
/**
|
|
58
|
+
* Generate message processing proofs
|
|
59
|
+
*
|
|
60
|
+
* @returns message processing proofs
|
|
61
|
+
*/
|
|
62
|
+
generateMpProofs(options?: IGenerateProofsOptions): Promise<Proof[]>;
|
|
63
|
+
/**
|
|
64
|
+
* Generate tally proofs
|
|
65
|
+
*
|
|
66
|
+
* @param networkName - current network name
|
|
67
|
+
* @param chainId - current chain id
|
|
68
|
+
* @returns tally proofs
|
|
69
|
+
*/
|
|
70
|
+
generateTallyProofs(networkName: string, chainId?: string, options?: IGenerateProofsOptions): Promise<{
|
|
71
|
+
proofs: Proof[];
|
|
72
|
+
tallyData: TallyData;
|
|
73
|
+
}>;
|
|
74
|
+
/**
|
|
75
|
+
* Generic function for proofs generation
|
|
76
|
+
*
|
|
77
|
+
* @param {CircuitInputs} circuitInputs - circuit inputs
|
|
78
|
+
* @param {ICircuitFiles} circuitFiles - circuit files (zkey, witgen, wasm)
|
|
79
|
+
* @param outputFile - output file
|
|
80
|
+
* @returns proofs
|
|
81
|
+
*/
|
|
82
|
+
private generateProofs;
|
|
83
|
+
}
|
|
84
|
+
//# sourceMappingURL=ProofGenerator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProofGenerator.d.ts","sourceRoot":"","sources":["../../../tasks/helpers/ProofGenerator.ts"],"names":[],"mappings":"AACA,OAAO,EAAiC,SAAS,EAAQ,MAAM,qBAAqB,CAAC;AAMrF,OAAO,KAAK,EAEV,sBAAsB,EACtB,mBAAmB,EACnB,qBAAqB,EACrB,SAAS,EACV,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAQ5C;;GAEG;AACH,qBAAa,cAAc;IACzB;;OAEG;IACH,OAAO,CAAC,IAAI,CAAO;IAEnB;;OAEG;IACH,OAAO,CAAC,mBAAmB,CAAS;IAEpC;;OAEG;IACH,OAAO,CAAC,oBAAoB,CAAS;IAErC;;OAEG;IACH,OAAO,CAAC,SAAS,CAAS;IAE1B;;OAEG;IACH,OAAO,CAAC,eAAe,CAAS;IAEhC;;OAEG;IACH,OAAO,CAAC,EAAE,CAAgB;IAE1B;;OAEG;IACH,OAAO,CAAC,KAAK,CAAgB;IAE7B;;OAEG;IACH,OAAO,CAAC,kBAAkB,CAAC,CAAU;IAErC;;OAEG;IACH,OAAO,CAAC,UAAU,CAAC,CAAS;IAE5B;;;;;OAKG;WACU,YAAY,CAAC,EACxB,YAAY,EACZ,YAAY,EACZ,MAAM,EACN,cAAc,EACd,kBAAkB,EAClB,MAAM,EACN,sBAAsB,EACtB,SAAS,EACT,OAAO,EAAE,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,cAAc,EAAE,GAC9E,EAAE,mBAAmB,GAAG,OAAO,CAAC,SAAS,CAAC;IA+D3C;;;;OAIG;gBACS,EACV,IAAI,EACJ,EAAE,EACF,KAAK,EACL,UAAU,EACV,mBAAmB,EACnB,oBAAoB,EACpB,SAAS,EACT,eAAe,EACf,kBAAkB,GACnB,EAAE,qBAAqB;IAYxB;;;;OAIG;IACG,gBAAgB,CAAC,OAAO,CAAC,EAAE,sBAAsB,GAAG,OAAO,CAAC,KAAK,EAAE,CAAC;IA4D1E;;;;;;OAMG;IACG,mBAAmB,CACvB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC;QAAE,MAAM,EAAE,KAAK,EAAE,CAAC;QAAC,SAAS,EAAE,SAAS,CAAA;KAAE,CAAC;IAkIrD;;;;;;;OAOG;YACW,cAAc;CA2C7B"}
|