HackDays DevX Friction Points #1659
Labels
Tag: TechDebt
Technical debt that needs to be addressed
Team: Protocol
Protocol Core, Sentinel, Peripherals, Protocol Infrastructure Tools & DevOps
A list of friction points experienced when building on Superfluid during hack days:
Not supporting permit in our TestToken ([ETHEREUM-CONTRACTS] Make TestToken support permit #1664)Foundry installation instructions are overcomplicated because of previous foundry issueSuperToken contract does not expose_underlyingDecimals
and_toUnderlyingAmount
, should be exposed with a getter function for_underlyingDecimals
and an externaltoUnderlyingAmount
function ([ETHEREUM-CONTRACTS] expose Supertoken underlying information #1663)(added this to the docs)SuperTokenV1Library
functions must usevm.startPrank
instead ofvm.prank
: we know this internally, but this should be mentioned to end-user devsThe text was updated successfully, but these errors were encountered: