You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
successfully transact. It's not clear to me where in the stack the error is:
is it that transact in general is not type checking correctly?
is it that transact_builder, which was added long after the initial transact implementation, is inserting itself into the stack after the type checking is expected to have been done?
It appears that
transact_builderis not type-checking the provided values, so that, say:and
successfully transact. It's not clear to me where in the stack the error is:
transactin general is not type checking correctly?transact_builder, which was added long after the initialtransactimplementation, is inserting itself into the stack after the type checking is expected to have been done?In either case this is critical!