Removing the validate: bool
from the abi_decode
methods
core#863 removes the validate: bool
parameter from the abi_decode_*
methods. The behaviour of these abi_decode_*
methods is now equivalent to passing validate = false
.