Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

v19.6.0

Compare
Choose a tag to compare
@gre gre released this 21 Apr 09:16
· 904 commits to master since this release
39110d9

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.