Skip to content

Commit

Permalink
Lotus version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Oct 17, 2020
1 parent 0f5aa9b commit 53ca4ed
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Lotus changelog

# 1.0.0 / 2020-10-17

Yay, it's 1.0.0! This is an optional release of Lotus that can be used to connect to the Filecoin mainnet. It introduces some UX improvements to the 0.10 series of Lotus.

## Changes

- Increase code coverage! (https://github.com/filecoin-project/lotus/pull/4410)
- mpool: Don't block node startup loading messages (https://github.com/filecoin-project/lotus/pull/4411)
- improve the UX of multisig approves (https://github.com/filecoin-project/lotus/pull/4398)
- Use build.BlockDelaySecs for deal start buffer (https://github.com/filecoin-project/lotus/pull/4415)
- conformance: support multiple protocol versions (https://github.com/filecoin-project/lotus/pull/4393)
- Ensure msig inspect cli works with lotus-lite (https://github.com/filecoin-project/lotus/pull/4421)
- add command to (slowly) prune lotus chain datastore (https://github.com/filecoin-project/lotus/pull/3876)
- add WalletVerify to lotus-gateway (https://github.com/filecoin-project/lotus/pull/4373)
- Improve StateMsg APIs (https://github.com/filecoin-project/lotus/pull/4429)
- add endpoints needed by spacegap (https://github.com/filecoin-project/lotus/pull/4426)
- Make audit balances capable of printing robust addresses (https://github.com/filecoin-project/lotus/pull/4423)
- Custom filters for retrieval deals (https://github.com/filecoin-project/lotus/pull/4424)
- fix message list api (https://github.com/filecoin-project/lotus/pull/4422)
- replace bootstrap peers (https://github.com/filecoin-project/lotus/pull/4447)

# 0.10.2 / 2020-10-14

This is an optional release of Lotus that updates markets to 0.9.1, which fixes an issue affecting deals that were mid-transfer when the node was upgraded to 0.9.0. This release also includes some tweaks to default gas values and minor performance improvements.
Expand Down
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func buildType() string {
}

// BuildVersion is the local build version, set by build system
const BuildVersion = "0.10.2"
const BuildVersion = "1.0.0"

func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit
Expand Down

0 comments on commit 53ca4ed

Please sign in to comment.