starknet-io / types-rs

🐺 Starknet Rust types 🦀
MIT License
66 stars 41 forks source link

Feat/1 types #87

Open Uacias opened 3 months ago

Uacias commented 3 months ago

Pull Request type

Please add the labels corresponding to the type of changes your PR introduces:

What is the current behavior?

No possibility to use v0.0.5 nor v0.0.6, lack of ecdsa sign for StarkCurve, lack of poseidon hasher utility fns, some v0.0.5 structs are not right e.g. ExecutionResources in CommonReceiptProperties.

Resolves: #NA

What is the new behavior?

Possibility to choose desired version, ecdsa sign, poseidon hasher utils, fix structs.

-

-

Does this introduce a breaking change?

Other information