Skip to content
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

Manticore 0.3.3 #1598

Merged
merged 5 commits into from
Jan 31, 2020
Merged

Manticore 0.3.3 #1598

merged 5 commits into from
Jan 31, 2020

Conversation

ehennenfent
Copy link
Contributor

0.3.3 - 2020-01

Thanks to our external contributors!

Ethereum

  • [added API] Flag to only generate alive states when finalizing Manticore #1554
  • Fix gas check #1587

Native

  • [added API] Add post-instruction hooks #1579

WASM

  • [added API] getattr-style calls for WASM functions #1578
  • [changed API] Pass state to function calls instead of constraint sets #1578

Other

  • [added API] Added streamlined state serialization interface #1596
  • Fixed Z3 version parsing #1551
  • Unique names for ArrayVars #1552
  • Improve pickling and multiprocessing compatibility #1583

@ehennenfent
Copy link
Contributor Author

ehennenfent commented Jan 27, 2020

I'm happy to get #1591, #1589, #1580, #1577, etc pushed out as part of this if we can get them merged before Friday morning.

Copy link
Contributor

@ekilmer ekilmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit: (if no changes by Friday)


setup(
name="manticore",
description="Manticore is a symbolic execution tool for analysis of binaries and smart contracts.",
long_description=long_description,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice add! Was going to open another PR for this, but I forgot

@ehennenfent ehennenfent merged commit 4837097 into master Jan 31, 2020
@ehennenfent ehennenfent deleted the release-0.3.3 branch January 31, 2020 07:13
ekilmer added a commit that referenced this pull request Mar 12, 2020
* master: (23 commits)
  Update make_VMTests.py (#1628)
  Update manticore.py (#1627)
  Symbolic function strategies. (#1609)
  Fix for returndatasize (#1612)
  Improve balance related exploration (#1615)
  Add __format__ to Account (#1613)
  Use `mypy` to check the `tests` dir; fix some typing errors (#1610)
  Add a native example program & test case for #1604 (#1606)
  Hotfix: add long_description_content_type
  Manticore 0.3.3 (#1598)
  Improve WASM Memory Ergonomics (#1589)
  Make sure std files are not None before assigning peer (#1604)
  Add Examples badge to CI Badges (#1603)
  Better iterative optimization for expressions (#1599)
  Fix Regression(s) (#1577)
  Add missing `python3-dev` dep to quickstart instructions (#1600)
  Add license to setup.py (#1597)
  Streamline State Serialization Interface (#1596)
  Simplify ci.yml (#1588)
  Fix gas check (#1587)
  ...
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.

2 participants