Skip to content

Commit d76c4fa

Browse files
MakarovSdmitry-timofeev
authored andcommitted
Update the Light Client to EJB 0.7.0 (#1019)
1 parent 78cd4b2 commit d76c4fa

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

exonum-light-client/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Java client for [Exonum blockchain][exonum].
55
Exonum light client is Java library for working with Exonum blockchain
66
from the client side and can be easily integrated to an existing
77
Java application.
8-
Also, Exonum light client provides access to [common utils][ejb-common]
9-
toolkit which contains some helpful functions for _hashing_,
10-
_cryptography_, _serialization_ etc.
8+
Also, Exonum light client provides access to [common utils][ejb-documentation]
9+
(`com.exonum.binding.common.*` packages) toolkit which contains some helpful
10+
functions for _hashing_, _cryptography_, _serialization_, etc.
1111

1212
## Capabilities
1313
By using the client you are able to perform the following operations:
@@ -133,9 +133,9 @@ which is required for the client.
133133
Apache 2.0 - see [LICENSE](../LICENSE) for more information.
134134

135135
[exonum]: https://github.com/exonum/exonum
136-
[ejb-common]: https://exonum.com/doc/api/java-binding-common/0.6.0/
137-
[exonum-tx-message-builder]: https://exonum.com/doc/api/java-binding-common/0.6.0/com/exonum/binding/common/message/TransactionMessage.Builder.html
136+
[ejb-documentation]: https://exonum.com/doc/api/java-binding/0.7.0/index.html
137+
[exonum-tx-message-builder]: https://exonum.com/doc/api/java-binding/0.7.0/com/exonum/binding/common/message/TransactionMessage.Builder.html
138138
[protobuf]: https://developers.google.com/protocol-buffers/docs/proto3
139-
[standard-serializers]: https://exonum.com/doc/api/java-binding-common/0.6.0/com/exonum/binding/common/serialization/StandardSerializers.html
139+
[standard-serializers]: https://exonum.com/doc/api/java-binding/0.7.0/com/exonum/binding/common/serialization/StandardSerializers.html
140140
[send-tx-it]: ./src/test/java/com/exonum/client/ExonumHttpClientIntegrationTest.java
141141
[exonum-client]: https://exonum.com/doc/api/java-light-client/0.2.0/com/exonum/client/ExonumClient.html

exonum-light-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
<properties>
6363
<!-- Project configuration -->
64-
<ejb.version>0.6.0</ejb.version>
64+
<ejb.version>0.7.0</ejb.version>
6565
<java.compiler.source>8</java.compiler.source>
6666
<java.compiler.target>8</java.compiler.target>
6767
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)