chriseth
|
3b27b4347c
|
Merge pull request #8916 from ethereum/smt_array_push_pop
[SMTChecker] Support array push/pop
|
2020-05-19 15:41:10 +02:00 |
|
chriseth
|
3211e22045
|
Merge pull request #8979 from ethereum/doc-json
[Trival] Test: Output JSON AST as array when it involves multiple sources
|
2020-05-19 15:29:24 +02:00 |
|
chriseth
|
3275243c89
|
Merge pull request #8898 from mijovic/sol2YulByteArrayPush
[Sol->Yul] Implementing ByteArray push() and pop()
|
2020-05-19 15:28:01 +02:00 |
|
Djordje Mijovic
|
d235d0c166
|
[Sol->Yul] Implementing Byte array push() and pop()
|
2020-05-19 14:47:00 +02:00 |
|
Mathias Baumann
|
5a7217b90e
|
Test: Output JSON AST as array when it involves multiple sources
|
2020-05-19 14:26:08 +02:00 |
|
chriseth
|
c3d87a0091
|
Merge pull request #8912 from ethereum/runtimeYul
Provide runtime object in Yul mode.
|
2020-05-19 12:52:09 +02:00 |
|
Leonardo Alt
|
5d6dd68766
|
Update docs
|
2020-05-18 17:09:46 +02:00 |
|
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 |
|
chriseth
|
f92a4f1965
|
Provide runtime object in Yul mode.
|
2020-05-18 13:48:23 +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 |
|