Skip to content

Releases: AntChainOpenLabs/AntChainBridgePluginSDK

v0.1.2

07 Oct 04:06
35dd03f
Compare
Choose a tag to compare
  • add txHash to CrossChainMessage

  • update version to 0.1.2

  • downgrade fastjson to 1.2.83_noneautotype

eos-bbc-v0.1-SNAPSHOT

25 Jan 09:11
35dd03f
Compare
Choose a tag to compare

What's Changed

  • Provide EOS BBC plugin implementation

v0.1.1

14 Jun 03:34
5c8207d
Compare
Choose a tag to compare

CHANGELOG

  • Fix the problem that the relative path and absolute path of the same file are not equal by @zouxyan in #3
  • Fix NPE when stopping a plugin which not started by @zouxyan

simple-ethereum-bbc-v0.1-SNAPSHOT

25 Jan 06:47
5c8207d
Compare
Choose a tag to compare

What's Changed

  • Ethereum plugin

v0.1.0-SNAPSHOT

22 May 05:57
Compare
Choose a tag to compare

Features

  • The project antchain-bridge-commons contains cross-chain related data structures of AntChainBridge.
  • The project antchain-bridge-plugin-lib supplies functionality about plugin compilation and loading.
  • The project antchain-bridge-plugin-manager supplies functionality about plugin management.
  • The project antchain-bridge-spi defines SPI for heterogeneous blockchain to connect with AntChainBridge.
  • An Ethereum plugin implementation under path pluginset/ethereum/offchain-plugin including solidity contracts and plugin by Java.
  • NFT cross-chain solution for ERC1155.
  • Documents published in project wiki.