Deniz Mert Edincik
Deniz Mert Edincik
### Current Behavior `let ref = self.nftProviderCapability.borrow()!.borrowNFT(self.details.nftID)` becomes `let ref = (self.nftProviderCapability.borrow()!).borrowNFT(self.details.nftID)` ### Expected Behavior `let ref = self.nftProviderCapability.borrow()!.borrowNFT(self.details.nftID)` ### Steps To Reproduce 1. try to pretty print above example...
## 🐞 Bug Report With stable cadence emulator ( Version: v1.5.0-stable-cadence.2 ) , created new accounts does not have capabilities controller set up correctly. cc: @SupunS ## Reproduction steps Steps...
WIP ## Description ______ For contributor use: - [ ] Targeted PR against `master` branch - [ ] Linked to GitHub issue with discussion and accepted design OR link to...
## Description Added rollback and snapshot support for remote storage Remote storage now can use any storage backend ( redid etc ) Added some sanity checks ( don't query blocks...
I think it would be better to use cadence parser instead of regex. while parsing imports, parameters etc. It just has something like less than 3M overhead when complied with...
Currently it is possible to republish someone else's capability via new capabilities API, I think it makes sense to keep old restriction. There are a lot of scenarios ( voting,...
### Issue to be solved It may be good idea to remove it, this will allow conditional event emitting etc. ### Suggested Solution I think removing should be safe, but...
### Issue To Be Solved ### (Optional): Suggest A Solution It would be nice to have an option to import an address with all contracts and dependencies from network.
### Issue To Be Solved It would be very nice to specify a flag and get staged contracts instead of deployed ones for dependency manager. It would help great with...
## 🐞 Bug Report it is missing some contracts like FungibleTokenMetadataViews, FungibleTokenSwitchboard etc.