This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
Releases: consensus-shipyard/go-ipc-types
Releases · consensus-shipyard/go-ipc-types
v0.1.8
v0.1.7
v0.1.6
v0.1.5
This release includes all the changes to types and the actors state required to support v.0.2.0 of the IPC actors
What's Changed
- New types for refactored IPC bundle by @adlrocha in #17
- add voting submission serialization and accessors by @adlrocha in #18
- Fix TopDownMsg serialization by @adlrocha in #19
- Update state to be consistent with new bundle by @adlrocha in #20
Full Changelog: v0.1.4...v0.1.5
v0.1.4: M1 release
This release includes all the Go implementations for the state, types, and accessors compatible with v0.1.0 of the IPC actors.
v0.1.3: Validator types and checkpoint votes
This pre-release migrates the Validator
and ValidatorSet
types that lived in Eudico to this repo. It also includes some improvements to checkpoint accessors.
v0.1.2: Checkpoint accessors
- General fixes.
- Add checkpoint-related state accessors
v0.1.1: Minor fixes
Add a minor fix that was causing errors when pulling the package from go package repository.
v0.1.0: Initial implementation
Initial version implementing convenient types for the IPC subnet-actor, IPC gateway, and the IPC sdk.