From be208294586469cb3e59e5f439cba9240ba20cce Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Thu, 20 Aug 2020 20:56:55 +0800 Subject: [PATCH] Update README --- solidity_deposit_contract/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solidity_deposit_contract/README.md b/solidity_deposit_contract/README.md index 88b626521..52519eccd 100644 --- a/solidity_deposit_contract/README.md +++ b/solidity_deposit_contract/README.md @@ -1,4 +1,4 @@ -# eth2-deposit-contract +# Deposit Contract ## History @@ -6,10 +6,10 @@ This is a rewrite of the [Vyper Eth 2.0 deposit contract](https://github.com/eth The original motivation was to run the SMTChecker and the new Yul IR generator option (`--ir`) in the compiler. -As of June 2020, this contract (the version tagged as [`r1`](https://github.com/axic/eth2-deposit-contract/tree/r1) in GitHub repository [axic/eth2-deposit-contract](https://github.com/axic/eth2-deposit-contract/tree/r1)) has been verified and is considered for adoption. +As of June 2020, version `r1` of the Solidity deposit contract has been verified and is considered for adoption. See this [blog post](https://blog.ethereum.org/2020/06/23/eth2-quick-update-no-12/) for more information. -In August 2020, tag [`r2`](https://github.com/axic/eth2-deposit-contract/tree/r2) was released with metadata modifications and relicensed to CC0-1.0. Afterward, this contract has been ported back to `eth2.0-specs` repository and replaced the Vyper deposit contract. +In August 2020, version `r2` was released with metadata modifications and relicensed to CC0-1.0. Afterward, this contract has been ported back to from [`axic/eth2-deposit-contract`](https://github.com/axic/eth2-deposit-contract) to this repository and replaced the Vyper deposit contract. ## Running web3 tests