0xSpaceShard/starknet-hardhat-plugin

Class declaration should return transaction hash instead of class hash

FabijanC opened this issue · 2 comments

Rationale:

  • class hash can be retrieved in other ways (contractFactory.getClassHash())
  • there is no way of getting the transaction hash if it failed

This would be a breaking change.

Hey @FabijanC as mentioned during our discussion, I'd like to try to fix this issue

Hey there, I'd love to tackle this issue