Commit Graph
16675 Commits
Author SHA1 Message Date
Leonardo Alt 1ab6ad79d8 Update test expectation 2020-05-18 16:59:31 +02:00
Leonardo Alt 2435ab938c Add verification target for empty pop 2020-05-18 16:35:56 +02:00
Leonardo Alt d4d26c02e4 Assume that push will not overflow 2020-05-18 16:35:56 +02:00
Leonardo Alt 82db35e563 [SMTChecker] Support array push/pop 2020-05-18 16:33:34 +02:00
Harikrishnan Mulackal 142a6b0d4f Merge pull request #8957 from ethereum/bug-blockdeduplicator
Fixed a bug in BlockDeDuplicator
2020-05-18 14:57:26 +05:30
Harikrishnan Mulackal 4f24a4a735 Merge pull request #8964 from ethereum/ids_fix
Fix typo in correct error ids script
2020-05-18 13:39:38 +05:30
Kamil Śliwak a8ca8f75ff Merge branch 'sol-yul-refactor-irnames' into develop 2020-05-18 09:52:39 +02:00
Harikrishnan Mulackal 4a291f8551 Changelog and test 2020-05-18 12:36:01 +05:30
Harikrishnan Mulackal a9fa9429d5 Fixed bug in BlockDeDuplicator 2020-05-18 11:39:45 +05:30
Leonardo Alt c6742e3752 Fix typo in correct error ids script 2020-05-17 23:24:31 +02:00
Kamil Śliwak 465e4d4088 Extract more functions for generating function and variable names into IRNames 2020-05-15 14:51:00 +02:00
Leonardo 77796d0349 Merge pull request #8848 from ethereum/smt_array_length_tuple
[SMTChecker] Support array length
2020-05-15 13:34:45 +02:00
Leonardo Alt 07bb1952a7 Test updates 2020-05-14 23:32:30 +02:00
Leonardo Alt a0c605aa85 [SMTChecker] Support array length 2020-05-14 23:32:29 +02:00
chriseth 7be4744341 Merge pull request #8953 from ethereum/missingEmscriptenChangelog
Add missing Changelog entry about soljson.js build changes.
2020-05-14 22:40:05 +02:00
Daniel Kirchner e5da635c0c Add missing Changelog entry about soljson.js build changes. 2020-05-14 21:38:43 +02:00
chriseth f1af29f149 Merge pull request #8948 from ethereum/sol-yul-refactor-move-name-functions-from-context-to-common
[Sol->Yul] Move name functions from IR context to the new `Common` module (refactor)
2020-05-14 20:48:56 +02:00
Kamil Śliwak 7af7273b60 Move static functions for constructing names from IRGenerationContext into the new Common module 2020-05-14 19:48:00 +02:00
chriseth 2d66b33320 Merge pull request #8909 from ethereum/emscriptenDockerImage
Add and use docker image for Emscripten builds.
2020-05-14 19:12:40 +02:00
chriseth 2d1e7d9504 Merge pull request #8931 from random-internet-cat/lazy-init
Add LazyInit
2020-05-14 18:54:19 +02:00
chriseth 7ef114db9a Merge pull request #8841 from ethereum/sol_yul_ripemd160_ecrecover
[Sol - Yul] Add support for ripemd160 & ecrecover.
2020-05-14 18:43:55 +02:00
chriseth 6e9d20a38d Merge pull request #8944 from ethereum/disable-z3-ossfuzz
Disable Z3 in fuzzer builds
2020-05-14 18:42:25 +02:00
Bhargava Shastry c6e2decc3f Disable Z3 in fuzzer builds 2020-05-14 18:36:11 +02:00
Daniel Kirchner 8fe27ac4b4 Add Dockerfile for an Emscripten build environment and use it for CI runs. 2020-05-14 18:14:47 +02:00
Alexander Arlt 91e9d54c71 [Sol - Yul] Add support for ripemd160 & ecrecover. 2020-05-14 10:44:39 -05:00
Jason Cobb a093962115 Add tests 2020-05-14 11:27:56 -04:00
Jason Cobb 26406e40d0 Add empty LazyInit test suite 2020-05-14 10:49:31 -04:00
Jason Cobb 648bb3aac7 Update documentation of LazyInit 2020-05-14 10:45:31 -04:00
Jason Cobb 9d8ee5cc8f Remove unused assertInitialized from LazyInit 2020-05-14 10:42:19 -04:00
Jason Cobb a392d5d63a Remove misleading comment from LazyInit 2020-05-14 10:42:00 -04:00
Jason Cobb eae31559be Use LazyInit for CompilerStack::Contract members 2020-05-14 10:39:53 -04:00
Jason Cobb 24dfa89ee7 Use LazyInit for cached contract compilations 2020-05-14 10:36:58 -04:00
chriseth b71a3f1f1d Merge pull request #8939 from ethereum/updateZ3
Update z3 to version 4.8.8.
2020-05-14 16:36:49 +02:00
Jason Cobb cffd1eaff1 Use LazyInit for ContractDefinition::m_interfaceFunctionList 2020-05-14 10:32:01 -04:00
Jason Cobb 413fa92cee Use LazyInit for ContractDefinition::m_interfaceEvents 2020-05-14 10:29:29 -04:00
Jason Cobb 0e26700f65 Use LazyInit for MemberList::m_storageOffsets 2020-05-14 10:29:26 -04:00
chriseth 33d8d83820 Merge pull request #8940 from ethereum/release
Merge release back into develop.
2020-05-14 16:20:57 +02:00
chriseth 9aa50fe5c3 Merge pull request #8938 from ethereum/setversionto069
Set version to 0.6.9.
2020-05-14 16:20:38 +02:00
Jason Cobb 197f6bf3c8 Add implementation of LazyInit 2020-05-14 10:17:58 -04:00
Daniel Kirchner af87d39bd6 Update osx deps script. 2020-05-14 14:53:38 +02:00
chriseth 61c746a575 Merge pull request #8873 from ethereum/picosha2
Update picosha2 from upstream
2020-05-14 14:33:56 +02:00
chriseth 1b86f27002 Merge pull request #8935 from ethereum/moveScopesIntoResolver
Move scopes into resolver.
2020-05-14 14:20:58 +02:00
Daniel Kirchner 0303902173 Update smt test expectations. 2020-05-14 14:12:01 +02:00
Daniel Kirchner b56536aeb2 Update Docker images. 2020-05-14 14:12:01 +02:00
Daniel Kirchner a7f6a4bee6 Update PPA scripts. 2020-05-14 14:12:01 +02:00
chriseth 79e62f6600 Set version to 0.6.9. 2020-05-14 13:58:00 +02:00
chriseth 53bec48d36 Merge pull request #8937 from mijovic/sol2YulNewByteN
[Sol->Yul] Enabling new bytes(n)
2020-05-14 13:56:19 +02:00
chriseth 0bbfe45376 Merge pull request #8936 from ethereum/develop
Merge develop into release for 0.6.8.
v0.6.8
2020-05-14 13:53:00 +02:00
chriseth e751a1c23d Move scopes into resolver. 2020-05-14 13:16:47 +02:00
Djordje Mijovic 472fb21ee0 [Sol->Yul] Enabling new bytes(n) 2020-05-14 12:55:14 +02:00