Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions exonum-light-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 0.3.0 - 2019-07-22

The third release of Exonum Java Light Client which improves
a convenience in working with blocks and allows
specifying a custom path prefix to Exonum API.

### Versions Support
- Exonum version, 0.11.0
- Exonum Java Binding version, 0.6.0-0.7.0

### Added
- `ExonumClient#findNonEmptyBlocks` to find a certain number of the most recent non-empty
blocks (from the last block and up to the genesis block). (#953)
Expand Down
1 change: 1 addition & 0 deletions exonum-light-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The following table shows versions compatibility:

| Light Client | Exonum | Exonum Java |
|--------------|--------|-------------|
| 0.3.0 | 0.11.0 | 0.6.0-0.7.0 |
| 0.2.0 | 0.11.0 | 0.6.0 |
| 0.1.0 | 0.10.* | 0.4 |

Expand Down
3 changes: 1 addition & 2 deletions exonum-light-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@
<!-- Allow fetching external resources to generate links -->
<isOffline>false</isOffline>
<links>
<!-- todo: Update when upgraded to 0.7 to new link: https://exonum.com/doc/api/java-binding/${ejb.version} -->
<link>https://exonum.com/doc/api/java-binding-common/${ejb.version}</link>
<link>https://exonum.com/doc/api/java-binding/${ejb.version}</link>
</links>
</configuration>
<executions>
Expand Down