Skip to content

v1.11.0

Compare
Choose a tag to compare
@LinZexiao LinZexiao released this 23 Apr 05:22
e4c4ab4

What's Changed

Main Features

  • support method type fee cfg / 消息类型级别的费用配置
  • Reduce minimum replace fee from 1.25x to 1.1x / replace fee 最小乘数改为 1.1x
  • ListBlockedMessage interface also returns unfill message / ListBlockedMessage 接口也会返回 unfill 消息

New Feature

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

Bugs Fixes

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

Chores

  • chore: more detailed error information by @simlecode /更加详细的错误信息 [#331]

Full Changelog: v1.10.2...v1.11.0