Why? It has become near impossible to sync.
See issues
openethereum/parity-ethereum#8145
openethereum/parity-ethereum#7801 (comment)
openethereum/parity-ethereum#8215 (comment)
openethereum/parity-ethereum#8148 (comment)
| ''' | |
| gooeyCheckboxesProblem.py | |
| @summary Some checkboxes do not react to user input at all. | |
| @author https://github.com/drandreaskrueger | |
| @bitcoin 1GdYteTSMUgiKdm1M4Yim7YdLoAoeME8kj | |
| @since Created on 28 Jan 2016 | |
| @abstract This shows the combinations that are ill: |
| /*** Listing 3 - would this be an improvement? ***/ | |
| /*** ***/ | |
| /*** inspired by excellent article ***/ | |
| /*** http://hackingdistributed.com/2016/06/16/scanning-live-ethereum-contracts-for-bugs ***/ | |
| if (gameHasEnded && !( prizePaidOutToWinner ) ) { | |
| if (winner.send(1000)) | |
| prizePaidOutToWinner = True; | |
| } |
| # | |
| # Ethereum and eth-dev-tools: Debian 8 | |
| # | |
| # rev 9 | |
| # | |
| # started midsummer 2016-06-21 Andreas Krueger | |
| # https://github.com/drandreaskrueger | |
| # https://twitter.com/drandreaskruger | |
| # please contact me with improvements, thanks. | |
| # |
| # distro can be one of experimental, unstable, testing or ubuntu. | |
| DISTRO=testing | |
| echo | |
| echo install freemind | |
| echo script by Andreas Krueger 2017, version v01 | |
| echo | |
| echo must be run as root: | |
| echo |
| #! /bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: glances | |
| # chkconfig: 2345 80 80 | |
| # Short-Description: Start and stop the Glances server | |
| ### END INIT INFO | |
| ############## | |
| ######### from https://github.com/moumoul/scripting/blob/master/initd/glances |
Why? It has become near impossible to sync.
See issues
openethereum/parity-ethereum#8145
openethereum/parity-ethereum#7801 (comment)
openethereum/parity-ethereum#8215 (comment)
openethereum/parity-ethereum#8148 (comment)
| # taken from | |
| # http://web3py.readthedocs.io/en/stable/contracts.html#contract-deployment-example | |
| # | |
| # then repaired: | |
| # see issue 808 https://github.com/ethereum/web3.py/issues/808 | |
| # and slightly extended | |
| # | |
| # purpose: | |
| # see issue 898 https://github.com/ethereum/web3.py/issues/898 |
| # taken from | |
| # http://web3py.readthedocs.io/en/stable/contracts.html#contract-deployment-example | |
| # | |
| # then repaired: | |
| # see issue 808 https://github.com/ethereum/web3.py/issues/808 | |
| # and extended | |
| # | |
| # and quorum-bugfixed, see | |
| # https://github.com/ethereum/web3.py/issues/898#issuecomment-396701172 |
| asn1crypto | |
| attrdict | |
| bcrypt | |
| certifi | |
| cffi | |
| chardet | |
| colorlog | |
| cryptography | |
| cytoolz | |
| eth-abi |
| /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
| /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
| /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
| // ordered concatenation of all 20 solidity contracts at | |
| // https://github.com/energywebfoundation/ew-origin/tree/master/contracts | |
| // on 2018 September 11th (Latest commit b724754 on Jul 31) | |
| /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |