Use jsonrpc fork
This commit is contained in:
		
				
					committed by
					
						 Greg Fitzgerald
						Greg Fitzgerald
					
				
			
			
				
	
			
			
			
						parent
						
							1fdbe893c5
						
					
				
				
					commit
					dbc1ffc75e
				
			| @@ -84,9 +84,9 @@ env_logger = "0.5.12" | |||||||
| generic-array = { version = "0.12.0", default-features = false, features = ["serde"] } | generic-array = { version = "0.12.0", default-features = false, features = ["serde"] } | ||||||
| getopts = "0.2" | getopts = "0.2" | ||||||
| influx_db_client = "0.3.4" | influx_db_client = "0.3.4" | ||||||
| jsonrpc-core = { git = "https://github.com/solana-labs/jsonrpc", rev = "4b6060b" } | solana-jsonrpc-core = "0.1" | ||||||
| jsonrpc-http-server = { git = "https://github.com/solana-labs/jsonrpc", rev = "4b6060b" } | solana-jsonrpc-http-server = "0.1" | ||||||
| jsonrpc-macros = { git = "https://github.com/solana-labs/jsonrpc", rev = "4b6060b" } | solana-jsonrpc-macros = "0.1" | ||||||
| ipnetwork = "0.12.7" | ipnetwork = "0.12.7" | ||||||
| itertools = "0.7.8" | itertools = "0.7.8" | ||||||
| libc = "0.2.43" | libc = "0.2.43" | ||||||
| @@ -146,4 +146,3 @@ default-members = [ | |||||||
|     "programs/print", |     "programs/print", | ||||||
|     "programs/move_funds", |     "programs/move_funds", | ||||||
| ] | ] | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								src/lib.rs
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								src/lib.rs
									
									
									
									
									
								
							| @@ -80,11 +80,6 @@ extern crate dirs; | |||||||
| extern crate generic_array; | extern crate generic_array; | ||||||
| extern crate ipnetwork; | extern crate ipnetwork; | ||||||
| extern crate itertools; | extern crate itertools; | ||||||
| extern crate jsonrpc_core; |  | ||||||
| extern crate solana_program_interface; |  | ||||||
| #[macro_use] |  | ||||||
| extern crate jsonrpc_macros; |  | ||||||
| extern crate jsonrpc_http_server; |  | ||||||
| extern crate libc; | extern crate libc; | ||||||
| extern crate libloading; | extern crate libloading; | ||||||
| #[macro_use] | #[macro_use] | ||||||
| @@ -102,6 +97,11 @@ extern crate serde_json; | |||||||
| extern crate serde_cbor; | extern crate serde_cbor; | ||||||
| extern crate sha2; | extern crate sha2; | ||||||
| extern crate socket2; | extern crate socket2; | ||||||
|  | extern crate solana_jsonrpc_core as jsonrpc_core; | ||||||
|  | extern crate solana_jsonrpc_http_server as jsonrpc_http_server; | ||||||
|  | #[macro_use] | ||||||
|  | extern crate solana_jsonrpc_macros as jsonrpc_macros; | ||||||
|  | extern crate solana_program_interface; | ||||||
| extern crate sys_info; | extern crate sys_info; | ||||||
| extern crate tokio; | extern crate tokio; | ||||||
| extern crate tokio_codec; | extern crate tokio_codec; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user