Amit Ishairzay

Results 8 issues of Amit Ishairzay

Something to call out: I named the env variable `TOPSHOTROYALTYADDRESS`. I did not find somewhere to set env variables per environment, but when being deployed this env variable should be...

### Issue To Be Solved Currently the following examples (and similar examples) do NOT work: ```cadence let runTimeType: Type = Type() signer.link(/public/testpath, target: /storage/testpath) ``` And ```cadence let runTimeType: Type...

Feature
Feedback

### Issue To Be Solved When creating links, many collections are improperly not linking all interfaces, or may forget to properly link an interface during a user's creation of their...

Feature
Feedback

**Describe the bug** If a program runs into an exception of any kind, any logs that were to have happened during the execution of the running Cadence will not be...

Bug

### Issue To Be Solved This issue is similar to the following issue which mentions the need for a try/catch functionality in Cadence: https://github.com/onflow/cadence/issues/1874 I understand that allowing a transaction...

Feature
Feedback

### Issue To Be Solved Resources on cadence should be `deletable` regardless of if they're `loadable`. For example, please reference the following TX: ``` transaction( ) { prepare(acct: AuthAccount) {...

Feature
Feedback

The cadence 1.0 upgrades do NOT contain any changes for the UI to point to previewnet, all catalog addition requests, etc should be done with transactions for the time-being. Also,...

As https://github.com/dapperlabs/nft-catalog/pull/135 points out, we need a way to deprecate use of the getCatalog function, and have all consumers update to a new way to pull all information from the...