Dmitry Novotochinov
Dmitry Novotochinov
It finally works for me. Things that were different from README guide: * I'm using `lein with-profile +precomp repl` instead of `lein repl`. Otherwise, i get `Caused by: java.lang.ClassNotFoundException: commiteth.eth.contracts.TokenReg,...
@pablodip not sure. I'm doing everything locally and now sitting at https://github.com/status-im/open-bounty/blob/develop/doc/testing.md#creating-bounty-issues "bounty" label didn't appear on my test repo that i added to SOB
@pablodip i mean i'm using local app (not staging https://openbounty.status.im:444/) with ropsten network. The issue is that local app cannot see any of my GH repos (i'm getting 404 on...
@pablodip >Does it work for you to create a bounty in an issue? For me it's failing on contract deploying: ``` 2018-01-03 20:47:36,189 [nREPL-worker-35] DEBUG commiteth.bounties - Adding bounty for...
@pablodip yes, it's still pending, despite transaction got through. Will take a look at it closer when i'll have time.
@siphiuel Regarding 2 & 4 , you could use `geth` to create account and set password. Also, it will provide you with json file (`:eth-wallet-file`) containing private key https://github.com/ethereum/go-ethereum/wiki/Managing-your-accounts
@siphiuel NPE means you have not synced geth so it cannot find token registry deployed. Block 0 info confirms that. I also had that issue with `geth` and switched to...
@jeluard thanks for correcting, i thought #4 is about web dashboard. That was the reason i suggested browser notifications instead of using Growl for example http://growl.info/ (OSX only). Browser notifications...
Hello @green-coder yes, I have them same fix you applied in https://github.com/green-coder/re-frame-utils/commit/c2840ce8cbe3e7900cc5a8ae893950044f852dbb
>Would implementing this EIP help? > https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md @bgits yes, it should help with UX. Currently status wallet receives tx data: ```json {"jsonrpc":"2.0","id":18,"method":"eth_sendTransaction","params":[{"data":"0x095ea7b30000000000000000000000009e183bc54bb4f3cca1a478ca6f2c3edc37b60478ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff","from":"0x511dd326814ea99881c08e4ba43a1463624e9aa7","gasPrice":"0x3b9aca00","to":"0xc55cf4b03948d7ebc8b9e8bad92643703811d162"}]} ``` to enable SNT allowance and the issue...