mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
The latest fabric-gateway client API release (v1.7.0) includes the gRPC error details in the GatewayExcetion stack trace so it is not necessary to programmatically access them to demonstrate that they are present. This change updates the asset-transfer-basic/application-gateway-java sample to simplify the updateNonExistentAsset example method. It also: - Updates all samples to use the latest fabric-gateway release. - Adds equivalent Maven POM files for fabric-gateway application samples. Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
34 lines
528 B
Text
34 lines
528 B
Text
# Emacs backup files
|
|
*~
|
|
*#
|
|
.#*
|
|
# Vim file artifacts
|
|
.*.sw*
|
|
.DS_Store
|
|
.project
|
|
# omit Go vendor directories
|
|
vendor/
|
|
.vscode
|
|
.gradle
|
|
.idea
|
|
# Dependency directories
|
|
node_modules/
|
|
package-lock.json
|
|
# Ignore Gradle build output directory
|
|
build
|
|
# Ignore Maven build output directory
|
|
target
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.settings
|
|
|
|
# installed Fabric binaries etc.
|
|
/bin/
|
|
builders/
|
|
config/
|
|
external-chaincode/
|
|
install-fabric.sh
|
|
|
|
# override the ignore of all config/ folders
|
|
!full-stack-asset-transfer-guide/infrastructure/sample-network/config
|