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
Observe the type of value returned by EcPairingCheck
Expected behaviour
EcPairingCheck should return a boolean value (0 or 1) as a uint64 type.
Actual behaviour
The implementation returns an EcPairingCheck expression of type bytes. The underlying AVM opcode it wraps returns a value of type uint64, which it must reflect.
The text was updated successfully, but these errors were encountered:
Subject of the issue
EcPairingCheck
Bug in PyTeal Version 0.26Your environment
algorand/algod:stable
docker imageSteps to reproduce
EcPairingCheck
in a PyTeal programEcPairingCheck
Expected behaviour
EcPairingCheck
should return a boolean value (0 or 1) as auint64
type.Actual behaviour
The implementation returns an
EcPairingCheck
expression of typebytes
. The underlying AVM opcode it wraps returns a value of typeuint64
, which it must reflect.The text was updated successfully, but these errors were encountered: