populus icon indicating copy to clipboard operation
populus copied to clipboard

The Ethereum development framework with the most cute animal pictures

Results 76 populus issues
Sort by recently updated
recently updated
newest added

* Populus Version: 1.6.x * OS: all ### What was wrong? Any *reference* in a configuration file which has *extra* keys should throw an error at the time the configuration...

Good First Issue

Was renamed to https://github.com/eth-brownie/brownie

If this project is no longer used, might we use the "populus" name for [a python project looking for a new name](https://github.com/Quansight/qhub/discussions/964#discussioncomment-1836800)? Such a great name!! Thanks for the consideration

* Populus Version: x.x.x * OS: osx/linux/win ### What was wrong? I'm having a problem, an error on line 37, the error msg is: expected token Semicolon got 'LBrack' balances...

* Populus Version: 2.2.0 * OS: osx ``` $ pip freeze | grep populus populus==2.2.0 $ solc --version solc, the solidity compiler commandline interface Version: 0.4.17+commit.bdeb9e52.Darwin.appleclang ``` Please see: (...

### What was wrong? Noticed errant uses of "it's" as well as some other low-hanging fruit around those errors. ### How was it fixed? Fixed incorrect uses of "it's", made...

### What was wrong? Populus doesn't have type hints ### How was it fixed? WIP: Add project.pyi, a PEP 484 type hint stub file, to annotate the Project class. ####...

### What was wrong? Docs were inconsistent. Probably a copy/paster error. ### How was it fixed? Remove irrelevant text. #### Cute Animal Picture ![image](https://user-images.githubusercontent.com/62378/36062925-6cbd2ac8-0e6d-11e8-9252-2df1af2b0e6a.png)

### What was wrong? I started reading the docs and one of the first words in Quickstart had a typo (`Welcom`). I noticed a few more in that first page...

### What was wrong? It was not documented how to pass settings to geth in populus.json This fixes #426 ### How was it fixed? Added a rudimentary example. #### Cute...