Releases: Akachain/akc-mamba
Releases · Akachain/akc-mamba
Release mamba v2.1.1
Release mamba v2.1.0
- Optimize environment management:
- Merge binary-config branch to the main branch
- Include package data using setuptools 90a6804
- Add
mamba init
command to extract all config from binary to default config folder (~/.akachain)
- Add package code guideline 29362b5
- Add guideline run network use minikube 06b893a
- Generate application artifacts v1
1eeb990 - Update some out of date guideline.
- Support multiple orderers in fabric 2.2 458be2a
- Fix some bugs
- Add remote org in fabric 2.2
Release mamba v2.0.0
This release includes:
- Support Hyperledger Fabric 2.2.0
- Add feature deploy chaincode as an external service
- Setting the DEPLOYMENT_ENV environment to "develop" to using stateful set without PVC.
- Specify alpine image version 3.12.0 in all batch jobs.
- Update binary config path
- Restructure crypto-path folder
- Add update anchor peer setting
- Optimize script logs
- Using akc-admin v2 to bootstrap network
Release mamba v1.2.0
This release includes:
- Optimize create_org command by add time sleep between register peer identity and enroll peer
- Fix missing PVS_PATH env in some commands: explorer, external intermediate CA, Prometheus and update the channel config.
- Update the comment in the environment template file.
- Fix the version of hyperledger/fabric-ccenv to 1.4.1.
Release mamba v1.1.3
In version 1.1.3, AKC-Mamba supported deploy hyperledger fabric on any kubenertes (e.g. minikube) and you can install AKC-Mamba with python package using pip
or pip3
.
This release includes:
- Another bugs fixed.
- Remove awscli.
- Change RCA_ORG to RCA_DOMAIN to be consistent with other module.
- Setup mamba with minikube env.
- Optimize check pod status.
- Release binary excute with pip package.
- pip3 package: https://pypi.org/project/akc-mamba/
- Specify ccenv version in peer statefulset template.
First release of Akachain Mamba
AKC-Mamba provides a production ready, complete experience in deploying a Hyperledger Fabric blockchain Network on Kubernetes (K8S) Clusters.
In version 1.0, AKC-Mamba only supports Amazon EKS, we will gradually roll out support for native Kubernetes or other integrated Kubernetes Service Provider later on.
The 1.0 release includes:
- 1 Root CA (rca)
- 1 Intermediate CA for each organization (ica)
- 1 Kafka Based ordering service
- A Pre-defined number of peer nodes for each organization.
- Bootstraping a sample chaincode in the network
Besides original Hyperledger Fabric, AKC-Mamba uses several inhouse developed tools to help a system administrator to accelerate his work. A list of pre-configured tools are:
- 1 AKC-Admin: administrative tool that expose REST API for Hyperledger Fabric network manipulation
- Hyperledger Fabric Blockchain Explorer
- Prometheus service
- Grafana service with a comprehensive dashboard to monitor the system.