Ardit Marku

Results 42 comments of Ardit Marku

Hey @j1010001, this is not blocking the current version of the testing framework we are about to release. This is merely a technical debt, for a workaround that is already...

@SupunS Could you check the items from the `Matchers` section, as completed from https://github.com/onflow/cadence/pull/2420 ? And maybe assign the issue to me :pray: (as we are working on it as...

Thanks for the heads up @turbolent :bow: Let me know if I can be of any help, regarding the upcoming developer grants for Cadence. I would like to tackle some...

@franklywatson Since this https://github.com/onflow/flow-emulator/issues/388 is gonna be solved soon, is there any positive sentiment from the Flow team for this grant to proceed?

@joshuahannan That makes total sense, I will experiment locally, how to calculate the gas for scripts & transactions :pray:

Yes, the end goal would to be get general execution metadata, including things like line hits, computation and memory usage. So instead of just coverage report that we have under...

One last piece to complete the puzzle, is adding code coverage. A hint left from bluesign here: https://github.com/onflow/developer-grants/issues/113#issuecomment-1381793687, for another grant that is in review https://github.com/onflow/developer-grants/issues/132. It would be really...

@janezpodhostnik This method is currently defined in the [Flow EVM Gateway](https://github.com/onflow/flow-evm-gateway/blob/main/services/requester/requester.go#L557-L558). But other community members have needed this functionality, so I thought of making it available from the `flow-go` repository....

Fine by me as well. This is already the case for the `EVM.TransactionExecuted` event: ```cadence access(all) event TransactionExecuted( ... // if transaction was a deployment contains a newly deployed contract...

Thanks for the report @austinkline :bow: , You are in fact correct in both of your findings. `Test.moveTime` only affects the Blockchain's time, and the reason behind it is that...