arc.js_legacy icon indicating copy to clipboard operation
arc.js_legacy copied to clipboard

TxTracking should not modify the client's options object

Open dkent600 opened this issue 7 years ago • 0 comments

The TxTracking system should not modify the client's options object that is supplied to every Arc.js function that generates a transaction. Currently it inserts a property called txEventContext.

This change may require adding an optional argument to every Arc.js function that generates a transaction.

The only known alternative is to document that Arc.js adds this property, and perhaps rename the property to be more clear about where it came from.

dkent600 avatar Jul 05 '18 14:07 dkent600