aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Change windows CI to use the same bytecode directory as linux.chriseth2017-06-151-3/+3
* Use actual hash.chriseth2017-05-291-1/+1
* Use HEAD for report directory namechriseth2017-05-241-8/+4
* Move COMMIT_DATEAlex Beregszaszi2017-05-241-2/+4
* Make bytecode upload more robust and use date for directory name.chriseth2017-05-201-5/+14
* Remove wily and add zesty.chriseth2017-05-051-1/+1
* Do not run IPC tests on windows.chriseth2017-04-262-77/+0
* Update shasum to new eth version.chriseth2017-04-251-1/+1
* Install eth (including dependencies).chriseth2017-04-252-0/+10
* Use fixed binary for eth.chriseth2017-04-251-1/+4
* Fix test script.chriseth2017-04-251-1/+1
* Do not install eth from PPA for CI.chriseth2017-04-251-8/+0
* Run tests in docker only on TravisAlex Beregszaszi2017-04-251-0/+2
* Test using eth from docker.chriseth2017-04-251-1/+2
* Merge pull request #2128 from ethereum/bytecodeNoPullYoichi Hirai2017-04-181-15/+18
|\
| * Run bytecode upload only if encrypted variables are available.chriseth2017-04-181-15/+18
* | Create and update bugs by version list.chriseth2017-04-121-0/+43
|/
* Also generate optimized code.chriseth2017-03-232-23/+30
* Create bytecode for all tests and push to remote repo.chriseth2017-03-234-0/+159
* Isolate test cases from all tests and store under hash.chriseth2017-03-231-12/+12
* Use "nightly" version string for all CI built binaries.chriseth2017-03-232-7/+1
* Merge pull request #1796 from ethereum/publishalpinestaticAlex Beregszaszi2017-03-204-3/+14
|\
| * Rename solc binary.chriseth2017-03-201-1/+1
| * Move docker build to its own script.chriseth2017-03-171-0/+8
| * Publish soljson and alpine static build on github release page.chriseth2017-03-173-3/+6
* | Fixes spacing around condition.chriseth2017-03-201-2/+2
* | Specify docker entry point and only run release on tags.chriseth2017-03-172-4/+4
|/
* Merge pull request #1779 from ethereum/moretestsAlex Beregszaszi2017-03-161-2/+6
|\
| * Correctly find contracts with other delimiters.chriseth2017-03-151-2/+6
* | Merge branch 'release' into developchriseth2017-03-161-1/+1
|\ \ | |/ |/|
| * Merge pull request #1622 from ethereum/developchriseth2017-02-012-13/+7
| |\
| * \ Merge pull request #1561 from ethereum/developchriseth2017-01-132-0/+71
| |\ \
| * \ \ Merge remote-tracking branch 'origin/develop' into releasechriseth2016-12-156-32/+67
| |\ \ \
* | | | | Script for filtering unique failures.chriseth2017-02-251-0/+14
* | | | | Kill the right eth process in testschriseth2017-02-141-3/+4
* | | | | Fix test expressions.chriseth2017-02-131-11/+16
* | | | | Fail if docker deploy failed.chriseth2017-02-131-0/+2
* | | | | Check for tag in travis.chriseth2017-02-101-2/+2
* | | | | clarify branches for docker to push on and clarify where to find cmakelists.txtRJ Catalano2017-02-101-4/+3
* | | | | minor fixupsRJ Catalano2017-02-102-2/+2
* | | | | defeat race conditionRJ Catalano2017-02-101-2/+2
* | | | | create automated docker deploymentRJ Catalano2017-02-102-9/+30
* | | | | reorganize deps installationRJ Catalano2017-02-101-20/+17
* | | | | Include --show-progress in soltestAlex Beregszaszi2017-02-091-2/+2
* | | | | Ensure that all commands succed and move back to rootAlex Beregszaszi2017-02-091-6/+12
* | | | | Fix tests on mac (wc produces whitespace)Alex Beregszaszi2017-02-081-1/+1
* | | | | implement a build scriptRJ Catalano2017-02-031-0/+17
| |_|_|/ |/| | |
* | | | Merge pull request #1594 from ethereum/fixStdTokenchriseth2017-01-311-0/+4
|\ \ \ \
| * | | | Test that all constructible std contracts produce bytecode.chriseth2017-01-211-0/+4
| | |_|/ | |/| |
* | | | Merge pull request #1608 from LefterisJP/archlinux_add_ethereum_gitchriseth2017-01-271-0/+2
|\ \ \ \
| * | | | Add ethereum-git to archlinux dependenciesLefteris Karapetsas2017-01-261-0/+2
| |/ / /
* / / / Tests for library checksums.chriseth2017-01-251-14/+2
|/ / /
* | | Travis CI: Install latest CMakePaweł Bylica2017-01-121-0/+37
* | | Replace `` by $().chriseth2017-01-091-4/+3
* | | Create source tarballs for releases.chriseth2017-01-041-0/+35
| |/ |/|
* | Merge pull request #1357 from federicobond/remove-sierra-notechriseth2016-12-121-6/+0
|\ \
| * | Remove macOS Sierra note from install_deps.shFederico Bond2016-11-111-6/+0
* | | Cleanup and fix scripts/isolate_tests.pyFederico Bond2016-12-071-16/+36
* | | Rename isolateTests.py script to isolate_tests.pyFederico Bond2016-12-071-0/+0
* | | Merge pull request #1342 from ethereum/emscripten-codesizechriseth2016-11-261-0/+4
|\ \ \
| * | | Add optimisation flags for EmscriptenAlex Beregszaszi2016-11-091-2/+2
| * | | Display emscripten output sizeAlex Beregszaszi2016-11-091-0/+4
| |/ /
* | | Alpine base docker file.chriseth2016-11-251-0/+12
* | | Enable the optimizer for test runs.chriseth2016-11-231-2/+7
| |/ |/|
* | Update tests.shchriseth2016-11-151-0/+1
* | Add tests for the std files.chriseth2016-11-121-2/+15
|/
* Fetch jsoncpp tarball during ppa release.chriseth2016-11-081-0/+4
* Drop CryptoPP leftoversPaweł Bylica2016-11-083-16/+0
* Build jsoncpp from source using jsoncpp.cmake scriptPaweł Bylica2016-10-214-43/+4
* Simplify publish scriptAlex Beregszaszi2016-10-151-2/+4
* Change solc-bin publish script to support npmAlex Beregszaszi2016-10-151-1/+8
* Merge pull request #1196 from ethereum/solc-bin-publish-updatechriseth2016-10-141-4/+2
|\
| * Make "-a" more visible.chriseth2016-10-121-1/+1
| * solc-bin publish script should let the update script decide which files changedAlex Beregszaszi2016-10-111-4/+2
* | Merge pull request #1126 from ethereum/isolateTestschriseth2016-10-121-0/+24
|\ \ | |/ |/|
| * Extend comment.chriseth2016-10-111-1/+2
| * Add script to extract test cases.chriseth2016-09-301-0/+23
* | Fix deploy script.chriseth2016-10-051-2/+3
* | Update publish_binary.shchriseth2016-10-011-1/+1
* | Use "develop" for debian version name.chriseth2016-09-181-1/+1
* | Do not create prerelease build for release branch.chriseth2016-09-181-1/+6
* | Also publish from release branch.chriseth2016-09-181-9/+25
* | Fix problem that caused multiple binaries per day.chriseth2016-09-181-1/+1
|/
* Merge pull request #1097 from ethereum/forceeightchriseth2016-09-172-2/+2
|\
| * Force commit hash to 8 digits.chriseth2016-09-152-2/+2
* | Add warning for CentOS dependenciesLefteris Karapetsas2016-09-151-26/+32
* | Add Centos to install_deps.shLefteris Karapetsas2016-09-121-0/+41
|/
* Remove leading zeroes in prerelease components.chriseth2016-09-093-3/+6
* Store emscripten binaries usig new naming scheme.chriseth2016-09-091-3/+3
* Added missing "stop on error" to scripts/install.sh.Bob Summerwill2016-09-071-0/+2
* Merge pull request #975 from blockchaindev/bug/674-solc-crashchriseth2016-09-011-16/+6
|\
| * Fixed a bug causing solc to crash on startup due to invalid environment setti...Christopher Gilbert2016-08-301-16/+6
* | soltest on windowsDimitry2016-08-312-0/+77
* | Merge pull request #947 from winsvega/soltestwinsvega2016-08-311-1/+1
|\ \ | |/ |/|
| * rename --ipc to --ipcpathDimitry2016-08-291-1/+1
* | Store commit hash and handle prerelease vor all automation tools.chriseth2016-08-262-2/+3
|/
* Use the new update script.chriseth2016-08-231-1/+1
* update commentsrain2016-08-171-9/+2
* don't force upgrade on alpine linux installrain2016-08-171-1/+0
* replace bash with shrain2016-08-171-2/+2
* correct detection string for Alpinerain2016-08-171-1/+1
* fall back to os-release if lsb_release not presentrain2016-08-171-1/+8
* separate function for determining linux distrorain2016-08-171-1/+6
* Move custom test options to after --chriseth2016-08-121-1/+1
* Enable publishing again.chriseth2016-08-121-4/+0
* Debug publishing.chriseth2016-08-121-10/+5
* Debug publishing.chriseth2016-08-111-0/+10
* Fix the publishing script to not publish multiple times per day.chriseth2016-08-111-16/+16
* Re-add the ZIP release flow for Solidity.Bob Summerwill2016-08-112-4/+3
* Merge pull request #859 from chriseth/fixppachriseth2016-08-111-3/+6
|\
| * Fix ppa script.chriseth2016-08-111-3/+6
* | Merge pull request #848 from bobsummerwill/alpine_linux_install_depsBob Summerwill2016-08-101-6/+8
|\ \ | |/ |/|
| * Adding Alpine Linux support to release.shBob Summerwill2016-08-091-6/+8
* | Make aware of branches and only create source tarball once.chriseth2016-08-101-11/+38
* | Correct jsoncpp versions.chriseth2016-08-101-3/+3
* | Do not compile sphinx docs for now, so we get to a workable state.chriseth2016-08-101-5/+4
* | PPA release script, still work in progress.chriseth2016-08-101-0/+212
* | Rename libevmasm.chriseth2016-08-101-1/+1
|/
* Correct library usage.chriseth2016-08-081-1/+1
* Merge pull request #803 from bobsummerwill/ipc_flagchriseth2016-08-051-10/+2
|\
| * Switch to simpler --ipc parameterization for softest.Bob Summerwill2016-08-051-10/+2
* | Change deploy key.chriseth2016-08-031-0/+0
|/
* Install dependencies for docs.chriseth2016-08-021-0/+2
* Fix docs script.chriseth2016-08-021-5/+4
* Do not explicitly specify emscripten compiler.chriseth2016-08-021-3/+1
* Make docs script executable.chriseth2016-08-021-0/+0
* Show ubuntu version in error.chriseth2016-08-021-1/+1
* Parallel builds for emscripten and docs.chriseth2016-08-021-3/+3
* Constraint Emscripten publish step to Ubuntu runs.Bob Summerwill2016-08-021-0/+33
* Build emscripten in build-emscripten to separate cache.chriseth2016-08-021-4/+3
* Fix emscripten build.chriseth2016-08-013-11/+7
* Run the tests only three times.chriseth2016-08-011-2/+6
* Make the Solidity repository standalone.Bob Summerwill2016-08-0112-0/+996