exonum-java-binding icon indicating copy to clipboard operation
exonum-java-binding copied to clipboard

Java Binding for the Exonum blockchain framework

Results 73 exonum-java-binding issues
Sort by recently updated
recently updated
newest added

## Overview Build and test the frontend application during the regular Maven build which is performed on dev machines and the CI. --- See: https://jira.bf.local/browse/ECR-1957 ### Definition of Done -...

work-in-progress :construction_worker_man:

## Overview The PR is better viewed commit-by-commit. It starts with a singe test migrated to Truth, adds a minimal `Subject` (~ Hamcrest Matcher), then extends that subject with a...

experimental :balance_scale:

## Overview --- See: https://jira.bf.local/browse/ECR-3141 ### Definition of Done - [ ] There are no TODOs left in the code - [ ] Change is covered by automated [tests](https://github.com/exonum/exonum-java-binding/blob/master/CONTRIBUTING.md#tests) -...

experimental :balance_scale:
do not merge ⛔️

## Overview Switched from RwLock to chashmap::CHashMap for the handles storage in the resources manager. --- See: https://jira.bf.local/browse/ECR-XYZ ### Definition of Done - [x] There are no TODOs left in...

work-in-progress :construction_worker_man:

## Overview The precommits are required to create a BlockProof. They *might* be needed if BlockProof creation occurs in Java (see also https://wiki.bf.local/display/EJB/Java+Proofs+P2%3A+Creating+IndexProofs) --- See: https://jira.bf.local/browse/ECR-4010 ### Definition of Done...

experimental :balance_scale:

## Overview --- ### Definition of Done - [ ] There are no TODOs left in the code - [ ] Change is covered by automated [tests](https://github.com/exonum/exonum-java-binding/blob/master/CONTRIBUTING.md#tests) - [ ]...

experimental :balance_scale:

## Overview _That's a quick prototype I decided to try when updating the documentation section on transaction exceptions: exonum/exonum-doc@9ce5998f553249897b0d7d3d8d5aae12bc20400e_ Whilst it might appear as some extra work, it makes it...

experimental :balance_scale:

## Overview Integration test for native `Runtime` proxy. Tests scope: - [x] Exception handling mechanism - [x] Runtime instantiation and shutdown - [x] Deploy valid/invalid service artifacts - [x] Instantiation...

work-in-progress :construction_worker_man:

## Overview AdoptOpenJDK 11.0.3+ back-ported the fix which was originally integrated into JDK 13, hence the option is only needed on [11.0.0–11.0.2] range. See: https://adoptopenjdk.net/release_notes.html#jdk11_0_3

experimental :balance_scale:

## Overview * Review c4eef90 for changes in configuration and Contributing guide. * edbf7d7 shows what it does: - Some builder/stream chains are compressed in a single line: `.setPayload(ExonumMessage.newBuilder().setAnyTx(anyTx(payload)).build().toByteString())` is...

experimental :balance_scale: