Files
laconicd-deprecated/docs
yihuangandFederico Kunze Küllmer 089afe41a8 evm: implement ADR-002 EVM Hooks (#417)
* Allow evm to call native modules through logs

Closes #416

comment

add txHash parameter

review suggestions

add hooks test

* Update x/evm/keeper/hooks.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* Update x/evm/keeper/hooks_test.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* Update x/evm/keeper/keeper.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* Update x/evm/keeper/keeper.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* Update x/evm/keeper/keeper.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* use table tests

* update adr comment

* update adr

* changelog

* Update CHANGELOG.md

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2021-09-02 12:36:33 +00:00
..
2021-08-30 14:57:46 +00:00
2021-08-26 10:08:11 +00:00
2021-08-30 14:57:46 +00:00
2021-08-24 00:39:10 +00:00
2021-08-26 15:21:43 +00:00
2021-08-17 17:29:37 +00:00
2021-08-26 18:06:44 +00:00
2021-08-30 14:57:46 +00:00
2021-08-24 00:39:10 +00:00
2021-04-17 12:00:07 +02:00
2021-06-22 06:49:18 -04:00
2021-08-18 11:09:50 +00:00
2021-08-24 00:39:10 +00:00

Ethermint Documentation

Get Started

Reference

  • Basics: Documentation on the basic concepts of Ethermint, like the standard anatomy of an application, the transaction lifecycle and accounts management.
  • Core: Documentation on the core concepts of Ethermint, like encoding, and events.
  • Building Modules: Important concepts for module developers like messages, keepers, handlers and queriers.
  • Interfaces: Documentation on building interfaces for Ethermint applications.

Other Resources

Contribute

See this file for details of the build process and considerations when making changes.