Skip to content

Commit 3ee8704

Browse files
authored
Merge pull request #94630 from PatAltimore/patricka-blockchain-data-manager
Add BDM blockchain app important note
2 parents d55577d + ac0c085 commit 3ee8704

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/blockchain/service/data-manager-cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,9 @@ az resource create \
254254

255255
If you add a blockchain application, Blockchain Data Manager decodes event and property state for the application. Otherwise, only raw block and raw transaction data is sent. Blockchain Data Manager also discovers contract addresses when the contract is deployed. You can add multiple blockchain applications to a Blockchain Data Manager instance.
256256

257+
> [!IMPORTANT]
258+
> Currently, blockchain applications that declare Solidity [array types](https://solidity.readthedocs.io/en/v0.5.12/types.html#arrays) or [mapping types](https://solidity.readthedocs.io/en/v0.5.12/types.html#mapping-types) are not supported. Properties declared as array or mapping types will not be decoded in *ContractPropertiesMsg* or *DecodedContractEventsMsg* messages.
259+
257260
``` azurecli
258261
az resource create \
259262
--resource-group <Resource group> \

articles/blockchain/service/data-manager-portal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ An outbound connection sends blockchain data to Azure Event Grid. You configure
5858

5959
If you add a blockchain application, Blockchain Data Manager decodes event and property state for the application. Otherwise, only raw block and raw transaction data is sent. Blockchain Data Manager also discovers contract addresses when the contract is deployed. You can add multiple blockchain applications to a Blockchain Data Manager instance.
6060

61+
> [!IMPORTANT]
62+
> Currently, blockchain applications that declare Solidity [array types](https://solidity.readthedocs.io/en/v0.5.12/types.html#arrays) or [mapping types](https://solidity.readthedocs.io/en/v0.5.12/types.html#mapping-types) are not supported. Properties declared as array or mapping types will not be decoded in *ContractPropertiesMsg* or *DecodedContractEventsMsg* messages.
63+
6164
Blockchain Data Manager requires a smart contract ABI and deployed bytecode file to add the application.
6265

6366
### Get Contract ABI and bytecode

0 commit comments

Comments
 (0)