arlocal icon indicating copy to clipboard operation
arlocal copied to clipboard

Local testnet for your Arweave products.

Results 5 arlocal issues
Sort by recently updated
recently updated
newest added

I've noticed that simply posting (`arweave.transactions.post`) a transaction to arlocal (without mining the block) makes it available through a GQL search, e.g. I'm posting a SmartWeave interaction for a contract,...

question

Arweave nodes support `/block/current` endpoint that returns all the relevant information about the most recently mined block. Support a matching endpoint in arlocal. ```shell ❯ curl https://arweave.net/block/current | jq '.'...

`getById` returns number instead of string as when data_size is 0. This breaks some libraries that expect data_size to be a string.