ark-network / ark

Ark is a layer-two protocol designed to scale Bitcoin transactions
https://arkdev.info
MIT License
80 stars 18 forks source link

Panic recovery #372

Closed sekulicd closed 1 week ago

sekulicd commented 2 weeks ago

This adds panic recovery in applicaition layer for methods that starts before grpc server, which therefore are not covered with gprc interceptor panic recovery middleware.

This closes #360

@tiero @altafan @louisinger please review.

altafan commented 2 weeks ago

@sekulicd please sync with master and drop the committed .idea/ folder

sekulicd commented 2 weeks ago

@sekulicd please sync with master and drop the committed .idea/ folder

Done