Releases: gevulotnetwork/gevulot-rs
Releases · gevulotnetwork/gevulot-rs
v0.1.3
[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
andstderr
fields on theTaskStatus
model (#13). - Eliminate empty fallback URLs when parsing
create-pin
events (#18). - Fixed
worker-id
intask-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
Initial version