Skip to content

Latest commit

 

History

History
89 lines (53 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

89 lines (53 loc) · 1.2 KB

[2.0.4]

Added

  • manage comb pairs

Changed

Fixed

[2.0.3]

Added

Changed

Fixed

  • add sleep on operation monitor

[2.0.2]

Added

Changed

Fixed

  • retry http get requests on SocketException

[2.0.1]

Added

Changed

Fixed

  • change doc to docs at root level to allow github pages build process

[2.0.0]

Added

Changed

  • replace Uint8List by ByteList after breaking change introduced in pinacl

Fixed

[1.0.1]

Added

  • custom gas limit
  • custom storage limit

Changed

Fixed

[1.0.0]

Added

  • micheline codec
  • contract call
  • contract origination
  • gas limit, storage limit, fees computation

Changed

  • BREAKING CHANGE: TezartClient doesn't inject the operations anymore. This responsability moved to OperationsList

Fixed

[0.2.1]

Added

Changed

  • increase minimum required dart version to 2.11
  • BREAKING CHANGE: change TezartClient constructor parameters to a single one:
    BEFORE: TezartClient(host: 'localhost', scheme: 'http', port: '20000');
    AFTER: TezartClient('http://localhost:20000');

Fixed

[0.2.0]

Added

  • initial release of the open source project.

Changed

Fixed