Releases: wavesplatform/WavesJ
Releases · wavesplatform/WavesJ
v1.3.0
This version provides compatibility with Waves Node version 1.4.
New features:
- Added parsing Ethereum transactions (both token transfers and dApp script invocations) received as JSON or Protobuf.
- Added parsing of Exchange transactions containing orders with EIP-712 signature.
- Added Ethereum-Waves converter for addresses and assets ids.
Dependency upgrades:
- Upgrade to waves-transactions 1.1.0.
v1.2.1
WavesJ 1.1.0
- added methods
Node.getBalances(List<Address> addresses)
andNode.getBalances(List<Address> addresses, int height)
to get Waves balances of multiple addresses at once; - updated to waves-transactions v1.0.6
WavesJ 1.0.4
Updated to official waves-transactions and waves-crypto libraries.
Updated to actual 1.2.18 schemas.
WavesJ 1.0.0 (Waves Node 1.2 Malibu supported)
- feature No.15 of Waves Node 1.2 Malibu release is now supported
- supported most of Waves Node API
- significantly redesigned interface
- based on Waves Transactions library