Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

TryFrom<starknet_api::transaction::InvokeTransaction> for InvokeFunction needs fixing #998

@edg-l

Description

@edg-l

It needs to know the correct ChainId felt instead of using zero due to it being used in the tx hash value calculation, which will end up wrong always.

We either need to change the tryfrom to a tuple or use a standalone method. But the chainid data needs to be provided somehow.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions