0g-chain/x/earn/keeper
drklee3 3375484f79
Update deprecated Cosmos methods (#1530)
* Use cosmossdk.io/errors for deprecated error methods

* Update error registration with cosmossdk.io/errors

* Use cosmossdk.io/math for deprecated sdk.Int alias

* Fix modified proto file

* Update sdk.Int usage in swap hooks

* Update e2e test deprecated method usage
2023-04-05 16:21:59 -07:00
..
deposit_test.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
deposit.go fix: Use correct share values for earn incentive hooks (#1347) 2022-10-12 14:35:09 -07:00
grpc_query_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
grpc_query.go add total supply queries for earn, savings, liquid (#1384) 2022-11-08 12:43:26 -05:00
hooks_test.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
hooks.go Add savings strategy (#1290) 2022-09-12 10:50:35 -07:00
invariants_test.go Add savings strategy (#1290) 2022-09-12 10:50:35 -07:00
invariants.go Add savings strategy (#1290) 2022-09-12 10:50:35 -07:00
keeper.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
msg_server_test.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
msg_server.go feat: add proposals for community pool deposits/withdrawals (#1304) 2022-09-29 18:01:06 +01:00
params.go Add savings strategy (#1290) 2022-09-12 10:50:35 -07:00
proposal_handler_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
proposal_handler.go remove x/community references (#1454) 2023-01-26 10:01:28 -07:00
strategy_hard_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
strategy_hard.go Add savings strategy (#1290) 2022-09-12 10:50:35 -07:00
strategy_savings_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
strategy_savings.go Add savings strategy (#1290) 2022-09-12 10:50:35 -07:00
strategy.go Add savings strategy (#1290) 2022-09-12 10:50:35 -07:00
vault_record.go Update Earn vaults to use sdk.Dec shares (#1283) 2022-09-12 09:23:26 -07:00
vault_share_record_test.go Update Earn vaults to use sdk.Dec shares (#1283) 2022-09-12 09:23:26 -07:00
vault_share_record.go Add savings strategy (#1290) 2022-09-12 10:50:35 -07:00
vault_share_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
vault_share.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
vault_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
vault.go Add savings strategy (#1290) 2022-09-12 10:50:35 -07:00
withdraw_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
withdraw.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00