Closed iamalperen closed 1 year ago
just curios, is sdk migration is necessary or we can avoid it?
As for me, switching from Transaction
to VersionedTransaction
is a breaking change and I am not sure that it is a backward compatible
@tsmbl @zhelezkov @kevindingens wdyt?
As for me, switching from
Transaction
toVersionedTransaction
is a breaking change and I am not sure that it is a backward compatible @tsmbl @zhelezkov @kevindingens wdyt?
why breaking? I think both will supported
As for me, switching from
Transaction
toVersionedTransaction
is a breaking change and I am not sure that it is a backward compatible @tsmbl @zhelezkov @kevindingens wdyt?
We are supporting both of them. Why do you think it as breaking?
@iamalperen @tsmbl I checked the code and agree with you. It seems we support both versions. So, let's bump the peer deep as I mentioned at the comment above
We were using
Transaction
but it's legacy and deprecated. We are not migrating our structure toVersionedTransaction