flow-cadut icon indicating copy to clipboard operation
flow-cadut copied to clipboard

Node based template generator to simplify interaction with Cadence files.

Results 22 flow-cadut issues
Sort by recently updated
recently updated
newest added

### Problem When submitting a transaction using stable cadence syntax, the method `extractSigners` incorrectly flags something as having more signers than it really does ### Steps to Reproduce ```cadence transaction...

bug

## 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.

### Problem Cross posting this issue here. Bug found in dependent package `flow-js-testing`. Within `flow-cadut`, `imports.replaceImportAddresses()` seems to have an issue resolving import addresses. This was not an issue before...

bug

Handlebars is causing problems, when importing Commonjs modules. This PR refactors code using string template literals instead of Handlebars templates.

* nodejs : v16.14.2 * flow-cadut : 0.1.16-alpha.4 ## Description import was failed if we won't specifiy the flowcadut packagejson {"type":"module"}, There another way to fixed that using mjs ext....

bug

### Problem 👋🏻 Hello! Noticed that some imports listed in the [File System](https://github.com/onflow/flow-cadut/blob/main/docs/api.md#file-system) section are not exported. Package version: `"flow-cadut": "0.1.16-alpha.4",` ### Steps to Reproduce ```js const { sansExtension }...

bug

## Support for AnyStruct as arg in transactions and scripts Hey Team, I am working on flow testcases in js using [flow-js-testing](https://github.com/onflow/flow-js-testing) library. I am trying to pass `AnyStruct` as...