Skip to content

Commit 39e8316

Browse files
raxhvlfselmo
andauthored
✨ feat(tests): EIP-7928 test cases for EIP-7702 transactions (#2212)
* ✨ feat(tests): Add initial BALs 7702 tests 🧹 chore: Update test case ✨ feat(tests): test_bal_7702_invalid_chain_id_authorization ✨ feat(tests): test_bal_7702_invalid_nonce_authorization ✨ feat(tests): test_bal_7702_delegated_storage_access ✨ feat(tests): test_bal_7702_delegation_clear ✨ feat(tests): test_bal_7702_delegation_update ✨ feat(tests): test_bal_7702_delegation_create * fix: issues after rebase * fix: use BalAccountExpectation.empty() from rebased changes * refactor: explicit check that there are NO changes for invalid nonce 7702 * feat: Add BAL tests for accessing delegated address via call opcodes * feat: point resolver to latest amsterdam commit for BALs tests --------- Co-authored-by: raxhvl <[email protected]> Co-authored-by: fselmo <[email protected]>
1 parent 65f4ea6 commit 39e8316

File tree

4 files changed

+595
-3
lines changed

4 files changed

+595
-3
lines changed

.github/configs/eels_resolutions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"Amsterdam": {
5353
"git_url": "https://github.com/fselmo/execution-specs.git",
5454
"branch": "feat/amsterdam-fork-and-block-access-lists",
55-
"commit": "6abe0ecb792265211d93bc3fea2f932e5d2cfa90"
55+
"commit": "5d98d409da10f763754dea8d60e855395f944498"
5656
}
5757
}

src/pytest_plugins/eels_resolutions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"Amsterdam": {
5656
"git_url": "https://github.com/fselmo/execution-specs.git",
5757
"branch": "feat/amsterdam-fork-and-block-access-lists",
58-
"commit": "6abe0ecb792265211d93bc3fea2f932e5d2cfa90"
58+
"commit": "5d98d409da10f763754dea8d60e855395f944498"
5959
}
6060
}

0 commit comments

Comments
 (0)