Skip to content

Commit b9fe338

Browse files
committed
fix(docs): misc remove mentions of EOF creation tx
1 parent db6f9ec commit b9fe338

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: tests/osaka/eip7692_eof_v1/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* [EIP-7069: Revamped CALL instructions](https://eips.ethereum.org/EIPS/eip-7069).
1313
* [EIP-7480: EOF - Data section access instructions](https://eips.ethereum.org/EIPS/eip-7480).
1414
* [EIP-7620: EOF Contract Creation](https://eips.ethereum.org/EIPS/eip-7620).
15-
* [EIP-7698: EOF - Creation transaction](https://eips.ethereum.org/EIPS/eip-7698).
15+
* [EIP-7873: EOF - TXCREATE and InitcodeTransaction type](https://eips.ethereum.org/EIPS/eip-7873).
1616
1717
## Devnet Specifications
1818

Diff for: tests/osaka/eip7692_eof_v1/eof_tracker.md

+2
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,8 @@
476476

477477
## EIP-7698: EOF - Creation transaction
478478

479+
TODO: replace with `EIP-7873: EOF - TXCREATE and InitcodeTransaction type` test cases
480+
479481
### Execution
480482

481483
- [ ] Creation transaction success with empty deploy container data (evmone-tests: state_tests/state_transition/eof_create/creation_tx.json)

0 commit comments

Comments
 (0)