mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-10-31 14:47:29 +00:00 
			
		
		
		
	Use rocksdb 7.9.2, go mod tidy
This commit is contained in:
		
							parent
							
								
									17bfd760c4
								
							
						
					
					
						commit
						c5404eda7f
					
				
							
								
								
									
										2
									
								
								.github/scripts/install-rocksdb.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/scripts/install-rocksdb.sh
									
									
									
									
										vendored
									
									
								
							| @ -9,7 +9,7 @@ git clone https://github.com/facebook/rocksdb.git /home/runner/rocksdb | ||||
| 
 | ||||
| cd /home/runner/rocksdb | ||||
| 
 | ||||
| git checkout v7.7.3 | ||||
| git checkout v7.9.2 | ||||
| 
 | ||||
| # install rocksdb locally | ||||
| sudo make -j $(nproc --all) install-shared | ||||
|  | ||||
							
								
								
									
										6
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								go.mod
									
									
									
									
									
								
							| @ -5,7 +5,6 @@ go 1.19 | ||||
| require ( | ||||
| 	cosmossdk.io/math v1.0.0-beta.6.0.20230216172121-959ce49135e4 | ||||
| 	github.com/cenkalti/backoff/v4 v4.1.3 | ||||
| 	github.com/cometbft/cometbft-db v0.7.0 | ||||
| 	github.com/cosmos/cosmos-proto v1.0.0-beta.1 | ||||
| 	github.com/cosmos/cosmos-sdk v0.46.11 | ||||
| 	github.com/cosmos/go-bip39 v1.0.0 | ||||
| @ -21,6 +20,7 @@ require ( | ||||
| 	github.com/stretchr/testify v1.8.2 | ||||
| 	github.com/subosito/gotenv v1.4.1 | ||||
| 	github.com/tendermint/tendermint v0.34.27 | ||||
| 	github.com/tendermint/tm-db v0.6.7 | ||||
| 	google.golang.org/genproto v0.0.0-20230202175211-008b39050e57 | ||||
| 	google.golang.org/grpc v1.53.0 | ||||
| 	google.golang.org/protobuf v1.28.2-0.20230208135220-49eaa78c6c9c | ||||
| @ -55,6 +55,7 @@ require ( | ||||
| 	github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect | ||||
| 	github.com/cockroachdb/apd/v2 v2.0.2 // indirect | ||||
| 	github.com/coinbase/rosetta-sdk-go v0.7.9 // indirect | ||||
| 	github.com/cometbft/cometbft-db v0.7.0 // indirect | ||||
| 	github.com/confio/ics23/go v0.9.0 // indirect | ||||
| 	github.com/cosmos/btcutil v1.0.5 // indirect | ||||
| 	github.com/cosmos/gogoproto v1.4.6 // indirect | ||||
| @ -168,7 +169,6 @@ require ( | ||||
| 	github.com/stretchr/objx v0.5.0 // indirect | ||||
| 	github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect | ||||
| 	github.com/tendermint/go-amino v0.16.0 // indirect | ||||
| 	github.com/tendermint/tm-db v0.6.7 // indirect | ||||
| 	github.com/tidwall/btree v1.5.0 // indirect | ||||
| 	github.com/tklauser/go-sysconf v0.3.10 // indirect | ||||
| 	github.com/tklauser/numcpus v0.4.0 // indirect | ||||
| @ -201,7 +201,7 @@ require ( | ||||
| replace ( | ||||
| 	// Use the cosmos keyring code | ||||
| 	github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76 | ||||
| 	// Use rocksdb 7.1.2 | ||||
| 	// Use rocksdb 7.9.2 | ||||
| 	github.com/cometbft/cometbft-db => github.com/kava-labs/cometbft-db v0.7.0-rocksdb-v7.9.2-kava.1 | ||||
| 	// Required replace for dragonberry security patch | ||||
| 	github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 drklee3
						drklee3