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
Per a todo in #178 we should investigate the consequences of posting data asynchronously. This will likely be the case in the future, particularly when block sizes begin to increase.
The text was updated successfully, but these errors were encountered:
I'm going to go ahead and tack on another related todo from the same PR. This TODO simply asks to not hard code a timeout for writing data to IPFS via PutBlock. This can be handled while writing the data asynchronously.
* config: use a different source of versioning (#9486)
* Changed version generation
* Fixed comment describing the versioning
Co-authored-by: Callum Waters <[email protected]>
Per a todo in #178 we should investigate the consequences of posting data asynchronously. This will likely be the case in the future, particularly when block sizes begin to increase.
The text was updated successfully, but these errors were encountered: