crytic / tealer

Static Analyzer for Teal
GNU Affero General Public License v3.0
62 stars 14 forks source link

Update txn context tests to use new blocks #170

Closed S3v3ru5 closed 1 year ago

S3v3ru5 commented 1 year ago

In the previous PR, the transaction context information was computed using the new blocks and results are stored in the old blocks. This PR stores the results in the new blocks and updates necessary tests.

S3v3ru5 commented 1 year ago

Builds on #169