Antonio Salazar Cardozo
Antonio Salazar Cardozo
Convex is also extremely slow, I don't think it times out but it's... Yeah, extremely slow. I noticed this a couple of days ago. I believe it's just the default...
The particular pattern I noticed in that log file is that we first get an `eth_estimateGas` that fails with `transaction reverted`. Then we get an `intrinsic gas too low` error...
For an existing chain, unfortunately no.
What is the contract address?
> A DAU chart where a user is considered "active" if they have signed any type of txn. So currently we only track events when users sign actual transactions. This...
To the point @0xDaedalus made above, we probably want to drop a `.catch` that logs and returns an empty annotation on the `getAnnotation` call in that race, so that an...
Want to flag a concern that persistent rather than ephemeral logs may require much more careful usage of logging functions to avoid increasing the danger if the extension storage is...
To be clear, that bullet refers to not calling `console.*` in production, not disabling logging for export purposes. So folks would still be able to export logs, but if eg...
Thinking quickly: networks carry base asset info, base assets could also include their minimum denomination (or something similar) as a string, with the UI pulling that to display the gas...
What a coincidence, I'm looking at this right now! Tl;dr here is that we decide whether or not a Ledger can sign messages based on a hardcoded set of networks...