The main non-test changes are updates for the auth-related data structures and a wrapper for the new deployer function (create_contract_with_constructor).
The remaining changes concern the test infrastructure support, specifically contract creation utilities that support passing constructor arguments.
Why
Supporting constructors introduced in protocol 22.
What
The main non-test changes are updates for the auth-related data structures and a wrapper for the new deployer function (
create_contract_with_constructor
).The remaining changes concern the test infrastructure support, specifically contract creation utilities that support passing constructor arguments.
Why
Supporting constructors introduced in protocol 22.
Known limitations
N/A