Compare commits
	
		
			2 Commits 
		
	
	
		
			f2ae3b0e2e
			...
			8a5bb688af
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								 | 
						8a5bb688af | |
| 
							
							
								 | 
						513ced6a70 | 
| 
						 | 
				
			
			@ -1,7 +1,9 @@
 | 
			
		|||
[network]
 | 
			
		||||
tsdb.backend = 'marketstore'
 | 
			
		||||
tsdb.host = 'localhost'
 | 
			
		||||
tsdb.grpc_port = 5995
 | 
			
		||||
pikerd = [
 | 
			
		||||
  '/ipv4/127.0.0.1/tcp/6116',  # std localhost daemon-actor tree
 | 
			
		||||
  # '/uds/6116',  # TODO std uds socket file
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
[ui]
 | 
			
		||||
# set custom font + size which will scale entire UI
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -102,7 +102,7 @@ class Pair(Struct, frozen=True, kw_only=True):
 | 
			
		|||
    # https://developers.binance.com/docs/binance-spot-api-docs#2025-08-26
 | 
			
		||||
    # will become non-optional 2025-08-28?
 | 
			
		||||
    # https://developers.binance.com/docs/binance-spot-api-docs#future-changes
 | 
			
		||||
    pegInstructionsAllowed: bool|None = None
 | 
			
		||||
    pegInstructionsAllowed: bool = False
 | 
			
		||||
 | 
			
		||||
    filters: dict[
 | 
			
		||||
        str,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue