Releases: ipfs-force-community/sophon-messager
Releases · ipfs-force-community/sophon-messager
v1.10.1
What's Changed
- fix: fix delegated message by @simlecode in #323
- chore: optimize ETH address output by @simlecode in #324
- chore: bump version to v1.10.1 by @simlecode in #325
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- Feat/tanlang/add user isolation / 增加用户数据隔离 by @LinZexiao in #293
- feat: rename replacedmsg to nonceconfict by @hunjixin in #304
- chore(deps): bump github.com/ipld/go-codec-dagpb from 1.3.2 to 1.5.0 by @dependabot in #305
- feat: use untrust api to avoid daemon save messages by @hunjixin in #306
- fix: query unchain message order by desc by @simlecode in #307
- test: remove duplicate code by @simlecode in #308
- chore: bump version to v1.10.0-rc1 by @simlecode in #311
- Dev/v1.10.0 by @LinZexiao in #312
- fix: resolve address before check permission by @simlecode in #314
- chore: bump version to v1.10.0-rc3 by @simlecode in #316
- chore: add address to error message by @simlecode in #321
- chore: bump version to v1.10.0 by @simlecode in #322
New Contributors
- @dependabot made their first contribution in #305
Full Changelog: v1.9.1...v1.10.0
v1.10.0-rc3
What's Changed
- fix: resolve address before check permission by @simlecode in #314
- chore: bump version to v1.10.0-rc3 by @simlecode in #316
Full Changelog: v1.10.0-rc2...v1.10.0-rc3
v1.10.0-rc2
What's Changed
- Feat/tanlang/add user isolation / 增加用户数据隔离 by @LinZexiao in #293
- Dev/v1.10.0 by @LinZexiao in #312
Full Changelog: v1.10.0-rc1...v1.10.0-rc2
v1.10.0-rc1
What's Changed
- feat: rename replacedmsg to nonceconfict by @hunjixin in #304
- chore(deps): bump github.com/ipld/go-codec-dagpb from 1.3.2 to 1.5.0 by @dependabot in #305
- feat: use untrust api to avoid daemon save messages by @hunjixin in #306
- fix: query unchain message order by desc by @simlecode in #307
- test: remove duplicate code by @simlecode in #308
- chore: bump version to v1.10.0-rc1 by @simlecode in #311
New Contributors
- @dependabot made their first contribution in #305
Full Changelog: v1.9.1...v1.10.0-rc1
v1.9.1
What's Changed
- fix: default value of WaitingChainHeadStableDuration by @diwufeiwen in #302
Full Changelog: v1.9.0...v1.9.1
v1.9.0
chore: bump version to 1.9.0
v1.9.0-rc1
What's Changed
- Feat/lt/refactor msg push api by @diwufeiwen in #271
- feat: set the default 0 for big.Int by @simlecode in #273
- chore: Print the string associated with the message method by @simlecode in #275
- chore: reserve WalletName field of Messager type by @diwufeiwen in #278
- feat: use new log lib by @simlecode in #277
- feat: add publisher module by @LinZexiao in #261
- Feat/tanlang/divide return field of message by @LinZexiao in #279
- Feat/make period of expanding peers configurable by @LinZexiao in #281
- chore: add badges by @hunjixin in #282
- feat: circleci tests for STM enhancement by @zl03jsj in #284
- refactor: refactor message select by @simlecode in #280
- chore: migrate docker script by @LinZexiao in #285
- Fix/tanlang/close node manually by @LinZexiao in #286
- merge release/v1.9.0-pre-rc1 to master by @simlecode in #290
- chore: bump version to v1.9.0-rc1 by @simlecode in #291
- chore: add jsonrpc metrics by @simlecode in #292
- chore: add check for WaitingChainHeadStableDuration by @simlecode in #294
- feat: short for verbose by @hunjixin in #295
Full Changelog: v1.8.0...v1.9.0-rc1
What's Changed
- Feat/lt/refactor msg push api by @diwufeiwen in #271
- feat: set the default 0 for big.Int by @simlecode in #273
- chore: Print the string associated with the message method by @simlecode in #275
- chore: reserve WalletName field of Messager type by @diwufeiwen in #278
- feat: use new log lib by @simlecode in #277
- feat: add publisher module by @LinZexiao in #261
- Feat/tanlang/divide return field of message by @LinZexiao in #279
- Feat/make period of expanding peers configurable by @LinZexiao in #281
- chore: add badges by @hunjixin in #282
- feat: circleci tests for STM enhancement by @zl03jsj in #284
- refactor: refactor message select by @simlecode in #280
- chore: migrate docker script by @LinZexiao in #285
- Fix/tanlang/close node manually by @LinZexiao in #286
- merge release/v1.9.0-pre-rc1 to master by @simlecode in #290
- chore: bump version to v1.9.0-rc1 by @simlecode in #291
- chore: add jsonrpc metrics by @simlecode in #292
- chore: add check for WaitingChainHeadStableDuration by @simlecode in #294
- feat: short for verbose by @hunjixin in #295
- Fix/lt/impl authclient api by @diwufeiwen in #296
Full Changelog: v1.8.0...v1.9.0-rc1
v1.8.0
What's Changed
- chore: bump version to v1.7.0 (#249) by @simlecode in #250
- opt: 全局的 maxfee 由 0.007FIL 调整为 0.07FIL / set default maxfee 0.07 FIL by @simlecode in #251
- fix: rm deps and gen in makefile by @LinZexiao in #252
- feat: 选择符合低basefee条件消息进行推送 / support base fee by @simlecode in #253
- fix: 修复消息状态无法更新到正确的状态 / incorrect message state by @simlecode in #254
- feat: add testing annotations for STM by @zl03jsj in #255
- refactor: 移除对全局参数的缓存 / remove cached shared params by @simlecode in #256
- refactor: 移除对消息的缓存 / remove message cache by @simlecode in #257
- fix: Metrics type & value err / 修复部分指标类型定义及赋值错误 by @diwufeiwen in #258
- fix: 修复未能正确设置选择消息数 / set incorrect sel msg num by @simlecode in #259
- opt: Cancel the default log output file setting by @diwufeiwen in #262
- fix: apply not correct when chain fork by @hunjixin in #264
- chore: bump version to v1.8.0-rc1 by @simlecode in #266
- fix: promote logLevel when nonceGap reach maxAllow by @LinZexiao in #263
- chore: bump version to v1.8.0-rc2 by @simlecode in #267
- feat: timeout configurable by @simlecode in #268
- chore: format code by @simlecode in #270
- docs: add metric document by @simlecode in #269
- fix: fix memory leak by @simlecode in #272
- chore: bump to version v1.8.0-rc3 by @simlecode in #274
- chore: opt convert params by @simlecode in #276
- chore: bump version to 1.8.0 by @simlecode in #283
Full Changelog: v1.7.0...v1.8.0
v1.8.0-rc3
What's Changed
- feat: timeout configurable by @simlecode in #268
- chore: format code by @simlecode in #270
- docs: add metric document by @simlecode in #269
- fix: fix memory leak by @simlecode in #272
- chore: bump to version v1.8.0-rc3 by @simlecode in #274
Full Changelog: v1.8.0-rc2...v1.8.0-rc3