0g-chain/x/harvest/spec
Denali Marsh df2c4271e4
Harvest: refactor deposit type to claim type (#716)
* status: refactor deposit type to claim type

* refactor all deposit types to claim types

* refactor msg withdraw

* update module errors

* refactor querier and rest

* update spec

* update tests

* update handler, alias

* refactor to IterateDepositsByDenom

* v0_12 legacy types

* fix build
2020-11-12 17:43:28 +01:00
..
01_concepts.md typo fixes (#685) 2020-10-11 22:34:07 -04:00
02_state.md rename hvt (#661) 2020-09-25 11:07:20 -04:00
03_messages.md Harvest: refactor deposit type to claim type (#716) 2020-11-12 17:43:28 +01:00
04_events.md Harvest: refactor deposit type to claim type (#716) 2020-11-12 17:43:28 +01:00
05_params.md rename hvt (#661) 2020-09-25 11:07:20 -04:00
06_begin_block.md rename hvt (#661) 2020-09-25 11:07:20 -04:00
README.md rename hvt (#661) 2020-09-25 11:07:20 -04:00

harvest

  1. Concepts
  2. State
  3. Messages
  4. Events
  5. Params
  6. BeginBlock

Abstract

x/harvest is an implementation of a Cosmos SDK Module that will serve as the basis for a cross-chain money market platform. The current version of the module defines how HARD tokens are distributed, while future versions of this module will define lending, borrowing, distribution, incentives, and governance for the money market module.