-
Notifications
You must be signed in to change notification settings - Fork 93
Description
Summary
Add native HAPI transactions (token transfers, contract calls via SDK) to the existing receipt test coverage for completeness. Currently, the conformity and acceptance tests only cover Ethereum transactions submitted via eth_sendRawTransaction.
Changes Required
-
OpenRPC schema (
docs/openrpc.json): Add"type"to therequiredarray in theReceiptInfoschema to ensure the field is always present. -
Conformity test (
conformityTests.spec.ts): Add a HAPI transaction (viaTransferTransactionSDK) in thebeforehook alongside the existing Ethereum transactions, create a new test override fileget-hapi-receipt.io, and wire it up inconstants.tsandoverwrites.ts.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request