Releases: trustlines-protocol/clientlib
Releases · trustlines-protocol/clientlib
Version 0.9.0
v0.9.0 v0.9.0
Version 0.8.0
v0.8.0 v0.8.0
Version 0.7.0
- Added frozenBalance to UserOverview to return the sum of all frozen balances for a user's trustlines
- Added isFrozen to trustline events
- Added isFrozen to prepareUpdate and prepareAccept options argument to freeze a trustline (BREAKING)
Version 0.6.0
Added
- Added extraData to PaymentOptions for transfers, used for logging arbitrary data (BREAKING)
- Added extraData to queried transfer events (BREAKING)
Version 0.5.1
Added
- Added DecimalsOptions to avoid querying decimals from the server when not necessary
Version 0.5.0
Added
messaging.paymentRequestreturns sent payment request so that the sender can keep track of sent requests
Version 0.4.3
Changed
- New base URL
trustlines://for all created links - Additional optional custom base url parameter for
contact.createLinkandpayment.createRequest
Version 0.4.2
Changed
- Dependency update of
reconnecting-websocket
Fixed
Object is not a constructor (new ReconnectingWebSocket)bug in react-native
Version 0.4.1
Fixed
Can not resolve module child_processbug in react-native
Version 0.4.0
Added
- Additional option
feePayerinpayment.preparewhich specifies who pays network fees for transfer IdentityWalletfor creating and interacting with identity contracts- Additional configuration option
walletTypefor initializingTLNetworkinstance- Defaults to
'WalletTypeEthers' - When using
'WalletTypeIdentity'it enables meta-transactions which are relayed by configured relay server
- Defaults to
- Basic example app for using clientlib with injected web3 instance via MetaMask under
/examples/injected-web3
Changed
- Copyright transferred to trustlines foundation
- Every call to
user.addresshas been replaced withawait user.getAddress
Fixed
- Bug when using
Web3Signervia MetaMask which referenced an empty address - Wrong devDependency of
reconnecting-websocketwhich should be a normal dependency
BREAKING
- Removed obsolete parameters
serializedWalletandprogressCallbackinuser.createOnboardingMsg(only mandatory parameter is nowusername)