Supun Setunga
Supun Setunga
Discussion around the use-cases: https://discord.com/channels/613813861610684416/1108479699732152503/1146911629481619606
Shall we merge this to a feature branch, so that the follow-up PRs can also be merged?
@RZhang05 is this ready to be reviewed? or are there any pending changes?
oh, my bad. I was cleaning up some of my old branches, and must have accidentally deleted the base branch! Thought it was protected. ~~Will revert it.~~ Restored the and...
You would have to define each contract in a separate file of its own (same as running in emulator/testnet/mainnet). i.e: _foo.cdc script_ ```cadence import Test import Bar from ./Bar.cdc fun...
That's a good point on dynamic string formatting @bluesign and @sisyphusSmiling! Totally agree that it could be useful to have that as well. But at the same time, I think,...
This is in the latest Cadence release [v1.3.0](https://github.com/onflow/cadence/releases/tag/v1.3.0), but some of the downstream dependencies (e.g: emulator) are not yet updated to this version. Emulator still uses [v1.2.1](https://github.com/onflow/flow-emulator/blob/c939f473bdd7756830259976f0cc6a087fe56206/go.mod#L17). I think Bastian...
hey @bartolomej , we recently restructured the cadence repo and as part of that, moved all the subdirectories under `runtime` package (e.g: `runtime/ast`, `runtime/interpreter`, etc) to the root/top level. Please...
This is not a breaking change, since the proposal is to relax an existing restriction.
cc: @joshuahannan