populus
populus copied to clipboard
Boulder Brainstorm Features
List of features brainstormed in Boulder 5/29 (# of votes)
- Deployment tracking // Creating packages (II)
- Tutorials // Docs (I)
- Py-EVM, Eth-Test, Pytest Plugin (II)
- Multi Compiler
- Plugin Architecture (I)
- Testing
- Simulation
- Verifiers
- Coverage
- Static Analysis (Mythril)
- Console imports project contracts and deployments
Cute Animal Picture

@njgheorghita out of curiosity, was there some real world meeting of developers? We would like to co-operate to bring modern solc support for Populus and py-evm instead of pyethereum seems to be a part of this puzzle.
@njgheorghita will populus be made compatible with web3 4.x?
@miohtama Yes! The python team is meeting in Boulder this week to plan out our roadmap. AFAIK Populus is low on our priority list (behind py-evm, trinity, web3, ethpm, vyper). I'll definitely reach out and coordinate with you once we shift our focus to Populus.
@voith It will eventually, but re: ^ it might be a little time before we get around to updating this repo.
@njgheorghita Good stuff!
RE: testing plugin using py-evm and web3py, I have a py.test plugin here: https://github.com/fubuloubu/pytest-ethereum/
It's in alpha as I'm just playing around with it with my projects, but if you guys wants to help contribute and push it into populus as a plugin, I've been working on getting it into an ethereum repo for all to share.