Deniz Mert Edincik
Deniz Mert Edincik
### ✅ Prerequisites - [x] Did you perform a cursory search of open issues? Is this bug already reported elsewhere? - [x] Are you running the latest SDK version? -...
Closes #989 ## Description Add default implementation support to interface methods. ______ - [X] Targeted PR against `master` branch - [X] Linked to Github issue with discussion and accepted design...
### Issue To Be Solved I think it would be very nice to have ability to have readonly auth reference. There is a very nice pattern used to query data...
### Issue To Be Solved Currently cadence parser is compiled for webassembly, but it can be more effectively can be compiled with gopherJS. [0] I tried running with : `~/go/bin/gopherjs...
### Issue To Be Solved It would be nice to have one of the options below in cadence for an AuthAccount / PublicAccount. - Storage hash ( which is the...
FLIP for new publicAccount method to Cadence to borrow contracts dynamically. ______ For contributor use: - [ ] Targeted PR against `master` branch - [ ] Linked to Github issue...
## Instructions Current implementation of storage fees puts responsibility of maintaining FLOW for storage on user. I guess this can have negative effects on adaptation. I think for end user,...
### Issue To Be Solved Currently storage fees are too complicated for dapps to handle. There is ongoing discussion about new transaction fees ( gas usage etc ). Don't you...
## Instructions Flow has really nice design language, especially the design of flow-playground and dev-wallet is top of its class in my opinion. It would benefit community to open source...
### Issue To Be Solved Many new comers accidentally deploy FungibleToken, NonFungibleToken, NFTStoreFront contracts to their accounts, either because of a mistake or totally because they are uninformed. ### Suggest...