Open av1ctor opened 2 months ago
Hey @av1ctor, thanks for reporting.
Yep you're running into something stale: up.arweave.net
is no longer 100% subsidized for transactions larger than, I believe, 100kb. I that case, I think your wallet will either need to have AR, or will need Turbo creds funded via ArDrive
, in order to upload via up.arweave.net
.
We will need to update that copy, as well as adapt bundler fund
-- i'm honestly not sure what would be most kosher behavior, will need to check with the ArDrive team.
Sorry about this, we will need to get it fixed.
@TillaTheHun0 My wallet had AR but no Turbo credits. Adding Turbo credits using ArDrive fixed it. Thanks!
@TillaTheHun0 If think the bundler can't be changed because the field name is wrong at https://github.com/permaweb/ao/blob/d3704747e08a2bc53c854578cc30ad33d0ea2bfb/dev-cli/src/commands/publish.js#L52
Shouldn't the correct field name be "bundler" and not "host"?
@av1ctor doh, that's definitely part of it. We will need to get it fixed.
Thanks for your patience and looking into this further.
@TillaTheHun0, thanks again!
I opened the PR #1005 to fix this issue.
Version: 0.1.3
Hi. I'm trying to publish a simple wasm file (written in lua) and I'm getting this error:
If I try to add funds, this happens:
If I try to pass irys.xyz as the bundler, it will keep using up.arweave.net instead:
Btw, process.wasm is around 450kb. I tried with a 10kb file and publish worked fine.
Thanks in advance!