- add sleep on operation monitor
- retry http get requests on SocketException
- change doc to docs at root level to allow github pages build process
- replace Uint8List by ByteList after breaking change introduced in pinacl
- custom gas limit
- custom storage limit
- micheline codec
- contract call
- contract origination
- gas limit, storage limit, fees computation
- BREAKING CHANGE: TezartClient doesn't inject the operations anymore. This responsability moved to OperationsList
- 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');
- initial release of the open source project.