crytic / building-secure-contracts

Guidelines and training material to write secure smart contracts
https://secure-contracts.com/
GNU Affero General Public License v3.0
2.2k stars 343 forks source link

Add inner transaction fee and clear state transaction check issues to Algorand not-so-smart-contracts #294

Closed S3v3ru5 closed 1 year ago

S3v3ru5 commented 1 year ago

This PR adds two new issues to not-so-smart-contracts/algorand:

  1. Inner Transaction Fee: Inner transaction should be set to zero.
  2. Clear State Transaction Check: Contract does not check OnComplete field of an Application Call.

We should probably add this note in CONTRIBUTING.md: "Add links to new pages in SUMMARY.md".