You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should only take a-fA-F, though it does not really matter. The current test system works with bugs (as features).
A larger problem (handled in #1265 ) is that if (instruction.Operand.Span.TryGetString(out var str) makes the tests slow. I am writing a PR to accelerate tests.
The text was updated successfully, but these errors were encountered:
neo-devpack-dotnet/src/Neo.SmartContract.Testing/Interpreters/HexStringInterpreter.cs
Line 9 in 028445c
It should only take a-fA-F, though it does not really matter. The current test system works with bugs (as features).
A larger problem (handled in #1265 ) is that
if (instruction.Operand.Span.TryGetString(out var str)
makes the tests slow. I am writing a PR to accelerate tests.The text was updated successfully, but these errors were encountered: