Skip to content

Latest commit

 

History

History
114 lines (76 loc) · 6.5 KB

CHANGELOG.md

File metadata and controls

114 lines (76 loc) · 6.5 KB

sophon-message changelog

v1.15.0

  • feat: record push message error info to db [#370]
  • chore: add repo evn var [#371]
  • Feat/add more metrics [#372]
  • opt: reduce estimated messages [#373]
  • feat: reset msg estimating timeout to 30s [#374]
  • opt: add time flag for msg list command [#375]
  • fix: check gas limit [#376]

v1.14.0

  • update venus & sophon-auth

v1.14.0-rc3

  • update venus & go-jsonrpc
  • fix: not update token when http port already bind [#367]

v1.14.0-rc2

  • chore: update venus & go-jsonrpc [#365]

v1.14.0-rc1

  • Update design-specs.md [#349]
  • Update README.md [#348]
  • feat(cmds): add update message state cmd [#351]
  • merge Release/v1.12 into master [#353]
  • add config explanation /添加配置的解释 [#354]
  • annotate a configuration file using comments in toml format / toml注释的格式进行参数说明 [#355]
  • Feat/add asc and by update at to msg query params [#357]
  • chore: bump up version to v1.13.0-rc1 [#359]
  • chore: bump up version to v1.13.0 [#360]

v1.13.0

v1.13.0-rc1

New Feature

  • feat: add asc and by update at to msg query params in [#357]
  • feat(cmds): add update message state cmd in [#351]

Documentation And Chores

  • doc: Update design-specs.md in [#349]
  • doc: Update README.md in [#348]
  • doc: add config explanation /添加配置的解释 [#354]
  • doc: annotate a configuration file using comments in toml format / toml注释的格式进行参数说明 [#355]
  • chore: merge Release/v1.12 into master in [#353]

v1.12.0

  • fix: add repo compatibility for cli [#350]

v1.12.0-rc1

  • fix: repeat process msg [#340]
  • opt: clear invalid error msg [#343]
  • feat: add HasActorCfg method [#344]
  • chore: upgrade venus and venus-auth [#345]
  • feat: rename project [#346]

v1.11.0

  • bump up version to v1.11.0

v1.11.0-rc1

Features

  • feat: support method type fee cfg / 支持消息类型级别的费用配置 [#303]
  • feat: add status api to detect api ready p /添加状态检测接口 [#313]
  • feat: update the authClient with token /客户端token验证 [#317]
  • chore: more detailed error information /更加详细的错误信息 [#331]
  • feat: ListBlockedMessage interface also returns unfill message / 同样返回Unfill的消息 [#330]
  • feat: add docker push / 增加推送到镜像仓库的功能 [#335]
  • feat: Reduce minimum replace fee from 1.25x to 1.1x / 最小 replace fee 乘数改为 1.1x [#336]

Bug Fixes

  • fix: No actor configuration was used when replacing messages /replace 消息时没有使用 actor config 表中的 maxfee[#328]
  • fix: failed create actor_cfg table in mysql / 修复创建actor_cfg表失败[#327]
  • fix: Exclude empty strings when listing failure message /排除 error_msg 为空的时候被认为是 failed 消息[#329]
  • fix: Modify the WaitingChainHeadStableDuration value only for 2k networks / 2k网络中修改WaitingChainHeadStableDuration的值[#334]

v1.10.1

  • 支持 delegated 地址的消息 [#323]
  • 升级 venus 和 venus-auth 版本到 v1.10.1

v1.10.0

  • 升级 venus 和 venus-auth 版本到 v1.10.0
  • 升级 go-jsonrpc 版本到 v0.1.7

v1.10.0-rc3

  1. 升级 venus 和 go-jsonrpc 版本
  2. 推送消息接口先解析地址再验证权限

v1.10.0-rc1

支持 Filecoin NV18 网络升级

  • 把 replacedmsg 重命名为 nonceconfict [#306]
  • 使用 untrust 接口推送消息 [#306]
  • 按从小到大查询 unchain 消息 [#307]
  • 移除测试中的重复代码 [#308]