Oracle Blockchain Platform Cloud Service utils
Skip blockchain verification
is native Fabric peer property. Not related to Oracle ledger integrity ensurer.- native fabric peer joined channel cannot be listed in Tab
Channels
- channel menu ->
Join Peers to Channel
cannot perform joiningRemote Peer
in tabNodes
to channel - npm_bcs_client script will not break usual grpc connection, it is compatible
./npm_bcs_client.sh: 56: declare: not found
indicatedeclare
is undefined in#!/bin/sh
, but in#!/bin/bash
- You can't do a chaincode Invoke if you are a read-only org.
- Client of enrolled certificates (found in "Manage Client Certificates") by default is the member of an MSP. Inside an MSP there is only role segregation powered by OU: admin, client, peer, orderer. Channel ACl manage access in MSP level, not certificate level.
- npm_bcs_client scripts can be accessed from
- OBP Service Console -> Tab
Developer Tools
->Application Development
- OBP Service Console -> Tab
- Title
Upgrade Chaincode
->Step 1 of 2: Select a version
-- optionVersion Source
. itemSelect from existing versions
- it does not mean it automates to reuse existing chaincode then redeploy as a new version. Instead, it means you can specify an installed but not yet instantiated chaincode version for coming upgrade.
- handicapped channel policy management console
- You can only subscribe to events via a REST proxy entity within the founder instance - not to participants in the network. This is due to the REST proxies using Kafka to handle events and non-founder instances don't have Kafka running.