Skip to content
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

Write block data to IPFS asynchronously #204

Closed
evan-forbes opened this issue Mar 10, 2021 · 1 comment · Fixed by #271
Closed

Write block data to IPFS asynchronously #204

evan-forbes opened this issue Mar 10, 2021 · 1 comment · Fixed by #271
Labels
C:ipld Access to the IPLD merkle dag

Comments

@evan-forbes
Copy link
Member

evan-forbes commented Mar 10, 2021

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.

@liamsi liamsi added the C:ipld Access to the IPLD merkle dag label Mar 10, 2021
@evan-forbes
Copy link
Member Author

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.

cmwaters added a commit that referenced this issue Mar 13, 2023
* config: use a different source of versioning (#9486)

* Changed version generation

* Fixed comment describing the versioning

Co-authored-by: Callum Waters <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:ipld Access to the IPLD merkle dag
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants