You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Lotus v1.33.0 release introduces experimental v2 APIs with F3 awareness, featuring a new TipSet selection mechanism that significantly enhances how applications interact with the Filecoin blockchain. This release candidate also adds F3-aware Ethereum APIs via the /v2 endpoint. All of the /v2 APIs implement intelligent fallback mechanisms between F3 and Expected Consensus and are exposed through the Lotus Gateway.
Usage: "Settle deals manually, if dealIds are not provided all deals will be settled. Deal IDs can be specified as individual numbers or ranges (e.g., '123 124 125-200 220')",
442
+
ArgsUsage: "[...dealIds]",
443
+
Flags: []cli.Flag{
444
+
&cli.StringFlag{
445
+
Name: "miner",
446
+
Usage: "specify the miner address",
447
+
},
448
+
&cli.StringFlag{
449
+
Name: "from",
450
+
Usage: "specify where to send the message from (any address)",
451
+
Required: true,
452
+
},
453
+
&cli.IntFlag{
454
+
Name: "concurrent",
455
+
Usage: "specify the number of concurrent messages to send",
456
+
Value: 1,
457
+
},
458
+
&cli.IntFlag{
459
+
Name: "max-deals",
460
+
Usage: "the maximum number of deals contained in each message",
0 commit comments