Deniz Mert Edincik

Results 290 comments of Deniz Mert Edincik

I always use something like: `start = max(last block that had event , sealed_block_height-200)` `end = start + 249 ` you just need to get sealed_block_height once in couple of...

I am getting this one to make PR, it makes sense totally. Also I would suggest `generate` function to take private key. And exposing seed to private key generation in...

@sideninja We have some standard for mnemonic I guess, I remember there was some FLIP some time ago ? I think would be nice to have ledger compatible for example....

@sideninja I finished this, just thinking to add a new command something like `flow keys bip44` or update `flow keys generate` Output will be like below, but if we update...

In the mean time maybe we can introduce context ? Prompts can work over context maybe too

Btw @sideninja what do you think about getting config and projects out of flowkit ?

Oh what I meant was moving config to CLI instead of keeping in flowkit. From responsibilities point of view, it makes more sense. And actually API can evolve better for...

> I think an important part of the flowkit is flow.json. I see the flow.json to be the glue between different flow tools and having a library that knows how...

`It seems like you are trying to deploy %s to mainnet, it is a standard contract already deployed at address 0x%x. You can read more about it here: %s. Do...

Are you ok holding this list in the CLI codebase ? Some kind of Contract Name -> ( mainnet address , web link ) mapping. I think it will be...