MCPcopy Create free account

hub / github.com/NomicFoundation/hardhat / functions

Functions3,977 in github.com/NomicFoundation/hardhat

↓ 3 callersFunctionparseSubtasks
(task: Task)
packages/hardhat/src/internal/cli/help/utils.ts:53
↓ 3 callersFunctionparseTask
( cliArguments: string[], usedCliArguments: boolean[], tasksMap: Map<string, Task>, )
packages/hardhat/src/internal/cli/parser.ts:132
↓ 3 callersFunctionparseTaskArguments
( cliArguments: string[], usedCliArguments: boolean[], task: Task, )
packages/hardhat/src/internal/cli/parser.ts:209
↓ 3 callersFunctionpartitionRootPathsByScope
* Partitions root paths by scope, as returned by `solidity.getScope(rootPath)`.
packages/hardhat/src/internal/builtin-plugins/solidity/tasks/build.ts:366
↓ 3 callersFunctionpluginWithConfigHook
( id: string, hookFactoryPath: string, )
packages/hardhat/test/internal/cli/telemetry/error-classification/helpers.ts:54
↓ 3 callersFunctionpluginWithTask
( id: string, taskId: string, taskActionPath: string, )
packages/hardhat/test/internal/cli/telemetry/error-classification/helpers.ts:24
↓ 3 callersFunctionprintErrorMessages
( error: Error, shouldShowStackTraces: boolean = false, print: (message: string | Error) => void = conso
packages/hardhat/src/internal/cli/error-handler.ts:78
↓ 3 callersMethodprintln
* writes a string appended with a newline to the destination * @param {String} str the string to write
packages/hardhat-vendored/src/coverage-module/istanbul-lib-report/lib/file-writer.cjs:35
↓ 3 callersMethodprocessFuture
* Process a future, executing as much as possible, and returning the new * deployment state and a boolean indicating if the future was completed.
packages/ignition-core/src/internal/execution/future-processor/future-processor.ts:69
↓ 3 callersFunctionreadJsonFileAsStream
( absolutePathToFile: string, )
packages/hardhat-utils/src/fs.ts:417
↓ 3 callersFunctionreadPackageInfo
(packageDir: string)
scripts/verdaccio/publish.ts:112
↓ 3 callersFunctionreadPeakRssMb
(memFile: string)
scripts/benchmark/helpers/memory.ts:63
↓ 3 callersFunctionreconcileFunctionName
( future: | ContractCallFuture<string, string> | StaticCallFuture<string, string> | EncodeFuncti
packages/ignition-core/src/internal/reconciliation/helpers/reconcile-function-name.ts:18
↓ 3 callersMethodrecordToJournal
(message: JournalMessage)
packages/ignition-core/src/internal/deployment-loader/types.ts:10
↓ 3 callersMethodremoveKey
(key: string, masterKey: Uint8Array)
packages/hardhat-keystore/src/internal/types.ts:7
↓ 3 callersFunctionrename
( { dev, force, oldKey, newKey }: TaskRenameArguments, keystoreLoader: KeystoreLoader, requestSecretInpu
packages/hardhat-keystore/src/internal/tasks/rename.ts:35
↓ 3 callersFunctionrenderHorizontalRule
( leftBorder: string, columnWidths: number[], char: string, joiner: string, rightBorder: string, )
packages/hardhat-utils/src/internal/format.ts:99
↓ 3 callersFunctionreplaceWithinArg
( arg: ArgumentType, replacers: Replacers<T>, )
packages/ignition-core/src/internal/utils/replace-within-arg.ts:49
↓ 3 callersMethodreport
(...ids: string[])
packages/hardhat/src/internal/builtin-plugins/coverage/types.ts:22
↓ 3 callersMethodreportGasStats
(...ids: string[])
packages/hardhat/src/internal/builtin-plugins/gas-analytics/types.ts:65
↓ 3 callersFunctionrequestSecretInput
( context, interruptor, inputDescription, next, )
packages/hardhat-ignition/src/internal/hook-handlers/user-interruptions.ts:62
↓ 3 callersFunctionresolveAddressForContractFuture
( contract: ContractFuture<string>, deploymentState: DeploymentState, )
packages/ignition-core/src/internal/execution/future-processor/helpers/future-resolvers.ts:182
↓ 3 callersFunctionresolveChainDescriptors
( chainDescriptors: ChainDescriptorsUserConfig | undefined, )
packages/hardhat/src/internal/builtin-plugins/network-manager/config-resolution.ts:232
↓ 3 callersMethodresolveConfig
( options: ResolveConfigOptions, )
packages/hardhat-verify/src/internal/types.ts:70
↓ 3 callersFunctionresolveEdrNetwork
( networkConfig: EdrNetworkUserConfig, defaultChainType: ChainType, cachePath: string, resolveConfigur
packages/hardhat/src/internal/builtin-plugins/network-manager/config-resolution.ts:65
↓ 3 callersFunctionresolveFutureFrom
( from: string | AccountRuntimeValue | undefined, accounts: string[], defaultSender: string, )
packages/ignition-core/src/internal/execution/future-processor/helpers/future-resolvers.ts:107
↓ 3 callersFunctionresolveGasConfig
(value: GasUserConfig = "auto")
packages/hardhat/src/internal/builtin-plugins/network-manager/config-resolution.ts:122
↓ 3 callersFunctionresolveHardfork
( hardfork: string | undefined, chainType: ChainType, )
packages/hardhat/src/internal/builtin-plugins/network-manager/config-resolution.ts:288
↓ 3 callersFunctionresolveHttpNetwork
( networkConfig: HttpNetworkUserConfig, resolveConfigurationVariable: ConfigurationVariableResolver, )
packages/hardhat/src/internal/builtin-plugins/network-manager/config-resolution.ts:43
↓ 3 callersFunctionresolveModuleParameter
( moduleParamRuntimeValue: ModuleParameterRuntimeValue<ModuleParameterType>, context: { deploymentParamete
packages/ignition-core/src/internal/utils/resolve-module-parameter.ts:13
↓ 3 callersMethodresolveNpmDependencyFileAsRoot
( npmModule: string, )
packages/hardhat/src/internal/builtin-plugins/solidity/build-system/resolver/types.ts:253
↓ 3 callersFunctionrestoreAndClearBelow
()
packages/hardhat-ignition/src/internal/hook-handlers/user-interruptions.ts:16
↓ 3 callersMethodrevertWith
* Assert that executing a contract function reverts with the specified reason string. * * @param contractFn - A promise returned by a viem read
packages/hardhat-viem-assertions/src/types.ts:94
↓ 3 callersMethodrevertedWithCustomError
* Assert that a transaction reverted with a specific custom error. * @param contract The contract that defines the custom error. * @para
packages/hardhat-ethers-chai-matchers/src/type-extensions.ts:84
↓ 3 callersMethodrevertedWithPanic
* Assert that a transaction reverted with a specific Solidity panic code. * @param code Optional panic code to check for. * @returns An
packages/hardhat-ethers-chai-matchers/src/type-extensions.ts:71
↓ 3 callersMethodrevertedWithoutReason
* Assert that a transaction reverted without returning any reason string, * custom error, or panic code. * @param ethers The Hardhat eth
packages/hardhat-ethers-chai-matchers/src/type-extensions.ts:61
↓ 3 callersMethodrunSequentialHandlers
* Runs all the handlers for a hook in the following priority order: * - Plugin handlers come first, in the resolved order of the plugins * lis
packages/hardhat/src/types/hooks.ts:350
↓ 3 callersFunctionsafeRemoveTmpDir
(tmpPath: string)
packages/hardhat-test-utils/src/fs.ts:69
↓ 3 callersFunctionsanitizeSnapshotCheatcodes
( snapshotCheatcodes: SnapshotCheatcodesWithMetadataMap, )
packages/hardhat/src/internal/builtin-plugins/gas-analytics/snapshot-cheatcodes.ts:102
↓ 3 callersMethodsaveGasMeasurements
(id: string)
packages/hardhat/src/internal/builtin-plugins/gas-analytics/types.ts:64
↓ 3 callersFunctionsendTaskAnalytics
( taskId: string[], command: "hardhat" | "hhu", )
packages/hardhat/src/internal/cli/telemetry/analytics/analytics.ts:55
↓ 3 callersMethodsendTransaction
( transactionParams: TransactionParams, )
packages/ignition-core/test/execution/future-processor/utils.ts:155
↓ 3 callersFunctionserializeEncryptedData
( data: EncryptedData, )
packages/hardhat-keystore/src/internal/keystores/encryption.ts:101
↓ 3 callersFunctionsetGlobalHardhatRuntimeEnvironment
( newHre: HardhatRuntimeEnvironment, )
packages/hardhat/src/internal/global-hre-instance.ts:23
↓ 3 callersFunctionsetLengthLeft
( hexString: string, length: number, )
packages/hardhat-utils/src/hex.ts:219
↓ 3 callersMethodsetStorageAt
* Writes a single position of an account's storage. * * @param address The address where the code should be stored. * @param index The index
packages/hardhat-network-helpers/src/types.ts:217
↓ 3 callersFunctionsetupKeystoreFileLocationOverrideAt
( keystoreFilePath: string, devKeystoreFilePath: string, devKeystorePasswordFilePath: string, )
packages/hardhat-keystore/test/helpers/setup-keystore-file-location-override-at.ts:3
↓ 3 callersFunctionsetupKeystorePassword
( secretsToMock: string[], )
packages/hardhat-keystore/test/helpers/insert-password-hook.ts:6
↓ 3 callersFunctionsha256
(bytes: Uint8Array)
packages/hardhat-utils/src/crypto.ts:30
↓ 3 callersMethodshowBanner
* Displays a banner message, if any. * * @param timeout The timeout in milliseconds to wait for the banner display.
packages/hardhat/src/internal/cli/banner-manager.ts:88
↓ 3 callersFunctionsinceReleasePublish
()
scripts/verdaccio/publish.ts:223
↓ 3 callersFunctionslugify
(name: string)
scripts/benchmark/regression.ts:668
↓ 3 callersMethodstart
()
packages/hardhat-utils/src/spinner.ts:6
↓ 3 callersFunctionstatus
( deploymentDir: string, _artifactResolver?: Omit<ArtifactResolver, "getBuildInfo">, )
packages/ignition-core/src/status.ts:19
↓ 3 callersFunctionstringifyFunctionGasSnapshots
( snapshots: FunctionGasSnapshot[], )
packages/hardhat/src/internal/builtin-plugins/gas-analytics/function-gas-snapshots.ts:166
↓ 3 callersFunctiontitle
(str)
packages/hardhat-vendored/src/coverage-module/istanbul-reports/lib/html/annotator.cjs:21
↓ 3 callersFunctiontoCallFutureId
( moduleId: string, userProvidedId: string | undefined, contractModuleId: string, contractId: string,
packages/ignition-core/src/internal/utils/future-id-builders.ts:66
↓ 3 callersFunctiontoChecksumFormat
(address: string)
packages/ignition-core/src/internal/execution/utils/address.ts:18
↓ 3 callersFunctiontoCommandLineOption
(optionName: string)
packages/hardhat/src/internal/cli/help/utils.ts:110
↓ 3 callersFunctiontoEscapedId
(id: string)
packages/ignition-ui/src/utils/to-escaped-id.ts:4
↓ 3 callersFunctiontoPaddedRpcQuantity
( x: NumberLike, bytesLength: number, )
packages/hardhat-network-helpers/src/internal/padding.ts:5
↓ 3 callersFunctiontoShortCommandLineOption
( optionShortName?: string, )
packages/hardhat/src/internal/cli/help/utils.ts:114
↓ 3 callersFunctionvalidateArgumentName
(name: string)
packages/hardhat/src/internal/core/arguments.ts:34
↓ 3 callersFunctionvalidateArtifactFunction
( artifact: Artifact, contractName: string, functionName: string, args: ArgumentType[], isStaticCall
packages/ignition-core/src/internal/execution/abi.ts:211
↓ 3 callersFunctionvalidateArtifactFunctionName
( artifact: Artifact, functionName: string, )
packages/ignition-core/src/internal/execution/abi.ts:273
↓ 3 callersFunctionvalidateFsPath
( resolver: TrueCasePathResolver, from: string, relative: string, )
packages/hardhat/src/internal/builtin-plugins/solidity/build-system/resolver/utils.ts:18
↓ 3 callersFunctionvalidateOption
( { name, shortName, type, defaultValue }: OptionDefinition, usedNames: Set<string>, taskId: string | st
packages/hardhat/src/internal/core/tasks/validations.ts:66
↓ 3 callersFunctionvalidateOverloadedName
( artifact: Artifact, name: string, isEvent: boolean, )
packages/ignition-core/src/internal/execution/abi.ts:705
↓ 3 callersFunctionvalidatePackageJson
( workspace: string, templatePkg: PackageJson, migrateToEsm?: boolean, )
packages/hardhat/src/internal/cli/init/init.ts:404
↓ 3 callersFunctionvalidateTaskArgumentValue
( name: string, expectedType: ArgumentType, value: ArgumentValue | ArgumentValue[], isVariadic: boolea
packages/hardhat/src/internal/core/tasks/validations.ts:150
↓ 3 callersFunctionvalidateTasksConfig
( tasks: TaskDefinition[], path: Array<string | number> = [], isPlugin: boolean = false, )
packages/hardhat/src/internal/core/config-validation.ts:185
↓ 3 callersFunctionverbosityToIncludeTraces
(verbosity: number)
packages/hardhat/src/internal/builtin-plugins/network-manager/edr/utils/trace-formatters.ts:14
↓ 3 callersFunctionverify
( { deploymentId, force }: TaskVerifyArguments, hre: HardhatRuntimeEnvironment, verifyContractFn: typeof
packages/hardhat-ignition/src/internal/tasks/verify.ts:31
↓ 3 callersFunctionverifyContract
( verifyContractArgs: VerifyContractArgs, hre: HardhatRuntimeEnvironment, consoleLog: (text: string) =>
packages/hardhat-verify/src/internal/verification.ts:73
↓ 3 callersMethodvisit
* visit all nodes depth-first from this node down. Note that `onStart` * and `onEnd` are never called on the visitor even if the current * node
packages/hardhat-vendored/src/coverage-module/istanbul-lib-report/lib/tree.cjs:87
↓ 3 callersFunctionwarnIfExperimentalHardfork
( hardfork: string, chainType: ChainType, warn: (message: string) => void = (message) => console.error(m
packages/hardhat/src/internal/builtin-plugins/network-manager/edr/utils/hardfork.ts:38
↓ 3 callersMethodwasConnectCalled
* Returns whether the deprecated `connect` method has been called on this * instance. It is not on the public NetworkManager interface as it is onl
packages/hardhat/src/internal/builtin-plugins/network-manager/network-manager.ts:234
↓ 3 callersFunctionwhich
(command: string)
scripts/verdaccio/helpers/shell.ts:39
↓ 3 callersMethodwithArgs
(...args: any[])
packages/hardhat-ethers-chai-matchers/src/type-extensions.ts:227
↓ 3 callersFunctionwrapWithTime
( command: string, memFile: string, wrapInShell: boolean, )
scripts/benchmark/helpers/memory.ts:30
↓ 3 callersMethodwriteFile
* returns a content writer for writing content to the supplied file. * @param {String|null} file the relative path to the file or the special *
packages/hardhat-vendored/src/coverage-module/istanbul-lib-report/lib/file-writer.cjs:173
↓ 3 callersMethodwriteGasStatsJson
(outputPath: string, ...ids: string[])
packages/hardhat/src/internal/builtin-plugins/gas-analytics/types.ts:66
↓ 3 callersMethodwriteJsonFile
( absolutePathToFile: string, keystoreFile: EncryptedKeystore, )
packages/hardhat-keystore/src/internal/types.ts:39
↓ 3 callersFunctionwriteJsonFileAsStream
( absolutePathToFile: string, object: T, )
packages/hardhat-utils/src/fs.ts:487
↓ 2 callersMethod#addEventListener
( event: EventFilter, listener: Listener, blockListener: Listener, )
packages/hardhat-ethers/src/internal/hardhat-ethers-provider/hardhat-ethers-provider.ts:1325
↓ 2 callersMethod#addFile
(file: ResolvedFile)
packages/hardhat/src/internal/builtin-plugins/solidity/build-system/dependency-graph.ts:248
↓ 2 callersMethod#addPositionalArgument
({ name, description = "", type, defaultValue, isVariadic, }: { name: NameT; des
packages/hardhat/src/internal/core/tasks/builders.ts:269
↓ 2 callersMethod#buildResolvedFile
({ inputSourceName, fsPath, npmPackage, }: { inputSourceName: string; fsPath: string;
packages/hardhat/src/internal/builtin-plugins/solidity/build-system/resolver/dependency-resolver.ts:975
↓ 2 callersMethod#buildResolvedFileReference
({ npmPackage: targetNpmPackage, subpath, userRemapping, packageExportsResolvedSubpath, }: {
packages/hardhat/src/internal/builtin-plugins/solidity/build-system/resolver/dependency-resolver.ts:998
↓ 2 callersMethod#buildUserRemappingReference
({ userRemapping, }: { userRemapping: ResolvedUserRemapping; })
packages/hardhat/src/internal/builtin-plugins/solidity/build-system/resolver/dependency-resolver.ts:1028
↓ 2 callersMethod#caseFold
* Returns a case-folded version of the given name, which can be thought of as * a "normalized uppercase" form. This is used to implement case-insen
packages/hardhat-utils/src/fs.ts:272
↓ 2 callersMethod#cleanupDeadProcessTempFiles
* Best-effort cleanup of orphaned temp files left by dead processes. * * Scans the parent directory for all temp files matching this lock's nami
packages/hardhat-utils/src/synchronization.ts:534
↓ 2 callersMethod#clearEventListeners
(event?: EventFilter)
packages/hardhat-ethers/src/internal/hardhat-ethers-provider/hardhat-ethers-provider.ts:1341
↓ 2 callersMethod#clearLine
()
packages/hardhat-utils/src/spinner.ts:68
↓ 2 callersMethod#ensureAddressFormat
(address: string)
packages/hardhat-ignition-viem/src/internal/viem-ignition-helper.ts:388
↓ 2 callersMethod#ensureNoActionSet
()
packages/hardhat/src/internal/core/tasks/builders.ts:319
↓ 2 callersMethod#ensureNoActionSet
()
packages/hardhat/src/internal/core/tasks/builders.ts:524
↓ 2 callersMethod#fetchJsonRpcResponse
( jsonRpcRequest: JsonRpcRequest, retryCount = 0, )
packages/hardhat/src/internal/builtin-plugins/network-manager/http-provider.ts:172
↓ 2 callersMethod#findEventListener
(event: EventFilter)
packages/hardhat-ethers/src/internal/hardhat-ethers-provider/hardhat-ethers-provider.ts:760
↓ 2 callersMethod#findEventListenerIndex
(event: EventFilter)
packages/hardhat-ethers/src/internal/hardhat-ethers-provider/hardhat-ethers-provider.ts:769
← previousnext →701–800 of 3,977, ranked by callers