Skip to content

Conversation

@hydai
Copy link
Member

@hydai hydai commented Oct 21, 2019

Checklist

  • Code compiles correctly
  • All tests are passing
  • New tests have been created which fail without the change (if possible)
  • README / documentation was extended, if necessary
  • Changelog entry (if change is visible to the user)
  • Used meaningful commit messages

Leonardo and others added 30 commits August 10, 2019 21:40
[SMTChecker] Fix ICE when reporting cex
[SMTChecker] Relax expectations for complex nonlinear tests
Remove ubuntu cosmic (EOL July 18, 2019) from release script.
[SMTChecker] Support StringLiteral type
Buglist entry for calldata structs with dynamically encoded, but statically-sized members.
[SMTChecker] Add CHC constructor/interface/error blocks
Remove version in errors for release build.
YulInterpreter: Call functions with the correct context
Merge release back into develop.
Remove the shared Z3 build from the testing Dockerfile.
CMake: Properly disable z3, if z3 version cannot be determined.
[Trivial] Test scripts: Make build dir a variable
bshastry and others added 30 commits September 17, 2019 13:43
[YulOpt] Create SSA variable after control flow joins
solc fuzzer: Use randomly chosen evm version
ossfuzz: Create a separate cmake toolchain file for ossfuzz
I _believe_ (someone more knowledgable than I should verify this claim) that Solidity will always write out an `output` member.  If there are no return parameters, then the array will be empty, but the `output` property will be present.

If this is not correct, I will withdraw this PR, but if the assertion is correct then the docs should reflect that so people can rely on the `output` property being present when writing ABI processors.

I also fixed some inconsistency in line termination character.  It was sometimes `.` and sometimes `;`.  I picked `.`, but don't really care which as long as it is consistent.
[SMTChecker] Add "as const: function to SMTLib2Interface
Fix error message about accessing storage pointers.
[SMTChecker] Fix SMT name for function identifiers
Refactor Optimiser Steps Interface.
…-crlf

Fixes doxygen style multiline comment parsing for files with CRLF
Fixes source location in warning for shadowing import delcarations.
Removes the optionality on `output` in ABI docs.
Update changelog for 0.5.12 release.
Fix internal compiler error for arrays of recursive structs.
Merge develop into release for 0.5.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.