warp-contracts / warp

An implementation of the Arweave SmartWeave smart contracts protocol.
MIT License
159 stars 44 forks source link

[FEATURE] Ability to add custom tags to createSource #470

Closed jim-toth closed 1 year ago

jim-toth commented 1 year ago

Is your feature request related to a problem? Please describe. I'm not able to add custom tags to warp.createSource()

Describe the solution you'd like I'd like to be able to add custom tags to my contract source transactions and data items via warp.createSource() similar to other contract deployment related interfaces

Describe alternatives you've considered I tried disabling bundling to force createSource() to return a Transaction which I then pushed my custom tags to and signed using arweave-js. However, I'd like to use bundling. There's no way to add custom tags to the returned DataItem without constructing my own from scratch.

asiaziola commented 1 year ago

Hey @jim-toth! Please look at the release note and tell me if everything's ok https://github.com/warp-contracts/warp/releases/tag/v1.4.24