Skip to content

Release 1.0.2-WE 0.9 (Mainnet)

Compare
Choose a tag to compare
@kantefier kantefier released this 04 Sep 14:06
· 81 commits to master since this release

Blockchain client

  • Waves Enterprise rebranding
  • Fixed bugs on login for Gost crypto.

Blockchain node

  • New cryptography endpoints: encryptCommon & encryptSeparate;
  • Changed data format for encrypt/decrypt methods: data is now accepted in Base64 encoding (used to be Base58);
  • Improved encryption for GOST (warning: encryption works only for keys, generated on version v1.0.2+);
  • Improved NG protocol stability;
  • Changed privacy API methods: all methods now require policy id.

Note

In order to decrypt data, that was encrypted on node v1.0.0, one has to change its encoding from Base58 to Base64.