issues
search
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:
tx.value > acc.balance & tx.cost < acc.balance + acc.sgt_balance, should fail
tx.cost > acc.balance + acc.sgt_balance, should fail
tx.value <= acc.balance && tx.cost <= acc.balance + acc.sgt_balance, should succeed
This PR adds 3 testcases for SGT: