Skip to content

Merge develop into release for 0.5.3. #5836

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 206 commits into from
Jan 22, 2019
Merged

Merge develop into release for 0.5.3. #5836

merged 206 commits into from
Jan 22, 2019

Conversation

chriseth
Copy link
Contributor

No description provided.

chfast and others added 30 commits December 19, 2018 12:32
Merge release back into develop.
…ing that this is a C++ project.

CMake defaults to C *and* C++ toolchain, in case nothing has been specified.
This means that cmake always checks for both, which is more than needed.

This PR cuts off C toolchain requirement from /CMakeLists.txt and ensures that we
don't pass along any `..._C_...` variables in EthCompilerSettings.cake nor jsoncpp.cmake.
DOCS: Remove Structs item from FAQ
 - create contributor list earlier
 - fix name of bytecode comparison directory
 - add instructions to upload the source tarball
cmake: Do not depend on a C compiler to be present
[cmdline tests] Select only directories to skip the readme
Happy New Year !! 🎇
Copyright year udated to 2019.
In install_deps.sh, line 59 (sed -n -e 's/^NAME="?([^"])"?$/\1/p' /etc/os-release) will get CentOS Linux instead of CentOS, so it cant match CentOS.
I suggest that in line 355, can modified " CentOS)" to " CentOS*)"
[DOC] More details about packed encoding.
axic and others added 25 commits January 18, 2019 17:59
improve packed encoding test vector
[DOCS] Remove copy between contracts FAQ item
[SMTChecker] Support basic typecast without truncation
[DOCS] Further clarify in-memory arrays
[SMTChecker] Clear state knowledge after external function calls
Patch soljson.js to provide backwards compatibility with older emscripten versions.
[REF] Provide ABI encoding options as single struct parameter.
Use v0.5.0 tag of solc-js repository for external tests.
@codecov
Copy link

codecov bot commented Jan 22, 2019

Codecov Report

❗ No coverage uploaded for pull request base (release@1df8f40). Click here to learn what that means.
The diff coverage is 23.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##             release    #5836   +/-   ##
==========================================
  Coverage           ?   28.32%           
==========================================
  Files              ?      348           
  Lines              ?    33248           
  Branches           ?     4005           
==========================================
  Hits               ?     9419           
  Misses             ?    23141           
  Partials           ?      688
Flag Coverage Δ
#syntax 28.32% <23.71%> (?)

Chris Ward and others added 2 commits January 22, 2019 13:54
Move warning

Updates from feedback

Link to security note and fix link rendering

Move solution to security docs and turn warning to a warning
[DOCS] Move FAQ item about truncation checks
@chriseth chriseth merged commit 10d17f2 into release Jan 22, 2019
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.