diff --git a/EIPS/eip-1679.md b/EIPS/eip-1679.md index f29042ca3697f..dee8b7949aa26 100644 --- a/EIPS/eip-1679.md +++ b/EIPS/eip-1679.md @@ -38,6 +38,7 @@ This meta-EIP specifies the changes included in the Ethereum hardfork named Ista - [EIP-1352](https://eips.ethereum.org/EIPS/eip-1352): Specify restricted address range for precompiles/system contracts - [EIP-1380](https://eips.ethereum.org/EIPS/eip-1380): Reduced gas cost for call to self - [EIP-1702](https://eips.ethereum.org/EIPS/eip-1702): Generalized account versioning scheme +- [EIP-1803](https://eips.ethereum.org/EIPS/eip-1803): Rename opcodes for clarity - [EIP-1884](https://eips.ethereum.org/EIPS/eip-1884): Repricing for trie-size-dependent opcodes ## Timeline diff --git a/EIPS/eip-1803.md b/EIPS/eip-1803.md index 45e19a2ae0141..303879c30725e 100644 --- a/EIPS/eip-1803.md +++ b/EIPS/eip-1803.md @@ -33,6 +33,7 @@ Not applicable. ## References +[EIP-6](https://eips.ethereum.org/EIPS/eip-6) previously renamed `SUICIDE` (`0xff`) to `SELFDESTRUCT`. Renaming `SHA3` was previously proposed by [EIP-59](https://github.com/ethereum/EIPs/issues/59). ## Copyright