sedaprotocol / seda-chain

SEDA chain network
GNU General Public License v3.0
17 stars 9 forks source link

refactor: Refactor module error handling #333

Closed hacheigriega closed 1 month ago

hacheigriega commented 1 month ago

Explanation of Changes

This PR improves consistency of overall error handling in module code (excluding CLI code, tests, and proto-generated code).

Closes #331 - Logging strategy in module code is already uniform.