Closed bgiorgio0506 closed 10 months ago
Thanks! Could you also make the equivalent change on line 343 for uint64?
yes sure I will do it in the coming weeks ; )
@koesie10 you can merge if my changes satisfy your code standards
@koesie10 sorry for the delay I have reverted the yarn.lock file and removed the package-lock.json. I have answerd your previous question let me know if you need some more clarification
@bgiorgio0506 Thanks! I've cherry-picked your changes in #33 and made some additional changes such that the types are now correct.
@bgiorgio0506 This has been published in version v0.7.2.
@koesie10 thanks !
I have changed the casting for type Int64 from Int32Value to Int64Value. This casting was creating an issue while writing on Int64 offset types.
I have tested the code as part of the process of validating changes for another porject. Also to note the Typescript definitions are wrong for types Int64 and Uint64 as the function requires 4 arguments for those types and not 3 ( I will open a new PR for TS types).