Delete the NewOrder and NewAuthorizations2 methods from the SA's gRPC interface. These methods have been replaced by the unified NewOrderAndAuthzs method, which performs both sets of insertions in a single transaction. Also update the SA and RA unittests to not rely on these methods for setting up test data that other functions-under-test rely on. In most cases, replace calls to NewOrder with calls to NewOrderAndAuthzs. In the SA tests specifically, replace calls to NewAuthorizations2 with a streamlined helper function that simply does the single necessary database insert. Fixes #6510 Fixes #5816 |
||
|---|---|---|
| .. | ||
| sa.pb.go | ||
| sa.proto | ||
| sa_grpc.pb.go | ||
| subsets.go | ||