|
1 | 1 | # venus changelog |
2 | 2 |
|
| 3 | +## v1.13.0-rc1 |
| 4 | + |
| 5 | +### New Features |
| 6 | + |
| 7 | +* Feat/add sign type to wallet types by @LinZexiao in https://github.com/filecoin-project/venus/pull/6036 |
| 8 | +* feat: upgrade builtin actors to v1.23.1 by @0x5459 in https://github.com/filecoin-project/venus/pull/6039 |
| 9 | +* feat: Increase the environment variable to skip checking whether mine… by @simlecode in https://github.com/filecoin-project/venus/pull/6055 |
| 10 | +* feat: modify query params for message and deal by @LinZexiao in https://github.com/filecoin-project/venus/pull/6066 |
| 11 | +* feat: add bootstrap by @simlecode in https://github.com/filecoin-project/venus/pull/6084 |
| 12 | +* feat: add proxy interface to gateway by @LinZexiao in https://github.com/filecoin-project/venus/pull/6089 |
| 13 | +* feat(market): filter deals by sector lifetime by @0x5459 in https://github.com/filecoin-project/venus/pull/6093 |
| 14 | +* feat: set tipset to the given epoch by default by @LinZexiao in https://github.com/filecoin-project/venus/pull/6099 |
| 15 | +* feat: remove MinPeerThreshold in bootstrap config because it is not used /删除MinPeerThreshold字段从bootstrap配置,没有用到 by @elvin-du in https://github.com/filecoin-project/venus/pull/6063 |
| 16 | +* feat: make execution trace configurable via env variable venus / 通过VENUS_EXEC_TRACE_CACHE环境变量谁知trace缓存大小 by @elvin-du in https://github.com/filecoin-project/venus/pull/6100 |
| 17 | + |
| 18 | +### Optimizations |
| 19 | + |
| 20 | +* opt: Adjust size flag to string type by @simlecode in https://github.com/filecoin-project/venus/pull/6102 |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* fix: Unsubscribe required on exit by @simlecode in https://github.com/filecoin-project/venus/pull/6103 |
| 25 | +* fix: ethtypes: handle length overflow case / 处理rlp长度越界问题 by @elvin-du in https://github.com/filecoin-project/venus/pull/6101 |
| 26 | + |
| 27 | +### Documentation and Chores |
| 28 | + |
| 29 | +* doc: add config desc / 添加config注释 by @elvin-du in https://github.com/filecoin-project/venus/pull/6062 |
| 30 | +* doc: add design doc of sync/添加同步设计文档 by @elvin-du in https://github.com/filecoin-project/venus/pull/5989 |
| 31 | + |
| 32 | +* chore: correct god eye url and prioritize ftp by @LinZexiao in https://github.com/filecoin-project/venus/pull/6031 |
| 33 | +* chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in https://github.com/filecoin-project/venus/pull/6029 |
| 34 | +* chore(deps): bump TheDoctor0/zip-release from 0.6.0 to 0.7.1 by @dependabot in https://github.com/filecoin-project/venus/pull/6028 |
| 35 | +* chore: bump github.com/gin-gonic/gin from v1.9.0 to v1.9.1 by @simlecode in https://github.com/filecoin-project/venus/pull/6037 |
| 36 | +* chore: update minimum Go version to 1.19 by @0x5459 in https://github.com/filecoin-project/venus/pull/6038 |
| 37 | +* chore: Update issue template enhancement.yml by @Fatman13 in https://github.com/filecoin-project/venus/pull/6046 |
| 38 | +* chore: fix bug issue template by @Fatman13 in https://github.com/filecoin-project/venus/pull/6047 |
| 39 | +* chore: pick 10971,10955,10934 from lotus by @LinZexiao in https://github.com/filecoin-project/venus/pull/6078 |
| 40 | +* chore(deps): bump github.com/libp2p/go-libp2p from 0.27.5 to 0.27.8 in /venus-devtool by @dependabot in https://github.com/filecoin-project/venus/pull/6091 |
| 41 | +* chore(deps): bump github.com/libp2p/go-libp2p from 0.27.5 to 0.27.8 by @dependabot in https://github.com/filecoin-project/venus/pull/6090 |
| 42 | +* chore: transport code by @simlecode in https://github.com/filecoin-project/venus/pull/6097 |
| 43 | + |
3 | 44 | ## v1.12.0 |
4 | 45 |
|
5 | 46 | * fix: compatible with older versions by @simlecode in [[#6024](https://github.com/filecoin-project/venus/pull/6024)] |
|
0 commit comments