Added new Scenario - DApp developer uses config states, compiles, deploys and invokes contract with authorizations for test coverage of Auth Next aspects.
This new coverage only exercises the 'Invoker Auth' model of Auth Next, so the tx signer is also the contract method invoker.
Used existing soroban-examples 'auth' contract, it has an 'increment' method that enforces invoker auth next.
Added new Scenario -
DApp developer uses config states, compiles, deploys and invokes contract with authorizations
for test coverage of Auth Next aspects.This new coverage only exercises the 'Invoker Auth' model of Auth Next, so the tx signer is also the contract method invoker.
Used existing soroban-examples 'auth' contract, it has an 'increment' method that enforces invoker auth next.