Releases: filecoin-project/venus
Releases · filecoin-project/venus
v1.6.0-pre-rc1
What's Changed
- new method for import published deal by @hunjixin in #4832
- MarketAPI: improve AssignUnPackedDeals API by @diwufeiwen in #4849
- Fix: compile error caused by unreachable package by @zl03jsj in #4854
- fix: cmd: remove default repo_dir value by @simlecode in #4863
- chore:update version by @hunjixin in #4871
- feat: api: add StateGetNetworkParmas by @simlecode in #4875
- feat(venus-shared): more fields defined in market.GetDealSpec by @dtynn in #4885
Full Changelog: v1.3.0-rc2...v1.6.0-pre-rc1
v1.2.4
What's Changed
- fix: venus-shared: remove JwtAuthAPI by @simlecode in #4837
- new method for import published deal by @hunjixin in #4832
- MarketAPI: improve AssignUnPackedDeals API by @diwufeiwen in #4849
- Fix: compile error caused by unreachable package by @zl03jsj in #4854
- fix: cmd: remove default repo_dir value by @simlecode in #4863
- chore:update version by @hunjixin in #4871
Full Changelog: v1.2.3...v1.2.4
v1.3.0-rc2
What's Changed
- add finality check for consensus faults
- update filecoin-fii
Full Changelog: v1.3.0-rc1...v1.3.0-rc2
v1.3.0-rc1
What's Changed
- fix: venus-shared: remove JwtAuthAPI by @simlecode in #4837
Full Changelog: v1.2.3...v1.3.0-rc1
v1.2.3
What's Changed
- chore: optimization of the log by @simlecode in #4809
- chore: remove duplicate code by @simlecode in #4811
- chore: venus-shared: more mock api by @simlecode in #4814
- refactor market api for UpdateDealPiecesStatus by @zl03jsj in #4823
- fix: snapshot: import snapshot may fail for different snapshots by @zl03jsj in #4826
- refactor: refractor ci and test/build by @hunjixin in #4831
- build: venus: update version to v1.2.3 by @simlecode in #4834
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- fix: api: GetActerAfter by @zl03jsj in #4805
- fix: make sure tipst Do NOT include more than one blocks mined by a miner by @zl03jsj in #4806
- chore: dep: upgrade deps by @simlecode in #4808
- build: update version to v1.2.2 by @simlecode in #4807
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- ci: update git workflow by @simlecode in #4799
- sync: fix inconsistent circ supply at the same epoch by @simlecode in #4802
- build: bump version to v1.2.1 by @simlecode in #4803
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- fix consensus height check by @hunjixin in #4588
- add prefix for data migrate, make different withe actor migrate by @hunjixin in #4589
- fix migrate version log error by @hunjixin in #4595
- Fix/new forcenet update params by @hunjixin in #4596
- set default max fee and default chocolate upgrade height by @simlecode in #4598
- Issue: update issue template by @diwufeiwen in #4601
- Issue: remove old issue template by @diwufeiwen in #4602
- Simplify the tipset states index by @simlecode in #4603
- Move commands from the show subcommand to the chain subcommand by @simlecode in #4604
- switch from IPFS_REUSEPORT to LIBP2P_TCP_REUSEPORT by @aschmahmann in #4600
- syncing optmization and fix bugs. by @zl03jsj in #4555
- github workflow by @zl03jsj in #4623
- fix godeye push method by @zl03jsj in #4625
- fix message wait by @hunjixin in #4629
- use env var to enable gas tracing by @tanqiangyes in #4653
- auto choose upload compiling output to ftp first by @zl03jsj in #4635
- fix: commit message with strange char causes workflow failed by @zl03jsj in #4660
- Feat/msg selection respect msglimit by @hunjixin in #4665
- Misc: venus: add PR template by @Fatman13 in #4662
- Unify the definition of MessageReceipt by @diwufeiwen in #4667
- fix ci for select msg test by @diwufeiwen in #4669
- disable mplex stream muxer by @simlecode in #4668
- fix test by @simlecode in #4670
- close dht by @simlecode in #4672
- feat: msig-cancel-by-TxnHash by @zl03jsj in #4673
- merge type pkg by @simlecode in #4674
- Feat/simplify storage interface by @simlecode in #4676
- chain notify return error by @simlecode in #4677
- fix:un-consensus api StateMinerPreCommitDepositForPower by @zl03jsj in #4678
- clean go mod cache before make by @zl03jsj in #4679
- Feat/generate v0 api doc by @simlecode in #4685
- circsuypply calc around null blocks by @simlecode in #4687
- remove the NtwkVersionGetter by @simlecode in #4690
- more inline template by @simlecode in #4691
- test vector runner fixes for v6 vectors by @simlecode in #4692
- fix json marshal/unmarshal for FIL type by @hunjixin in #4686
- add gas charge for VerifyReplicaUpdate by @simlecode in #4693
- mod: update go-paramfetch by @simlecode in #4694
- add temp snap params by @simlecode in #4697
- support snap deals by @diwufeiwen in #4696
- fix sender and receiver are the same by @simlecode in #4703
- Integrate proof v11.0.0 by @simlecode in #4705
- support snapnet by @hunjixin in #4702
- Feat/migration autobatch by @hunjixin in #4704
- opt version cmd by @simlecode in #4707
- bump version to v1.2.0-rc1 by @simlecode in #4708
- vm: fix network version not correct by @simlecode in #4712
- bump version to v1.2.0-rc3 by @simlecode in #4713
- No need to compare from address and to address by @simlecode in #4716
- fix wallet unlock failed by @simlecode in #4715
- Feat/dtynn/compatible check for api perms by @dtynn in #4730
- feat: add ci checks by @zl03jsj in #4731
- bump version to v1.2.0-rc4 by @simlecode in #4733
- Remove unused code by @simlecode in #4732
- Feat/dtynn/refactor parts of the api compatible checks by @dtynn in #4734
- refactor: devtool: refactor api-gen & re-generate related codes by @dtynn in #4737
- feat: venus-shared: pick types & api def from venus-messager by @dtynn in #4738
- feat: venus-shared: pick types & api def from venus-wallet by @simlecode in #4746
- feat: venus-shared: generate client constructors for apis by @dtynn in #4747
- chore: deps: upgrade ffi by @simlecode in #4748
- fix: wallet: unlock failed by @simlecode in #4736
- build: release: v1.2.0-rc5 by @simlecode in #4751
- refactor: venus-devtool: generate doc for api by @simlecode in #4749
- fix: remove unrelated parmas by @simlecode in #4753
- fix: venus-shared: Change the type of HeadChange.Type by @simlecode in #4755
- feat: venus-shared: Expose RPC client options by @simlecode in #4756
- fix: config: migrate v7 version config by @simlecode in #4761
- chore: dep: update ffi & go.mod by @simlecode in #4762
- pick venus-gateway def & api by @diwufeiwen in #4769
- feat: extend api & types from venus-gateway by @dtynn in #4770
- feat: venus-shared: introduce apis & types from venus-market by @dtynn in #4776
- feat: venus-shared: remove old defs for gateway by @dtynn in #4779
- type: venus-shared: add pad byte index by @simlecode in #4777
- feat: venus-shared: add v0 api for gateway by @simlecode in #4780
- feat: venus-shared: api version / namespaces & helper func for rpc endpoint by @dtynn in #4782
- feat: config: migrate maxfee by @simlecode in #4783
- Feat/remove replace for ipfscmds by @hunjixin in #4773
- fix security dependency by @hunjixin in #4784
- build v1.2.0-rc6 by @simlecode in #4785
- fix: venus-shared: deal proposal usage by @dtynn in #4786
- chore: build: fix comment by @simlecode in #4787
- refactor: venus-share: split-gateway-interfaces-by-role by @zl03jsj in #4788
- chore: venus-shared: remove unused api version info by @simlecode in #4795
- build: venus: update version to v1.2.0 by @simlecode in #4796
New Contributors
- @aschmahmann made their first contribution in #4600
- @tanqiangyes made their first contribution in #4653
- @dtynn made their first contribution in #4730
Full Changelog: v1.1.2...v1.2.0
v1.2.0-rc6
What's Changed
- fix: remove unrelated parmas by @simlecode in #4753
- fix: venus-shared: Change the type of HeadChange.Type by @simlecode in #4755
- feat: venus-shared: Expose RPC client options by @simlecode in #4756
- fix: config: migrate v7 version config by @simlecode in #4761
- chore: dep: update ffi & go.mod by @simlecode in #4762
- pick venus-gateway def & api by @diwufeiwen in #4769
- feat: extend api & types from venus-gateway by @dtynn in #4770
- feat: venus-shared: introduce apis & types from venus-market by @dtynn in #4776
- feat: venus-shared: remove old defs for gateway by @dtynn in #4779
- type: venus-shared: add pad byte index by @simlecode in #4777
- feat: venus-shared: add v0 api for gateway by @simlecode in #4780
- feat: venus-shared: api version / namespaces & helper func for rpc endpoint by @dtynn in #4782
- feat: config: migrate maxfee by @simlecode in #4783
- Feat/remove replace for ipfscmds by @hunjixin in #4773
- fix security dependency by @hunjixin in #4784
- build v1.2.0-rc6 by @simlecode in #4785
Full Changelog: v1.2.0-rc5...v1.2.0-rc6
v1.2.0-rc5
What's Changed
- Remove unused code by @simlecode in #4732
- Feat/dtynn/refactor parts of the api compatible checks by @dtynn in #4734
- refactor: devtool: refactor api-gen & re-generate related codes by @dtynn in #4737
- feat: venus-shared: pick types & api def from venus-messager by @dtynn in #4738
- feat: venus-shared: pick types & api def from venus-wallet by @simlecode in #4746
- feat: venus-shared: generate client constructors for apis by @dtynn in #4747
- chore: deps: upgrade ffi by @simlecode in #4748
- fix: wallet: unlock failed by @simlecode in #4736
- build: release: v1.2.0-rc5 by @simlecode in #4751
Full Changelog: v1.2.0-rc4...v1.2.0-rc5