MCPcopy Create free account

hub / github.com/NomicFoundation/hardhat / functions

Functions3,977 in github.com/NomicFoundation/hardhat

↓ 2 callersFunctioncollectEip712CanonicalTypes
( buildInfosAndOutputs: BuildInfoAndOutput[], inputToUserSource: ReadonlyMap<string, string>, config: Ei
packages/hardhat/src/internal/builtin-plugins/solidity-test/eip712/index.ts:40
↓ 2 callersFunctioncollectValidationErrorsForUserConfig
( config: HardhatUserConfig, )
packages/hardhat/src/internal/core/config-validation.ts:87
↓ 2 callersMethodcompare
* Compares the executable sections of the deployed and compiled bytecode, * ignoring differences in metadata, library link references, immutable
packages/hardhat-verify/src/internal/bytecode.ts:93
↓ 2 callersFunctioncompareFunctionGasSnapshots
( previousSnapshots: FunctionGasSnapshot[], currentSnapshots: FunctionGasSnapshotWithMetadata[], )
packages/hardhat/src/internal/builtin-plugins/gas-analytics/function-gas-snapshots.ts:242
↓ 2 callersFunctioncompareSnapshotCheatcodes
( previousSnapshotsMap: SnapshotCheatcodesMap, currentSnapshotsMap: SnapshotCheatcodesWithMetadataMap, )
packages/hardhat/src/internal/builtin-plugins/gas-analytics/snapshot-cheatcodes.ts:295
↓ 2 callersMethodcompileBuildInfo
* Compiles a build info, returning the output of the compilation, verbatim, * as `solc` returns it. * * This method doesn't call the hooks th
packages/hardhat/src/types/solidity/build-system.ts:474
↓ 2 callersFunctioncompilePatterns
( patterns: string[] | undefined, )
scripts/benchmark/helpers/plan.ts:56
↓ 2 callersMethodcontains
(other)
packages/hardhat-vendored/src/coverage-module/istanbul-lib-report/lib/path.cjs:93
↓ 2 callersFunctionconvertEvmTupleToSolidityParam
( evmTuple: EvmTuple, )
packages/ignition-core/src/internal/execution/utils/convert-evm-tuple-to-solidity-param.ts:22
↓ 2 callersFunctionconvertEvmValueToSolidityParam
( evmValue: EvmValue, )
packages/ignition-core/src/internal/execution/utils/convert-evm-tuple-to-solidity-param.ts:8
↓ 2 callersMethodcopyFile
* copies a file from a source directory to a destination name * @param {String} source path to source file * @param {String} dest relative path
packages/hardhat-vendored/src/coverage-module/istanbul-lib-report/lib/file-writer.cjs:152
↓ 2 callersFunctioncopyProjectFiles
( workspace: string, template: Template, force?: boolean, )
packages/hardhat/src/internal/cli/init/init.ts:503
↓ 2 callersFunctioncopyProjectFilesNonInteractive
( workspace: string, template: Template, )
packages/hardhat/src/internal/cli/init/init.ts:609
↓ 2 callersFunctioncopyRequest
( req: TransactionRequest, )
packages/hardhat-ethers/src/internal/ethers-utils/ethers-utils.ts:34
↓ 2 callersFunctioncreateClaudeMd
* Creates a `CLAUDE.md` file if an `AGENTS.md` file exists. Uses a symlink * except on Windows, where a file is created that references `AGENTS.md`.
packages/hardhat/src/internal/cli/init/init.ts:713
↓ 2 callersFunctioncreateClient
( config: { maxFeePerGasLimit?: bigint; maxFeePerGas?: bigint; maxPriorityFeePerGas?: bigint;
packages/ignition-core/test-integrations/helpers/create-hre.ts:45
↓ 2 callersFunctioncreateDotClaude
* Creates `.claude` if `.agents` exists. Uses a symlink except on Windows, * where the whole directory is copied. Does nothing if `.claude` already
packages/hardhat/src/internal/cli/init/init.ts:744
↓ 2 callersFunctioncreateHre
()
packages/hardhat-ignition/test/test-helpers/create-hre.ts:23
↓ 2 callersFunctioncreateMinimalChain
(id: number, name: string)
packages/hardhat-viem/src/internal/chains.ts:248
↓ 2 callersFunctioncreateMockNetworkConnection
( overrides: Partial<HttpNetworkConfig> = {}, connectionId: number = 0, )
packages/hardhat/test/internal/builtin-plugins/network-manager/hook-handlers/network.ts:160
↓ 2 callersFunctioncreateNestedNoDataProviderExecutionError
(code: number)
packages/hardhat-ethers-chai-matchers/test/matchers/reverted/no-data-error-fixtures.ts:63
↓ 2 callersFunctioncreateNoDataCallException
( action: "call" | "estimateGas", rpcError: Error | { code?: number; data?: unknown; message: string } = {
packages/hardhat-ethers-chai-matchers/test/matchers/reverted/no-data-error-fixtures.ts:10
↓ 2 callersFunctioncreateNoDataProviderExecutionError
( code: number, message = "EVM error InvalidFEOpcode", )
packages/hardhat-ethers-chai-matchers/test/matchers/reverted/no-data-error-fixtures.ts:33
↓ 2 callersFunctioncreateNonCryptographicHashId
( data: string, )
packages/hardhat-utils/src/crypto.ts:53
↓ 2 callersFunctioncreatePassword
( requestSecretInput: KeystoreRequestSecretInput, consoleLog: KeystoreConsoleLog = console.log, )
packages/hardhat-keystore/src/internal/keystores/password.ts:93
↓ 2 callersMethodcreateProvider
( networkConnection: NetworkConnectionImplementation<ChainTypeT>, )
packages/hardhat/src/internal/builtin-plugins/network-manager/network-manager.ts:257
↓ 2 callersFunctioncreateSolidityErrorWithStackTrace
( fallbackMessage: string, stackTrace: SolidityStackTrace, data: string, transactionHash?: string, )
packages/hardhat/src/internal/builtin-plugins/network-manager/edr/stack-traces/stack-trace-solidity-errors.ts:50
↓ 2 callersFunctioncreateSpinner
(options: SpinnerOptions = {})
packages/hardhat-utils/src/spinner.ts:116
↓ 2 callersFunctioncreateStandardTestResult
( name: string, consumedGas: bigint, )
packages/hardhat/test/internal/builtin-plugins/gas-analytics/suite-result-helpers.ts:11
↓ 2 callersFunctioncreateSubprocessToSendAnalytics
( payload: TelemetryConfigPayload | Payload, )
packages/hardhat/src/internal/cli/telemetry/analytics/analytics.ts:97
↓ 2 callersFunctioncreateTestEnvManager
()
packages/hardhat/test/internal/core/utils.ts:3
↓ 2 callersFunctioncreateTestResultWithSnapshots
( valueSnapshotGroups?: ValueSnapshotGroup[], )
packages/hardhat/test/internal/builtin-plugins/gas-analytics/suite-result-helpers.ts:80
↓ 2 callersFunctioncreateVerificationProviderInstance
({ provider, networkName, chainDescriptors, verificationProviderName, verificationProvidersConfig,
packages/hardhat-verify/src/internal/verification.ts:349
↓ 2 callersMethoddays
* Converts the given number of days into seconds. * * @param n - The number of days. * @returns The equivalent duration in seconds. * *
packages/hardhat-network-helpers/src/types.ts:342
↓ 2 callersMethoddays
(n: number)
packages/hardhat-network-helpers/src/internal/network-helpers/duration/duration.ts:12
↓ 2 callersMethoddec
()
packages/hardhat/src/internal/builtin-plugins/solidity-test/reporter.ts:31
↓ 2 callersFunctiondecidePublishAction
( releaseTagVersion: string | undefined, currentVersion: string, hasCodeChangesSinceRelease: boolean, )
scripts/verdaccio/publish.ts:356
↓ 2 callersFunctiondeepCopy
(value: T)
packages/hardhat-ethers/src/internal/signers/deep-copy.ts:13
↓ 2 callersMethoddeploymentComplete
( event: DeploymentCompleteEvent, )
packages/hardhat-ignition/src/helpers/pretty-event-handler.ts:316
↓ 2 callersFunctionderiveMasterKey
* Derives a master key based on the user's password and an existing salt * (normally obtained from an EncryptedKeystore). * * @param password The u
packages/hardhat-keystore/src/internal/keystores/encryption.ts:575
↓ 2 callersFunctionderivePrivateKeys
( mnemonic: string, hdpath: string, initialIndex: number, count: number, passphrase: string, )
packages/hardhat/src/internal/builtin-plugins/network-manager/accounts/derive-private-keys.ts:15
↓ 2 callersFunctionderivePrivateKeys
( accounts: EdrNetworkHDAccountsConfig | HttpNetworkHDAccountsConfig, )
packages/hardhat-ethers/src/internal/signers/derive-private-key.ts:19
↓ 2 callersFunctiondeterministicJsonStringify
( obj: ObjectT, )
packages/hardhat-keystore/src/internal/keystores/encryption.ts:129
↓ 2 callersMethoddisableReport
()
packages/hardhat/src/internal/builtin-plugins/coverage/types.ts:25
↓ 2 callersMethoddisplayInvalidKeyErrorMessage
(key: string)
packages/hardhat-keystore/src/internal/ui/user-display-messages.ts:6
↓ 2 callersMethoddisplayKeyAlreadyExistsWarning
( key: string, dev: boolean, )
packages/hardhat-keystore/src/internal/ui/user-display-messages.ts:13
↓ 2 callersFunctiondoesKeyExist
({ masterKey, encryptedKeystore, key, }: { masterKey: Uint8Array; encryptedKeystore: EncryptedKeysto
packages/hardhat-keystore/src/internal/keystores/encryption.ts:410
↓ 2 callersFunctiondownload
( url: string, destination: string, requestOptions: RequestOptions = {}, dispatcherOrDispatcherOptions
packages/hardhat-utils/src/request.ts:224
↓ 2 callersMethoddownloadCompiler
* Downloads the compiler for a given version, which can later be obtained * with getCompiler. * * @returns `true` if the compiler was downloa
packages/hardhat/src/internal/builtin-plugins/solidity/build-system/compiler/downloader.ts:110
↓ 2 callersFunctiondownloadSolcCompilersHandler
( compilerConfigs: SolidityCompilerConfig[], quiet: boolean, )
packages/hardhat/src/internal/builtin-plugins/solidity/solidity-hooks.ts:17
↓ 2 callersMethoddropTransaction
* Removes the given transaction from the mempool, if it exists. * * @param txHash Transaction hash to be removed from the mempool. * @returns
packages/hardhat-network-helpers/src/types.ts:31
↓ 2 callersFunctionedrGasReportToHardhatGasMeasurements
( gasReport: GasReport, excludedContractFqns: string[] = [], )
packages/hardhat/src/internal/builtin-plugins/network-manager/edr/utils/convert-to-edr.ts:436
↓ 2 callersFunctionedrL1HardforkToHardhatL1HardforkName
( hardfork: SpecId, )
packages/hardhat/src/internal/builtin-plugins/network-manager/edr/utils/convert-to-edr.ts:74
↓ 2 callersFunctionemitExecutionEvent
( message: JournalMessage, executionEventListener: ExecutionEventListener, )
packages/ignition-core/src/internal/journal/utils/emitExecutionEvent.ts:25
↓ 2 callersMethodenableReport
()
packages/hardhat/src/internal/builtin-plugins/coverage/types.ts:24
↓ 2 callersFunctionencodeMemberType
( typeName: unknown, userDefinedValueTypeI: UserDefinedValueTypeIndex = new Map(), )
packages/hardhat/src/internal/builtin-plugins/solidity-test/eip712/ast-walker.ts:189
↓ 2 callersFunctionensureVerdaccioRunning
()
scripts/verdaccio/publish.ts:59
↓ 2 callersMethodenterPasswordMsg
()
packages/hardhat-keystore/src/internal/ui/user-display-messages.ts:114
↓ 2 callersFunctionequals
(a: SemverVersion, b: SemverVersion)
packages/hardhat-utils/src/fast-semver.ts:53
↓ 2 callersFunctionerrorIncludesTestFile
( error: unknown, testAbsolutePath: string, )
packages/hardhat-viem-assertions/test/helpers/error-includes-test-file.ts:10
↓ 2 callersFunctionerrorWithStack
( name: string, message: string, stackLines: string[] = [], cause?: Error, )
packages/hardhat/test/internal/cli/telemetry/error-classification/helpers.ts:80
↓ 2 callersFunctionethersValueIntoEvmValue
( ethersValue: any, paramType: ParamType, )
packages/ignition-core/src/internal/execution/abi.ts:536
↓ 2 callersMethodexecuteModule
* Executes a module to completion, returning the new deployment state. * * This functions saves to the journal any created message, and stores
packages/ignition-core/src/internal/execution/execution-engine.ts:69
↓ 2 callersFunctionexecuteStaticCallRequest
( staticCallRequest: StaticCallRequest, decodeSuccessfulResult: DecodeSuccessfulExecutionResult, decodeC
packages/ignition-core/src/internal/execution/execution-strategy-helpers.ts:165
↓ 2 callersFunctionextendWithSourcifyArgs
( task: NewTaskDefinitionBuilder<BaseVerifyActionArgs>, isMainTask: boolean = true, )
packages/hardhat-verify/src/internal/tasks/verify/utils.ts:53
↓ 2 callersFunctionextractDocText
(doc: unknown)
packages/hardhat/src/internal/builtin-plugins/solidity-test/inline-config/parsing.ts:92
↓ 2 callersFunctionextractInlineConfigFromAst
( ast: unknown, inputSourceName: string, contractNames: Set<string>, )
packages/hardhat/src/internal/builtin-plugins/solidity-test/inline-config/parsing.ts:21
↓ 2 callersFunctionextractRevertError
(error: unknown)
packages/hardhat-viem-assertions/src/internal/assertions/revert/extract-revert-error.ts:23
↓ 2 callersFunctionextractStructsFromAst
( ast: unknown, sourcePath: string, userDefinedValueTypeI: UserDefinedValueTypeIndex = new Map(), )
packages/hardhat/src/internal/builtin-plugins/solidity-test/eip712/ast-walker.ts:96
↓ 2 callersFunctionfailedEvmExecutionResultToErrorDescription
( result: FailedEvmExecutionResult, )
packages/ignition-core/src/internal/journal/utils/failedEvmExecutionResultToErrorDescription.ts:5
↓ 2 callersMethodfillTemplate
(node, templateData, context)
packages/hardhat-vendored/src/coverage-module/istanbul-reports/lib/html/index.cjs:291
↓ 2 callersFunctionfilterVersionsByInferred
( versions: string[], inferred: InferredSolcVersion, )
packages/hardhat-verify/src/internal/solc-versions.ts:72
↓ 2 callersFunctionfindAddressForContractFuture
( deploymentState: DeploymentState, futureId: string, )
packages/ignition-core/src/internal/views/find-address-for-contract-future-by-id.ts:18
↓ 2 callersFunctionfindDeployedContracts
(deploymentState: DeploymentState)
packages/ignition-core/src/internal/views/find-deployed-contracts.ts:15
↓ 2 callersFunctionfindOrCreateParent
(parentPath, nodeMap, created = () => {})
packages/hardhat-vendored/src/coverage-module/istanbul-lib-report/lib/summarizer-factory.cjs:145
↓ 2 callersFunctionfindStatus
( deploymentState: DeploymentState, )
packages/ignition-core/src/internal/views/find-status.ts:19
↓ 2 callersFunctionfixture
()
scripts/benchmark/helpers/plan.test.ts:10
↓ 2 callersFunctionfn
()
packages/hardhat-utils/test/lang.ts:71
↓ 2 callersFunctionfoo
()
packages/template-package/src/index.ts:3
↓ 2 callersFunctionfooterTemplate
(details)
packages/hardhat-vendored/src/coverage-module/istanbul-reports/lib/html/index.cjs:100
↓ 2 callersMethodformatCoverage
* @private exposed for testing purposes only
packages/hardhat/src/internal/builtin-plugins/coverage/coverage-manager.ts:361
↓ 2 callersFunctionformatEdrNetworkConfigAccounts
( config: EdrNetworkAccountsConfig, )
packages/hardhat/src/internal/builtin-plugins/node/helpers.ts:24
↓ 2 callersFunctionformatError
(error: Error)
packages/hardhat-node-test-reporter/src/error-formatting.ts:58
↓ 2 callersFunctionformatHash
(str: string, hashFn = id)
packages/hardhat-ethers-chai-matchers/test/matchers/events.ts:238
↓ 2 callersFunctionformatImportResolutionError
( error: ImportResolutionError, )
packages/hardhat/src/internal/builtin-plugins/solidity/build-system/resolver/error-messages.ts:108
↓ 2 callersMethodformatLcovReport
* @private exposed for testing purposes only
packages/hardhat/src/internal/builtin-plugins/coverage/coverage-manager.ts:256
↓ 2 callersMethodformatLines
* @private exposed for testing purposes only
packages/hardhat/src/internal/builtin-plugins/coverage/coverage-manager.ts:368
↓ 2 callersFunctionformatLocation
( location: string, cwd: string = process.cwd(), sep: string = path.sep, windows: boolean = process.pl
packages/hardhat-node-test-reporter/src/error-formatting.ts:404
↓ 2 callersFunctionformatLog
(value: any)
packages/hardhat-ethers/src/internal/ethers-utils/ethers-utils.ts:415
↓ 2 callersMethodformatMarkdownReport
* @private exposed for testing purposes only
packages/hardhat/src/internal/builtin-plugins/coverage/coverage-manager.ts:431
↓ 2 callersFunctionformatNpmRootResolutionError
( error: NpmRootResolutionError, )
packages/hardhat/src/internal/builtin-plugins/solidity/build-system/resolver/error-messages.ts:39
↓ 2 callersFunctionformatProjectRootResolutionError
( error: ProjectRootResolutionError, )
packages/hardhat/src/internal/builtin-plugins/solidity/build-system/resolver/error-messages.ts:18
↓ 2 callersMethodformatRelativePath
* @private exposed for testing purposes only
packages/hardhat/src/internal/builtin-plugins/coverage/coverage-manager.ts:325
↓ 2 callersFunctionformatRemappingErrors
(errors: UserRemappingError[])
packages/hardhat/src/internal/builtin-plugins/solidity/build-system/resolver/error-messages.ts:200
↓ 2 callersFunctionformatResolutionErrorRemappingsOrPackageExportsNotes
({ message, subpath, packageExportsResolvedSubpath, userRemapping, isNpmRootResolutionError, }: {
packages/hardhat/src/internal/builtin-plugins/solidity/build-system/resolver/error-messages.ts:209
↓ 2 callersFunctionformatSectionHeader
( sectionName: string, { changedLength, addedLength, removedLength, }: { changedLength:
packages/hardhat/src/internal/builtin-plugins/gas-analytics/helpers/utils.ts:87
↓ 2 callersFunctionformatSingleError
( error: Error, prefix: string = "", depth: number = 0, )
packages/hardhat-node-test-reporter/src/error-formatting.ts:103
↓ 2 callersFunctionformatSlowTestInfo
(durationMs: number)
packages/hardhat-node-test-reporter/src/formatting.ts:100
↓ 2 callersFunctionformatTestContext
( contextStack: Array<TestEventData["test:start"]>, prefix = "", suffix = "", isSkipped = false, )
packages/hardhat-node-test-reporter/src/formatting.ts:22
↓ 2 callersFunctionformatTimeCommand
( command: string, memFile: string, wrapInShell: boolean, )
scripts/benchmark/helpers/memory.ts:43
← previousnext →901–1,000 of 3,977, ranked by callers