-
Notifications
You must be signed in to change notification settings - Fork 52
(FR) user defined parameters #55
Comments
workaround for now: I have added those parameters in all 4 files here. So, feature request not indispensable, but ... nice-to-have. |
plus, one more file has to be changed, to almost never hit the gasLimit:
to 40 million:
|
@drandreaskrueger can you just try adding all the extra options at the end of the parity-deploy.sh command ... e.g.
I should maybe make this more clear in the README. |
ah, cool. Thanks. |
and the |
Issue resolved. Won't be updating the gasLimit. |
I see. What a pity. Then please consider this route to the same effect: #60 Thanks. |
Let me have a look at updating the gasLimit, I'll include with the key generation changes. |
@drandreaskrueger you can also add --gas-floor-target xxxxx at the end of the command line arguments for this by the way. |
hahaha, just seen, you simply hardcoded 40 million now. That is not what I meant. For for my one situation here, it is actually helpful, thanks. |
At the moment I am manually adding
to the resulting
docker-compose.yml
after running./parity-deploy.sh --config aura --name myaura --nodes 4
A new CLI switch could be useful, like
The text was updated successfully, but these errors were encountered: