Skip to content

v14.1.0

Latest
Compare
Choose a tag to compare
@davidyuk davidyuk released this 29 Apr 21:17
4024d42

Features

  • account: add sync versions of AccountMnemonicFactory methods (1d60eac)
  • account: detect MetaMask over EIP-6963 (9e74b53)
  • account: experimental support of Ledger app v1.0.0 (0116d74)
  • account: init AccountMnemonicFactory by seed (fe74643)
  • account: add unsafeSign, deprecate sign (b0288cc)
  • add ensureEncoded, isEncoded; deprecate isAddressValid (5a11dc3)
  • add hashMessage, deprecate messageToHash (5306e6b)
  • add verifyMessageSignature, deprecate verifyMessage (f862b67)
  • add verifySignature, deprecate verify (a4a0232)
  • aens: add getAuctionState to Name (4150890)
  • aens: add id getter to Name (8700534)
  • aens: add isName, deprecate isNameValid (88c242a)
  • aens: allow to pass salt between Name while claiming (c8dc8cc)
  • node: add Hyperchain endpoints (05fcdfd)
  • node: ignore consensus protocol version if ignoreVersion set (e2f83d6)
  • node: warn if incompatible version when ignoreVersion set (2d6c59d)
  • oracle: add getQueries to OracleBase (0af61da)
  • contract: show function name along its hash if missed in bytecode (2727713)

Bug Fixes

  • account: implicitly connect to Aeternity snap, clean up flow (e347d25)
  • aens: computeAuctionEndBlock returns value according to Ceres (3b2f20c)
  • aens: handle highestBid as BigInt in auction details (847bfa6)
  • aens: make getState's options override instance options (2e0d672)
  • aens: mark started_at as required in auction details (fba1012)
  • chain: set correct poll interval on hyperchain (0454c62)
  • contract: type checking of contract call return value (4c8926b)
  • middleware: generate api based on 1.97.1 (359c17a)
  • node,middleware: more strict enum handling (d3c5f0f)
  • tx-builder: replace OracleResponseTx with OracleRespondTx (19ec9b3)
  • wallet: don't require debug flag in BrowserRuntimeConnection (997db99)