just_ppe

Results 69 comments of just_ppe

> Hey @ppedziwiatr, any chance you could convert this into a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example)? In your case, it probably means removing all the stuff you can (plugins, other contracts, other...

that's probably due to the fact that the tendermint-node package is trying to download the binary of tendermint for arm64 architecture for version 0.31.5 - this version is not available...

If you want to make the lotion to work, you can manually download the binary and put it into the `node-modules/tendermint-node/bin`. The latest version that is compatible with lotion is...

All is cool, but https://github.com/laverdet/isolated-vm/issues/309 makes it basically unusable... Other options to consider: 1. https://github.com/justjake/quickjs-emscripten 2. https://github.com/endojs/endo/tree/master/packages/ses

Hey @duckception ! Thanks for the heads-up, we will update the docs :-)

@asiaziola , what do we do about this? :-)

That's a neat idea, but one issue I'm having with this flow is that (if I understand correctly) it would be now users' responsibility to post the input transaction to...

Ok, how about this "hybrid" approach: 1. User first sends all the non-input transactions to Bundlr (for most users/protocols - this will be an optional step - in such case...

ok, to sum-up your idea in simple steps: 1. user posts all the additional transactions to Arweave (directly, via bundlr, whatever) 2. user posts input transaction to Warp Sequencer -...