eqlabs / pathfinder

A Starknet full node written in Rust
https://eqlabs.github.io/pathfinder/
Other
619 stars 227 forks source link

feat(common/transaction): split TransactionVariant::Deploy into V0 and V1 #2032

Closed kkovaacs closed 3 months ago

kkovaacs commented 3 months ago

The only possible versions for deploy transactions are 0 and 1, so we can split TransactionVariant::Deploy into a V0 and a V1 variant and remove the version field.

Closes #1723