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

Add new APIs and improve human summary printer #478

Merged
merged 2 commits into from
May 5, 2020
Merged

Conversation

montyly
Copy link
Member

@montyly montyly commented May 5, 2020

  • New APIs:
    • utils.tests_pattern functions
    • contract.is_test
    • contract.is_token / contract.is_possible_token
    • pragma.is_abi_encoder_v2
  • Standard library: add support for @openzepeelin/contracts package
  • Improve human summary printer:
    • Use the added API
    • Use MyPrettyTable
    • Filter test contracts
    • Add features column
      • Send/receive eth
      • selfdestruct
      • delegatecall
      • use assembly
      • use ecrecover
      • has external token interactions
      • use abiencoderv2
      • upgradeability

  - Add utils.tests_pattern functions
  - Add contract.is_test
  - Add contract.is_token / contract.is_possible_token
  - Add pragma.is_abi_encoder_v2
- Standard library: add support for @openzepeelin/contracts package
- Improve human summary printer:
  - Use the added API
  - Use MyPrettyTable
  - Add features collumn
@montyly montyly merged commit 72b609b into dev May 5, 2020
@montyly montyly deleted the dev-summary-printer branch May 5, 2020 12:06
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.

None yet

1 participant