Ethereum Test Forks package¶
Ethereum test fork definitions.
ForkAttribute
¶
Bases: Protocol
A protocol to get the attribute of a fork at a given block number and timestamp.
Source code in src/ethereum_test_forks/base_fork.py
16 17 18 19 20 21 22 23 24 25 |
|
__call__(block_number=0, timestamp=0)
¶
Returns the value of the attribute at the given block number and timestamp.
Source code in src/ethereum_test_forks/base_fork.py
21 22 23 24 25 |
|
ArrowGlacier
¶
Bases: London
Arrow Glacier fork
Source code in src/ethereum_test_forks/forks/forks.py
610 611 612 613 614 615 |
|
Berlin
¶
Bases: Istanbul
Berlin fork
Source code in src/ethereum_test_forks/forks/forks.py
553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 |
|
tx_types(block_number=0, timestamp=0)
classmethod
¶
At Berlin, access list transactions are introduced
Source code in src/ethereum_test_forks/forks/forks.py
558 559 560 561 562 563 |
|
contract_creating_tx_types(block_number=0, timestamp=0)
classmethod
¶
At Berlin, access list transactions are introduced
Source code in src/ethereum_test_forks/forks/forks.py
565 566 567 568 569 570 |
|
Byzantium
¶
Bases: Homestead
Byzantium fork
Source code in src/ethereum_test_forks/forks/forks.py
429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
|
get_reward(block_number=0, timestamp=0)
classmethod
¶
At Byzantium, the block reward is reduced to 3_000_000_000_000_000_000 wei
Source code in src/ethereum_test_forks/forks/forks.py
434 435 436 437 438 439 440 |
|
precompiles(block_number=0, timestamp=0)
classmethod
¶
At Byzantium, pre-compiles for bigint modular exponentiation, addition and scalar multiplication on elliptic curve alt_bn128, and optimal ate pairing check on elliptic curve alt_bn128 are introduced
Source code in src/ethereum_test_forks/forks/forks.py
442 443 444 445 446 447 448 449 450 451 |
|
call_opcodes(block_number=0, timestamp=0)
classmethod
¶
At Byzantium, STATICCALL opcode was introduced.
Source code in src/ethereum_test_forks/forks/forks.py
453 454 455 456 457 458 459 460 461 462 |
|
valid_opcodes()
classmethod
¶
Returns the list of Opcodes that are valid to work on this fork.
Source code in src/ethereum_test_forks/forks/forks.py
464 465 466 467 468 469 470 471 |
|
Cancun
¶
Bases: Shanghai
Cancun fork
Source code in src/ethereum_test_forks/forks/forks.py
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 |
|
solc_min_version()
classmethod
¶
Returns the minimum version of solc that supports this fork.
Source code in src/ethereum_test_forks/forks/forks.py
702 703 704 705 706 707 |
|
header_excess_blob_gas_required(block_number=0, timestamp=0)
classmethod
¶
Excess blob gas is required starting from Cancun.
Source code in src/ethereum_test_forks/forks/forks.py
709 710 711 712 713 714 |
|
header_blob_gas_used_required(block_number=0, timestamp=0)
classmethod
¶
Blob gas used is required starting from Cancun.
Source code in src/ethereum_test_forks/forks/forks.py
716 717 718 719 720 721 |
|
header_beacon_root_required(block_number=0, timestamp=0)
classmethod
¶
Parent beacon block root is required starting from Cancun.
Source code in src/ethereum_test_forks/forks/forks.py
723 724 725 726 727 728 |
|
blob_gas_per_blob(block_number, timestamp)
classmethod
¶
Blobs are enabled started from Cancun.
Source code in src/ethereum_test_forks/forks/forks.py
730 731 732 733 734 735 |
|
tx_types(block_number=0, timestamp=0)
classmethod
¶
At Cancun, blob type transactions are introduced
Source code in src/ethereum_test_forks/forks/forks.py
737 738 739 740 741 742 |
|
precompiles(block_number=0, timestamp=0)
classmethod
¶
At Cancun, pre-compile for kzg point evaluation is introduced
Source code in src/ethereum_test_forks/forks/forks.py
744 745 746 747 748 749 |
|
system_contracts(block_number=0, timestamp=0)
classmethod
¶
Cancun introduces the system contract for EIP-4788
Source code in src/ethereum_test_forks/forks/forks.py
751 752 753 754 755 756 |
|
pre_allocation_blockchain()
classmethod
¶
Cancun requires pre-allocation of the beacon root contract for EIP-4788 on blockchain type tests
Source code in src/ethereum_test_forks/forks/forks.py
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 |
|
engine_new_payload_version(block_number=0, timestamp=0)
classmethod
¶
Starting at Cancun, new payload calls must use version 3
Source code in src/ethereum_test_forks/forks/forks.py
774 775 776 777 778 779 780 781 |
|
engine_new_payload_blob_hashes(block_number=0, timestamp=0)
classmethod
¶
Starting at Cancun, payloads must have blob hashes.
Source code in src/ethereum_test_forks/forks/forks.py
783 784 785 786 787 788 |
|
engine_new_payload_beacon_root(block_number=0, timestamp=0)
classmethod
¶
Starting at Cancun, payloads must have a parent beacon block root.
Source code in src/ethereum_test_forks/forks/forks.py
790 791 792 793 794 795 |
|
valid_opcodes()
classmethod
¶
Returns the list of Opcodes that are valid to work on this fork.
Source code in src/ethereum_test_forks/forks/forks.py
797 798 799 800 801 802 803 804 805 806 807 808 809 810 |
|
Constantinople
¶
Bases: Byzantium
Constantinople fork
Source code in src/ethereum_test_forks/forks/forks.py
474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 |
|
get_reward(block_number=0, timestamp=0)
classmethod
¶
At Constantinople, the block reward is reduced to 2_000_000_000_000_000_000 wei
Source code in src/ethereum_test_forks/forks/forks.py
479 480 481 482 483 484 485 |
|
create_opcodes(block_number=0, timestamp=0)
classmethod
¶
At Constantinople, CREATE2
opcode is added.
Source code in src/ethereum_test_forks/forks/forks.py
487 488 489 490 491 492 493 494 495 496 |
|
valid_opcodes()
classmethod
¶
Returns the list of Opcodes that are valid to work on this fork.
Source code in src/ethereum_test_forks/forks/forks.py
498 499 500 501 502 503 504 505 506 507 508 509 510 511 |
|
ConstantinopleFix
¶
Bases: Constantinople
Constantinople Fix fork
Source code in src/ethereum_test_forks/forks/forks.py
514 515 516 517 518 519 |
|
Frontier
¶
Bases: BaseFork
Frontier fork
Source code in src/ethereum_test_forks/forks/forks.py
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 |
|
transition_tool_name(block_number=0, timestamp=0)
classmethod
¶
Returns fork name as it's meant to be passed to the transition tool for execution.
Source code in src/ethereum_test_forks/forks/forks.py
27 28 29 30 31 32 33 34 |
|
solc_name()
classmethod
¶
Returns fork name as it's meant to be passed to the solc compiler.
Source code in src/ethereum_test_forks/forks/forks.py
36 37 38 39 40 41 42 43 |
|
solc_min_version()
classmethod
¶
Returns the minimum version of solc that supports this fork.
Source code in src/ethereum_test_forks/forks/forks.py
45 46 47 48 49 50 |
|
header_base_fee_required(block_number=0, timestamp=0)
classmethod
¶
At genesis, header must not contain base fee
Source code in src/ethereum_test_forks/forks/forks.py
52 53 54 55 56 57 |
|
header_prev_randao_required(block_number=0, timestamp=0)
classmethod
¶
At genesis, header must not contain Prev Randao value
Source code in src/ethereum_test_forks/forks/forks.py
59 60 61 62 63 64 |
|
header_zero_difficulty_required(block_number=0, timestamp=0)
classmethod
¶
At genesis, header must not have difficulty zero
Source code in src/ethereum_test_forks/forks/forks.py
66 67 68 69 70 71 |
|
header_withdrawals_required(block_number=0, timestamp=0)
classmethod
¶
At genesis, header must not contain withdrawals
Source code in src/ethereum_test_forks/forks/forks.py
73 74 75 76 77 78 |
|
header_excess_blob_gas_required(block_number=0, timestamp=0)
classmethod
¶
At genesis, header must not contain excess blob gas
Source code in src/ethereum_test_forks/forks/forks.py
80 81 82 83 84 85 |
|
header_blob_gas_used_required(block_number=0, timestamp=0)
classmethod
¶
At genesis, header must not contain blob gas used
Source code in src/ethereum_test_forks/forks/forks.py
87 88 89 90 91 92 |
|
blob_gas_per_blob(block_number, timestamp)
classmethod
¶
Returns the amount of blob gas used per blob for a given fork.
Source code in src/ethereum_test_forks/forks/forks.py
94 95 96 97 98 99 |
|
header_requests_required(block_number, timestamp)
classmethod
¶
At genesis, header must not contain beacon chain requests.
Source code in src/ethereum_test_forks/forks/forks.py
101 102 103 104 105 106 |
|
engine_new_payload_version(block_number=0, timestamp=0)
classmethod
¶
At genesis, payloads cannot be sent through the engine API
Source code in src/ethereum_test_forks/forks/forks.py
108 109 110 111 112 113 114 115 |
|
header_beacon_root_required(block_number=0, timestamp=0)
classmethod
¶
At genesis, header must not contain parent beacon block root
Source code in src/ethereum_test_forks/forks/forks.py
117 118 119 120 121 122 |
|
engine_new_payload_blob_hashes(block_number=0, timestamp=0)
classmethod
¶
At genesis, payloads do not have blob hashes.
Source code in src/ethereum_test_forks/forks/forks.py
124 125 126 127 128 129 |
|
engine_new_payload_beacon_root(block_number=0, timestamp=0)
classmethod
¶
At genesis, payloads do not have a parent beacon block root.
Source code in src/ethereum_test_forks/forks/forks.py
131 132 133 134 135 136 |
|
engine_new_payload_requests(block_number=0, timestamp=0)
classmethod
¶
At genesis, payloads do not have requests.
Source code in src/ethereum_test_forks/forks/forks.py
138 139 140 141 142 143 |
|
engine_forkchoice_updated_version(block_number=0, timestamp=0)
classmethod
¶
At genesis, forkchoice updates cannot be sent through the engine API.
Source code in src/ethereum_test_forks/forks/forks.py
145 146 147 148 149 150 151 152 |
|
engine_get_payload_version(block_number=0, timestamp=0)
classmethod
¶
At genesis, payloads cannot be retrieved through the engine API.
Source code in src/ethereum_test_forks/forks/forks.py
154 155 156 157 158 159 160 161 |
|
get_reward(block_number=0, timestamp=0)
classmethod
¶
At Genesis the expected reward amount in wei is 5_000_000_000_000_000_000
Source code in src/ethereum_test_forks/forks/forks.py
163 164 165 166 167 168 169 |
|
tx_types(block_number=0, timestamp=0)
classmethod
¶
At Genesis, only legacy transactions are allowed
Source code in src/ethereum_test_forks/forks/forks.py
171 172 173 174 175 176 |
|
contract_creating_tx_types(block_number=0, timestamp=0)
classmethod
¶
At Genesis, only legacy transactions are allowed
Source code in src/ethereum_test_forks/forks/forks.py
178 179 180 181 182 183 |
|
precompiles(block_number=0, timestamp=0)
classmethod
¶
At Genesis, no pre-compiles are present
Source code in src/ethereum_test_forks/forks/forks.py
185 186 187 188 189 190 |
|
system_contracts(block_number=0, timestamp=0)
classmethod
¶
At Genesis, no system-contracts are present
Source code in src/ethereum_test_forks/forks/forks.py
192 193 194 195 196 197 |
|
evm_code_types(block_number=0, timestamp=0)
classmethod
¶
At Genesis, only legacy EVM code is supported.
Source code in src/ethereum_test_forks/forks/forks.py
199 200 201 202 203 204 |
|
call_opcodes(block_number=0, timestamp=0)
classmethod
¶
Returns the list of call opcodes supported by the fork.
Source code in src/ethereum_test_forks/forks/forks.py
206 207 208 209 210 211 212 213 214 215 216 |
|
valid_opcodes()
classmethod
¶
Returns the list of Opcodes that are valid to work on this fork.
Source code in src/ethereum_test_forks/forks/forks.py
218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 |
|
create_opcodes(block_number=0, timestamp=0)
classmethod
¶
At Genesis, only CREATE
opcode is supported.
Source code in src/ethereum_test_forks/forks/forks.py
357 358 359 360 361 362 363 364 365 366 |
|
max_request_type(block_number=0, timestamp=0)
classmethod
¶
At genesis, no request type is supported, signaled by -1
Source code in src/ethereum_test_forks/forks/forks.py
368 369 370 371 372 373 |
|
pre_allocation()
classmethod
¶
Returns whether the fork expects pre-allocation of accounts
Frontier does not require pre-allocated accounts
Source code in src/ethereum_test_forks/forks/forks.py
375 376 377 378 379 380 381 382 |
|
pre_allocation_blockchain()
classmethod
¶
Returns whether the fork expects pre-allocation of accounts
Frontier does not require pre-allocated accounts
Source code in src/ethereum_test_forks/forks/forks.py
384 385 386 387 388 389 390 391 |
|
GrayGlacier
¶
Bases: ArrowGlacier
Gray Glacier fork
Source code in src/ethereum_test_forks/forks/forks.py
618 619 620 621 622 623 |
|
Homestead
¶
Bases: Frontier
Homestead fork
Source code in src/ethereum_test_forks/forks/forks.py
394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
|
precompiles(block_number=0, timestamp=0)
classmethod
¶
At Homestead, EC-recover, SHA256, RIPEMD160, and Identity pre-compiles are introduced
Source code in src/ethereum_test_forks/forks/forks.py
399 400 401 402 403 404 405 406 |
|
call_opcodes(block_number=0, timestamp=0)
classmethod
¶
At Homestead, DELEGATECALL opcode was introduced.
Source code in src/ethereum_test_forks/forks/forks.py
408 409 410 411 412 413 414 415 416 417 |
|
valid_opcodes()
classmethod
¶
Returns the list of Opcodes that are valid to work on this fork.
Source code in src/ethereum_test_forks/forks/forks.py
419 420 421 422 423 424 425 426 |
|
Istanbul
¶
Bases: ConstantinopleFix
Istanbul fork
Source code in src/ethereum_test_forks/forks/forks.py
522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 |
|
precompiles(block_number=0, timestamp=0)
classmethod
¶
At Istanbul, pre-compile for blake2 compression is introduced
Source code in src/ethereum_test_forks/forks/forks.py
527 528 529 530 531 532 |
|
valid_opcodes()
classmethod
¶
Returns the list of Opcodes that are valid to work on this fork.
Source code in src/ethereum_test_forks/forks/forks.py
534 535 536 537 538 539 540 541 |
|
London
¶
Bases: Berlin
London fork
Source code in src/ethereum_test_forks/forks/forks.py
573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 |
|
header_base_fee_required(block_number=0, timestamp=0)
classmethod
¶
Base Fee is required starting from London.
Source code in src/ethereum_test_forks/forks/forks.py
578 579 580 581 582 583 |
|
tx_types(block_number=0, timestamp=0)
classmethod
¶
At London, dynamic fee transactions are introduced
Source code in src/ethereum_test_forks/forks/forks.py
585 586 587 588 589 590 |
|
contract_creating_tx_types(block_number=0, timestamp=0)
classmethod
¶
At London, dynamic fee transactions are introduced
Source code in src/ethereum_test_forks/forks/forks.py
592 593 594 595 596 597 |
|
valid_opcodes()
classmethod
¶
Returns the list of Opcodes that are valid to work on this fork.
Source code in src/ethereum_test_forks/forks/forks.py
599 600 601 602 603 604 605 606 |
|
MuirGlacier
¶
Bases: Istanbul
Muir Glacier fork
Source code in src/ethereum_test_forks/forks/forks.py
545 546 547 548 549 550 |
|
Osaka
¶
Bases: Prague
Osaka fork
Source code in src/ethereum_test_forks/forks/forks.py
1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
|
evm_code_types(block_number=0, timestamp=0)
classmethod
¶
EOF V1 is supported starting from Osaka.
Source code in src/ethereum_test_forks/forks/forks.py
1043 1044 1045 1046 1047 1048 1049 1050 1051 |
|
call_opcodes(block_number=0, timestamp=0)
classmethod
¶
EOF V1 introduces EXTCALL, EXTSTATICCALL, EXTDELEGATECALL.
Source code in src/ethereum_test_forks/forks/forks.py
1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 |
|
is_deployed()
classmethod
¶
Flags that the fork has not been deployed to mainnet; it is under active development.
Source code in src/ethereum_test_forks/forks/forks.py
1066 1067 1068 1069 1070 1071 1072 |
|
solc_min_version()
classmethod
¶
Returns the minimum version of solc that supports this fork.
Source code in src/ethereum_test_forks/forks/forks.py
1074 1075 1076 1077 1078 1079 |
|
Paris
¶
Bases: London
Paris (Merge) fork
Source code in src/ethereum_test_forks/forks/forks.py
626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 |
|
header_prev_randao_required(block_number=0, timestamp=0)
classmethod
¶
Prev Randao is required starting from Paris.
Source code in src/ethereum_test_forks/forks/forks.py
635 636 637 638 639 640 |
|
header_zero_difficulty_required(block_number=0, timestamp=0)
classmethod
¶
Zero difficulty is required starting from Paris.
Source code in src/ethereum_test_forks/forks/forks.py
642 643 644 645 646 647 |
|
get_reward(block_number=0, timestamp=0)
classmethod
¶
Paris updates the reward to 0.
Source code in src/ethereum_test_forks/forks/forks.py
649 650 651 652 653 654 |
|
engine_new_payload_version(block_number=0, timestamp=0)
classmethod
¶
Starting at Paris, payloads can be sent through the engine API
Source code in src/ethereum_test_forks/forks/forks.py
656 657 658 659 660 661 662 663 |
|
Prague
¶
Bases: Cancun
Prague fork
Source code in src/ethereum_test_forks/forks/forks.py
813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 |
|
is_deployed()
classmethod
¶
Flags that the fork has not been deployed to mainnet; it is under active development.
Source code in src/ethereum_test_forks/forks/forks.py
818 819 820 821 822 823 824 |
|
solc_min_version()
classmethod
¶
Returns the minimum version of solc that supports this fork.
Source code in src/ethereum_test_forks/forks/forks.py
826 827 828 829 830 831 |
|
precompiles(block_number=0, timestamp=0)
classmethod
¶
At Prague, pre-compile for BLS operations are added:
G1ADD = 0x0B G1MUL = 0x0C G1MSM = 0x0D G2ADD = 0x0E G2MUL = 0x0F G2MSM = 0x10 PAIRING = 0x11 MAP_FP_TO_G1 = 0x12 MAP_FP2_TO_G2 = 0x13
Source code in src/ethereum_test_forks/forks/forks.py
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 |
|
system_contracts(block_number=0, timestamp=0)
classmethod
¶
Prague introduces the system contracts for EIP-6110, EIP-7002, EIP-7251 and EIP-2935
Source code in src/ethereum_test_forks/forks/forks.py
852 853 854 855 856 857 858 859 860 861 862 |
|
max_request_type(block_number=0, timestamp=0)
classmethod
¶
At Prague, three request types are introduced, hence the max request type is 2
Source code in src/ethereum_test_forks/forks/forks.py
864 865 866 867 868 869 |
|
pre_allocation_blockchain()
classmethod
¶
Prague requires pre-allocation of the beacon chain deposit contract for EIP-6110, the exits contract for EIP-7002, and the history storage contract for EIP-2935.
Source code in src/ethereum_test_forks/forks/forks.py
871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 |
|
header_requests_required(block_number, timestamp)
classmethod
¶
Prague requires that the execution layer header contains the beacon chain requests hash.
Source code in src/ethereum_test_forks/forks/forks.py
933 934 935 936 937 938 939 |
|
engine_new_payload_requests(block_number=0, timestamp=0)
classmethod
¶
Starting at Prague, new payloads include the requests hash as a parameter.
Source code in src/ethereum_test_forks/forks/forks.py
941 942 943 944 945 946 |
|
engine_new_payload_blob_hashes(block_number=0, timestamp=0)
classmethod
¶
Starting at Prague, new payload directives must contain requests as parameter.
Source code in src/ethereum_test_forks/forks/forks.py
948 949 950 951 952 953 |
|
engine_new_payload_version(block_number=0, timestamp=0)
classmethod
¶
Starting at Prague, new payload calls must use version 4
Source code in src/ethereum_test_forks/forks/forks.py
955 956 957 958 959 960 961 962 |
|
engine_forkchoice_updated_version(block_number=0, timestamp=0)
classmethod
¶
At Prague, version number of NewPayload and ForkchoiceUpdated diverge.
Source code in src/ethereum_test_forks/forks/forks.py
964 965 966 967 968 969 970 971 |
|
Shanghai
¶
Bases: Paris
Shanghai fork
Source code in src/ethereum_test_forks/forks/forks.py
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 |
|
header_withdrawals_required(block_number=0, timestamp=0)
classmethod
¶
Withdrawals are required starting from Shanghai.
Source code in src/ethereum_test_forks/forks/forks.py
671 672 673 674 675 676 |
|
engine_new_payload_version(block_number=0, timestamp=0)
classmethod
¶
Starting at Shanghai, new payload calls must use version 2
Source code in src/ethereum_test_forks/forks/forks.py
678 679 680 681 682 683 684 685 |
|
valid_opcodes()
classmethod
¶
Returns the list of Opcodes that are valid to work on this fork.
Source code in src/ethereum_test_forks/forks/forks.py
687 688 689 690 691 692 693 694 |
|
BerlinToLondonAt5
¶
Bases: Berlin
Berlin to London transition at Block 5
Source code in src/ethereum_test_forks/forks/transition.py
9 10 11 12 13 14 15 |
|
ParisToShanghaiAtTime15k
¶
Bases: Paris
Paris to Shanghai transition at Timestamp 15k
Source code in src/ethereum_test_forks/forks/transition.py
18 19 20 21 22 23 24 |
|
ShanghaiToCancunAtTime15k
¶
Bases: Shanghai
Shanghai to Cancun transition at Timestamp 15k
Source code in src/ethereum_test_forks/forks/transition.py
27 28 29 30 31 32 33 |
|
InvalidForkError
¶
Bases: Exception
Invalid fork error raised when the fork specified by command-line option --latest-fork is not found.
Source code in src/ethereum_test_forks/helpers.py
13 14 15 16 17 18 19 20 |
|
forks_from(fork, deployed_only=True)
¶
Returns the specified fork and all forks after it.
Source code in src/ethereum_test_forks/helpers.py
219 220 221 222 223 224 225 226 227 |
|
forks_from_until(fork_from, fork_until)
¶
Returns the specified fork and all forks after it until and including the second specified fork
Source code in src/ethereum_test_forks/helpers.py
197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
|
get_closest_fork_with_solc_support(fork, solc_version)
¶
Returns the closest fork, potentially the provided fork itself, that has solc support.
Source code in src/ethereum_test_forks/helpers.py
76 77 78 79 80 81 82 83 84 85 86 87 |
|
get_deployed_forks()
¶
Returns a list of all the fork classes implemented by ethereum_test_forks
that have been deployed to mainnet, chronologically ordered by deployment.
Source code in src/ethereum_test_forks/helpers.py
38 39 40 41 42 43 |
|
get_development_forks()
¶
Returns a list of all the fork classes implemented by ethereum_test_forks
that have been not yet deployed to mainnet and are currently under
development. The list is ordered by their planned deployment date.
Source code in src/ethereum_test_forks/helpers.py
46 47 48 49 50 51 52 |
|
get_forks()
¶
Returns a list of all the fork classes implemented by
ethereum_test_forks
ordered chronologically by deployment.
Source code in src/ethereum_test_forks/helpers.py
23 24 25 26 27 28 29 30 31 32 33 34 35 |
|
get_forks_with_no_descendants(forks)
¶
Get the forks with no descendants in the inheritance hierarchy.
Source code in src/ethereum_test_forks/helpers.py
137 138 139 140 141 142 143 144 145 146 147 148 149 150 |
|
get_forks_with_no_parents(forks)
¶
Get the forks with no parents in the inheritance hierarchy.
Source code in src/ethereum_test_forks/helpers.py
121 122 123 124 125 126 127 128 129 130 131 132 133 134 |
|
get_forks_with_solc_support(solc_version)
¶
Returns a list of all fork classes that are supported by solc.
Source code in src/ethereum_test_forks/helpers.py
62 63 64 65 66 |
|
get_forks_without_solc_support(solc_version)
¶
Returns a list of all fork classes that aren't supported by solc.
Source code in src/ethereum_test_forks/helpers.py
69 70 71 72 73 |
|
get_from_until_fork_set(forks, forks_from, forks_until)
¶
Get the fork range from forks_from to forks_until.
Source code in src/ethereum_test_forks/helpers.py
106 107 108 109 110 111 112 113 114 115 116 117 118 |
|
get_last_descendants(forks, forks_from)
¶
Get the last descendant of a class in the inheritance hierarchy.
Source code in src/ethereum_test_forks/helpers.py
153 154 155 156 157 158 159 160 161 162 163 |
|
get_transition_forks()
¶
Returns all the transition forks
Source code in src/ethereum_test_forks/helpers.py
90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
|
transition_fork_from_to(fork_from, fork_to)
¶
Returns the transition fork that transitions to and from the specified forks.
Source code in src/ethereum_test_forks/helpers.py
166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 |
|
transition_fork_to(fork_to)
¶
Returns the transition fork that transitions to the specified fork.
Source code in src/ethereum_test_forks/helpers.py
183 184 185 186 187 188 189 190 191 192 193 194 |
|