Skip to content

Version 0.4.0

Choose a tag to compare

@berndbohmeier berndbohmeier released this 12 Apr 08:56
d5bce26

Added

  • Additional option feePayer in payment.prepare which specifies who pays network fees for transfer
  • IdentityWallet for creating and interacting with identity contracts
  • Additional configuration option walletType for initializing TLNetwork instance
    • Defaults to 'WalletTypeEthers'
    • When using 'WalletTypeIdentity' it enables meta-transactions which are relayed by configured relay server
  • 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.address has been replaced with await user.getAddress

Fixed

  • Bug when using Web3Signer via MetaMask which referenced an empty address
  • Wrong devDependency of reconnecting-websocket which should be a normal dependency

BREAKING

  • Removed obsolete parameters serializedWallet and progressCallback in user.createOnboardingMsg (only mandatory parameter is now username)