Laurence McFarlane

Results 8 comments of Laurence McFarlane

I would be interested in trying to do this. Do you have any directions/hints?

@rolandshoemaker I would be interested in implementing this. Is it still reverent?

@rolandshoemaker @jsha I would be interested in implementing this, so I was wondering if it is still relevant, and what information you think would be good to keep in the...

No problem. So from my understanding of the issue you would want validation record similar to below for now? Do you have any preferences on the format? ```json [ {...

@cpu No problem, I'll close #3806 and have a go at doing this way. So to confirm we want to add a new json column to the `pendingAuthorizations` and `authz`...

If we want to have a separate table for CAA, then due to the many-to-one relationship I think we can avoid having a column in either `pendingAuthorizations` or `authz`. These...

> In terms of the schema I think the ID should be a BIGINT(20) NOT NULL AUTO_INCREMENT and the rest of the fields should be NOT NULL instead of DEFAULT...

I've been working on implementing this and had a question about the best way to do it. We need to add a new RPC between the RA and SA to...