Commit Graph

15320 Commits

Author SHA1 Message Date
chriseth
255f63e352
Merge pull request #7963 from ethereum/yul-ewasm-tests
Add bitwise test cases for most of EVM->Ewasm translator
2019-12-12 14:03:17 +01:00
chriseth
fc085cb141
Merge pull request #7982 from ethereum/updateVisibility
Update visibility and getters.
2019-12-12 14:02:35 +01:00
chriseth
1d00ec1145
Merge pull request #7983 from ethereum/updateContracts
Update contracts.
2019-12-12 14:02:18 +01:00
chriseth
430685d831 Update contracts. 2019-12-12 12:52:18 +01:00
chriseth
104a8c59f5
Merge pull request #7974 from ethereum/updateInterfaces
[DOC] Update interfaces
2019-12-12 12:51:00 +01:00
chriseth
9de0b3d7b5 Update visibility and getters. 2019-12-12 12:50:35 +01:00
chriseth
269c3c0c06
Merge pull request #7980 from ethereum/updateLibraries89
Update libraries section for 0.6.0.
2019-12-12 12:48:39 +01:00
chriseth
276c777af3
Merge pull request #7976 from ethereum/solc-api
Test solidity_free in tests too
2019-12-12 12:48:28 +01:00
chriseth
cb2835663d [DOC] Update interfaces 2019-12-12 12:46:22 +01:00
chriseth
fce9d4bca1
Merge pull request #7972 from ethereum/ABIEncoderV2Wording
Do not call ABIEncoderV2 or the Yul optimizer experimental.
2019-12-12 12:44:53 +01:00
chriseth
0e796b77e9
Merge pull request #7973 from ethereum/docInheritance2
[DOC] More changes to inheritance.
2019-12-12 12:44:37 +01:00
chriseth
700d5e6103
Merge pull request #7981 from ethereum/updateUsingFor
Update "using for".
2019-12-12 12:44:19 +01:00
Alex Beregszaszi
6e6bc9904f libsolc: change return type of compile to non-const 2019-12-12 11:26:16 +00:00
chriseth
9790e6c044 More changes to inheritance. 2019-12-12 11:05:20 +01:00
chriseth
c175a468ab Do not call ABIEncoderV2 experimental. 2019-12-12 10:59:07 +01:00
chriseth
f4a0546db3 Update "using for". 2019-12-12 10:49:03 +01:00
chriseth
bbb8b88118 Update libraries section for 0.6.0. 2019-12-12 10:31:31 +01:00
Alex Beregszaszi
2ccf3ea4ab Test solidity_free in tests too 2019-12-11 18:43:13 +00:00
Leonardo
b9c35916e5
Merge pull request #7975 from ethereum/solcjs-tests
Use master branch of solc-js
2019-12-11 19:02:00 +01:00
Alex Beregszaszi
9ce01b19b2 Use master branch of solc-js 2019-12-11 16:48:11 +00:00
chriseth
b8348fb5d2
Merge pull request #7911 from ethereum/documentSlices
Document array slices.
2019-12-11 17:35:16 +01:00
chriseth
f22bd769ff
Merge pull request #7939 from ethereum/more_tests_override_stuff
Ambiguous override for public state variables
2019-12-11 17:16:59 +01:00
Bhargava Shastry
70840d5411 Address review comments 2019-12-11 17:03:28 +01:00
chriseth
a7f50c5aca Document array slices. 2019-12-11 17:03:28 +01:00
chriseth
b46f4f8adf
Merge pull request #7893 from ethereum/yulprotofuzzer-use-default-evm
yul proto fuzzer: Target upcoming evm version
2019-12-11 17:02:43 +01:00
chriseth
347d24b252
Merge pull request #7971 from ethereum/memlayout-doc
Add note about memory arrays to 'Layout in Memory' section
2019-12-11 17:01:29 +01:00
Mathias Baumann
8226869579 Add note about memory arrays to 'Layout in Memory' section
Copied from the Inlien Assembly part
2019-12-11 16:53:18 +01:00
Bhargava Shastry
f5bd483dfa yul proto fuzzer: Target default evm version 2019-12-11 16:52:00 +01:00
chriseth
6fd2d05706
Merge pull request #7898 from ethereum/solc-mallocs
libsolc: memory allocation API cleanup
2019-12-11 16:46:18 +01:00
Alex Beregszaszi
5998f31543 Use BOOST_REQUIRE instead of BOOST_CHECK in LibSolc tests where appropriate 2019-12-11 15:17:50 +00:00
Alex Beregszaszi
d8d6cae525 libsolc: truncate input C strings to trailing zero 2019-12-11 15:17:45 +00:00
Alex Beregszaszi
b7d6e44af7 Fix callback memory allocation in tests 2019-12-11 15:17:39 +00:00
Christian Parpart
8682af2216 libsolc: Overhauls memory management. 2019-12-11 15:17:39 +00:00
chriseth
69b06a456c
Merge pull request #7968 from ethereum/fixppa2
Require specific version of g++ to make PPA happy.
2019-12-11 15:55:45 +01:00
chriseth
f1e7bec11d Include public state variables' base functions in the AST. 2019-12-11 15:32:28 +01:00
chriseth
57c00eece8 Require specific version of g++ to make PPA happy. 2019-12-11 15:29:19 +01:00
Leonardo Alt
1fb62b91d2 Add more override tests with public state variables 2019-12-11 15:15:51 +01:00
chriseth
70623665bf Move helper structs and clean code. 2019-12-11 15:15:51 +01:00
chriseth
30732269f6 Consider state vars. 2019-12-11 15:15:51 +01:00
chriseth
57824566e6 Use proxies. 2019-12-11 15:15:51 +01:00
chriseth
3e1b00b459 Introduce proxies. 2019-12-11 15:15:51 +01:00
Christian Parpart
c5f74587dc
Merge pull request #7964 from ethereum/wasm
Rename EWasmToText to TextTransform and EWasmAST to WasmAST
2019-12-11 14:19:23 +01:00
Alex Beregszaszi
8cb085ca0d Add bitwise test cases for most of EVM->Ewasm translator 2019-12-11 12:44:05 +00:00
Alex Beregszaszi
1294c0df99 Rename EWasmAST to WasmAST 2019-12-11 12:08:38 +00:00
Alex Beregszaszi
ae7cc58b55 Rename EWasmToText to TextTransform 2019-12-11 12:08:38 +00:00
Erik K
7247e72d8b
Merge pull request #7951 from ethereum/extractVisibility
Move Visibility out of Declaration.
2019-12-11 10:16:03 +01:00
chriseth
90feb8f72a Move Visibility out of Declaration. 2019-12-11 00:38:59 +01:00
chriseth
5389e03fb1
Merge pull request #7942 from ethereum/yul-ewasm-tests
Add basic test cases for most of EVM->Ewasm translator
2019-12-11 00:32:40 +01:00
chriseth
8e8e012cdd
Merge pull request #7954 from ethereum/changelog
Some wording fixes in the changelog
2019-12-11 00:30:56 +01:00
chriseth
97ef98bdbd
Merge pull request #7957 from ethereum/smt_docs
[SMTChecker] Add model checking engines to docs
2019-12-11 00:28:26 +01:00