It's 1.0.0! This is an optional release of Lotus that introduces some UX improvements to the 0.10 series.
This very small release is largely cosmetic, and intended to flag the code that the Filecoin mainnet was launched with.
API changes
StateMsgGasCost
has been removed. The equivalent information can be gained by callingStateReplay
.- A
GasCost
field has been added to theInvocResult
type, meaning detailed gas costs will be returned when callingStateReplay
,StateCompute
, andStateCall
. - The behaviour of
StateReplay
in response to an empty tipset key has been changed. Instead of simply using the heaviest tipset (which is almost guaranteed to be an unsuccessful replay), we search now search the chain for the tipset that included the message, and replay the message in that tipset (we fail if no such tipset is found).
Changes
- Increase code coverage! (#4410)
- Mpool: Don't block node startup loading messages (#4411)
- Improve the UX of multisig approves (#4398)
- Use build.BlockDelaySecs for deal start buffer (#4415)
- Conformance: support multiple protocol versions (#4393)
- Ensure msig inspect cli works with lotus-lite (#4421)
- Add command to (slowly) prune lotus chain datastore (#3876)
- Add WalletVerify to lotus-gateway (#4373)
- Improve StateMsg APIs (#4429)
- Add endpoints needed by spacegap (#4426)
- Make audit balances capable of printing robust addresses (#4423)
- Custom filters for retrieval deals (#4424)
- Fix message list api (#4422)
- Replace bootstrap peers (#4447)
- Don't overwrite previously-configured maxPieceSize for a persisted ask (#4480)
- State: optimize state snapshot address cache (#4481)