Maksim Daunarovich

Results 30 comments of Maksim Daunarovich

Hey @TimDaub I would like to tackle this one ;)

@chriswayoub why would you go 10 blocks above latest block if it's the upper limit? More logical would be to call `sdk.getEventsAtBlockHeightRange('testEvent', latestBlock.height-10, latestBlock.height)`

Looks promising! 👍 Well done, Bastian! For deployment - sometimes you want to have a custom deployment script, like we have in one of the core contracts. Where we do...

Also, we need a mechanism to catch and process events. Maybe we can put them into transaction/script result, so we won't need to search for them by block height?

I'd say it's a HUGE refactor to make it happen and it's much easier to build it from scratch specifically for testnet interaction.

I started the work on implementation via shell scripts, but atm it's stalled in favor of https://github.com/onflow/flow-playground/issues/251 - which affects more users and should be fixed right away.

This is a really nice catch, @turbolent I will take a look into it 🙇‍♂️

I have started working on this issue. Solution would allow to increase/reduce number of visible accounts, allowing to deploy more than 5 accounts at once. Reducing number of accounts would...

Work on this issue is stalled in favor of other critical pieces of Playground - Language Server integration and interaction, specifically. I will post to this thread when there will...

@neilZon absolutely! hit me up, I will give you all the info I have found how to enable this ;)