-
Notifications
You must be signed in to change notification settings - Fork 0
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
implement replacement for dagcargo as it is deprecating #7
Comments
Deals that were made pre Spade were dealt with and we do not need to worry about renewals. |
Motivation: * write decision to implement first part of storacha/project-tracking#7 Status * [x] initial plan drafted * [x] update based on feedback --------- Co-authored-by: Vasco Santos <santos.vasco10@gmail.com>
This PR has an implementation: nftstorage/nft.storage#2522 |
…gcargoless filecoin deal-making (#2522) Motivation: * part of storacha/project-tracking#7 * implement #2518 Note * many files I modified only because the upgrade to new typescript compiler or eslint required it * w3up-client requires node 18 so this drops support for node 16 from the api package * I think the client will still work on node 16, but I couldn't find a way of getting the ci for client to, using node 16, install just the client package deps and not the api package deps (which tries to install w3up-client, and then `yarn` errored because that requies node 18) * w3up-client requires node 18, but everything had been running on node 16 * [ ] if we can't find a way of continuing to use v16, then when this merges to main, we probably need to go into cloudflare workers settings and change NODE_VERSION from 16 to 18+ --------- Co-authored-by: Vasco Santos <santos.vasco10@gmail.com> Co-authored-by: Travis Vachon <travis.vachon@gmail.com> Co-authored-by: Alan Shaw <alan.shaw@protocol.ai>
w3up-client integration is deployed behind a feature switch in staging.nft.storage. Good news is that it can be used to forward an 8MB upload to w3up without error. Bad news is that it doesn't work in all circumstances, and we're still debugging why
Update: This helped with the OOM errors and maybe more nftstorage/nft.storage#2551 |
I am I will import into a new postgres in Heroku and check it can be attached as a foreign data wrapper to |
New DB in Heroku created: Contains exported subset of Created 2 read only users |
@travis just testing api -- deploy to staging today, then prod soon, then we're done! 4/15/24 |
See also
Reviewer: @vasco-santos
The text was updated successfully, but these errors were encountered: