fission-codes / go-car-mirror

Generic Go implementation of the CAR Mirror protocol
Apache License 2.0
4 stars 0 forks source link

Handle BlockNotFound in MockStore, and protect with mutex #7

Closed justindotpub closed 1 year ago

justindotpub commented 1 year ago

After rebasing I'm having some deadlock issues. Moving just the block not found handling to https://github.com/fission-codes/go-car-mirror/pull/8 and will circle back with mutex changes after.