# eof-devnet-1 ## Reference spec for previous devnet: https://notes.ethereum.org/@ethpandaops/eof-devnet-0 ## Changed - Align EOFCREATE stack args with EXTCALL [#9503](https://github.com/ethereum/EIPs/pull/9503). - Simplify EOFCREATE new address hashing scheme [#9298](https://github.com/ethereum/EIPs/pull/9503). - Change `kind_data` from `0x04` to `0xff` [#9502](https://github.com/ethereum/EIPs/pull/9502). - Make container section size 4 bytes wide [#9581](https://github.com/ethereum/EIPs/pull/9581). - Modify `max_stack_height` of type section to be `max_stack_increase` (EIP PR pending) ## Added - [EIP-7873](https://eips.ethereum.org/EIPS/eip-7873): EOF - TXCREATE and InitcodeTransaction type [#9299](https://github.com/ethereum/EIPs/pull/9299) [#9377](https://github.com/ethereum/EIPs/pull/9377) [#9391](https://github.com/ethereum/EIPs/pull/9391) [#9417](https://github.com/ethereum/EIPs/pull/9417) [#9459](https://github.com/ethereum/EIPs/pull/9459) [#9474](https://github.com/ethereum/EIPs/pull/9474) [#9561](https://github.com/ethereum/EIPs/pull/9561) [#9569](https://github.com/ethereum/EIPs/pull/9569). ## Removed - [EIP-7698](https://eips.ethereum.org/EIPS/eip-7688) EIP-7698: EOF - Creation transaction.