EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.29k stars 3.6k forks source link

Fix nested container tests #11006

Closed shahabi8 closed 2 years ago

shahabi8 commented 2 years ago

Change Description

This PR fixes nested container tests for pair and map containers. Map can be defined through key and value like this: [{"key":10, "value":100],{"key":10, "value":100}] Pair can be defined through first and second like this: ["first":30, "second":{"first":301, "second":302}]

Change Type

Select ONE:

Testing Changes

Select ANY that apply:

Consensus Changes

API Changes

Documentation Additions