Paul M Fox
Paul M Fox
Adding a `WithLogger(Logger)` helper function would be ideal! I think, though, that it might require a more substantial rewrite of the context package: the struct `ctx` implements `Context` by embedding...
Hello! No worries, I've been busy too! Since it's already used everywhere, adding `WithField` to the `Logger` interface makes total sense. There's significant utility in being able to add meta...
This is definitely going to need e2e tests!
I don't think this will work, because it needs to use the multisig.
This feature needs documentation (see https://docs.kowala.tech/advanced/minting-tokens/).
#797 is merged now. I'll look into solidity debugging
There's now an issue for the solidity error tracer: #802.
The first part of this (the binary updating itself) is working. I'm moving this to the next milestone for the other parts.
@jmatosp: That's a good first step, but it would be idea if the binary could (optionally) auto-update itself while running and then exit, and the docker image could restart it....
We currently use the ethereum default price for gas. There is also a section in the whitepaper called _Compute Fee_ that outlines the expected costs. What price should we choose...