boulder/sa/proto
Aaron Gable d8d5a030f4
SA: Remove NewOrder and NewAuthorizations2 (#6536)
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
2022-12-02 14:34:35 -08:00
..
sa.pb.go SA: Remove NewOrder and NewAuthorizations2 (#6536) 2022-12-02 14:34:35 -08:00
sa.proto SA: Remove NewOrder and NewAuthorizations2 (#6536) 2022-12-02 14:34:35 -08:00
sa_grpc.pb.go SA: Remove NewOrder and NewAuthorizations2 (#6536) 2022-12-02 14:34:35 -08:00
subsets.go Use read-only SA clients in wfe, ocsp, and crl (#6484) 2022-12-02 13:48:28 -08:00