-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Merge to release for 0.4.25 #4957
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
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
507cdf6
Set version.
chriseth c577e04
Disallow structs in events without ABIEncoderV2
ba56250
Merge pull request #4922 from ethereum/event_struct_error_0425
chriseth 768ea5b
Disallow indexed reference types in events when using ABIEncoderV2
bc6366f
Add end to end tests
13c8bb1
Review suggestions
409b20f
Bug list entry
9902221
Change "fixed" date.
chriseth f531dd9
Use wildcards for MSVC version in scripts/release.bat.
ekpyron 61ee88f
Merge pull request #4928 from ethereum/v0425_appveyor_fix
chriseth 65a439b
Refactor handling of whitespace.
chriseth c0d9b49
This fixes several bugs with regards to line breaks and comments:
chriseth 30578ca
Tests.
chriseth 55e4532
Changelog.
chriseth a1848ac
Merge pull request #4920 from ethereum/disallow_indexed_ref_v2_for_0_425
chriseth b9164ea
Merge pull request #4937 from ethereum/fixNewline_0425
chriseth f190caf
Tests.
chriseth eb7978d
Always perform cleanup for EXP.
chriseth be713ed
Changelog entry and bug list.
chriseth 3b7be59
Update bug description, add regex and tests.
chriseth 6402b83
Merge pull request #4938 from ethereum/expCleanup0425
chriseth 6932047
Buglist check script supports json paths
e913b75
Merge pull request #4927 from ethereum/struct_event_jsonpath_0425
chriseth 75e38be
Bugfix entry regarding nested arrays returned by library functions
7cda845
Merge pull request #4939 from ethereum/nested_array_library_changelog…
chriseth 8c56a59
Set relase date of 0.4.25.
chriseth 73973d2
CMake: Fix libdir for jsoncpp external project in special case
chfast 1a5f909
Fix cmake when custom CMAKE_INSTALL_LIBDIR is given
sifmelcara 72b9ad6
Visual Studio 2017 build-time (linking) fix and improvements
christianparpart d2d9162
Propagate original CMAKE_CXX_FLAGS to jsoncpp compilation
guidovranken 84d9245
Rename JSONCPP_EXTRA_FLAGS to JSONCPP_CXX_FLAGS, add EMSCRIPTEN worka…
ekpyron eb1fbaa
Merge pull request #4956 from ethereum/backport_json_build_fix
chriseth 753a94f
Merge pull request #4955 from ethereum/prepare_0425
chriseth 6ed88d1
Update changelog.
chriseth 76812ed
Merge pull request #4965 from ethereum/updateChangelog
chriseth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it's fine to keep this...