| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/abigen: support for reading solc output from stdin (#16683) | Antonio Salazar Cardozo | 2018-06-05 | 1 | -4/+24 |
* | common/compiler: remove "--add-std" arg, deprecated in solidity 0.4.21 | Jeffery Robert Walsh | 2018-03-09 | 1 | -1/+0 |
* | common/compiler: add metadata output for solc > 0.4.6 | Steve Waldman | 2017-03-16 | 2 | -76/+56 |
* | cmd,eth,les,internal: remove natspec support | Bas van Kervel | 2017-01-17 | 1 | -2/+2 |
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 1 | -1/+1 |
* | common/compiler: remove workaround for solc 0.3.5 stdin bug (#3522) | Felix Lange | 2017-01-06 | 2 | -36/+22 |
* | common/compiler: simplify solc wrapper | Felix Lange | 2016-08-17 | 2 | -165/+132 |
* | common/compiler: support relative path to solc | Rémy Roy | 2016-05-25 | 1 | -1/+0 |
* | all: fix go vet warnings | Felix Lange | 2016-04-15 | 1 | -1/+1 |
* | common/compiler: fix path problem with filepath.Glob on Windows | Rémy Roy | 2016-03-08 | 1 | -1/+1 |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -1/+1 |
* | new solc api: | zelig | 2015-09-15 | 2 | -14/+14 |
* | Solidity Compiler - solc new API | zelig | 2015-09-12 | 2 | -23/+49 |
* | common/compiler: fix #1598, expose solidity errors | Péter Szilágyi | 2015-08-26 | 1 | -58/+46 |
* | common/compiler, common/docserver, jsre: fix tests on windows | Felix Lange | 2015-08-06 | 1 | -2/+3 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 2 | -2/+2 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 2 | -8/+8 |
* | all: update license information | Felix Lange | 2015-07-07 | 2 | -0/+32 |
* | Registrar and contractInfo handling | zelig | 2015-07-07 | 2 | -10/+6 |
* | skip sol on new compiler | obscuren | 2015-06-09 | 1 | -2/+2 |
* | compile solidity contracts with std library | Marek Kotewicz | 2015-05-25 | 1 | -0/+2 |
* | multiple contract source for solidity compiler: returns contract array if mul... | zelig | 2015-05-20 | 2 | -58/+65 |
* | remove solc flair | zelig | 2015-05-20 | 1 | -1/+2 |
* | fix solc tests unskip | zelig | 2015-05-20 | 2 | -14/+18 |
* | Merge pull request #933 from bas-vk/issue928 | Jeffrey Wilcke | 2015-05-12 | 1 | -5/+4 |
|\ |
|
| * | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 1 | -5/+4 |
* | | sol: skipped source checking step | obscuren | 2015-05-12 | 1 | -3/+5 |
|/ |
|
* | compiler, cli/js: fix solidity compiler tests failing when a different versio... | zelig | 2015-05-12 | 2 | -3/+9 |
* | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 2 | -0/+276 |