Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ad6ef76979 
							
						 
					 
					
						
						
							
							fix: set interest last updated to previous accrual time, not block time ( #829 )  
						
						
						
					 
					
						2021-02-16 07:43:21 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8d3d877aa 
							
						 
					 
					
						
						
							
							check borrow err ( #828 )  
						
						
						
					 
					
						2021-02-15 08:30:41 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							94999b6b02 
							
						 
					 
					
						
						
							
							Incentive module: accounts should only be able to claim their own rewards ( #826 )  
						
						... 
						
						
						
						* make rewards only claimable by sender
* remove 'owner' from cli for incentive claims 
						
					 
					
						2021-02-15 08:29:00 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							15da55b451 
							
						 
					 
					
						
						
							
							Hard Audit: refresh borrow/deposit after syncing ( #824 )  
						
						... 
						
						
						
						* refresh borrow/deposit after syncing
* revisions 
						
					 
					
						2021-02-12 21:56:03 +01:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a5b72363d0 
							
						 
					 
					
						
						
							
							Hard Audit: decrement total borrowed on liquidation ( #823 )  
						
						... 
						
						
						
						* decrement total borrow on liquidation
* copy kevin's decrement changes
* check error in liquidation
* extend decrement borrowed changes
* mimic negative check on the supplied coins side
* update liquidation test 
						
					 
					
						2021-02-12 13:07:32 -07:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e39c1d0a8 
							
						 
					 
					
						
						
							
							fix: account for start time in calculating time elapsed ( #821 )  
						
						
						
					 
					
						2021-02-12 08:30:10 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fe2a131b31 
							
						 
					 
					
						
						
							
							Hard Audit: add minimum borrow USD value ( #822 )  
						
						... 
						
						
						
						* add module param MinimumBorrowUSDValue
* borrow/repay min limit restrictions
* add borrow/repay test cases
* update tests with new module params
* update timelock test with param
* update withdraw LTV test
* remove unused GetCurrentBorrowUSDValue method
* commit to prompt CircleCI run 
						
					 
					
						2021-02-12 08:28:05 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd7a227030 
							
						 
					 
					
						
						
							
							Query Hard module's supply/borrow APYs ( #816 )  
						
						... 
						
						
						
						* calculate estimated apy from internal spy
* implement interest rate query 
						
					 
					
						2021-02-10 10:53:53 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							802ed36846 
							
						 
					 
					
						
						
							
							remove auction size param ( #815 )  
						
						
						
					 
					
						2021-02-10 07:59:23 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f43e6336e 
							
						 
					 
					
						
						
							
							permissioned incentive claims ( #814 )  
						
						
						
					 
					
						2021-02-10 07:58:05 -07:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bc1fab7836 
							
						 
					 
					
						
						
							
							fix: renumber error messages ( #812 )  
						
						
						
					 
					
						2021-02-10 07:57:28 -07:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e351e20727 
							
						 
					 
					
						
						
							
							fix: collateral param permission ( #813 )  
						
						
						
					 
					
						2021-02-10 07:57:02 -07:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							04b65e1d4e 
							
						 
					 
					
						
						
							
							fix: export synced deposits/borrows ( #811 )  
						
						... 
						
						
						
						* fix: export synced deposits/borrows
* fix: epxort synced cdps 
						
					 
					
						2021-02-10 07:56:38 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b620275165 
							
						 
					 
					
						
						
							
							Hard Audit: remove liquidation account from Hard module ( #810 )  
						
						... 
						
						
						
						* remove liquidator macc
* remove legacy if statement 
						
					 
					
						2021-02-09 13:33:58 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7465c643b8 
							
						 
					 
					
						
						
							
							decrement/increment coin counters on auctions ( #809 )  
						
						
						
					 
					
						2021-02-09 13:32:28 -07:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7d4235ca87 
							
						 
					 
					
						
						
							
							fix: don't accumulate if borrow interest rounds to zero ( #808 )  
						
						
						
					 
					
						2021-02-09 10:11:12 -07:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							58db05f8e2 
							
						 
					 
					
						
						
							
							fix: set reward indexes in init genesis and zero them out on export genesis ( #807 )  
						
						
						
					 
					
						2021-02-08 17:32:54 -07:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e9eb5ea20c 
							
						 
					 
					
						
						
							
							genesis updates for incentive migration ( #806 )  
						
						
						
					 
					
						2021-02-08 13:47:29 -07:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							176c1973d3 
							
						 
					 
					
						
						
							
							fix: valid default genesis state ( #805 )  
						
						
						
					 
					
						2021-02-08 08:00:37 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							44d4d19565 
							
						 
					 
					
						
						
							
							fix incentive rewards query REST res ( #802 )  
						
						
						
					 
					
						2021-02-08 07:14:25 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c60365f12e 
							
						 
					 
					
						
						
							
							call both incentive hooks ( #804 )  
						
						
						
					 
					
						2021-02-08 07:13:30 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0edbdf968e 
							
						 
					 
					
						
						
							
							hotfix ( #803 )  
						
						
						
					 
					
						2021-02-08 13:57:02 +01:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5af50e1a2d 
							
						 
					 
					
						
						
							
							Hard Audit: enable users to repay another account's borrows ( #801 )  
						
						... 
						
						
						
						* add owner to repay msg
* pass owner and sender to repay function
* make owner arg an optional flag
* make owner optional for REST 
						
					 
					
						2021-02-08 13:51:42 +01:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b2cfa6d1a 
							
						 
					 
					
						
						
							
							Hard Audit: remove LTV index from Hard module ( #800 )  
						
						... 
						
						
						
						* remove LTV index
* remove LTV param
* remove LTV param from tests
* remove LTV index from tests
* fix incentive hook not called before sync 
						
					 
					
						2021-02-08 13:23:37 +01:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c8d4c02fb7 
							
						 
					 
					
						
						
							
							Remove unused Hard module accounts ( #796 )  
						
						... 
						
						
						
						* remove unused hard module accs
* update tests
* update migration for compile
* maintain migration 
						
					 
					
						2021-02-05 12:45:37 +01:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0343edf0d0 
							
						 
					 
					
						
						
							
							Hard Audit: fix duplicate supply/borrow index factors ( #794 )  
						
						... 
						
						
						
						* types: set/get interest factor
* delete 0 balance index factors from deposit
* types: set/get borrow interest factor
* delete 0 balance index factors from borrow
* delete index factor directly 
						
					 
					
						2021-02-05 12:31:38 +01:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d6e730368 
							
						 
					 
					
						
						
							
							address issues from audit ( #793 )  
						
						
						
					 
					
						2021-02-04 11:35:24 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be498c72f5 
							
						 
					 
					
						
						
							
							sync supply interest before ValidateBorrow ( #798 )  
						
						
						
					 
					
						2021-02-04 17:54:13 +01:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9fa83f0a1e 
							
						 
					 
					
						
						
							
							remove GetPreviousBlockTime/SetPreviousBlockTime ( #797 )  
						
						
						
					 
					
						2021-02-04 17:54:01 +01:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							facb357fe9 
							
						 
					 
					
						
						
							
							return err in ValidateBorrow ( #799 )  
						
						
						
					 
					
						2021-02-04 17:53:50 +01:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							754c018f04 
							
						 
					 
					
						
						
							
							Incentive module multiple reward denom tests ( #788 )  
						
						... 
						
						
						
						* types: multiple rewards
* supply-side reward keeper methods
* remove legacy comments
* update hard claim reward to coins type
* borrow-side reward keeper methods
* update claim payout to sdk.Coins
* make tests compile
* fix genesis validation for compile
* comment out failing tests
* fix ! found logic
* accumulate hard supply rewards (single)
* sync hard supply rewards (single)
* update hard borrow/supply index denoms
* accumulate hard borrow rewards (single)
* sync hard borrow rewards (single)
* sync hard delegator rewards
* payout hard claim (single)
* accumulate hard supply rewards (multiple)
* sync hard supply rewards (multiple)
* update hard supply index denoms (multiple)
* update hard borrow index denoms (multiple)
* accumulate hard borrow rewards (multiple)
* sync hard borrow rewards (multiple)
* fix denom
* remove comment
* fix merge
* payout hard reward (multiple)
Co-authored-by: karzak <kjydavis3@gmail.com> 
						
					 
					
						2021-02-03 23:23:53 +01:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0c1fa5d27b 
							
						 
					 
					
						
						
							
							emit hard liquidation event ( #790 )  
						
						
						
					 
					
						2021-02-03 23:23:17 +01:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7be0c8b48e 
							
						 
					 
					
						
						
							
							decrement supplied coins ( #791 )  
						
						
						
					 
					
						2021-02-03 23:23:03 +01:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cfb9e0cb76 
							
						 
					 
					
						
						
							
							add liquidate msg to codec ( #792 )  
						
						
						
					 
					
						2021-02-03 23:22:51 +01:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dd3470260d 
							
						 
					 
					
						
						
							
							add v0.13 legacy types for kava-5 ( #784 )  
						
						
						
					 
					
						2021-02-02 15:10:57 -07:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6118876074 
							
						 
					 
					
						
						
							
							[R4R] fix: match reward payouts to current harvest v1 payouts ( #786 )  
						
						... 
						
						
						
						* fix: payout rewards on 1st or 15th of month
* backport payout test
* fix: add default case 
						
					 
					
						2021-02-02 15:10:32 -07:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							37be34b4d6 
							
						 
					 
					
						
						
							
							fix: replace is zero time check ( #787 )  
						
						
						
					 
					
						2021-02-02 14:42:51 -07:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							71f60ec4d9 
							
						 
					 
					
						
						
							
							fix: update synchronize claim method ( #789 )  
						
						
						
					 
					
						2021-02-02 14:42:01 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9b52154409 
							
						 
					 
					
						
						
							
							Accrue Hard module rewards in multiple coin denoms ( #785 )  
						
						... 
						
						
						
						* types: multiple rewards
* supply-side reward keeper methods
* remove legacy comments
* update hard claim reward to coins type
* borrow-side reward keeper methods
* update claim payout to sdk.Coins
* make tests compile
* fix genesis validation for compile
* comment out failing tests
* fix ! found logic 
						
					 
					
						2021-02-02 09:17:46 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							58494fe357 
							
						 
					 
					
						
						
							
							Hard: fix liquidation engine ( #771 )  
						
						... 
						
						
						
						* initial
* liquidation debugging
* max lot == macc coin balance
* add print statements
* add test for pricefeed liquidation scenarios
* skip zero lot
* add insolvency liquidation test scenario
* remove debugging statements
* fix tests after rebase
Co-authored-by: karzak <kjydavis3@gmail.com> 
						
					 
					
						2021-02-01 14:13:17 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b5e02fde35 
							
						 
					 
					
						
						
							
							Hard incentive reward querier updates for acceptance ( #782 )  
						
						... 
						
						
						
						* simulate hard reward sync for querier
* test hard sync simulations
* simulate usdx minting sync for querier
* test usdx minting reward simulation 
						
					 
					
						2021-01-29 13:32:07 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							92a2425668 
							
						 
					 
					
						
						
							
							Query rewards via incentive module ( #781 )  
						
						... 
						
						
						
						* query rewards types
* query rewards keeper
* query rewards cli/rest
* query rewards alias
* implement branched query
* mirror changes in rest querier
* clean up rest querier 
						
					 
					
						2021-01-27 14:33:36 +01:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3a08fc582b 
							
						 
					 
					
						
						
							
							Incentive PR 4: claim Hard rewards via the Incentive module ( #780 )  
						
						... 
						
						
						
						* claim hard reward keeper methods
* test hard claim payout
* claim hard rewards via cli
* query hard claims via cli
* rest txs and queries
* add handler test
* add claim type event field 
						
					 
					
						2021-01-26 12:52:34 +01:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							72a6df17fd 
							
						 
					 
					
						
						
							
							Hard: Kava delegators earn HARD rewards via the Incentive module ( #776 )  
						
						... 
						
						
						
						* add staking keeper to incentive module
* update hard with delegator methods
* add delegator methods to incentive
* implement delegator hook scaffolds
* implement hard delegator reward accumulation
* update claim names to delegator
* stakingKeeper expected keeper methods
* accumulate delegator rewards
* initialize delegator reward
* synchronize delegator reward
* add TODO comments to rewards
* implement staking hooks interface
* initial revisions
* remove outdated TODO
* update methods for test compatibility
* update method names for test compatibility
* implement initial accumulate delegator reward test
* attempt validator set up in staking module
* initial synchronize delegator reward test
* delegator accumulation test passing
* synchronize delegator rewards test (not passing)
* synchronize delegator rewards passing
* revisions 
						
					 
					
						2021-01-25 13:58:12 +01:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc330d02bf 
							
						 
					 
					
						
						
							
							Update hard genesis state ( #777 )  
						
						... 
						
						
						
						* feat: update hard genesis state and init/export methods
* address review comments 
						
					 
					
						2021-01-22 22:17:40 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f89b8797ed 
							
						 
					 
					
						
						
							
							Clean up leftover Hard module claim types/queries ( #775 )  
						
						... 
						
						
						
						* clean up types
* clean up client/rest
* clean up alias
* remove LP/Gov schedule errors
* clean up claim multipliers 
						
					 
					
						2021-01-21 18:38:52 +01:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4eef80b47f 
							
						 
					 
					
						
						
							
							[R4R] CDP module migrations from v0.11 -> v0.13 ( #769 )  
						
						... 
						
						
						
						* remove references to savings rate
* removing savings rate module account in auth migration
* use compact json
* fix non-determinism is cdp migration 
						
					 
					
						2021-01-21 10:37:35 -07:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							92afaf6ca0 
							
						 
					 
					
						
						
							
							add query for all current prices ( #768 )  
						
						
						
					 
					
						2021-01-21 10:36:51 -07:00 
						 
				 
			
				
					
						
							
							
								Ruaridh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1ffe763f90 
							
						 
					 
					
						
						
							
							Minor docs updates ( #774 )  
						
						... 
						
						
						
						* remove link to old migration docs
* update readmes to latest version 
						
					 
					
						2021-01-21 17:14:24 +00:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e6f6d1e9c 
							
						 
					 
					
						
						
							
							Incentive/Hard rebase to master ( #773 )  
						
						... 
						
						
						
						* spike: incentive/types
* spike: incentive/types tests
* spike: incentive/types/expected_keepers.go
* spike: incentive/keeper
* spike: incentive/keeper tests
* spike: incentive/sims and incentive/sims tests
* spike: incentive/module
* spike: incentive/module tests
* spike: hard/types
* spike: hard/types hooks
* spike: hard/types
* spike: hard/keeper basics
* spike: hard/keeper hooks
* integrate hard/keeper/borrow.go
* integrate hard/keeper/deposit.go
* integrate hard/keeper/liquidation.go
* integrate hard/keeper/withdraw.go
* integrate hard/keeper/repay.go
* spike: hard/sims
* spike: hard/sims tests
* spike: hard/client
* spike: hard/module
* integrate app.go
* spike: x/hard/keeper compile tests
* incentive/keeper test clean up
* validate usdx incentive types in genesis
* refactoring & fix deposit test
* fix liquidaton tests
* fix incentive tests for hard supply rewards
* fix hard genesis tests
* update incentive genesis state and params
* update cdp rewards accumulation
* update app init order and begin blocker order
Co-authored-by: karzak <kjydavis3@gmail.com> 
						
					 
					
						2021-01-21 14:52:09 +01:00