Releases: TIHBS/BlockchainAccessLayer
Releases · TIHBS/BlockchainAccessLayer
TCCSCI
Adds support for Transactional Cross-Chain Smart Contract Invocations
What's Changed
- Load ConnectionProfile subtype at start by @akshay-ap in #18
- Modular adapters by @ghareeb-falazi in #21
Full Changelog: v1.1.1...v1.2.0-tccsci
v2.0.0-beta
Bug fix for registering AbstractConnectionProfile subtype when enablePluginsAtStart
is true
What's Changed
- Feature/modular adapters by @akshay-ap in #10
- Optional boolean flag to enable plugins at start by @akshay-ap in #17
- Load ConnectionProfile subtype at start by @akshay-ap in #18
New Contributors
- @akshay-ap made their first contribution in #10
Full Changelog: v1.1.1...v2.0.0-beta
v1.1.1
What has changed?
- Various bug fixes
Note
This is the last release of version 1.x.x
Full Changelog: v1.1.0...v1.1.1
V1.1.0
What's Changed
- Make BAL a SCIP Gateway by @ghareeb-falazi in #5
- Support the Query SCIP method by @ghareeb-falazi in #6
- Enable the Detection of Errors that Occur During the Invocation of Ethereum Smart Contract Functions by @ghareeb-falazi in #12
- Allow Invoking Read-only Ethereum Smart Contracts Asynchronously by @ghareeb-falazi in #14
Full Changelog: v1.0.2-alpha...v1.1.0
SCIP Gateway Implementation
Implementation of a gateway for the Smart Contract Invocation Protocol (SCIP).
Smart Contract Composition
smart-contract-composition Update SmartContractFunctionArgument.java