From 557e76d8a543431d17e58b4491fce0d0d80e481f Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 18 Nov 2019 22:08:27 -0800 Subject: [PATCH 1/2] Update eip-1898.md Add link to geth's implementation of EIP 1898 --- EIPS/eip-1898.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-1898.md b/EIPS/eip-1898.md index 677c7e85a6269f..fbb92632465fce 100644 --- a/EIPS/eip-1898.md +++ b/EIPS/eip-1898.md @@ -80,7 +80,7 @@ Backwards compatible. ## Implementation -None yet. +https://github.com/ethereum/go-ethereum/pull/19491 ## Copyright From 7c000d4c3b5f6a070a9060b647e2b0ecf71d5727 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 19 Nov 2019 12:18:37 -0800 Subject: [PATCH 2/2] Update EIPS/eip-1898.md Suggestions by @axic Co-Authored-By: Alex Beregszaszi --- EIPS/eip-1898.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-1898.md b/EIPS/eip-1898.md index fbb92632465fce..0d6ade6c5c64fc 100644 --- a/EIPS/eip-1898.md +++ b/EIPS/eip-1898.md @@ -80,7 +80,7 @@ Backwards compatible. ## Implementation -https://github.com/ethereum/go-ethereum/pull/19491 +It is supported by Geth 1.9.6 ([PR](https://github.com/ethereum/go-ethereum/pull/19491)). ## Copyright