ergoplatform / sigmastate-interpreter

ErgoScript compiler and ErgoTree Interpreter implementation for Ergo blockchain
MIT License
63 stars 41 forks source link

[6.0] Implementation of Numeric.toBigEndianBytes #984

Closed aslesarenko closed 2 months ago

aslesarenko commented 6 months ago

Closes #486 In this PR a new method Numeric.toBigEndianBytes is implemented for Byte, Short, Int, Long, BigInt types.

kushti commented 2 months ago

Merged into #1017