Maksim Daunarovich

Results 26 issues of Maksim Daunarovich

### Issue To Be Solved At the moment there is no pretty print solution for Cadence, which leads to simple mistakes - single quotes for String literals, for example -...

Good First Issue
Feature
Feedback

**Is your feature request related to a problem? Please describe.** Sometimes you need to share a project big block of code (let's say full contract) and highlight only specific block...

Feature

Similar to existing package this one will provide similar functionality for Javascript ecosystem. Closes #115

Closes #672 ## Description - `internal/command/flags.go` - added new flag `SkipVersionCheck` to a list of flags - `internal/command/command.go` - wrapped `checkVersion` call in a condition, based on aforementioned flag ______...

### Issue To Be Solved Running any command via CLI will result in version check, which on slow connection can add overhead of multiple seconds(!). In my case it was...

Feature
Feedback

## Description - Transaction result can't be returned before new block is commited and all changes done by transaction are calculated and stored. I've added new admin endpoint, which will...

### Issue To Be Solved Since logs calls are not preserved on blockchain they are excluded from Access API, but they are crucial for debugging, testing and development process. ###...

Feature
Feedback

# Flow JS Testing ## Grant category - Open source maintenance ## Description Flow JS Testing - https://github.com/onflow/flow-js-testing - is a set of utility functions, which allows developers to write...

active

## Description Contract init parameters can be defined on multiple lines like this: ```swift init( a: Int, b: String ) ``` Previous implementation would fail to properly catch this. This...

Allow to pass initialization arguments, when deploying a contract.