diff --git a/README.md b/README.md index b5594a79f..0de4a7da5 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,33 @@ For the Mist API see [MISTAPI.md](MISTAPI.md). This repository is the Electron host for the [Meteor-based wallet dapp](https://github.com/ethereum/meteor-dapp-wallet). +## Release candidate 0.11.0 up for testing + +Feedback thread for 0.11.0-rc https://github.com/ethereum/mist/issues/3979 + +Reddit post: https://www.reddit.com/r/ethereum/comments/8uelv6/mist_browser_beta_and_ethereum_wallet_0110_preview/ + +File | Checksum (SHA256) +-- | -- +[Ethereum-Wallet-installer-0-11-0-rc.exe](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Ethereum-Wallet-installer-0-11-0-rc.exe) | `f5431a32a419fdd51a379a02806a0d1cf9fa6a80213661aba2e4713731010615` +[Ethereum-Wallet-linux32-0-11-0-rc.deb](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Ethereum-Wallet-linux32-0-11-0-rc.deb) | `161f69d2546999363c64b1c85f938469a37afc51719ed48d4f4b02f33fd0206e` +[Ethereum-Wallet-linux32-0-11-0-rc.zip](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Ethereum-Wallet-linux32-0-11-0-rc.zip) | `9da6da638b3cb851df78fbe5bf65229147e5a43555463da65ef3a31f7cf93034` +[Ethereum-Wallet-linux64-0-11-0-rc.deb](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Ethereum-Wallet-linux64-0-11-0-rc.deb) | `dd32ee3c36e4dc2ef04a118b4a6a3402097d722947b09fac9f8914672df39642` +[Ethereum-Wallet-linux64-0-11-0-rc.zip](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Ethereum-Wallet-linux64-0-11-0-rc.zip) | `e515eb3ae7db6c9eee89892ed3fafa221bc8a0caad5c76305e08ffd950b31764` +[Ethereum-Wallet-macosx-0-11-0-rc.dmg](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Ethereum-Wallet-macosx-0-11-0-rc.dmg) | `408f50aca5049aeace30ca2d6357d8dd11868ab2ab9828d4ee7286b9eeff1081` +[Ethereum-Wallet-win32-0-11-0-rc.zip](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Ethereum-Wallet-win32-0-11-0-rc.zip) | `c605ed12070d185d387f6d649e35659d003a029ad2a7c0c5e9903b488ec1e676` +[Ethereum-Wallet-win64-0-11-0-rc.zip](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Ethereum-Wallet-win64-0-11-0-rc.zip) | `199af74e86c627fd0bc09027c01725869c0beb1eb4d85bfc7d9b9a3979a17b07` +[Mist-installer-0-11-0-rc.exe](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Mist-installer-0-11-0-rc.exe) | `e11569e77abbc7555cd570d427c007ce6ab35fcdf299d4094fab55de10a6f101` +[Mist-linux32-0-11-0-rc.deb](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Mist-linux32-0-11-0-rc.deb) | `29045433ac1020447e1977949deee05ae8eaef7c157ec6d7766d4eefccb48b9c` +[Mist-linux32-0-11-0-rc.zip](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Mist-linux32-0-11-0-rc.zip) | `9efccc68184eaa250a5dcce8515ffca59c6ce092913ac0ca7c8bb3a9c7db164c` +[Mist-linux64-0-11-0-rc.deb](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Mist-linux64-0-11-0-rc.deb) | `e29bc4de4c3090b07130b3d96b9b5aae7c216fb6d51900330440535ece7681b5` +[Mist-linux64-0-11-0-rc.zip](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Mist-linux64-0-11-0-rc.zip) | `9137183d774ba57d071d3d0b9dcd566d878ace10b745c5b689c3fa2a0997f457` +[Mist-macosx-0-11-0-rc.dmg](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Mist-macosx-0-11-0-rc.dmg) | `7f8ce72b9693f03a47674ea616ae9e22f67582d27c1265fbc4746d9584a7eab8` +[Mist-win32-0-11-0-rc.zip](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Mist-win32-0-11-0-rc.zip) | `f208bb6e00fc0f69ad36a028dc4278507fc5810def2415268b1a302e4e433a79` +[Mist-win64-0-11-0-rc.zip](http://ethereum-mist.s3.amazonaws.com/mist/0.11.0-rc/Mist-win64-0-11-0-rc.zip) | `632a1aaa24cfd92507be05b443ed4c4a2b8f618d4deb6324824d6cf06cdd50d9` + + + ## Help and troubleshooting In order to get help regarding Mist or Ethereum Wallet: diff --git a/package.json b/package.json index 9fed69e73..dee2c627d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Mist", - "version": "0.11.0-rc", + "version": "0.11.0", "license": "GPL-3.0", "author": "Ethereum Mist Team ", "repository": {