Skip to content

Commit df5d1a0

Browse files
Release 5.0.0
1 parent ae7e06d commit df5d1a0

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [[NEXT]](https://github.com/iExecBlockchainComputing/iexec-commons-poco/releases/tag/vNEXT) 2025
5+
## [[5.0.0]](https://github.com/iExecBlockchainComputing/iexec-commons-poco/releases/tag/v5.0.0) 2025-03-27
66

77
### New Features
88

@@ -102,7 +102,8 @@ All notable changes to this project will be documented in this file.
102102
- Add encoders to allow sending transactions with `SignerService`. (#73 #74 #75)
103103
- Add `getAssetAddressFromReceipt` method to `AssetDataEncoder`. (#78)
104104
- Use `eth_call` Ethereum JSON-RPC API to predict assets on-chain address. (#79)
105-
- Add `PoCoDataEncoder` with `initialize`, `contribute`, `reveal`, `finalize` and `contributeAndFinalize` support. (#80 #81)
105+
- Add `PoCoDataEncoder` with `initialize`, `contribute`, `reveal`, `finalize` and `contributeAndFinalize` support. (#80
106+
#81)
106107
- Add `eth_estimateGas` Ethereum JSON-RPC API support. (#82)
107108
- Add transaction data encoder to support `isRegistered` method call. (#83)
108109
- Add decoder to display log topics with human readable names. (#84)
@@ -163,7 +164,8 @@ All notable changes to this project will be documented in this file.
163164

164165
### Bug Fixes
165166

166-
- Fix regression on dataset URI decryption in `TaskDescription`. The regression concerned bad interpretation of IPFS MultiAddress URIs. (#45)
167+
- Fix regression on dataset URI decryption in `TaskDescription`. The regression concerned bad interpretation of IPFS
168+
MultiAddress URIs. (#45)
167169

168170
## [[3.0.4]](https://github.com/iExecBlockchainComputing/iexec-commons-poco/releases/tag/v3.0.4) 2023-06-23
169171

@@ -245,4 +247,5 @@ All notable changes to this project will be documented in this file.
245247
### New Features
246248

247249
- Init Gradle project. (#1 #2)
248-
- Migrate from `iexec-common` library to this `iexec-commons-poco` library packages related to blockchain and iExec PoCo protocol. (#3)
250+
- Migrate from `iexec-common` library to this `iexec-commons-poco` library packages related to blockchain and iExec PoCo
251+
protocol. (#3)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=4.2.0
1+
version=5.0.0
22
nexusUser
33
nexusPassword

0 commit comments

Comments
 (0)