0g-chain/x/bep3/keeper
Kevin Davis 5fc85f10a6
Add rate limiting to bep3 assets (#623)
* feat: use only module account for bep3 txs

* wip: add time-based supply limits

* add tests and sims

* update genesis tests

* fix migration, committee tests

* update migrations

* fix: set previous block time in begin block

* update store decoder

* add additional bep3 params to committee

* revert incorrect rebase changes

* add migration test

* address review comments
2020-08-26 22:05:27 -04:00
..
asset_test.go Add rate limiting to bep3 assets (#623) 2020-08-26 22:05:27 -04:00
asset.go Add rate limiting to bep3 assets (#623) 2020-08-26 22:05:27 -04:00
integration_test.go Add rate limiting to bep3 assets (#623) 2020-08-26 22:05:27 -04:00
keeper_test.go Add rate limiting to bep3 assets (#623) 2020-08-26 22:05:27 -04:00
keeper.go Add rate limiting to bep3 assets (#623) 2020-08-26 22:05:27 -04:00
params_test.go BEP3: support multiple assets (#616) 2020-08-17 11:06:59 -04:00
params.go Add rate limiting to bep3 assets (#623) 2020-08-26 22:05:27 -04:00
querier_test.go Add rate limiting to bep3 assets (#623) 2020-08-26 22:05:27 -04:00
querier.go BEP3: support multiple assets (#616) 2020-08-17 11:06:59 -04:00
swap_test.go Add rate limiting to bep3 assets (#623) 2020-08-26 22:05:27 -04:00
swap.go Add rate limiting to bep3 assets (#623) 2020-08-26 22:05:27 -04:00