stellar / system-test

Home of the stellar/stellar-system-test docker image for e2e system testing
1 stars 5 forks source link

Added Auth Next Scenario Test #34

Closed sreuland closed 1 year ago

sreuland commented 1 year ago

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.