just_ppe

Results 74 comments of just_ppe

side-note: this implementation should be made compatible with the "nested-bundles" example presented here https://github.com/ArweaveTeam/arweave-standards/pull/22#issuecomment-1259472484

> Yes I think that could match what I was thinking. > > For point 3, when you say `assigns the sequence`, are you talking about setting the `sortKey`? If...

Unfortunately number 1. is out of the question...for the exact reason that you've mentioned...we really want our GW to stay as lightweight and fast as possible. I understand that manually...

So, the only way I see it right now is: 1. user uploads arbitrary files 2. user creates and signs "input" data-item. 3. Warp SDK generates a manifest file from...

This happens when `blockFilter.max` is set to `null`. It works fine (i.e. does not return the non-mined transaction) if the "max" is set to current network height. I believe that...

> Hey there @ppedziwiatr , I don't think this is a bug. On arweave.net we can receive non-mined txs too and they should return null on the block height too....

> Since #2314 was merged, `mailru/easyjson` now compiles and works. Is there a chance to make it work on macos / M1? I'm getting https://github.com/tinygo-org/tinygo/pull/2314#issuecomment-979148013 Removing `var _ easyjson.Marshaler` https://github.com/tinygo-org/tinygo/issues/447#issuecomment-997022972...

Also - please upgrade to latest version of warp-contracts. `contract/package.json:`

the `WarpNodeFactory` from the above error is an old API from versions prior to 1.2.x

I've synced the fork, removed the node_modules and package-lock, made a fresh npm install.