mirror of
				https://github.com/0glabs/0g-storage-node.git
				synced 2025-11-04 08:37:27 +00:00 
			
		
		
		
	* Check the local flow root against the contract state. * Check zero contract root. * Fix wrong root before the first segment. * Update contracts. * Fix proof insertion.
		
			
				
	
	
		
			14 lines
		
	
	
		
			324 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			324 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "task_executor"
 | 
						|
version = "0.1.0"
 | 
						|
authors = ["Sigma Prime <contact@sigmaprime.io>"]
 | 
						|
edition = "2021"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
exit-future = "0.2.0"
 | 
						|
futures = "0.3.21"
 | 
						|
lazy_static = "1.4.0"
 | 
						|
lighthouse_metrics = { path = "../lighthouse_metrics" }
 | 
						|
tokio = { version = "1.38.0", features = ["full"] }
 | 
						|
tracing = "0.1.35"
 |