this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

standardize error messages

+1 -1
+1 -1
util/readrecordbs.go
··· 52 52 } 53 53 54 54 func (bs *ReadRecordBstore) DeleteBlock(ctx context.Context, c cid.Cid) error { 55 - return fmt.Errorf("deletes not supported") 55 + return fmt.Errorf("deletes not allowed on read-record blockstore") 56 56 } 57 57 58 58 func (bs *ReadRecordBstore) Put(context.Context, blockformat.Block) error {