Closed revl closed 4 years ago
This PR is the develop counterpart of https://github.com/EOSIO/eosio.contracts/pull/501
Background: https://github.com/EOSIO/eos/pull/8823 broke backward compatibility in abi_serializer. It was restored in https://github.com/EOSIO/eos/pull/9128 by reintroducing the affected methods with old signatures as [[deprecated]].
This PR switches from the deprecated old methods that expect an abi_serializer_max_time value to the new methods that use a yield function instead.
abi_serializer_max_time
This PR is the develop counterpart of https://github.com/EOSIO/eosio.contracts/pull/501
Change Description
Background: https://github.com/EOSIO/eos/pull/8823 broke backward compatibility in abi_serializer. It was restored in https://github.com/EOSIO/eos/pull/9128 by reintroducing the affected methods with old signatures as [[deprecated]].
This PR switches from the deprecated old methods that expect an
abi_serializer_max_time
value to the new methods that use a yield function instead.Deployment Changes
API Changes
Documentation Additions