Coder Social home page Coder Social logo

Comments (6)

alilloig avatar alilloig commented on July 30, 2024

@bluesign what do you think about this? I may be more worried about safeDeposit since someone could try to screw on purpose some dapp transactions that is relying on the method to ever panic. I'm probably more ok with addNewVaultsByPath since if we change the method to just skip instead of panic you will need to check on a script latter if all your vaults were actually added, so I like it how it is.

from flow-ft.

satyamakgec avatar satyamakgec commented on July 30, 2024

@bluesign what do you think about this? I may be more worried about safeDeposit since someone could try to screw on purpose some dapp transactions that is relying on the method to ever panic. I'm probably more ok with addNewVaultsByPath since if we change the method to just skip instead of panic you will need to check on a script latter if all your vaults were actually added, so I like it how it is.

I do want to understand the downside of this bug, If let's say the path is not linked anymore then what happens when you borrow the capability? It will panic? or just not borrow it and returns nil?

from flow-ft.

alilloig avatar alilloig commented on July 30, 2024

If the capability has been unlinked borrow will just return nil, but if instead, without unlinking, you load the resource that is stored under the storage path pointed by the capability, and then store there some other resource that do not implement the type of the capability, the borrow method will panic. This could be skipped by calling check on the capability first, but there's also ways of making check panic onflow/cadence#2264

With capability controllers, I believe the new borrow() method from the CapCon won't panic at all onflow/flow#798 (comment)

from flow-ft.

bluesign avatar bluesign commented on July 30, 2024

btw I think this panicking behaviour is a feature, otherwise returning nil can have 2 meanings: it is empty or different type stored.

ref: onflow/cadence#1247

from flow-ft.

satyamakgec avatar satyamakgec commented on July 30, 2024

Yeah I also think panic is a feature here, And let's say panic happens, then isn't it good that the transaction failed and not jeopardise funds? Maybe you want that transaction would never fail, as some attacker can abuse this feature and never let the transaction succeed.

from flow-ft.

alilloig avatar alilloig commented on July 30, 2024

Probably the best change here will be to clearly explain in which situations this methods could panic so developers using them are well aware of it.

A deposit method that will ever panic would be useful for paying royalties, that was my original thought about this

from flow-ft.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.