This repository has been archived by the owner on Apr 23, 2019. It is now read-only.
This is the 0.6.0 release of cava - the ConsenSys Core Libraries for Java (& Kotlin).
Installation
To include cava, use the following dependency declaration. Or see https://github.com/ConsenSys/cava/blob/0.6.0/README.md#getting-cava for further instructions.
Gradle
compile 'net.consensys.cava:cava:0.6.0'
Maven
<dependency>
<groupId>net.consensys.cava</groupId>
<artifactId>cava</artifactId>
<version>0.6.0</version>
</dependency>
Download
The cava jar archives can be downloaded directly from bintray: https://bintray.com/consensys/consensys/cava/0.6.0#files/net/consensys/cava
Documentation
- In Koltin format: https://consensys.github.io/cava/docs/kotlin/0.6.0/cava.
- In Java format: https://consensys.github.io/cava/docs/java/0.6.0/.
Signature
All artifacts and release tags are signed by ConsenSys Core Engineering, using key id 0xAC33EAE7BA41D68D.
Note that new signature keys are regularly added, so please download and import the latest key, typically via gpg --recv-key 0xAC33EAE7BA41D68D
).
Changes since 0.5.0 release
- Added a RLPx library
- Added a Devp2p discovery library
- Added a SSZ library. This library will evolve as the specification is not fixed yet.
- Upgrade to latest dependencies
- Many fixes