Baseapp recovery middleware (#6053)

* baseapp: custom panic handling withing app.runTx method

* baseapp: recovery middleware chain unit test added

* CHANGELOG.md update

* ADR-22 link added; godocs update

* CHANGELOG.md: ADR-022 url fix

* CoreDocs added for custom panic recovery middleware
This commit is contained in:
Mikhail Kornilov
2020-06-05 16:48:18 +00:00
committed by GitHub
parent 1e6953ccdf
commit ced080af95
7 changed files with 266 additions and 21 deletions
+1
View File
@@ -16,5 +16,6 @@ This repository contains reference documentation on the core concepts of the Cos
6. [Encoding](./encoding.md)
7. [Events](./events.md)
8. [Object-Capabilities](./ocap.md)
9. [RunTx recovery middleware](./runtx_panics.md)
After reading about the core concepts, head on to the [Building Modules documentation](../building-modules/README.md) to learn more about the process of building modules.