Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill the right eth process in tests | chriseth | 2017-02-14 | 1 | -3/+4 |
| | |||||
* | Fix test expressions. | chriseth | 2017-02-13 | 1 | -11/+16 |
| | |||||
* | Fail if docker deploy failed. | chriseth | 2017-02-13 | 1 | -0/+2 |
| | |||||
* | Check for tag in travis. | chriseth | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | clarify branches for docker to push on and clarify where to find cmakelists.txt | RJ Catalano | 2017-02-10 | 1 | -4/+3 |
| | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | minor fixups | RJ Catalano | 2017-02-10 | 2 | -2/+2 |
| | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | defeat race condition | RJ Catalano | 2017-02-10 | 1 | -2/+2 |
| | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | create automated docker deployment | RJ Catalano | 2017-02-10 | 2 | -9/+30 |
| | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | reorganize deps installation | RJ Catalano | 2017-02-10 | 1 | -20/+17 |
| | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | Include --show-progress in soltest | Alex Beregszaszi | 2017-02-09 | 1 | -2/+2 |
| | |||||
* | Ensure that all commands succed and move back to root | Alex Beregszaszi | 2017-02-09 | 1 | -6/+12 |
| | |||||
* | Fix tests on mac (wc produces whitespace) | Alex Beregszaszi | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | implement a build script | RJ Catalano | 2017-02-03 | 1 | -0/+17 |
| | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | Merge pull request #1594 from ethereum/fixStdToken | chriseth | 2017-01-31 | 1 | -0/+4 |
|\ | | | | | Make standard token compileable. | ||||
| * | Test that all constructible std contracts produce bytecode. | chriseth | 2017-01-21 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #1608 from LefterisJP/archlinux_add_ethereum_git | chriseth | 2017-01-27 | 1 | -0/+2 |
|\ \ | | | | | | | Add ethereum-git to archlinux dependencies | ||||
| * | | Add ethereum-git to archlinux dependencies | Lefteris Karapetsas | 2017-01-26 | 1 | -0/+2 |
| |/ | | | | | | | It's needed for testing, since we need to have the `eth` client installed | ||||
* / | Tests for library checksums. | chriseth | 2017-01-25 | 1 | -14/+2 |
|/ | |||||
* | Travis CI: Install latest CMake | Paweł Bylica | 2017-01-12 | 1 | -0/+37 |
| | |||||
* | Replace `` by $(). | chriseth | 2017-01-09 | 1 | -4/+3 |
| | |||||
* | Create source tarballs for releases. | chriseth | 2017-01-04 | 1 | -0/+35 |
| | |||||
* | Merge pull request #1357 from federicobond/remove-sierra-note | chriseth | 2016-12-12 | 1 | -6/+0 |
|\ | | | | | Remove macOS Sierra note from install_deps.sh | ||||
| * | Remove macOS Sierra note from install_deps.sh | Federico Bond | 2016-11-11 | 1 | -6/+0 |
| | | |||||
* | | Cleanup and fix scripts/isolate_tests.py | Federico Bond | 2016-12-07 | 1 | -16/+36 |
| | | |||||
* | | Rename isolateTests.py script to isolate_tests.py | Federico Bond | 2016-12-07 | 1 | -0/+0 |
| | | |||||
* | | Merge pull request #1342 from ethereum/emscripten-codesize | chriseth | 2016-11-26 | 1 | -0/+4 |
|\ \ | | | | | | | Emscripten code size improvements [WIP TEST] | ||||
| * | | Add optimisation flags for Emscripten | Alex Beregszaszi | 2016-11-09 | 1 | -2/+2 |
| | | | |||||
| * | | Display emscripten output size | Alex Beregszaszi | 2016-11-09 | 1 | -0/+4 |
| |/ | |||||
* | | Alpine base docker file. | chriseth | 2016-11-25 | 1 | -0/+12 |
| | | |||||
* | | Enable the optimizer for test runs. | chriseth | 2016-11-23 | 1 | -2/+7 |
| | | |||||
* | | Update tests.sh | chriseth | 2016-11-15 | 1 | -0/+1 |
| | | |||||
* | | Add tests for the std files. | chriseth | 2016-11-12 | 1 | -2/+15 |
|/ | |||||
* | Fetch jsoncpp tarball during ppa release. | chriseth | 2016-11-08 | 1 | -0/+4 |
| | |||||
* | Drop CryptoPP leftovers | Paweł Bylica | 2016-11-08 | 3 | -16/+0 |
| | | | | Especially, do not compile CryptoPP for Emscripten. | ||||
* | Build jsoncpp from source using jsoncpp.cmake script | Paweł Bylica | 2016-10-21 | 4 | -43/+4 |
| | |||||
* | Simplify publish script | Alex Beregszaszi | 2016-10-15 | 1 | -2/+4 |
| | |||||
* | Change solc-bin publish script to support npm | Alex Beregszaszi | 2016-10-15 | 1 | -1/+8 |
| | |||||
* | Merge pull request #1196 from ethereum/solc-bin-publish-update | chriseth | 2016-10-14 | 1 | -4/+2 |
|\ | | | | | solc-bin publish script should let the update script decide which files changed | ||||
| * | Make "-a" more visible. | chriseth | 2016-10-12 | 1 | -1/+1 |
| | | |||||
| * | solc-bin publish script should let the update script decide which files changed | Alex Beregszaszi | 2016-10-11 | 1 | -4/+2 |
| | | |||||
* | | Merge pull request #1126 from ethereum/isolateTests | chriseth | 2016-10-12 | 1 | -0/+24 |
|\ \ | |/ |/| | Add script to extract test cases. | ||||
| * | Extend comment. | chriseth | 2016-10-11 | 1 | -1/+2 |
| | | |||||
| * | Add script to extract test cases. | chriseth | 2016-09-30 | 1 | -0/+23 |
| | | |||||
* | | Fix deploy script. | chriseth | 2016-10-05 | 1 | -2/+3 |
| | | |||||
* | | Update publish_binary.sh | chriseth | 2016-10-01 | 1 | -1/+1 |
| | | |||||
* | | Use "develop" for debian version name. | chriseth | 2016-09-18 | 1 | -1/+1 |
| | | |||||
* | | Do not create prerelease build for release branch. | chriseth | 2016-09-18 | 1 | -1/+6 |
| | | |||||
* | | Also publish from release branch. | chriseth | 2016-09-18 | 1 | -9/+25 |
| | | |||||
* | | Fix problem that caused multiple binaries per day. | chriseth | 2016-09-18 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1097 from ethereum/forceeight | chriseth | 2016-09-17 | 2 | -2/+2 |
|\ | | | | | Force commit hash to 8 digits. | ||||
| * | Force commit hash to 8 digits. | chriseth | 2016-09-15 | 2 | -2/+2 |
| | | |||||
* | | Add warning for CentOS dependencies | Lefteris Karapetsas | 2016-09-15 | 1 | -26/+32 |
| | | |||||
* | | Add Centos to install_deps.sh | Lefteris Karapetsas | 2016-09-12 | 1 | -0/+41 |
|/ | | | | | | Added steps to otain solidity dependencies in CentOS. Tested those steps on a CentOS 6.8 machine, but the instructions are from memory. May need some tweaking. | ||||
* | Remove leading zeroes in prerelease components. | chriseth | 2016-09-09 | 3 | -3/+6 |
| | |||||
* | Store emscripten binaries usig new naming scheme. | chriseth | 2016-09-09 | 1 | -3/+3 |
| | |||||
* | Added missing "stop on error" to scripts/install.sh. | Bob Summerwill | 2016-09-07 | 1 | -0/+2 |
| | |||||
* | Merge pull request #975 from blockchaindev/bug/674-solc-crash | chriseth | 2016-09-01 | 1 | -16/+6 |
|\ | | | | | solc crashes without 'export LC_ALL=C' | ||||
| * | Fixed a bug causing solc to crash on startup due to invalid environment ↵ | Christopher Gilbert | 2016-08-30 | 1 | -16/+6 |
| | | | | | | | | settings for locale | ||||
* | | soltest on windows | Dimitry | 2016-08-31 | 2 | -0/+77 |
| | | |||||
* | | Merge pull request #947 from winsvega/soltest | winsvega | 2016-08-31 | 1 | -1/+1 |
|\ \ | |/ |/| | rename --ipc to --ipcpath | ||||
| * | rename --ipc to --ipcpath | Dimitry | 2016-08-29 | 1 | -1/+1 |
| | | |||||
* | | Store commit hash and handle prerelease vor all automation tools. | chriseth | 2016-08-26 | 2 | -2/+3 |
|/ | |||||
* | Use the new update script. | chriseth | 2016-08-23 | 1 | -1/+1 |
| | |||||
* | update comments | rain | 2016-08-17 | 1 | -9/+2 |
| | |||||
* | don't force upgrade on alpine linux install | rain | 2016-08-17 | 1 | -1/+0 |
| | |||||
* | replace bash with sh | rain | 2016-08-17 | 1 | -2/+2 |
| | | | | sh is portable across POSIX systems | ||||
* | correct detection string for Alpine | rain | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | fall back to os-release if lsb_release not present | rain | 2016-08-17 | 1 | -1/+8 |
| | |||||
* | separate function for determining linux distro | rain | 2016-08-17 | 1 | -1/+6 |
| | |||||
* | Move custom test options to after -- | chriseth | 2016-08-12 | 1 | -1/+1 |
| | |||||
* | Enable publishing again. | chriseth | 2016-08-12 | 1 | -4/+0 |
| | |||||
* | Debug publishing. | chriseth | 2016-08-12 | 1 | -10/+5 |
| | |||||
* | Debug publishing. | chriseth | 2016-08-11 | 1 | -0/+10 |
| | |||||
* | Fix the publishing script to not publish multiple times per day. | chriseth | 2016-08-11 | 1 | -16/+16 |
| | |||||
* | Re-add the ZIP release flow for Solidity. | Bob Summerwill | 2016-08-11 | 2 | -4/+3 |
| | | | | | | It is all within conditionals such that it only works for 'release'. Just want to start on getting it re-enabled. Also disabled the Appveyor cache, because it is unreliable. | ||||
* | Merge pull request #859 from chriseth/fixppa | chriseth | 2016-08-11 | 1 | -3/+6 |
|\ | | | | | Fix ppa script | ||||
| * | Fix ppa script. | chriseth | 2016-08-11 | 1 | -3/+6 |
| | | |||||
* | | Merge pull request #848 from bobsummerwill/alpine_linux_install_deps | Bob Summerwill | 2016-08-10 | 1 | -6/+8 |
|\ \ | |/ |/| | Blind attempt at adding Alpine Linux support to release.sh | ||||
| * | Adding Alpine Linux support to release.sh | Bob Summerwill | 2016-08-09 | 1 | -6/+8 |
| | | | | | | | | Thanks for @rainbean and @VoR0220. | ||||
* | | Make aware of branches and only create source tarball once. | chriseth | 2016-08-10 | 1 | -11/+38 |
| | | |||||
* | | Correct jsoncpp versions. | chriseth | 2016-08-10 | 1 | -3/+3 |
| | | |||||
* | | Do not compile sphinx docs for now, so we get to a workable state. | chriseth | 2016-08-10 | 1 | -5/+4 |
| | | |||||
* | | PPA release script, still work in progress. | chriseth | 2016-08-10 | 1 | -0/+212 |
| | | |||||
* | | Rename libevmasm. | chriseth | 2016-08-10 | 1 | -1/+1 |
|/ | |||||
* | Correct library usage. | chriseth | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #803 from bobsummerwill/ipc_flag | chriseth | 2016-08-05 | 1 | -10/+2 |
|\ | | | | | Switch to simpler --ipc parameterization for softest | ||||
| * | Switch to simpler --ipc parameterization for softest. | Bob Summerwill | 2016-08-05 | 1 | -10/+2 |
| | | | | | | | | This is now possible on macOS after winsvega's fix. | ||||
* | | Change deploy key. | chriseth | 2016-08-03 | 1 | -0/+0 |
|/ | |||||
* | Install dependencies for docs. | chriseth | 2016-08-02 | 1 | -0/+2 |
| | |||||
* | Fix docs script. | chriseth | 2016-08-02 | 1 | -5/+4 |
| | |||||
* | Do not explicitly specify emscripten compiler. | chriseth | 2016-08-02 | 1 | -3/+1 |
| | |||||
* | Make docs script executable. | chriseth | 2016-08-02 | 1 | -0/+0 |
| | |||||
* | Show ubuntu version in error. | chriseth | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | Parallel builds for emscripten and docs. | chriseth | 2016-08-02 | 1 | -3/+3 |
| | |||||
* | Constraint Emscripten publish step to Ubuntu runs. | Bob Summerwill | 2016-08-02 | 1 | -0/+33 |
| | | | | | More detailed comments for public step and for unit-test retry logic. Reordered caching steps alphabetically. | ||||
* | Build emscripten in build-emscripten to separate cache. | chriseth | 2016-08-02 | 1 | -4/+3 |
| | |||||
* | Fix emscripten build. | chriseth | 2016-08-01 | 3 | -11/+7 |
| | |||||
* | Run the tests only three times. | chriseth | 2016-08-01 | 1 | -2/+6 |
| | |||||
* | Make the Solidity repository standalone. | Bob Summerwill | 2016-08-01 | 12 | -0/+996 |
This commit is the culmination of several months of work to decouple Solidity from the webthree-umbrella so that it can be developed in parallel with cpp-ethereum (the Ethereum C++ runtime) and so that even for the Solidity unit-tests there is no hard-dependency onto the C++ runtime. The Tests-over-IPC refactoring was a major step in the same process which was already committed. This commit contains the following changes: - A subset of the CMake functionality in webthree-helpers was extracted and tailored for Solidity into ./cmake. Further cleanup is certainly possible. - A subset of the libdevcore functionality in libweb3core was extracted and tailored for Solidity into ./libdevcore. Further cleanup is certainly possible - The gas price constants in EVMSchedule were orphaned into libevmasm. - Some other refactorings and cleanups were made to sever unnecessary EVM dependencies in the Solidity unit-tests. - TravisCI and Appveyor support was added, covering builds and running of the unit-tests (Linux and macOS only for now) - A bug-fix was made to get the Tests-over-IPC running on macOS. - There are still reliability issues in the unit-tests, which need immediate attention. The Travis build has been flipped to run the unit-tests 5 times, to try to flush these out. - The Emscripten automation which was previously in webthree-umbrella was merged into the TravisCI automation here. - The development ZIP deployment step has been commented out, but we will want to read that ONLY for release branch. Further iteration on these changes will definitely be needed, but I feel these have got to sufficient maturity than holding them back further isn't winning us anything. It is go time :-) |