Skip to content

WeCross v1.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kyonRay kyonRay released this 05 Mar 02:31
7228792

(2024-03-01)

新增

  • 新增获取区块的RPC接口:/trans/getBlock, system #588
  • 获取区块与交易时增加时间戳字段解析 #588
  • 新增跨链获取区块的功能 #590
  • 增加在获取区块时获取详细交易内容的功能,用于优化获取交易的效率 #597
  • 增加按照链维度获取事务列表的功能,优化获取事务列表的效率 #596
  • 增加服务探活脚本 #588

更新

  • Stub接口有以下更新:
    • Block 新增字段 public List<Transaction> transactionsWithDetail;, 用于获取区块时获取详细交易内容
    • BlockHeader 新增字段 public long timestamp;, 用于获取区块时获取时间戳
    • TransactionResponse 新增字段 public long timestamp;, 用于获取交易时获取时间戳
  • 放宽脚本对openssl的检查,支持3.x版本的openssl #600
  • 增加 JDK 8.0.382的版本CI检查,增加生僻字CI检查 #600
  • 更新依赖版本,修复安全漏洞 #603

What's Changed

  • (rpc,stub,script): add get block rpc interface, add monitor script, add block and tx timestamp. by @kyonRay in #588
  • (interchain): add interchain get block feature. by @kyonRay in #590
  • (block): add block transaction details list by @hanlinbo123 in #597
  • (xatransaction): Improve the xaTransaction list interface by @yinghuochongfly in #596
  • (xatransaction): fix transaction list error by @yinghuochongfly in #599
  • (script,ci): relax check restriction of openssl version 3.x, version to 1.4.0, update ci to check in jdk 8.0.382. by @kyonRay in #600
  • (project): upgrade project spring, bouncycastle deps version. by @kyonRay in #601
  • (build): update build for secure issues. by @kyonRay in #603
  • Release v1.4.0 by @kyonRay in #606
  • (project): update 1.4.0 changelog. by @kyonRay in #607

New Contributors

Full Changelog: v1.3.1...v1.4.0