Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							21cf7685df 
							
						 
					 
					
						
						
							
							don't sync borrow on deposit - it's redundant ( #876 )  
						
						 
						
						
						
					 
					
						2021-03-15 09:29:13 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							72bfee6523 
							
						 
					 
					
						
						
							
							Minor best practices edits in Hard module  ( #877 )  
						
						 
						
						... 
						
						
						
						* put err return inside conditional
* check error type instead of error msg string 
						
					 
					
						2021-03-15 09:15:19 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							829aed5256 
							
						 
					 
					
						
						
							
							fix: decrement coins for supply/borrow properly ( #862 )  
						
						 
						
						... 
						
						
						
						* fix: decrement coins for supply/borrow properly
* fix: decrement keeper liquidation reward coins from hard total supply (#865 )
* fix: use proper safe subtraction for withdraw/repay methods
* fix: decrement keeper liquidation rewards from total supply
* address review comments 
						
					 
					
						2021-03-10 10:56:08 -07: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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c60365f12e 
							
						 
					 
					
						
						
							
							call both incentive hooks ( #804 )  
						
						 
						
						
						
					 
					
						2021-02-08 07:13:30 -07: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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							34a7172581 
							
						 
					 
					
						
						
							
							Hard: refactor borrow/borrows and deposit/deposits query ( #761 )  
						
						 
						
						... 
						
						
						
						* refactor cli borrows query
* rest api feature parity for borrows query
* refactor deposits cli query
* remove deposit/borrow query names from types
* add named deposit/borrow queries back into types
* rest api feature parity for deposits query
* load synced deposit instead of synced balance
* deposits query returns synced deposits
* borrows query returns synced borrows
* refactor querier types
* update comment for accuracy
* add deposit/borrow slice types
* refactor 'borrowed' query
* implement 'deposited' query types
* implement 'deposited' query keeper function
* implement 'deposited' query CLI
* implement 'deposited' query rest endpoint
* update naming conventions to 'total' 
						
					 
					
						2021-01-13 19:14:58 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bc110ce609 
							
						 
					 
					
						
						
							
							Hard: LTV index refactor ( #758 )  
						
						 
						
						... 
						
						
						
						* add set/delete/update ltv methods
* refactor borrow logic
* basic updates to keeper logic for compile
* Add deposit index set/delete/update keeper methods
* refactor deposit logic
* refactor repay logic
* update withdraw logic
* introduce DeleteDepositBorrowAndLtvIndex
* remove unused bool from AttemptKeeperLiquidation
* remove comments (transitioned to asana cards)
* catch multiple error types in liquidation loop 
						
					 
					
						2021-01-07 22:40:25 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38306e5465 
							
						 
					 
					
						
						
							
							add deposit balance query ( #759 )  
						
						 
						
						
						
					 
					
						2021-01-07 17:22:00 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f7a73c9245 
							
						 
					 
					
						
						
							
							Hard: suppliers earn interest ( #749 )  
						
						 
						
						... 
						
						
						
						* update to borrow interest factor
* add supply interest factor to accrue interest
* supply interest factor keeper methods
* fix potential bug with user borrow indexing
* sync supply interest on deposit/withdraw
* separate withdraw/deposit
* relocate interest sync methods
* update comment
* simplify supply interest statement
* check truncated int not zero
* add .sub(storedAmount) back
* add store key suppliedcoins
* increment/decrement supplied coins
* update withdraw with new accounting
* update withdraw test
* catch repay edge case
* unit tests
* TestSupplyInterest scaffolding
* test notes
* temp: interest test
* example test
* changes, test checks more state
* fix: calculate supply interest directly
* fix: catch divide by zero
* add state checks back into interest test
* add snapshot test cases
* test owed supplied interest paid at correct ratio
* test user supply syncs user's borrow interest
* remove print statements and clean up
* refactor indented logic
* test supply/borrow multiple coins
* update decoder test
Co-authored-by: karzak <kjydavis3@gmail.com> 
						
					 
					
						2021-01-07 11:23:05 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							477b937039 
							
						 
					 
					
						
						
							
							Hard: withdraws limited by ltv ( #747 )  
						
						 
						
						... 
						
						
						
						* liquidations refactor
* validate withdraws above ltv
* set mm in initgenesis
* add ltv limited withdraw test
* address revisions
* resolve diff 
						
					 
					
						2020-12-21 18:28:41 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a4bbea1ec4 
							
						 
					 
					
						
						
							
							update 'harvest' -> 'hard' ( #746 )  
						
						 
						
						
						
					 
					
						2020-12-21 18:18:55 +01:00