Daniel Que
Daniel Que
You have a good point about the cost of DELEGATECALL. As @JohannesMayerConda alluded to, more complex projects can't fit all functionality into a single contract due to the block gas...
FYI most reputable tokens and protocols use OpenZeppelin's SafeMath, which is a library. The cost of gas is deemed acceptable for most projects out there.
Truffle version is 4.1.7. Unfortunately I don't have source I can post but if I come across this again I'll add to this thread.
What about debugging transactions from a testnet or mainnet with source code? I believe I saw a mention of it somewhere. I don't know what the technical limitation is, so...
> can I rewrite this issue to be the central point of reference for debugging tests? Of course. > Truffle reverts Ganache after each test suite, so your transactions disappear...
Ctrl+Q is the default "Quit" keyboard shortcut for most programs in Ubuntu. Thanks for this package btw!