Zoey

Results 23 issues of 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:...

status:ready
type:feature

Resolves https://github.com/NomicFoundation/hardhat-ignition/issues/751

status:blocked

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...

status:triaging

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...

status:ready
v-next

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...

status:ready
v-next

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...

status:ready
v-next

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...

status:ready