File tree Expand file tree Collapse file tree 8 files changed +37
-20
lines changed
amsterdam/eip7928_block_level_access_lists
eip2537_bls_12_381_precompiles
eip2935_historical_block_hashes_from_state
eip7002_el_triggerable_withdrawals
eip7623_increase_calldata_cost Expand file tree Collapse file tree 8 files changed +37
-20
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11"""
2- abstract: Crafted tests for mainnet of [EIP-2537: Precompile for BLS12-381 curve operations](https://eips.ethereum.org/EIPS/eip-2537)
3- Crafted tests for mainnet of [EIP-2537: Precompile for BLS12-381 curve operations](https://eips.ethereum.org/EIPS/eip-2537).
2+ abstract: Crafted tests for mainnet of
3+ [EIP-2537: Precompile for BLS12-381 curve operations](https://eips.ethereum.org/EIPS/eip-2537).
44""" # noqa: E501
55
66import pytest
Original file line number Diff line number Diff line change 11"""
2- abstract: Crafted tests for mainnet of [EIP-2935: Serve historical block hashes from state](https://eips.ethereum.org/EIPS/eip-2935)
3- Crafted tests for mainnet of [EIP-2935: Serve historical block hashes from state](https://eips.ethereum.org/EIPS/eip-2935).
2+ abstract: Crafted tests for mainnet of
3+ [EIP-2935: Serve historical block hashes from state](https://eips.ethereum.org/EIPS/eip-2935).
44""" # noqa: E501
55
66import pytest
Original file line number Diff line number Diff line change 11"""
2- abstract: Crafted tests for mainnet of [EIP-6110: Supply validator deposits on chain](https://eips.ethereum.org/EIPS/eip-6110)
3- Crafted tests for mainnet of [EIP-6110: Supply validator deposits on chain](https://eips.ethereum.org/EIPS/eip-6110).
2+ abstract: Crafted tests for mainnet of [EIP-6110: Supply validator deposits on chain](https://eips.ethereum.org/EIPS/eip-6110).
43""" # noqa: E501
54
65from typing import List
2827 pytest .param (
2928 [
3029 DepositTransaction (
31- # TODO: Use a real public key to allow recovery of the funds.
30+ # TODO: Use a real public key to allow recovery of
31+ # the funds.
3232 requests = [
3333 DepositRequest (
3434 pubkey = 0x01 ,
Original file line number Diff line number Diff line change 11"""
2- abstract: Crafted tests for mainnet of [EIP-7002: Execution layer triggerable withdrawals](https://eips.ethereum.org/EIPS/eip-7002)
3- Crafted tests for mainnet of [EIP-7002: Execution layer triggerable withdrawals](https://eips.ethereum.org/EIPS/eip-7002).
2+ abstract: Crafted tests for mainnet of [EIP-7002: Execution layer triggerable withdrawals](https://eips.ethereum.org/EIPS/eip-7002).
43""" # noqa: E501
54
65from typing import List
Original file line number Diff line number Diff line change 11"""
2- abstract: Crafted tests for mainnet of [EIP-7251: Increase the MAX_EFFECTIVE_BALANCE](https://eips.ethereum.org/EIPS/eip-7251)
3- Crafted tests for mainnet of [EIP-7251: Increase the MAX_EFFECTIVE_BALANCE](https://eips.ethereum.org/EIPS/eip-7251).
2+ abstract: Crafted tests for mainnet of [EIP-7251: Increase the MAX_EFFECTIVE_BALANCE](https://eips.ethereum.org/EIPS/eip-7251).
43""" # noqa: E501
54
65from typing import List
Original file line number Diff line number Diff line change 11"""
2- abstract: Crafted tests for mainnet of [EIP-7623: Increase calldata cost](https://eips.ethereum.org/EIPS/eip-7623)
3- Crafted tests for mainnet of [EIP-7623: Increase calldata cost](https://eips.ethereum.org/EIPS/eip-7623).
2+ abstract: Crafted tests for mainnet of [EIP-7623: Increase calldata cost](https://eips.ethereum.org/EIPS/eip-7623).
43""" # noqa: E501
54
65import pytest
@@ -98,7 +97,10 @@ def test_eip_7623(
9897 pre : Alloc ,
9998 tx : Transaction ,
10099) -> None :
101- """Test transaction validity for transactions without access lists and contract creation."""
100+ """
101+ Test transaction validity for transactions without access lists
102+ and contract creation.
103+ """
102104 state_test (
103105 pre = pre ,
104106 post = {},
Original file line number Diff line number Diff line change 11"""
2- abstract: Crafted tests for mainnet of [EIP-7702: Set EOA account code for one transaction](https://eips.ethereum.org/EIPS/eip-7702)
3- Crafted tests for mainnet of [EIP-7702: Set EOA account code for one transaction](https://eips.ethereum.org/EIPS/eip-7702).
2+ abstract: Crafted tests for mainnet of [EIP-7702: Set EOA account code for one transaction](https://eips.ethereum.org/EIPS/eip-7702).
43""" # noqa: E501
54
65import pytest
You can’t perform that action at this time.
0 commit comments