populus
populus copied to clipboard
Allow for custom genesis alloc with TemporaryGethChain
- Populus Version: 1.2.2
- OS: osx/linux/win
Feature idea
I would like to be able to create a custom allocation in genesis block when using a TemporaryGethChain. DevGethProcess in py-geth allows to define genesis_data parameter, which could be used to set account list and balances. However, this parameter is not passed in populus in LoggedDevGethProcess.
Cute Animal Picture
![]()
I believe this should be as simple as adding a new keyword argument genesis_data here and then modifying all of the get_geth_process_instance methods in that same file to use that argument when instantiating the LoggedDevGethProcess instances.