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.
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 interfacesDescribe alternatives you've considered I tried disabling bundling to force
createSource()
to return aTransaction
which I then pushed my custom tags to and signed usingarweave-js
. However, I'd like to use bundling. There's no way to add custom tags to the returnedDataItem
without constructing my own from scratch.