-
Developers currently have to do:
```
zos bump 0.1.1
zos push --network=ropsten
zos upgrade Foo --network=ropsten
zos upgrade Bar --network=ropsten
...
zos upgrade Zoink --network=ropsten
```…
-
It might be useful for developers to have access to the Etherscan Ropsten API.
Base URL is https://api-ropsten.etherscan.io/api
Documentation can be found here:
https://ropsten.etherscan.io/apis
-
* Populus Version: 1.11.2
* OS: linux
### What was wrong?
'testnet' is not configured as a chain option, so I tried 'ropsten' (which is).
'ropsten' expects there to be a `ropsten/` subdirectory …
-
_Before filing a new issue, please **provide the following information**._
_If you think that your issue is an exploitable security vulnerability, please mail your bugreport to security@parity.io i…
-
See : the tutorial says that the logBalance() should display the balance in my account :
For this i connected my Metamask over Ropsten with this contract https://ropsten.etherscan.io/address/0xebc…
-
(Originally found when investigating #5312 )
I hit a case when syncing Aleth where it ends up on a Ropsten fork and stops syncing because it's unable to sync with Ropsten boot nodes. Log:
[ropsten…
-
app seems broken.
-
The `Ropsten Bridge` is so simple.
It's hard for me to understand what's being said, and it's even harder for external developers
Add more information about this or delete it forever.
-
Getting a local ropsten testnet Element node running depends on being able to get developer funds for Ropsten. Right now the documentation points to faucets that might not be funding. So we need to fi…
-
Trying to deploy something on mainnet I got this ropsten related error:
`Invalid account: #1 for network: ropsten - Expected string, received undefined`
It seems that even though I'm deploying on …