El De-dog-lo
El De-dog-lo
Browsed through this, not sure if I missed something. Let's say I wanted to have my contracts in more hierarchical structure like: ```yaml contracts: folder1: ContractA... Others... folder2: ContractB... Etc......
Thanks for the response @pipermerriam. I come from a non-web background, specifically aerospace, so (for better or worse) I'm used to a way different deployment pipeline, so about half of...
Anyway I can help?
Cool. I've been working a lot with pyethereum-tester. My problems with Populus befote was mostly that my tests used a lot of fixtures based on the tester module, which was...
A lot of what I've been doing is using the helpers from [here](https://github.com/ethereum/viper/blob/master/tests/setup_transaction_tests.py). I've got some extra solidity helpers for compiling I can show you, but I'm still disentangling it...
> Yes, there will be a period where PyEVM and PyEthereum co-exist for a while as we validate the new implementation and provide upgrade paths for people who have infrastructure...
I'm definitely going to see if ethereum-tester meets my needs for functional testing. I was playing around with web3.py in order to figure out the deployments due to aforementioned issues...
I sent you a PM on GItter, I think we've turned this into a conversation thread lol
I'll keep this in mind if I get some time tomorrow, the symlink works fine for me right now lol
LGTM @jacqueswww, what do you think?