Supun Setunga

Results 57 issues of Supun Setunga

### Current Behavior Don't know if this is a real problem, but created the issue to not let it fall through cracks. Need to investigate/discuss if this is the expected...

Bug
Research

### Current Behavior Consider the below program: ```cadence pub fun main(r: @AnyResource) { r.uuid destroy r } ``` This reports an error saying ``` value of type `AnyResource` has no...

Good First Issue
Improvement

### Issue to be solved There are some native function types added to the `master` branch, after the purity annotation change was added in `stable-cadence`. e.g: - [x] [Address.fromBytes()](https://github.com/onflow/cadence/pull/2452) When...

Technical Debt

### Issue to be solved As discussed in https://github.com/onflow/cadence/pull/2783#discussion_r1334845079, once native function support is available in the checker (#2821), define the native functions that are currently being 'injected' to the...

Improvement
Technical Debt

### Issue to be solved Currently, there is no way for dictionaries/arrays to define the entitlement mapping for their children. So the default behavior is to have no entitlements for...

Feature
Feedback

### Issue to be solved Many of the tests for the test-framework are in the cadence-tools repo. Because of that, certain regression issues are only caught when updating the downstream...

Technical Debt

### Issue to be solved So the requirement was that, since we ran into issues multiple times with the storage iteration, It might be good to have a way to...

Chore

### Current Behavior As mentioned in the https://github.com/onflow/cadence/pull/2460#issuecomment-1670479115, when a resource array is loaded from storage, all elements seem to be also 'loaded' every time. ### Expected Behavior It should...

Feedback
Technical Debt
Performance

### Issue to be solved Need a way to represent "all entitlements", e.g: something authorized to have the same access as owner-access has. Refer to the discussion here: https://github.com/onflow/cadence/pull/2588#discussion_r1253561051 ###...

Feature
Feedback

### Issue To Be Solved Refer to: https://github.com/onflow/flow-core-contracts/pull/382#discussion_r1326283956 ### Suggest A Solution Determine what is the minimal set of entitlements sufficient for the returned `Account` in the above method.

Technical Debt
SC-Eng