Christian Muehlhaeuser 
							
						 
					 
					
						
						
							
						
						a32a2b933a 
					 
					
						
						
							
							cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments ( #19869 )  
						
						... 
						
						
						
						Fixed assigning values to variables we don't end up using. 
						
						
					 
					
						2019-07-22 13:34:41 +03:00 
						 
				 
			
				
					
						
							
							
								Ivan Daniluk 
							
						 
					 
					
						
						
							
						
						d2fe83dc5c 
					 
					
						
						
							
							whisper/mailserver: pass init error to the caller ( #16671 )  
						
						... 
						
						
						
						* whisper/mailserver: pass init error to the caller
* whisper/mailserver: add returns to fmt.Errorf
* whisper/mailserver: check err in mailserver init test 
						
						
					 
					
						2018-05-04 12:10:18 +03:00 
						 
				 
			
				
					
						
							
							
								Vlad 
							
						 
					 
					
						
						
							
						
						ee75a90ab4 
					 
					
						
						
							
							whisper: topics replaced by bloom filters  
						
						
						
						
					 
					
						2018-03-01 16:04:09 +01:00 
						 
				 
			
				
					
						
							
							
								Vlad 
							
						 
					 
					
						
						
							
						
						a69cb3b4ff 
					 
					
						
						
							
							whisper: comment updated  
						
						
						
						
					 
					
						2018-02-28 00:39:38 +01:00 
						 
				 
			
				
					
						
							
							
								Vlad 
							
						 
					 
					
						
						
							
						
						5e30a5f66e 
					 
					
						
						
							
							whisper: test fixed  
						
						
						
						
					 
					
						2018-02-27 15:52:10 +01:00 
						 
				 
			
				
					
						
							
							
								Guillaume Ballet 
							
						 
					 
					
						
						
							
						
						5cf75a30c1 
					 
					
						
						
							
							whisper: get wnode to work with v6 ( #16051 )  
						
						... 
						
						
						
						The bulk of the issue was to adapt to the new requirement
that a v6 filter has to either contain a symmertric key or
an asymmetric one.
This commits revert one of the fixes that I made to remove
a linter warning: unexporting NewSentMessage. This is not
really a problem as I have a cleanup in the pipe that will
solve this issue. 
						
						
					 
					
						2018-02-10 15:35:32 +02:00 
						 
				 
			
				
					
						
							
							
								Egon Elbre 
							
						 
					 
					
						
						
							
						
						d375193797 
					 
					
						
						
							
							whisper: fix megacheck warnings ( #14925 )  
						
						... 
						
						
						
						* whisper: fix megacheck warnings
* whisper/whisperv5: regenerate json codec to fix unused override type 
						
						
					 
					
						2017-08-08 14:48:06 +03:00 
						 
				 
			
				
					
						
							
							
								Bas van Kervel 
							
						 
					 
					
						
						
							
						
						b58a501673 
					 
					
						
						
							
							whisperv5: integrate whisper and add whisper RPC simulator  
						
						
						
						
					 
					
						2017-06-15 11:53:15 +02:00 
						 
				 
			
				
					
						
							
							
								gluk256 
							
						 
					 
					
						
						
							
						
						95f0bd0acf 
					 
					
						
						
							
							whisper: message format refactoring ( #14335 )  
						
						... 
						
						
						
						* whisper: salt removed from AES encryption
* whisper: padding format updated
* whisper: padding test added
* whisper: padding refactored, tests fixed
* whisper: padding test updated
* whisper: wnode bugfix
* whisper: send/receive protocol updated
* whisper: minor update
* whisper: bugfix in test
* whisper: updated parameter names and comments
* whisper: functions renamed
* whisper: minor refactoring 
						
						
					 
					
						2017-04-26 21:05:48 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						0cc492f815 
					 
					
						
						
							
							all: update license information  
						
						
						
						
					 
					
						2017-04-14 10:29:00 +02:00 
						 
				 
			
				
					
						
							
							
								gluk256 
							
						 
					 
					
						
						
							
						
						9cd7135516 
					 
					
						
						
							
							whisper: big refactoring ( #13852 )  
						
						... 
						
						
						
						* whisper: GetMessages fixed; size restriction updated
* whisper: made PoW and MaxMsgSize customizable
* whisper: test added
* whisper: sym key management changed
* whisper: identity management refactored
* whisper: API refactoring (Post and Filter)
* whisper: big refactoring complete
* whisper: spelling fix
* whisper: variable topic size allowed for a filter
* whisper: final update
* whisper: formatting
* whisper: file exchange introduced in wnode
* whisper: bugfix
* whisper: API updated + new tests
* whisper: statistics updated
* whisper: wnode server updated
* whisper: allowed filtering for variable topic size
* whisper: tests added
* whisper: resolving merge conflicts
* whisper: refactoring (documenting mostly)
* whsiper: tests fixed
* whisper: down cased error messages
* whisper: documenting the API functions
* whisper: logging fixed
* whisper: fixed wnode parameters
* whisper: logs fixed (typos) 
						
						
					 
					
						2017-04-09 23:49:22 +02:00 
						 
				 
			
				
					
						
							
							
								gluk256 
							
						 
					 
					
						
						
							
						
						562ccff822 
					 
					
						
						
							
							whisper: fixed temporary directory for tests ( #3707 )  
						
						
						
						
					 
					
						2017-02-24 09:21:01 +01:00 
						 
				 
			
				
					
						
							
							
								gluk256 
							
						 
					 
					
						
						
							
						
						15a609d5d6 
					 
					
						
						
							
							whisper: interface changed to simplify the transition to v5  
						
						... 
						
						
						
						* whisper: mailserver test introduced, refactoring
* whisper: validation test updated
* whisper: max number of peers fixed
* whisper: verification bug fixed
* whisper: esthetic fix
* whisper: interface changed to simplify the transition to v5
* whisper: preparation for version switch 
						
						
					 
					
						2017-02-14 16:44:47 +02:00 
						 
				 
			
				
					
						
							
							
								gluk256 
							
						 
					 
					
						
						
							
						
						65ed6a9def 
					 
					
						
						
							
							whisper: add tests for mailserver ( #3631 )  
						
						
						
						
					 
					
						2017-02-13 13:15:20 +01:00