Zoey
Zoey
```typescript m.encodeFunctionCall< ContractNameT extends string, FunctionNameT extends string >( contract: CallableContractFuture, functionName: FunctionNameT, args: ArgumentType[] ): EncodeFunctionCallFuture interface EncodeFunctionCallFuture< ContractNameT extends string, FunctionNameT extends string > { type: FutureType.ENCODE_FUNCTION_CALL; id:...
resolves #641
Resolves https://github.com/NomicFoundation/hardhat-ignition/issues/751
resolves #5236 - added a singleton hre instance for both CLI and programmatic hardhat API - added a test for the above - added a test to ensure builtin plugins...
The `paths` field was added in parallel with the config validations and slipped through the cracks of being included. We should add some simple validations for them inside `v-next/core/src/internal/config-validation.ts` (probably...
This is a carryover task from #5363 - we want to replicate the Hardhat v2 functionality of enabling debug logging via a CLI flag, but we're unsure at this time...
This is a carryover task from #5363 since we don't yet have a place for this doc to live, and we also don't know exactly what we want in the...
Rather than support and maintain a potentially indefinite list of networks who require legacy gas fields, we want to add a new field to `HardhatNetworkUserConfig.ignition` called `useLegacyGasFields` that will enable...