Skip to content

Releases: filecoin-shipyard/js-lotus-client-schema

v4.0.0

20 Aug 12:33

Choose a tag to compare

4.0.0 (2021-08-20)

⚠ BREAKING CHANGES

Features

Bug Fixes

  • add "generated by" note for schemagen'd code (85d47c5)
  • make dual-publish work again with generated code (f63928b)

Trivial Changes

  • move generated API methods to separate module (d936879)

v3.0.2

20 Aug 11:17

Choose a tag to compare

3.0.2 (2021-08-20)

Trivial Changes

  • add releasing section to readme (#9) (302ab28)
  • semantic-release for auto-releases, and dependabot (bcc77e6)

3.0.0

29 Mar 17:26

Choose a tag to compare

Updated API per Lotus v1.5.2

2.0.0

27 Oct 14:42

Choose a tag to compare

  • Removed
    • fullNode:
      • stateMsgGasCost
  • Added
    • fullNode:
      • clientGetDealStatus
      • mpoolBatchPush
      • mpoolBatchPushMessage
      • mpoolBatchPushUntrusted
    • gatewayApi
      • chainGetBlockMessages
      • chainGetMessage
      • chainHasObj
      • chainNotify
      • chainReadObj
      • stateDealProviderCollateralBounds
      • stateGetReceipt
      • stateListMiners
      • stateMarketBalance
      • stateMarketStorageDeal
      • stateMinerInfo
      • stateMinerPower
      • stateMinerProvingDeadline
      • stateNetworkVersion
      • stateVerifiedClientStatus
  • Compatible with Lotus v1.1.2

1.0.0

19 Oct 16:53

Choose a tag to compare

  • Updated for mainnet. The export name has changed from testnet to mainnet:

    const { mainnet } = require('@filecoin-shipyard/lotus-client-schema')

    or

    import { mainnet } from '@filecoin-shipyard/lotus-client-schema'
  • Compatible with Lotus v0.10.2