+8
-7
identity/identity.go
+8
-7
identity/identity.go
······
+11
-12
plc/client.go
+11
-12
plc/client.go
···-func (c *Client) CreateDID(ctx context.Context, sigkey *crypto.PrivateKeyK256, recovery string, handle string) (string, *PlcOperation, error) {+func (c *Client) CreateDID(ctx context.Context, sigkey *crypto.PrivateKeyK256, recovery string, handle string) (string, *Operation, error) {···············-func (c *Client) FormatAndSignAtprotoOp(sigkey *crypto.PrivateKeyK256, op PlcOperation) (*PlcOperation, error) {
+10
-10
plc/types.go
+10
-10
plc/types.go
···
+22
-3
server/handle_identity_update_handle.go
+22
-3
server/handle_identity_update_handle.go
······-op, err := s.plcClient.FormatAndSignAtprotoOp(k, req.Handle, latest.Operation.RotationKeys, &latest.Cid)