Teemu Patja
Teemu Patja
@pablodip Less intrusive permissions. The old way (GH oauth app with webhooks managed by SOB) requires write access to the repo, which is a problem and we got a lot...
This error happens because token registry data cannot be found on the chain at address `0x7d127a3e3b5e72cd8f15e7dee650abe4fcced2b9 `. Make sure your geth is synced and connected to a chain that actually...
Please connect to your ropsten geth instance from the command line with geth like this and paste the output: ``` $ geth attach ~/.ropsten/geth.ipc ```
`at block: 0` It's not synced. Current block should be more than ~2340238.
@siphiuel the NullPointerException because token registry data cannot be found from the configured `:tokenreg-addr` on the current chain. Also your ethereum client is not synced, since it's at block 0....
While I agree having a feature to auto-fund bounties is a useful feature, I'd like to remind that a core feature of SOB is that anyone can fund any existing...
Implementation could (as suggested by others) use labels like `bounty-s`, `bounty-l` etc, and we could have a way to configure what ETH/token amounts those correspond to. Actual funding is hard...
I was also seeing this 403 error message unexpectedly and it turned out my authorization token to my private ECR registry had expired. Re-authenticating with `aws ecr get-login-password | docker...