# go-state-types **Repository Path**: wangliming_1/go-state-types ## Basic Information - **Project Name**: go-state-types - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-03 - **Last Updated**: 2024-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Filecoin state types [![CircleCI](https://circleci.com/gh/filecoin-project/go-state-types.svg?style=svg)](https://circleci.com/gh/filecoin-project/go-state-types) [![codecov](https://codecov.io/gh/filecoin-project/go-state-types/branch/master/graph/badge.svg)](https://codecov.io/gh/filecoin-project/go-state-types) This repository contains primitive and low level types used in the Filecoin blockchain state representation. These are primarily intended for use by [Actors](https://github.com/filecoin-project/specs-actors) and other modules that read chain state directly. ## Versioning Blockchain state versioning does not naturally align with common semantic versioning conventions. Any change in behaviour, including repairing any error that may have affected blockchain evaluation, must be released in a major version change. We intend that to be a rare event for the contents of this repository. ## License This repository is dual-licensed under Apache 2.0 and MIT terms. Copyright 2020. Protocol Labs, Inc.