-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[collab] Integration test with CIDgravity / 尝试与CIDgravity集成 #5669
Closed
Labels
C-ecosystem
Category: Ecosystem partnerships
CU-deal-service
Venus storage deal service related issues
Epic
Milestone
Comments
Fatman13
added
Epic
C-ecosystem
Category: Ecosystem partnerships
CU-deal-service
Venus storage deal service related issues
labels
Jan 18, 2023
11 tasks
# Default config:
SimultaneousTransfersForStorage = 20
SimultaneousTransfersForStoragePerClient = 20
SimultaneousTransfersForRetrieval = 20
[API]
ListenAddress = "/ip4/127.0.0.1/tcp/41235"
RemoteListenAddress = ""
Timeout = "30s"
PrivateKey = "32b40d9518f3e89d11fc62c590b4e7ea39da04a99489da94d19efa802a2c24c7"
[Libp2p]
ListenAddresses = ["/ip4/0.0.0.0/tcp/58418", "/ip6/::/tcp/0"]
AnnounceAddresses = []
NoAnnounceAddresses = []
PrivateKey = "08011240d1e7d23010175ec10e4a55e00b1c9cdc4653bdbf7f78f9659b514dbae15643a0a417900a0051a5a1e7d1f96dea439140c1bbadfa49e58a55956dd3253798020a"
[Node]
Url = "/ip4/127.0.0.1/tcp/3453"
Token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiYWRtaW4iLCJwZXJtIjoiYWRtaW4iLCJleHQiOiIifQ.ei825Nj4pQUuq0qyoBR593my8BAK0K_troWgfnZKrU0"
[Messager]
Url = "/ip4/127.0.0.1/tcp/39812/"
Token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiYWRtaW4iLCJwZXJtIjoiYWRtaW4iLCJleHQiOiIifQ.ei825Nj4pQUuq0qyoBR593my8BAK0K_troWgfnZKrU0"
[Signer]
Type = "gateway"
Url = "/ip4/127.0.0.1/tcp/45132/"
Token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiYWRtaW4iLCJwZXJtIjoiYWRtaW4iLCJleHQiOiIifQ.ei825Nj4pQUuq0qyoBR593my8BAK0K_troWgfnZKrU0"
[AuthNode]
Url = "http://127.0.0.1:8989"
Token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiYWRtaW4iLCJwZXJtIjoiYWRtaW4iLCJleHQiOiIifQ.ei825Nj4pQUuq0qyoBR593my8BAK0K_troWgfnZKrU0"
[Mysql]
ConnectionString = ""
MaxOpenConn = 100
MaxIdleConn = 100
ConnMaxLifeTime = "1m"
Debug = false
[PieceStorage]
[[PieceStorage.Fs]]
Name = "DefaultPieceStorage"
ReadOnly = false
Path = "/data/piece-storage"
[DAGStore]
RootDir = "/root/.venusmarket/dagstore"
MaxConcurrentIndex = 5
MaxConcurrentReadyFetches = 0
MaxConcurrencyStorageCalls = 100
GCInterval = "1m0s"
Transient = ""
Index = ""
UseTransient = false
[CommonProvider]
ConsiderOnlineStorageDeals = true
ConsiderOfflineStorageDeals = true
ConsiderOnlineRetrievalDeals = true
ConsiderOfflineRetrievalDeals = true
ConsiderVerifiedStorageDeals = true
ConsiderUnverifiedStorageDeals = true
PieceCidBlocklist = []
ExpectedSealDuration = "24h0m0s"
MaxDealStartDelay = "336h0m0s"
PublishMsgPeriod = "1h0m0s"
MaxDealsPerPublishMsg = 8
MaxProviderCollateralMultiplier = 2
Filter = ""
RetrievalFilter = ""
TransferPath = ""
MaxPublishDealsFee = "0 FIL"
MaxMarketBalanceAddFee = "0 FIL"
RetrievalPaymentAddress = ""
[CommonProvider.RetrievalPricing]
Strategy = "default"
[CommonProvider.RetrievalPricing.Default]
VerifiedDealsFreeTransfer = true
[CommonProvider.RetrievalPricing.External]
Path = ""
Filter = "echo filter"
[Journal]
Path = "journal"
[Metrics]
Enabled = false
[Metrics.Exporter]
Type = "prometheus"
[Metrics.Exporter.Prometheus]
RegistryType = "define"
Namespace = ""
EndPoint = "/ip4/0.0.0.0/tcp/4568"
Path = "/debug/metrics"
ReportingPeriod = "10s"
[Metrics.Exporter.Graphite]
Namespace = ""
Host = "127.0.0.1"
Port = 4568
ReportingPeriod = "10s"
[[Miners]]
Addr = "f01005"
Account = "admin"
Filter = "echo filter"
ConsiderOnlineStorageDeals = true
ConsiderOfflineStorageDeals = true
ConsiderOnlineRetrievalDeals = true
ConsiderOfflineRetrievalDeals = true
ConsiderVerifiedStorageDeals = true
ConsiderUnverifiedStorageDeals = true
PieceCidBlocklist = []
ExpectedSealDuration = "24h0m0s"
MaxDealStartDelay = "336h0m0s"
PublishMsgPeriod = "1h0m0s"
MaxDealsPerPublishMsg = 8
RetrievalFilter = ""
TransferPath = ""
[Miners.RetrievalPricing]
Strategy = "default"
[Miners.RetrievalPricing.Default]
VerifiedDealsFreeTransfer = true
[Miners.RetrievalPricing.External]
Path = ""
MaxPublishDealsFee = "0 FIL"
MaxMarketBalanceAddFee = "0 FIL"
RetrievalPaymentAddress = "" |
待主网进一步验证; |
This was referenced Mar 24, 2023
Closed
@LinZexiao 大佬,cidgravity 那边回复说好像还缺几个必要参数,他才能识别。
|
5 tasks
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-ecosystem
Category: Ecosystem partnerships
CU-deal-service
Venus storage deal service related issues
Epic
背景
继Venus完成集成deal filter之后,尝试与CIDgravity进行集成。
CIDgravity集成测试
所需资源
The text was updated successfully, but these errors were encountered: