Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Releases: Dev43/arweave-go

v0.0.3

02 Oct 22:13
1bac358

Choose a tag to compare

  • Remove unnecessary code
  • Update package dependencies

Batcher/Combiner

31 Jul 14:45
c818611

Choose a tag to compare

  1. Create a chunker package that chunks a byte array into a predetermined size with custom formatting, in essence creating a linked list of chunks
  2. Add a batcherchunker package that deals with deploying all the chunks to the arweave network
  3. Create a combiner that grabs all the chunks and combines them into it's own file.
  4. Allow users to add custom tags

v0.0.1

23 Jul 06:54

Choose a tag to compare

add raw data getter from a transaction