Leon Prouger
Leon Prouger
@raulk @elie222 Actually I'm waiting from the bounty founders input here.
@raulk Thanks for the comments, already started to do the fixing and pondering about them 😊. About the differences with Cryptokitties and other NFT's. Yes, because of the big delta...
@ceresstation @raulk Hey, sorry for being slow on this. I answered to most of the comments in the PR. Also, waiting for feedback regarding my last comment about differences of...
@ceresstation @ryan-shea Hey guys, I don't think I want to continue to work on this bounty. The rare context switches on this are taking too much resources.. I believe that...
Nice! it's also easy to add an inner function to your test class. following your example: ``` contract ('A', () => { let B const eventEmitted = async (result, ...args)...
Works just fine with Swift 5 :+1: Is this possible to add this to plugin configurations?
@stevenroose Hey, thanks for answering I want to have two different wallets of a same computer. I though accounts was the answer.
@stevenroose, @jrick Thanks, `createnewaccount` account does work 👍 I guess`createnewaccount` is not standard command? I could not find it not in [bitcoin wiki](https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list) and [developers refference](https://bitcoin.org/en/developer-reference#rpc-quick-reference). There's a difference from...
Thanks, my bad..
I also need the functionality @aikeru is asking for. In our case the field validators are dynamic. So when the validator is changed I want to validate the field/form though...