Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.

Manticore 0.3.3#1598

Merged
ehennenfent merged 5 commits into
masterfrom
release-0.3.3
Jan 31, 2020
Merged

Manticore 0.3.3#1598
ehennenfent merged 5 commits into
masterfrom
release-0.3.3

Conversation

@ehennenfent

Copy link
Copy Markdown
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

Comment thread CHANGELOG.md Outdated
@ehennenfent

ehennenfent commented Jan 27, 2020

Copy link
Copy Markdown
Contributor Author

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.

@ekilmer ekilmer left a comment

Copy link
Copy Markdown
Contributor

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)

Comment thread setup.py
setup(
name="manticore",
description="Manticore is a symbolic execution tool for analysis of binaries and smart contracts.",
long_description=long_description,

Copy link
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants