neo-project / neo-devpack-dotnet

NEO Development Pack
MIT License
79 stars 100 forks source link

TestEngine: Migrate uts #1054

Closed shargon closed 3 months ago

shargon commented 3 months ago
Jim8y commented 3 months ago

just a recommendation, maybe we should use biginteger as much as possible. its calculation is much cheaper.

shargon commented 3 months ago

just a recommendation, maybe we should use biginteger as much as possible. its calculation is much cheaper.

where?

Jim8y commented 3 months ago

just a recommendation, maybe we should use biginteger as much as possible. its calculation is much cheaper.

where?

Anywhere that has no overflow concerns. Not necessarily related to this pr. Maybe another pr that we can update all examples and tests, use BigInteger instead.