Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Releases: consensus-shipyard/go-ipc-types

v0.1.8

02 Aug 18:27
d59f63e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

01 Aug 16:15
49fa8a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

11 Jul 10:08
64aa908
Compare
Choose a tag to compare

What's Changed

  • refactor subnet ID by @adlrocha in #21
  • Add Address type for subnet actor ConstructParams by @adlrocha in #22
  • integrate new fund/release params and minor fixes by @adlrocha in #23

Full Changelog: v0.1.5...v0.1.6

v0.1.5

19 Apr 14:21
65210e7
Compare
Choose a tag to compare

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

29 Mar 15:33
43436c9
Compare
Choose a tag to compare

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

07 Mar 17:44
51479ad
Compare
Choose a tag to compare

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

23 Feb 14:36
a49f933
Compare
Choose a tag to compare
Pre-release
  • General fixes.
  • Add checkpoint-related state accessors

v0.1.1: Minor fixes

15 Feb 16:38
3608226
Compare
Choose a tag to compare
v0.1.1: Minor fixes Pre-release
Pre-release

Add a minor fix that was causing errors when pulling the package from go package repository.

v0.1.0: Initial implementation

15 Feb 16:25
c5ff255
Compare
Choose a tag to compare
Pre-release

Initial version implementing convenient types for the IPC subnet-actor, IPC gateway, and the IPC sdk.