ERERERK+
PACKMAP operations keeps duplicate keys (and entries).
[
{
"type": "Map",
"value": [
{
"key": {
"type": "Integer",
"value": "1"
},
"value": {
"type": "Integer",
"value": "1"
}
},
{
"key": {
"type": "Integer",
"value": "1"
},
"value": {
"type": "Integer",
"value": "1"
}
}
]
}
]
C# (neo) results:
[
{
"type": "Map",
"value": [
{
"key": {
"type": "Integer",
"value": "1"
},
"value": {
"type": "Integer",
"value": "1"
}
}
]
}
]
Relevant for Commit (neo-go): a9242535db757faba860e21c194033f30c679f48