Skip to content

Releases: AntChainOpenLabs/AntChainBridgePluginServer

v0.2.3

21 May 05:36
f75dc9c
Compare
Choose a tag to compare

What's Changed

  • Using ACB SDK v0.2.2.
  • Update deps versions to avoid the vulnerabilities.

Full Changelog: v0.2.2...v0.2.3

v0.2.2

21 Feb 06:30
eb64135
Compare
Choose a tag to compare

What's Changed

  • Logback loggers for printing log in BBC service code created when starting BBC service
  • BBC service log divided into different files with path bbc/proudct/domain.log
  • Add GRpc interceptor to record the request trace like heartbeat and bbc calls.
  • Add request trace log file req_trace.log

Full Changelog: v0.2.0...v0.2.2

v0.2.1

27 Dec 08:07
072727c
Compare
Choose a tag to compare
  • fix fastjson vulnerabilities by downgrade version
  • add new field txHash in ProvableLedgerData
  • start as system service

v0.2.0

23 May 13:39
dd8ab40
Compare
Choose a tag to compare

Features

  • Add CLI tool to manage your plugin server.
  • Add CLI tutorials.
  • Start CLI with shell scripts.
  • Interface restartBBC for management service.

BugFix

  • Fix the way to add service PluginManagementServiceImpl to NettyServer

v0.1.2-SNAPSHOT

18 May 12:22
Compare
Choose a tag to compare

Features

  • Heterogeneous blockchain plugins management.
  • Have a well communication with relayer which still keeping private.
  • Get started with README.