docs: ADR-002 EVM hooks (#429)

* Add adr-002 evm hooks proposal

* add bank send hook example

* fix typo

* add more details to the adr

* polishes

* add comments and missing sections

* explain the error translation

* update working, add consequences

* add reference to staking module hooks

* add ApplyTransaction snippet
This commit is contained in:
yihuang
2021-09-01 06:11:52 -04:00
committed by GitHub
parent 516ffe2bf1
commit 7f70429ac2
2 changed files with 211 additions and 4 deletions
+2 -4
View File
@@ -34,7 +34,5 @@ Please add a entry below in your Pull Request for an ADR.
## ADR Table of Contents
<!--
Add an entry in the following format:
- [ADR XXX: ADR Title](./adr-XXX-adr-title.md)
-->
- [ADR 001: State](adr-001-state.md)
- [ADR 002: EVM Hooks](adr-002-evm-hooks.md)