Skip to content

Releases: gevulotnetwork/gevulot-rs

v0.1.3

18 Dec 13:33
v0.1.3
ad1190d
Compare
Choose a tag to compare

[0.1.3] - 2024-12-18

Added

  • Added Runtime Configuration module gevulot_rs::runtime_config (#10).
  • Added workflow support (#25).
  • Added protobuf fields for better error reporting when declining tasks or ack'ing pins (#34).

Changed

  • Changed workflow metadata specification (#15).
  • Renamed workflow success status (#16).
  • Emit all begin, end and finalize block events (#14).
  • Allow empty CID in pin model (#21, #22).
  • Allow empty Creator (#26).

Fixed

  • Update account sequence only after successful tx (#12).
  • Added missing stdout and stderr fields on the TaskStatus model (#13).
  • Eliminate empty fallback URLs when parsing create-pin events (#18).
  • Fixed worker-id in task-create event (#26).
  • Removed creator from pin-ack event, since its not there (#30).
  • Fixed default gas price and rounding issues (#31).

Removed


Full Changelog: v0.1.0-pre...v0.1.3

v0.1.0

18 Dec 13:12
v0.1.0-pre
28b6c9f
Compare
Choose a tag to compare

Initial version