stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
57 stars 60 forks source link

Make the deep contract auth example consistent with other examples #291

Closed leighmcculloch closed 8 months ago

leighmcculloch commented 8 months ago

What

Make the deep contract auth example consistent with other examples.

Why

The examples use the same setup, but the deep contract auth example seems to work a little differently. It doesn't use soroban-cli for contract builds. It defaults to running tests rather than building. Also the contract code is generating warnings.