eosnetworkfoundation / mandel.cdt

Obsolete. Use https://github.com/AntelopeIO/cdt instead.
Other
7 stars 2 forks source link

Backport support for nested optional, maps and tuples #44

Closed ndcgundlach closed 2 years ago

ndcgundlach commented 2 years ago

Backport support for nested optional, maps and tuples

Change Description

This PR adds support for nested optional, maps and tuples in Mandel contracts.

API Changes

Documentation Additions

ClaytonCalabrese commented 2 years ago

Seems like toolchain_tests are failing as of this PR

ndcgundlach commented 2 years ago

Seems like toolchain_tests are failing as of this PR

I pushed up a fix for that. You may want to retry.

ClaytonCalabrese commented 2 years ago

Seems like toolchain_tests are failing as of this PR

I pushed up a fix for that. You may want to retry.

You're right, my code was out of date, and it passes now.