type:internal
This MR removes map_or_big_map internal type. When checking a C_MAP_ADD, we try to type with map and if it fails, we try again with big_map.
map_or_big_map
C_MAP_ADD
map
big_map
Changelog details: