Brett Logan

Results 13 issues of Brett Logan

Fabric has three SDK's: Go, Node.js/Typescript, and Java, in order to maintain and verify functionality we should create a full-featured interoperability definition. This definition should define all of the functionality...

As we try to standardize the Operator, it is highly confusing in that the Kubernetes application lifecycle tooling is itself called the "Operator Framework" with the Kubernetes Resource being called...

The Operator tooling today reads in a config file, parses it, then writes it to a common location on disk. This should instead be changed such that the config file...

Some of the fundamental properties of a Blockchain network, are its highly-availability, fault-tolerance and ability to recover from disaster. To that end, one of chief goal as System Test should...

The first thing I'll note is, this is going into a feature branch, not directly into master, as getting it right is more important to me than getting it in....

The external chaincode launcher was added as part of the v2.0.0 release. This change allows users to break free of the dependency on the docker daemon inside the peer. In...

In order to run performance regression, we need to have some representative networks for Fabric. Not sure if these already exists, but if not, it would be nice to start...

In `./tools/PTE/CITests` we have a README that lists our test tasks. We should replicate this in the root of the `regression` director and it should include a list of each...

Add a README to the `chaincodes` directory to document what each of the chaincodes are testing. Today it is impossible for anyone who didn't write the chaincode to figure out...

When launching networks using the `Operator` tool, we use the `ytt` templating engine to create Docker Compose files. When the `-a up` flag is passed to the `operator` command, we...