Commit Graph
8169 Commits
Author SHA1 Message Date
Leo Arias f5fc808875 Add the tag for the command 2017-08-02 01:53:07 -06:00
Leo Arias af128b6c97 Add the command to install the stable solc snap
Now that v0.4.14 was released, all the changes in the snapcraft.yaml landed, the continuous delivery is configured both for edge and candidate snaps, and we have been testing the snap for a while, I have pushed it to the stable channel in the Ubuntu store.
2017-08-02 01:51:43 -06:00
chriseth 3aacfc7e35 Merge pull request #2682 from ethereum/delegatecall-newaccount
Provide new account gas for low-level callcode/delegatecall
2017-08-01 17:19:32 +02:00
chriseth f1ae38402e Merge pull request #2674 from ethereum/builtin-tests
Add more tests for keccak256/sha256/ripemd160
2017-08-01 16:46:15 +02:00
Alex Beregszaszi 39dba0efe8 Provide new account gas for low-level callcode/delegatecall 2017-08-01 14:00:17 +01:00
Alex Beregszaszi 7e07eb6eea Merge pull request #2677 from ethereum/barecall
Rename Bare to Barecall
2017-08-01 11:06:37 +01:00
Alex Beregszaszi 6d37f30d76 Rename Bare to Barecall 2017-08-01 10:47:10 +01:00
Alex Beregszaszi 6ea4b7fa37 Add test for tight packing keccak256/sha256/ripemd160 2017-08-01 02:11:17 +01:00
Alex Beregszaszi 990b7364f5 Add test for disallowed gas/value modifiers on builtins 2017-08-01 00:03:25 +01:00
chriseth 93f90eb292 Merge pull request #2670 from ethereum/release
Merge release back into develop
2017-07-31 17:59:35 +02:00
chriseth c9afbfe8da Merge pull request #2669 from ethereum/versionIncrement
Increment version to 0.4.15
2017-07-31 17:58:58 +02:00
chriseth 3d7fdba546 Increment version to 0.4.15 2017-07-31 17:57:21 +02:00
chriseth c2215d4605 Merge pull request #2667 from ethereum/develop
Merge develop into release in proparation for 0.4.14
v0.4.14
2017-07-31 16:14:46 +02:00
chriseth 2abfdb65c8 Merge pull request #2668 from ethereum/fixImportRelease
Fix import error check for release version.
2017-07-31 15:16:55 +02:00
chriseth b930ce5e2a Fix import error check for release version. 2017-07-31 14:55:54 +02:00
chriseth b063a37e70 Merge pull request #2666 from ethereum/releaseVersion
Release date for version 0.4.14.
2017-07-31 13:53:02 +02:00
chriseth 91e7fcaa59 Release date for version 0.4.14. 2017-07-31 12:05:59 +02:00
chriseth 223261893a Merge pull request #2658 from jamesray1/patch-8
Updated link for getter-functions for consistency in docs/contracts.rst
2017-07-31 11:41:23 +02:00
Alex Beregszaszi 6675148506 Merge pull request #2662 from ethereum/fixEcrecover2
Fix ecrecover memory clear
2017-07-28 16:19:05 +01:00
chriseth 6dba8cf0f4 Use keccak256 instead of sha3 2017-07-28 16:57:34 +02:00
chriseth 2cdb5c9e83 Changelog and bug list entry. 2017-07-28 15:33:00 +02:00
chriseth b74118ec57 Fix for invalid clearing of memory in ecrecover. 2017-07-28 15:32:42 +02:00
chriseth 368a8a62c1 Test case for invalid ecrecover call. 2017-07-28 15:32:42 +02:00
chriseth 7e40def689 Merge pull request #2478 from ethereum/fallback-dispatcher
Optimise the fallback dispatcher by removing a useless jump
2017-07-28 15:31:39 +02:00
James Ray bc8d7d4a5d Updated link for getter-functions 2017-07-28 11:30:53 +10:00
Alex Beregszaszi 7d37eba4ba Remove the need of jumping out of the fallback 2017-07-27 21:52:58 +01:00
Alex Beregszaszi d4e44ecb46 Disallow externalSignature for fallback functions 2017-07-27 21:52:58 +01:00
Alex Beregszaszi 9fc6eccc26 Add isFallback() helper 2017-07-27 21:52:57 +01:00
Alex Beregszaszi 53f747b7de Merge pull request #2635 from ethereum/fixCrashOnAssignmentToNonLValue
Fix crash on assignment to non-LValue
2017-07-27 13:59:22 +01:00
chriseth 517a366404 Merge pull request #2652 from ethereum/fixMultiModifier
Re-allow multiple modifiers per function.
2017-07-27 14:20:18 +02:00
chriseth 1caa14b071 Merge pull request #2651 from ethereum/asm-optimiser
Introduce fine-grained optimiser settings in libevmasm
2017-07-27 14:06:36 +02:00
chriseth d78f94f0dd Changelog entry. 2017-07-27 14:00:59 +02:00
chriseth 7c7c2baa82 Re-allow multiple modifiers per function. 2017-07-27 13:45:39 +02:00
Alex Beregszaszi f9d5f7e497 Introduce fine-grained optimiser settings in libevmasm 2017-07-27 12:40:28 +01:00
chriseth fd9d953919 Merge pull request #2641 from elopio/patch-1
Update the snap metadata to allow stable releases
2017-07-27 12:33:11 +02:00
chriseth f18b26cf14 Merge pull request #2640 from elopio/patch-2
Add the install instructions from the edge snap
2017-07-27 12:32:58 +02:00
chriseth 5cbf5f216f Merge pull request #2629 from hcaw/patch-1
Link to Ethereum Studio removed - project has been discontinued
2017-07-27 12:30:01 +02:00
Alex Beregszaszi 89fadd6935 Merge pull request #2645 from ethereum/asserts
Use solAssert where possible
2017-07-27 11:12:30 +01:00
chriseth 07e0a7e090 Merge pull request #2649 from nathanph/patch-1
Fix typo in contracts.rst
2017-07-27 11:48:38 +02:00
chriseth 16977bab7d Merge pull request #2650 from ethereum/metadata-test-fix
Fix metadata tests
2017-07-27 11:48:08 +02:00
Yoichi Hirai a20e5fc048 Merge pull request #2636 from ethereum/docs-random
Random documentation fixes
2017-07-27 11:30:12 +02:00
Yoichi Hirai 241322e805 Merge pull request #2642 from ethereum/test-split-asm
Split off libevmasm specific optimiser tests
2017-07-27 11:29:33 +02:00
Yoichi Hirai 85b338a019 Merge pull request #2643 from ethereum/compilerstack
Reorder CompilerStack to be in logical order
2017-07-27 11:28:08 +02:00
Alex Beregszaszi ca28ce7d7b Fix metadata tests 2017-07-27 10:26:57 +01:00
Yoichi Hirai b68591c468 Merge pull request #2644 from ethereum/toodeep
Report location on stack too deep if possible
2017-07-27 11:21:07 +02:00
Yoichi Hirai 772de8c4d9 Merge pull request #2646 from ethereum/standardcompiler
Clean up error catching in StandardCompiler
2017-07-27 11:20:17 +02:00
chriseth 1298a8df14 Merge pull request #2566 from ethereum/metadata-only-relevant
Metadata: only include relevant files in the source list
2017-07-27 11:07:15 +02:00
chriseth 31449c9834 Closing parenthesis 2017-07-27 11:03:06 +02:00
Nathan Hernandez 99b6411853 Fix typo in contracts.rst
Changed `internall` to `internally`.
2017-07-27 01:46:53 -04:00
Alex Beregszaszi 16ca1eea78 Merge pull request #2647 from skiral/patch-1
fix misspell
2017-07-27 00:46:43 +01:00