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
This is not a question or a support request. If you have any boost related questions, please ask in the discussion forum.
This is not a new feature or enhancement request. If it is, please open a new idea discussion instead. New feature and enhancement requests would be entertained by the boost team after a thorough discussion only.
I have searched on the issue tracker and the discussion forum, and there is no existing related issue or discussion.
I am running the Latest release, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.
I did not make any code changes to boost.
Boost component
boost daemon - storage providers
boost client
boost UI
boost data-transfer
boost index-provider
Other
Boost Version
v1.5.2
Describe the Bug
Today if a client wants to specify a longer duration for the SPs, the client is required to figure out the current head and add the number of epochs they want. This requires an extra call from the client either to a lotus node or a boost node.
Instead, the client should be able to provide a start-epoch-diff which specifies the amount of time starting from the current head that the client is ok with waiting before the deal is published on chain.
Other considerations:
This needs to be a separate flag instead of reworking start-epoch for backwards compatibility
start-epoch should supersede this setting, again for backwards compatibility.
Logging Information
n/a
Repo Steps
Run '...'
Do '...'
See error '...'
...
The text was updated successfully, but these errors were encountered:
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Boost component
Boost Version
Describe the Bug
Today if a client wants to specify a longer duration for the SPs, the client is required to figure out the current head and add the number of epochs they want. This requires an extra call from the client either to a lotus node or a boost node.
Instead, the client should be able to provide a
start-epoch-diff
which specifies the amount of time starting from the current head that the client is ok with waiting before the deal is published on chain.Other considerations:
start-epoch
for backwards compatibilitystart-epoch
should supersede this setting, again for backwards compatibility.Logging Information
Repo Steps
...
The text was updated successfully, but these errors were encountered: