-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat: init arweave uploader using turbo sdk and ar.io bundling infrastructure #152
base: main
Are you sure you want to change the base?
feat: init arweave uploader using turbo sdk and ar.io bundling infrastructure #152
Conversation
🦋 Changeset detectedLatest commit: 4ab10fc The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
5e80a19
to
28a81ba
Compare
Updated this to utilize recently available Turbo Credit Sharing in order to reduce web signing requests. On upload, an ephemeral key will be created to sign each ANS-104 data item. When the upload is not free and after funding the wallet with a SOL top-up, a |
Updated the arweave dev gateway here for optimistic devnet retrieval. Previous gateway (arweave.dev) has had its CDN configuration changed due to over-use. turbo.ardrive.dev will now support the optimistic data retrieval for dev-net data items. Note: Data sent to Turbo devnet will be temporarily retrievable in the Turbo devnet gateway, but in the future they may not resolve after some allotted time -- and they should not be expected to make it to the main Arweave network |
The current bundling and uploading implementation shows that support for Arweave is deprecated. This PR adds a more future proof Arweave compatible uploader using Turbo SDK and relying on AR.IO bundling infrastructure