Skip to content

Release 1.2.2

Compare
Choose a tag to compare
@hegelwin hegelwin released this 08 Apr 16:37
· 48 commits to master since this release

Blockchain client:

  • Visualization of password creation rules;
  • Fixed crawler error with the processing of blockchain rollback;
  • Added form animation on unsuccessful login;
  • Styling elements for corporate identity;
  • Added link to node page from "Groups" section;
  • Minor improvements.

Blockchain node:

  • Implemented sponsored fees support: senders now can pay fees in assets, while the miner is rewarded with WEST tokens from the sponsor; This feature is now available for many of existing transactions and is activated via soft-fork;
  • Performance improvement for Privacy data exchange;
  • Network protocol modification: nodes share peers' hostnames instead of IP addresses, whenever it's possible;
  • Docker contracts engine doesn't require nslookup to be present in the user's contract image;
  • Overall logging improvements;
  • Account generator doesn't require JCP library to be installed (for GOST crypto only);
  • Validations for Mainnet licenses;
  • Changes to fees for Mainnet (see docs);
  • Corrections for OpenAPI schema;
  • Minor update to proto schema for gRPC Docker contracts.