-
Notifications
You must be signed in to change notification settings - Fork 52
(FR) give account balance to default account #86
Comments
My reason: I get a lot of
in my unittests when running them on parity aura (parity instantseal no problem at all). |
it happened now because previously I had always used
so no balance did not matter when only sending smart contract calls with 0 value. But now, in my tests, I am sending money, just to create transactions, i.e. blocks, in an uncomplicated way. And for that I actually want non-zero balances. And in general, I think it's a good idea, to drop some ETH on the default account of :8545. |
My workaround now is sending (virtual no virtual) money (lol) by using See amount=0. So, no priority for me anymore, but in general probably a good extra feature of parity-deploy. |
There is a built in balance on aura accounts... Key:
|
@ddorgan Thanks. Could you please make that address 00ea169ce7e0992960d3bde6f5d539c955316432 the default account on the first node :8545 ? eth.accounts[0] then eth.getBalance(eth.accounts[0]) > 0 would be useful for almost everyone who is using parity-deploy. |
@ddorgan just look at the other ones: TestRPCnode version string = TestRPC/1.3.5/linux/python3.5.3 geth-devnode version string = Geth/v1.8.14-stable-316fc7ec/linux-amd64/go1.10.3 quorum-cruxnode version string = Geth/v1.7.2-stable-3f1817ea/linux-amd64/go1.10.7 and even parity-deploy instantseal:node version string = Parity-Ethereum//v2.2.3-beta-6b0a280-20181130/x86_64-linux-gnu/rustc1.30.1 but still nothing for parity-deploy AURAnode version string = Parity-Ethereum//v2.2.3-beta-6b0a280-20181130/x86_64-linux-gnu/rustc1.30.1 |
@drandreaskrueger btw with the latest master you should now have a balance in the account:
|
The default account has no money:
I see that via
spec.json
you have given money to one account:it is just not available on the http://localhost:8545 default node address.
Could you make your script give some money to that account?
P.S.: I started like this
The text was updated successfully, but these errors were encountered: