ethstorage / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
2 stars 3 forks source link

add test for partial sgt #83

Closed blockchaindevsh closed 1 month ago

blockchaindevsh commented 1 month ago

This PR adds 3 testcases for SGT:

  1. tx.value > acc.balance & tx.cost < acc.balance + acc.sgt_balance, should fail
  2. tx.cost > acc.balance + acc.sgt_balance, should fail
  3. tx.value <= acc.balance && tx.cost <= acc.balance + acc.sgt_balance, should succeed