Skip to content

WIP: Fix comparable type parser error handling

Tomáš Zemanovič requested to merge tomas/comparabla-type-error into proto-proposal

In this commit:

  • fix Invalid_arity check from key (which is not comparable) to key_hash
  • add all non comparable types to Comparable_type_expected check
  • remove key from expected comparable types

fixes tezos/tezos#707

TODO:

  • add test cases
Edited by Tomáš Zemanovič

Merge request reports