Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Unit tests for SSTORE in interpreter with EIP-2200
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed Sep 3, 2019
1 parent 4c63a57 commit f11772a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/unittests/libevm/VMTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,16 @@ BOOST_AUTO_TEST_CASE(AlethInterpreterSstorePetersburg)
testPetersburg();
}

BOOST_AUTO_TEST_CASE(AlethInterpreterSstoreIstanbul)
{
testIstanbul();
}

BOOST_AUTO_TEST_CASE(AlethInterpreterSstoreBelowStipend)
{
testSstoreBelowStipend();
}

BOOST_AUTO_TEST_SUITE_END()

BOOST_FIXTURE_TEST_SUITE(AlethInterpreterChainIDSuite, AlethInterpreterChainIDTestFixture)
Expand Down

0 comments on commit f11772a

Please sign in to comment.