4.2.0 (2022-03-15)
- update to lotus@1.15.0 (25f04ef)
4.1.1 (2022-03-15)
- deps: bump actions/checkout from 2 to 3 (#38) (766a4e3)
- no-release: bump actions/checkout from 2 to 3 (#36) (3f2ce11)
- no-release: bump actions/setup-node from 2.5.1 to 3.0.0 (#35) (02509f2)
4.1.0 (2022-02-14)
- lotus@v1.13.2, and fix schema gen CJS export (864168d)
4.0.7 (2022-01-20)
- use 16.x for release script, as required by dual-publish (23e7b74)
- deps-dev: bump dual-publish from 2.0.2 to 3.0.0 (6b7297c)
- no-release: bump actions/setup-node from 2.4.1 to 2.5.0 (#28) (afdf4c5)
- no-release: bump actions/setup-node from 2.5.0 to 2.5.1 (#30) (2a00ddd)
4.0.6 (2021-11-18)
- ci: exclude main files from build on windows (6d11bee)
4.0.5 (2021-11-04)
- deps: bump actions/checkout from 2.3.5 to 2.4.0 (1e8f0a3)
4.0.4 (2021-10-18)
- deps: bump actions/checkout from 2.3.4 to 2.3.5 (052bf1e)
4.0.3 (2021-09-28)
- deps: bump actions/setup-node from 2.4.0 to 2.4.1 (6725260)
4.0.2 (2021-09-27)
- deps-dev: bump dual-publish from 1.0.9 to 2.0.0 (3395fd6)
4.0.1 (2021-08-23)
4.0.0 (2021-08-20)
- update tsgen for lotus@1.11.1
- update schemagen for lotus@1.11.1, re-gen schema, make gen script do more
- update schemagen for lotus@1.11.1, re-gen schema, make gen script do more (a9b76d8)
- update tsgen for lotus@1.11.1 (5961f8a)
- add "generated by" note for schemagen'd code (85d47c5)
- make dual-publish work again with generated code (f63928b)
- move generated API methods to separate module (d936879)
3.0.2 (2021-08-20)
- add releasing section to readme (#9) (302ab28)
- semantic-release for auto-releases, and dependabot (bcc77e6)
-
Updated for mainnet. The export name has changed from
testnet
tomainnet
:const { mainnet } = require('@filecoin-shipyard/lotus-client-schema')
or
import { mainnet } from '@filecoin-shipyard/lotus-client-schema'
- Update
testnet
schema with methods from Lotusnext
branch.