mirror of
				https://source.quilibrium.com/quilibrium/ceremonyclient.git
				synced 2025-11-04 10:07:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			429 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			429 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
build
 | 
						|
a.RANGEKEYSET.5 b
 | 
						|
a.RANGEKEYSET.4 b
 | 
						|
a.RANGEKEYUNSET.6 b
 | 
						|
----
 | 
						|
a b: #6,RANGEKEYUNSET, #5,RANGEKEYSET, #4,RANGEKEYSET
 | 
						|
-
 | 
						|
 | 
						|
# Test that keys emitted together that share the same sequence number are
 | 
						|
# ordered by key kind, descending.
 | 
						|
# NB: RANGEKEYSET > RANGEKEYUNSET > RANGEKEYDEL
 | 
						|
 | 
						|
build
 | 
						|
b.RANGEKEYSET.5 c
 | 
						|
b.RANGEKEYUNSET.5 d
 | 
						|
b.RANGEKEYDEL.5 c
 | 
						|
----
 | 
						|
b c: #5,RANGEKEYSET, #5,RANGEKEYUNSET, #5,RANGEKEYDEL
 | 
						|
-
 | 
						|
c d: #5,RANGEKEYUNSET
 | 
						|
-
 |