Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b356309d90 
							
						 
					 
					
						
						
							
							Add optional rate limits to issuance ( #627 )  
						
						... 
						
						
						
						* add rate-limiting and optional blocklists
* fix: check account is not nil
* add tests for rate-limiting
* update simulations
* fix typos
* remove unsued function arg 
						
					 
					
						2020-08-21 18:56:20 -04:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							daa1b2bb83 
							
						 
					 
					
						
						
							
							Add collateral type to cdp ( #629 )  
						
						... 
						
						
						
						* add collateral type field to cdp and collateral  param
* fix upstream tests
* fix simulations
* fix validation logic
* update incentive to use collateral type instead of denom
* use collateral type instead of denom in cdp
* remove unused code
* address review comments 
						
					 
					
						2020-08-21 15:42:46 -04:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							790753f156 
							
						 
					 
					
						
						
							
							BEP3: support multiple assets ( #616 )  
						
						... 
						
						
						
						* wip: refactor to allow multiple bep3 assets
* update tests
* sims: validate asset before claiming
* move asset supply to params
* update tests
* fix sims
* fix tests
* wip: add migration from v0.9 -> v0.10 bep3
* fix build and migration tests
* nit: rename file
* move asset supply out of params
* update committee tests
* fix sims
* address review comments
* address review comments
* address review comments 
						
					 
					
						2020-08-17 11:06:59 -04:00 
						 
				 
			
				
					
						
							
							
								Nick DeLuca 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a68ef74b07 
							
						 
					 
					
						
						
							
							Query old blocks for proposals in CLI ( #598 )  
						
						... 
						
						
						
						* move file to query.go (we are adding functionality so specific name
doesn't fit anymore)
* Add tx search for proposals in cli query proposal
* add rest support, height support for rest api, and add go doc string
* add in deadline calculation
* update changelog
Co-authored-by: Kevin Davis <kjydavis3@gmail.com> 
						
					 
					
						2020-06-29 19:39:35 -04:00 
						 
				 
			
				
					
						
							
							
								Ruaridh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b539820c88 
							
						 
					 
					
						
						
							
							Add raw params querier ( #591 )  
						
						... 
						
						
						
						* add raw-params cmd
* add querier test
* update changelog 
						
					 
					
						2020-06-23 09:17:08 -04:00 
						 
				 
			
				
					
						
							
							
								Federico Kunze 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bfb9f7e20a 
							
						 
					 
					
						
						
							
							cleanup begin/end block ( #553 )  
						
						... 
						
						
						
						* cleanup begin/end block
* update cdp BeginBlocker
* update dist mint
* fix tests
* typo
* add comment on CloseExpiredAuctions
* fix tests 
						
					 
					
						2020-06-17 05:09:44 -04:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ba3b353ee9 
							
						 
					 
					
						
						
							
							[R4R] add bep3 module param to committee ( #547 )  
						
						... 
						
						
						
						* update committee test
* update committee params
* update default deputy address to expected mainnet address
* spelling in comment
* fix bep3 sim values to 1
* bep3 sims:generate 32 length random number 
						
					 
					
						2020-06-04 18:27:54 -07:00 
						 
				 
			
				
					
						
							
							
								Denali Marsh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2d7f5c4080 
							
						 
					 
					
						
						
							
							[R4R] Better docs ( #541 )  
						
						... 
						
						
						
						* update sidebar order
* update event backticks
* fix broken links
* fix spelling 
						
					 
					
						2020-06-03 14:54:31 -04:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ade6edb918 
							
						 
					 
					
						
						
							
							[R4R] Add liquidation pricefeed ( #524 )  
						
						... 
						
						
						
						* add parameter for liquidation pricefeed 
						
					 
					
						2020-05-24 09:42:46 -04:00 
						 
				 
			
				
					
						
							
							
								Ruaridh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c28bc03248 
							
						 
					 
					
						
						
							
							Committtee audit revisions ( #510 )  
						
						... 
						
						
						
						* comments from review
Co-authored-by: Sunny Aggarwal <sunnya97@protonmail.ch>
Co-authored-by: jmahess <maheswaran@google.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
* add vote methods
* add draft new param change permission
* add and update tests
* rename ParamChangePermission
* account for perms becoming invalid at a later time
* add debtParam to permission
* add bep3 AssetParam to permissions
* add pricefeed Markets to permission
* add upgrade permission
* move proposal passing to the begin blocker
* fix iteration bug
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* address todos and audit comments
* add proposal examples
* refactor handler to be easier to read
* address review comments
* update comments
Co-authored-by: Kevin Davis <kjydavis3@gmail.com>
Co-authored-by: Sunny Aggarwal <sunnya97@protonmail.ch>
Co-authored-by: jmahess <maheswaran@google.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> 
						
					 
					
						2020-05-15 15:25:49 -04:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
						
						
							
						
						
							fd8d48e208 
							
						 
					 
					
						
						
							
							add committee spec  
						
						
						
					 
					
						2020-05-07 16:58:46 -04:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
						
						
							
						
						
							deef10a872 
							
						 
					 
					
						
						
							
							add voter address to vote event  
						
						
						
					 
					
						2020-05-07 16:58:39 -04:00 
						 
				 
			
				
					
						
							
							
								Ruaridh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							23a5c7b969 
							
						 
					 
					
						
						
							
							Add committee simulations ( #431 )  
						
						... 
						
						
						
						* first pass at genesis and msgs
* add proposal generation
* add permission generation
* add decoder
* add invariants
* add committee change proposal generator
* improve committee change proposal generation
* fix error formatting
* update sims to v0.38
* Update x/committee/keeper/invariants.go
Co-Authored-By: Denali Marsh <denali@kava.io>
* Update x/committee/keeper/invariants.go
Co-Authored-By: Denali Marsh <denali@kava.io>
* tidy up comments
* tidy up random helpers
* add committee to ImportExport test
* add member check to vote invariant
* fix comment wording
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
Co-authored-by: Denali Marsh <denali@kava.io>
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com> 
						
					 
					
						2020-05-04 17:17:20 -04:00 
						 
				 
			
				
					
						
							
							
								Federico Kunze 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1a04ffe396 
							
						 
					 
					
						
						
							
							fix some lint bugs  
						
						
						
					 
					
						2020-04-30 11:33:10 -04:00 
						 
				 
			
				
					
						
							
							
								Federico Kunze 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9743f356be 
							
						 
					 
					
						
						
							
							Merge branch 'master' of github.com:Kava-Labs/kava into linters  
						
						
						
					 
					
						2020-04-30 10:31:20 -04:00 
						 
				 
			
				
					
						
							
							
								Kevin Davis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							22315cc3ca 
							
						 
					 
					
						
						
							
							add committee to sims ( #479 )  
						
						... 
						
						
						
						* fix: update test for cdp breaking changes
* fix: add committee to sims 
						
					 
					
						2020-04-30 10:27:37 -04:00 
						 
				 
			
				
					
						
							
							
								Federico Kunze 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fe72a24aa0 
							
						 
					 
					
						
						
							
							update format  
						
						
						
					 
					
						2020-04-30 10:23:41 -04:00 
						 
				 
			
				
					
						
							
							
								Federico Kunze 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8853e8d3d1 
							
						 
					 
					
						
						
							
							linters and format  
						
						
						
					 
					
						2020-04-30 10:13:31 -04:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							e1cb079589 
							
						 
					 
					
						
						
							
							remove alias comment from godoc  
						
						
						
					 
					
						2020-04-28 16:36:06 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							ffbeced199 
							
						 
					 
					
						
						
							
							apply various pr suggestions  
						
						
						
					 
					
						2020-04-28 01:51:53 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							d1c0dd18b1 
							
						 
					 
					
						
						
							
							only import types pkgs within types  
						
						
						
					 
					
						2020-04-28 01:28:00 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							307ecd54e2 
							
						 
					 
					
						
						
							
							remove unecessary codec tests  
						
						
						
					 
					
						2020-04-28 01:26:48 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							447e7579a8 
							
						 
					 
					
						
						
							
							tidy up codec type registrations  
						
						
						
					 
					
						2020-04-28 01:26:00 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							073cd7ebda 
							
						 
					 
					
						
						
							
							update module to v0.38  
						
						
						
					 
					
						2020-04-27 19:19:05 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							631b87eaf0 
							
						 
					 
					
						
						
							
							apply various PR comments  
						
						
						
					 
					
						2020-04-27 15:37:25 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							c17de631d2 
							
						 
					 
					
						
						
							
							add nicer keeper get methods  
						
						
						
					 
					
						2020-04-27 15:04:47 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							20c02a6a54 
							
						 
					 
					
						
						
							
							add permissions tests  
						
						
						
					 
					
						2020-04-27 13:57:47 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							576dcc7dfd 
							
						 
					 
					
						
						
							
							rename files  
						
						
						
					 
					
						2020-04-27 13:56:59 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							c231912642 
							
						 
					 
					
						
						
							
							add handler tests  
						
						
						
					 
					
						2020-04-26 15:28:57 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							196ecf7f30 
							
						 
					 
					
						
						
							
							improve proposal tests  
						
						
						
					 
					
						2020-04-25 17:39:59 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							ebb6366837 
							
						 
					 
					
						
						
							
							address various pr comments  
						
						
						
					 
					
						2020-04-25 00:22:56 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							ccad1f82e2 
							
						 
					 
					
						
						
							
							switch to non length prefixed marshalling  
						
						
						
					 
					
						2020-04-25 00:05:54 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							114097edb3 
							
						 
					 
					
						
						
							
							add cli help text test  
						
						
						
					 
					
						2020-04-24 23:36:08 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							733711c88c 
							
						 
					 
					
						
						
							
							add query committee cmd  
						
						
						
					 
					
						2020-04-24 23:16:04 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							5c280696fb 
							
						 
					 
					
						
						
							
							refactor begin blocker  
						
						
						
					 
					
						2020-04-24 23:15:51 +01:00 
						 
				 
			
				
					
						
							
							
								Ruaridh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							73dc488239 
							
						 
					 
					
						
						
							
							Apply suggestions from code review  
						
						... 
						
						
						
						Co-Authored-By: Denali Marsh <denali@kava.io>
Co-Authored-By: Kevin Davis <karzak@users.noreply.github.com> 
						
					 
					
						2020-04-24 19:15:57 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							5dcbe73c62 
							
						 
					 
					
						
						
							
							remove missed shutdown module references  
						
						
						
					 
					
						2020-03-30 14:49:41 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							7407a38adb 
							
						 
					 
					
						
						
							
							update spec overview  
						
						
						
					 
					
						2020-03-30 14:39:13 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							699ee59bd1 
							
						 
					 
					
						
						
							
							move shutdown permission to own branch  
						
						
						
					 
					
						2020-03-30 14:38:57 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							4298564096 
							
						 
					 
					
						
						
							
							address minor TODOs  
						
						
						
					 
					
						2020-03-30 14:06:31 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							ace9a2363e 
							
						 
					 
					
						
						
							
							address TODOs  
						
						
						
					 
					
						2020-03-29 21:05:08 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							058e3981c5 
							
						 
					 
					
						
						
							
							add simulation stubs to make tests pass  
						
						
						
					 
					
						2020-03-29 20:50:32 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							074bb246a8 
							
						 
					 
					
						
						
							
							add custom errors  
						
						
						
					 
					
						2020-03-29 20:43:25 +01:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							e228aa6659 
							
						 
					 
					
						
						
							
							add events  
						
						
						
					 
					
						2020-03-27 20:28:51 +00:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							57f4ca7c9a 
							
						 
					 
					
						
						
							
							add mre fields to committee type  
						
						
						
					 
					
						2020-03-27 18:34:03 +00:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							77553ed299 
							
						 
					 
					
						
						
							
							improve permission types  
						
						
						
					 
					
						2020-03-27 15:27:45 +00:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							c50f6bc9fa 
							
						 
					 
					
						
						
							
							refactor out vote tallying  
						
						
						
					 
					
						2020-03-26 20:17:49 +00:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							eefda597f0 
							
						 
					 
					
						
						
							
							tidy up and test client  
						
						
						
					 
					
						2020-03-23 20:57:15 +00:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							b31cfbe39b 
							
						 
					 
					
						
						
							
							add gov client handlers  
						
						
						
					 
					
						2020-03-23 14:32:50 +00:00 
						 
				 
			
				
					
						
							
							
								rhuairahrighairigh 
							
						 
					 
					
						
						
						
						
							
						
						
							0275b21173 
							
						 
					 
					
						
						
							
							add struct tags everywhere  
						
						
						
					 
					
						2020-03-21 20:21:43 +00:00