ADDED
- Implement streaming of transactions over GRPC subscription.
- Filter subscribed txns by txn_type (defined by the name of the module implementing the
blockchain_txn
behavior represented as a list of strings) - Incorrect txn_types submitted for filtering return an error
- Filter subscribed txns by txn_type (defined by the name of the module implementing the
- Query for registered gateway via unary GRPC request
UPDATED
- Upgrades blockchain-core to latest as of 07.28.2022 (edc710e)