Thomas Ruble
Thomas Ruble
The Coin standard should be slimmed down to only include `decimals` and `supply` in its metadata. The fields `name` and `symbol` should be removed. # Justification Metadata should be a...
https://github.com/1inch-exchange/1inch-v2-contracts/blob/72f2812837fdd73ec2d32c8988811df361e80985/contracts/interfaces/IOneInchCaller.sol#L16 Great application. I am trying to understand the arguments to the unimplemented function `makeCalls` here. For a test transaction, I can see that my input to the function has...
It's odd - when I ```js import Maker from "@makerdao/dai" ``` in Vue, everything works fine in the browser. When I do so with Angular 11, I get a whole...
It seems like `processTransaction` works when an account is supposed to be a signer, but there is no signature in the transaction. Is this the expected behavior? And is there...