ScorexFoundation / sigmastate-interpreter

ErgoScript compiler and ErgoTree Interpreter implementation for Ergo blockchain
MIT License
62 stars 40 forks source link

[6.0] Fix for downcasting BigInt to Long fails #1007

Closed kushti closed 1 month ago

kushti commented 3 months ago

Close #877

It has test from the issue as well similar ones for all the Numeric types.

Also, Downcast from BigInt to BigInt and Upcast from BigInt to BigInt are fixed now

kushti commented 1 month ago

@aslesarenko comments addressed , please make another pass