relab / gorums

Gorums simplify fault-tolerant quorum-based protocols
MIT License
138 stars 14 forks source link

chore: update errors to follow better style and use the %w verb #184

Closed meling closed 8 months ago

meling commented 8 months ago

Some of the errors returned by Gorums do not follow the recommended style. These should be fixed.

meling commented 8 months ago

We may use the following in three more cases in node.go:

return nodeError{nodeID: n.id, cause: err}