This is a new minor release following bal@v1.1.0.
This release includes:
- A fix for
test_bal_block_rewards
test case where the base fee was not calculated properly - Initial set of no-op test cases
- Initial set of single-opcode tests for success and OOG cases
- Initial set of EIP-2930 test cases
- Initial set of EIP-7702 test cases
- Net-zero balance test cases
PRs Merged
- ✨ feat(tests): EIP-7928 Single-Opcode Success and OOG test cases by @raxhvl in #2118
- ✨ feat(tests): EIP-7928 test cases for EIP-2930 transactions by @raxhvl in #2167
- fix(tests): BALs - set genesis environment to calculate base fee appropriately by @fselmo in #2262
- ✨ feat(tests): EIP-7928 No-op and adjacent test case by @raxhvl in #2178
- ✨ feat(tests): EIP-7928 test cases for EIP-7702 transactions by @raxhvl in #2212
- ✨ feat(tests): EIP-7928 net zero balance transactions by @raxhvl in #2280
- 📄 docs(tests): Update EIP-7928 test case document to include no-op and OOG by @raxhvl in #2116