v19.6.0
LL-4612 Allow inline installation of applications in device flows (#1108)
when you use EXPERIMENTAL_INLINE_INSTALL=1, it will "stream install" the apps necessary for device action flows. IN PLACE.
QA impact: none. unless you use EXPERIMENTAL_INLINE_INSTALL=1
integration impact: none.
[LL-2985] add index fresh address on receive (#1144)
Allows AccountBridge#receive
to take an index for more advanced receive usage.
QA impact: low. receive works as usual.
integration impact: type is a freshAddressIndex: ?number
so the usage of receive() will need to be amended to not break flowtype.
LL 4977 Fees strategy for BTC / ETH (#1137)
adds in Transaction a "fees strategy" to track user preference and prepare a future UX improvement.
QA impact: low. transactions should still work. only bitcoin and ethereum.
integration impact: none. createTransaction and prepareTransaction was adapted, there are no "direct" contract change and by default it's like before.