[FEATURE] Ability to add custom tags to createSource
jim-toth opened this issue · 1 comments
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.
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